IAssetRelationsRemove Method (IAsset)
|
Removes a relation by the related Asset
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
IAsset asset
)
Function Remove (
asset As IAsset
) As Boolean
bool Remove(
IAsset^ asset
)
abstract Remove :
asset : IAsset -> bool
Parameters
- asset
- Type: Ingeniux.CMSIAsset
The related Asset
Return Value
Type:
BooleanTrue if Asset is in the relations collection, false otherwise
See Also