| PersonaNodeInfoProviderRemovePersonasFromDocumentsInternal Method  | 
            Deletes all bindings between specified nodes and personas.
            
 
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntaxprotected virtual void RemovePersonasFromDocumentsInternal(
	List<int> nodeIDs,
	List<int> personasIDs
)
Parameters
- nodeIDs
 - Type: System.Collections.GenericListInt32
Bindings between these nodes and personas in personasIDs will be deleted - personasIDs
 - Type: System.Collections.GenericListInt32
Bindings between these personas and nodes in nodeIDs will be deleted 
Exceptions
See Also