FolderItem

public class FolderItem : BoxModel

Files, folders, or web links contained within a folder.

  • Type of this folder item containing its value

    See more

    Declaration

    Swift

    public enum FolderItemType
  • Folder item value

    Declaration

    Swift

    public var itemValue: FolderItemType
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public required init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.

  • Item debug description.

    Declaration

    Swift

    public var debugDescription: String { get }