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