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