SharedFolderMembersInheritancePolicy

public enum SharedFolderMembersInheritancePolicy : CustomStringConvertible, JSONRepresentable

Specifies if a shared folder inherits its members from the parent folder.

  • An unspecified error.

    Declaration

    Swift

    case dontInheritMembers
  • An unspecified error.

    Declaration

    Swift

    case inheritMembers
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }