includeHiddenAssets
A Boolean value that determines whether the fetch result includes assets marked as hidden.
Declaration
var includeHiddenAssets: Bool { get set }Discussion
If the value is false (the default), fetches exclude assets whose isHidden property is true. If the value is true, fetches include all assets regardless of their hidden state.