Click or drag to resize

IAssetRelationsRemove Method (String)


Removes a relation by its name

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

Parameters

relationName
Type: SystemString
Name of the relation

Return Value

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