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 Domain.DefaultSite.


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

Syntax

Visual Basic (Declaration)
Property Site As ISite
C#
ISite Site { get; set; }
C++
property ISite Site abstract  {
    ISite get();
    void set(ISite value);
}
J#
/** property */
public ISite get_Site();

/** property */
public void set_Site(ISite value);
JScript
public function get Site() : ISite

public function set Site(value : ISite);

Remarks

See Also