Deletes all bindings between specified nodes and personas.
            
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 8.0.0.0 (8.1.5347.20411)
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 | 
|---|---|
| nodeIDs or personasIDs is null | 
See Also