.NET Framework Class Library
DataEntrHelper Properties
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > .NET Framework Class Library |
The DataEntrHelper type exposes the following members.
Properties
|
Name |
Description |
|---|---|---|
|
Indicates whether the current operation was triggered from the "OnAddDocument" event. |
|
|
Gets the current execution context of the operation (e.g., "SAVE_AS", "RENAME", "ADD_CONFIGURATION"). This value determines how scripts and event logic behave depending on the type of action being performed. |
|
|
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. |
|
|
Gets the name of the document field at the specified index that is linked to a category. This represents one of the field names used to store category values in the document. |
|
|
Gets the number of document fields that are linked to categories. This indicates how many field names are currently stored in the NameFieldsLinkedToCategories list. |
|
|
Gets the original directory path of the document before any processing or renaming. |
|
|
Gets the full original path of the document. |
|
|
Specifies whether a global counter should be used for all prefixes when generating new IDs. A non-zero value enables the use of a single global counter across different category prefixes. |
|
|
Gets the category value at the specified index to be assigned to a document field. This value corresponds to the field at the same position in NameFieldsLinkedToCategories, and represents the data to be output to the document during category-based operations. |
|
|
Gets the number of category values currently available in ValueFieldsLinkedToCategories. This count typically matches the number of linked document fields and is used to control output operations. |
See Also