AddKoneCabinAccessAsync

Add the provided Kone Cabin Access configuration to the folder.The folder must alrady exist. The Kone Cabin Access must not already exist. Returns (Task.)Exception Type: NullReferenceExceptionPost failed to get an Href as the result

Name Description
folder The folder.
item The item.

Add Kone Cabin Access Async

Example in C#

// Returns: KoneCabinAccessInfo
var koneCabinAccessInfo = await client.AddKoneCabinAccessAsync(FolderInfo folder, KoneCabinAccessInfo item);