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