IAssetRelationsRemove Method (String)
|
Removes a relation by its name
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Remove(
string relationName
)
Function Remove (
relationName As String
) As Boolean
bool Remove(
String^ relationName
)
abstract Remove :
relationName : string -> bool
Parameters
- relationName
- Type: SystemString
Name of the relation
Return Value
Type:
BooleanTrue if relation with given name exists, false otherwise
See Also