Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const INVALID_CHARACTERS As String = "\/:*?"<>|" |
C# |
---|
public const string INVALID_CHARACTERS = "\/:*?"<>|"; |
C++ |
---|
public: const String INVALID_CHARACTERS = L"\/:*?"<>|"; |
J# |
---|
public const string INVALID_CHARACTERS = "\/:*?"<>|" |
JScript |
---|
public const INVALID_CHARACTERS : String = "\/:*?"<>|"; |