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