SharedFolderMetadata
public class SharedFolderMetadata : SharedFolderMetadataBase
The metadata which includes basic information about the shared folder.
-
The metadata of the shared content link to this shared folder. Absent if there is no link on the folder. This is for an unreleased feature so it may not be returned yet.
Declaration
Swift
public let linkMetadata: Sharing.SharedContentLinkMetadata?
-
The name of the this shared folder.
Declaration
Swift
public let name: String
-
Actions the current user may perform on the folder and its contents. The set of permissions corresponds to the FolderActions in the request.
Declaration
Swift
public let permissions: [Sharing.FolderPermission]?
-
Policies governing this shared folder.
Declaration
Swift
public let policy: Sharing.FolderPolicy
-
URL for displaying a web preview of the shared folder.
Declaration
Swift
public let previewUrl: String
-
The ID of the shared folder.
Declaration
Swift
public let sharedFolderId: String
-
Timestamp indicating when the current user was invited to this shared folder.
Declaration
Swift
public let timeInvited: Date
-
Whether the folder inherits its members from its parent.
Declaration
Swift
public let accessInheritance: Sharing.AccessInheritance