Retrieve the set of Kone Cabin Access configurations in the current folder. Returns (Task<IEnumerable>.)
| Name | Description |
|---|---|
| folder | The folder to search. |
Example in C#
// Returns: IEnumerable<KoneCabinAccessInfo>
var koneCabinAccessInfo = await client.GetKoneCabinAccessAsync(FolderInfo folder);