FolderSharingInfo

public class FolderSharingInfo : Files.SharingInfo

Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.

  • Set if the folder is contained by a shared folder.

    Declaration

    Swift

    public let parentSharedFolderId: String?
  • If this folder is a shared folder mount point, the ID of the shared folder mounted at this location.

    Declaration

    Swift

    public let sharedFolderId: String?
  • Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don’t have read access to this folder. They do, however, have access to some sub folder.

    Declaration

    Swift

    public let traverseOnly: Bool
  • Specifies that the folder cannot be accessed by the user.

    Declaration

    Swift

    public let noAccess: Bool