A collection of Site objects for this domain. Each element of the collection represents a geographical area in the domain.


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

Syntax

Visual Basic (Declaration)
ReadOnly Property Sites As ISiteSet
C#
ISiteSet Sites { get; }
C++
property ISiteSet Sites abstract  {
    ISiteSet get();
}
J#
/** property */
public ISiteSet get_Sites();
JScript
public function get Sites() : ISiteSet

Remarks

See Also