DCOSetupNode properties
You can use DCOSetupNode properties to access DCOSetup objects and modify metadata, including names, types, and values. You can also use these properties to modify rules, variables, and child objects.
- Name property
The Name property sets or gets the name of the SetupNode object. - ObjectType property
The ObjectType property sets or gets the SetupNode object type, such as a batch, document, page, field, or character. - RuleChildName
The RuleChildName property sets or gets the name of a rule that is referenced by an index. - RuleMaxNum
The RuleMaxNum property sets or gets the max attribute for a rule. - RuleMinNum
The RuleMinNum property sets or gets the min attribute for a rule. - RuleObjectType
The RuleObjectType property sets or gets the type of an object. - RulePosition
The RulePosition property determines the order of rules, and optionally restricts the order of child objects within a parent object at run time. - Variable
The Variable property sets or gets the value that is associated with a variable in the SetupNode object. You can use this property to identify objects (for example, pages) that require special processing when a variable contains a specific value. - VariableName
The VariableName property sets or gets the name of a variable that is accessed by an index in the DCOSetupNode object. You can use this property to identify objects (for example, pages) that require special processing when a variable contains a specific value. This property is useful when a node contains many child objects and variables. - VariableValue
The VariableValue property sets or gets the value of an indexed variable from the DCOSetupNode object. You can use this property to identify objects (for example, pages) when a node contains many child objects and variables.
Parent topic: DCOSetupNode APIs