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
property defaults to the value of
.
Namespace: FileNet.Api.Replication
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: Site
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ