Click or drag to resize

IAssetRelationsRemove Method (IAsset)


Removes a relation by the related Asset

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool Remove(
	IAsset asset
)

Parameters

asset
Type: Ingeniux.CMSIAsset
The related Asset

Return Value

Type: Boolean
True if Asset is in the relations collection, false otherwise
See Also