Click or drag to resize

CmisPropertyIdsChildrenWithProperties Method

A method that given a CMIS Navigation Service cmisObjectInFolderType array will return the CMIS property type for the objects in the collection.

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static List<Dictionary<string, string>> ChildrenWithProperties(
	cmisObjectInFolderType[] childList
)

Parameters

childList
Type: cmisObjectInFolderType
A NavigationService.cmisObjectInTypeFolder[].

Return Value

Type: ListDictionaryString, String
Returns a List of Dictionaries that contains the property definition id as the key, and property type as the value.
Remarks
Caution note Caution
CmisPropertyIds class is available with .NET Framework 3.5 and 4.5.2 only.
See Also