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

Syntax

Visual Basic (Declaration)
Public const CFSPASSWORD As String = "CFSPassword"
C#
public const string CFSPASSWORD = "CFSPassword";
C++
public:
 const String CFSPASSWORD = L"CFSPassword";
J#
public const string CFSPASSWORD = "CFSPassword"
JScript
public const CFSPASSWORD : String = "CFSPassword";

See Also