ParentFolderAccessInfo
public class ParentFolderAccessInfo : CustomStringConvertible, JSONRepresentable
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: [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
public var description: String { get }