Unique identifier for the version state to which a given security template applies.
Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)
For a VersioningSecurityTemplate, the state can be one of the following:
- VersionStatusId.IN_PROCESS
- VersionStatusId.RELEASED
- VersionStatusId.RESERVATION
- VersionStatusId.SUPERSEDED
For an ApplicationSecurityTemplate, the state is defined by your application.
Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ApplyStateID As Id |
C# |
---|
Id ApplyStateID { get; set; } |
C++ |
---|
property Id ApplyStateID abstract { Id get(); void set(Id value); } |
J# |
---|
/** property */ public Id get_ApplyStateID(); /** property */ public void set_ApplyStateID(Id value); |
JScript |
---|
public function get ApplyStateID() : Id public function set ApplyStateID(value : Id); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: GUID
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ