SharedLinkAccess

public enum SharedLinkAccess : BoxEnum

Defines the level of access to the item by its shared link.

  • Anyone with the link can access.

    Declaration

    Swift

    case open
  • People in your company can access.

    Declaration

    Swift

    case company
  • People in this folder can access.

    Declaration

    Swift

    case collaborators
  • Custom value for enum values not yet implemented by the SDK

    Declaration

    Swift

    case customValue(String)
  • Declaration

    Swift

    public init(_ value: String)
  • Declaration

    Swift

    public var description: String { get }