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)

ToggleSyntax

Visual Basic (Declaration)
Public Class VersionStatusId _
	Inherits Id
C#
public class VersionStatusId : Id
Visual C++
public ref class VersionStatusId : public Id
JavaScript
FileNet.Api.Constants.VersionStatusId = function();

Type.createClass(
	'FileNet.Api.Constants.VersionStatusId',
	FileNet.Api.Util.Id);

ToggleInheritance Hierarchy

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

ToggleSee Also