Click or drag to resize
PersonaNodeInfoProviderRemovePersonasFromDocuments Method
Deletes all bindings between specified nodes and personas.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public static void RemovePersonasFromDocuments(
	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
ExceptionCondition
ArgumentNullExceptionnodeIDs or personasIDs is null
See Also