ParentFolderAccessInfo
open class ParentFolderAccessInfo : CustomStringConvertible
Contains information about a parent folder that a member has access to.
-
Display name for the folder.
Declaration
Swift
public let folderName: String
-
The identifier of the parent shared folder.
Declaration
Swift
public let sharedFolderId: String
-
The user’s permissions for the parent shared folder.
Declaration
Swift
public let permissions: Array<Sharing.MemberPermission>
-
The full path to the parent shared folder relative to the acting user’s root.
Declaration
Swift
public let path: String
-
Declaration
Swift
open var description: String { get }