PHCollectionList.CreateTransientCollectionList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateTransientCollectionList(PHAssetCollection[], String) | |
CreateTransientCollectionList(PHFetchResult, String) |
CreateTransientCollectionList(PHAssetCollection[], String)
[Foundation.Export("transientCollectionListWithCollections:title:")]
public static Photos.PHCollectionList CreateTransientCollectionList (Photos.PHAssetCollection[] collections, string title);
static member CreateTransientCollectionList : Photos.PHAssetCollection[] * string -> Photos.PHCollectionList
Parameters
- collections
- PHAssetCollection[]
- title
- String
Returns
- Attributes
Applies to
CreateTransientCollectionList(PHFetchResult, String)
[Foundation.Export("transientCollectionListWithCollectionsFetchResult:title:")]
public static Photos.PHCollectionList CreateTransientCollectionList (Photos.PHFetchResult fetchResult, string title);
static member CreateTransientCollectionList : Photos.PHFetchResult * string -> Photos.PHCollectionList
Parameters
- fetchResult
- PHFetchResult
- title
- String
Returns
- Attributes