Note that you cannot change the site directly on an IObjectStore object. To move an object store to a different site, you must change this property on the ICmDatabaseConnection object that is referenced by the IObjectStore object.
For IIsolatedRegion, this property is deprecated.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _ Property Site As ISite |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")] ISite Site { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")] property ISite^ Site { ISite^ get (); void set (ISite^ value); } |
JavaScript |
---|
function get_site(); function set_site(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: Site
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ