Unique identifier for the version state to which a given security template applies.

For an IVersioningSecurityTemplate, the state can be one of the following:

  • VersionStatusId.IN_PROCESS
  • VersionStatusId.RELEASED
  • VersionStatusId.RESERVATION
  • VersionStatusId.SUPERSEDED

For an IApplicationSecurityTemplate, the state is defined by your application.

Namespace:  FileNet.Api.Security
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ApplyStateID As Id
C#
Id ApplyStateID { get; set; }
Visual C++
property Id^ ApplyStateID {
	Id^ get ();
	void set (Id^ value);
}
JavaScript
function get_applyStateID();
function set_applyStateID(value);

ToggleRemarks

ToggleSee Also