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