Hi All, Does anyone have the function name to use or sample code (C# or Java) to extract the category attributes from the Content Server 10.5? We want to extract the attribute value of category from LLATTRDATA table based on the dataid.
Use DocMan's "GetNode()", examine the Node's 'Metadata' structure for an array of AttributeGroups. One of the AttributeGroups is the categories AttributeGroup.