Deletes all bindings between specified nodes and personas.
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- nodeIDs
- Type: System.Collections.Generic List Int32
Bindings between these nodes and personas in personasIDs will be deleted
- personasIDs
- Type: System.Collections.Generic List Int32
Bindings between these personas and nodes in nodeIDs will be deleted
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | nodeIDs or personasIDs is null |
See Also