Click or drag to resize

CmisConnectorGetRepositories Method

Method to return the lists, and list guids for the given endpoint.

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 Dictionary<string, string> GetRepositories()

Return Value

Type: DictionaryString, String
Returns a dictionary with the guid for the key, and name for the value.
Remarks
Caution note Caution
CmisConnector class is available with .NET Framework 3.5 and 4.5.2 only.
See Also