Permissions
public struct Permissions : BoxInnerModel
Permission for a user accessing item by shared link
-
Whether the shared link allows previewing. For shared links on folders, this also applies to any items in the folder.
Declaration
Swift
public let canPreview: Bool?
-
Whether the shared link allows downloads. For shared links on folders, this also applies to any items in the folder.
Declaration
Swift
public let canDownload: Bool?
-
Whether the shared link allows editing of files.
Declaration
Swift
public let canEdit: Bool?