Click or drag to resize

IAssetRelationsRemove(String) Method


Removes a relation by its name

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

Parameters

relationName  String
Name of the relation

Return Value

Boolean
True if relation with given name exists, false otherwise
See Also