Microsoft SDK for Java

setSite

This method of the ISiteable Interface sets the ISite object for this instance. Any references to an existing site or to any services provided through the ISite object are discarded.

For the sake of serialization, the object should mark the field containing this site as "transient."

Syntax

public void setSite(ISite site);

Parameters

site The ISite object for this instance (can be null).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.