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