.NET Framework Class Library
DataEntrHelper.MaxCategorizable Property
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
Gets the maximum number of category levels that can be assigned to the current document. This value is typically determined based on system or configuration limits and is used to control how many category fields are processed or output.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public ReadOnly Property MaxCategorizable As String Get |
C# |
|---|
public string MaxCategorizable { get; } |
Visual C++ |
|---|
public: property String^ MaxCategorizable { |
JavaScript |
|---|
function get_maxCategorizable(); |
See Also