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

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

See Also