ALAssetsGroup.AddAsset(ALAsset) 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.
Adds an asset to an existing ALAssetsGroup.
[Foundation.Export("addAsset:")]
public virtual bool AddAsset (AssetsLibrary.ALAsset asset);
abstract member AddAsset : AssetsLibrary.ALAsset -> bool
override this.AddAsset : AssetsLibrary.ALAsset -> bool
Parameters
- asset
- ALAsset
The asset being added.
Returns
true
if the asset
was added successfully.
- Attributes