FolderMetadata

public class FolderMetadata : Files.Metadata

The FolderMetadata struct

  • id

    A unique identifier for the folder.

    Declaration

    Swift

    public let id: String
  • Please use sharingInfo instead.

    Declaration

    Swift

    public let sharedFolderId: String?
  • Set if the folder is contained in a shared folder or is a shared folder mount point.

    Declaration

    Swift

    public let sharingInfo: Files.FolderSharingInfo?
  • Additional information if the file has custom properties with the property template specified. Note that only properties associated with user-owned templates, not team-owned templates, can be attached to folders.

    Declaration

    Swift

    public let propertyGroups: [FileProperties.PropertyGroup]?