Provides a set of GUID-string constants that are used by the ApplyStateID property of a VersioningSecurityTemplate object to indicate the version state to which a given security template applies.


Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Class VersionStatusId
    Inherits Id
C#
public class VersionStatusId : Id
C++
ref class VersionStatusId : Id
J#
public class VersionStatusId extends Id
JScript
public class VersionStatusId extends Id

Inheritance Hierarchy

System.Object
   FileNet.Api.Util.Id
      FileNet.Api.Constants.VersionStatusId

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also