AccessInheritance
public enum AccessInheritance : CustomStringConvertible, JSONRepresentable
Information about the inheritance policy of a shared folder.
-
The shared folder inherits its members from the parent folder.
Declaration
Swift
case inherit -
The shared folder does not inherit its members from the parent folder.
Declaration
Swift
case noInherit -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
AccessInheritance Enumeration Reference