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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Sites As ISiteSet
C#
ISiteSet Sites { get; }
Visual C++
property ISiteSet^ Sites {
	ISiteSet^ get ();
}
JavaScript
function get_sites();

ToggleRemarks

ToggleSee Also