| | Name | Description |
|---|
 | DeleteRelationships(Guid) |
Deletes the relationships for the specified structure ID, irrespective of the checked out status.
|
 | DeleteRelationships(IStructure) |
Deletes the relationships for the specified data structure, using its current checked out status.
|
 | DeleteRelationships(Guid, Guid) |
Deletes the relationships between the specified primary structure ID and the specified referenced structure ID, irrespective of the checked out status.
|
 | DeleteRelationships(IStructure, IStructure) |
Deletes the relationships between the specified primary structure and the specified referenced structure ID, using the current checked out status.
|
 | DeleteRelationships(IStructure, RelationshipCategory) |
Deletes the relationships for the specified structure, using the specified category and the current checked out status.
|
 | DeleteRelationships(IStructure, IStructure, RelationshipCategory) |
Deletes the relationships between the primary data structure and the specified referenced structure, using the specified category and the current checked out status.
|