Click or drag to resize

IAssetRelationsRemove(IAsset) Method


Removes a relation by the related Asset

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

Parameters

asset  IAsset
The related Asset

Return Value

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