Identifies the site associated with a given object. A site represents a geographical area in the FileNet P8 domain. If you do not specify a site when creating the associated object, the value of that object's Site property defaults to the value of IDomain.DefaultSite.

Note that you cannot change the site directly on an IObjectStore object. To move an object store to a different site, you must change this property on the ICmDatabaseConnection object that is referenced by the IObjectStore object.

For IIsolatedRegion, this property is deprecated.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property Site As ISite
C#
[ObsoleteAttribute("As of release 5.2.0.")]
ISite Site { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property ISite^ Site {
	ISite^ get ();
	void set (ISite^ value);
}
JavaScript
function get_site();
function set_site(value);

ToggleRemarks

ToggleSee Also