Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const IS_SECURABLE As String = "IsSecurable" |
C# |
---|
public const string IS_SECURABLE = "IsSecurable"; |
C++ |
---|
public: const String IS_SECURABLE = L"IsSecurable"; |
J# |
---|
public const string IS_SECURABLE = "IsSecurable" |
JScript |
---|
public const IS_SECURABLE : String = "IsSecurable"; |
See Also