Identifies the default geographical site associated with the FileNet P8 domain. The value of this property is initialized to "Initial Site" when the Content Engine server is initialized and the GCD is created. Initial Site is a system-generated instance of the Site class that holds the Virtual Server (and thus, Server Instance) of the current application server instance. A user with system administrator rights can subsequently assign a different site to be the default, if desired.

If you do not specify a site when creating a site-related object (such as an ObjectStore object), the created object's Site property is set to the value of the DefaultSite property.

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

ToggleSyntax

Visual Basic (Declaration)
Property DefaultSite As ISite
C#
ISite DefaultSite { get; set; }
Visual C++
property ISite^ DefaultSite {
	ISite^ get ();
	void set (ISite^ value);
}
JavaScript
function get_defaultSite();
function set_defaultSite(value);

ToggleRemarks

ToggleSee Also