Purpose
Returns the number of public properties defined for the document. The count also includes all the properties of documents that are extended.
Syntax
:= document.GetPropertyCount()
Arguments
This function has no arguments.Return value
Returns an integer corresponding to the number of properties defined in the document and in documents that are extended.
- This function is generally used together with the GetPropertyDefinition function to retrieve the definitions of properties.
- The private properties of the documents are not part of the metaschema and therefore are not visible. Beginning with version 22.0, the GetOtherPropertyCount and GetOtherPropertyDefinition methods can also be used to list private properties and/or object-type properties.
Changed on: 24/05/2022 / From version: 7.5.3400