Click or drag to resize
IMultipleDocumentsActionPerformAction Method
Performs action on multiple personas and multiple nodes.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
void PerformAction(
	List<int> nodeIDs,
	List<int> personasIDs
)

Parameters

nodeIDs
Type: System.Collections.GenericListInt32
Nodes action will be performed on
personasIDs
Type: System.Collections.GenericListInt32
Personas the action will be performed on
See Also