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