RelationshipInfoProviderDeleteRelationshipsInternal Method |
Deletes the node relationships.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual void DeleteRelationshipsInternal(
int nodeId,
bool nodeLeft,
bool nodeRight
)
Parameters
- nodeId
- Type: SystemInt32
Node ID - nodeLeft
- Type: SystemBoolean
If true, relationships with node on the left side are deleted - nodeRight
- Type: SystemBoolean
If true, relationships with node on the right side are deleted
See Also