IRelationshipServiceDeleteRelationships Method

Overload List
  NameDescription
Public methodDeleteRelationships(Guid)
Deletes the relationships for the specified structure ID, irrespective of the checked out status.
Public methodDeleteRelationships(IStructure)
Deletes the relationships for the specified data structure, using its current checked out status.
Public methodDeleteRelationships(Guid, Guid)
Deletes the relationships between the specified primary structure ID and the specified referenced structure ID, irrespective of the checked out status.
Public methodDeleteRelationships(IStructure, IStructure)
Deletes the relationships between the specified primary structure and the specified referenced structure ID, using the current checked out status.
Public methodDeleteRelationships(IStructure, RelationshipCategory)
Deletes the relationships for the specified structure, using the specified category and the current checked out status.
Public methodDeleteRelationships(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.
Top
See Also