Click or drag to resize
MultipleDocumentsActionFactoryGetActionImplementation Method
Gets implementation of the specified mass action.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public static IMultipleDocumentsAction GetActionImplementation(
	MultipleDocumentsActionTypeEnum massActionType
)

Parameters

massActionType
Type: CMS.PersonasMultipleDocumentsActionTypeEnum
Specifies which mass action will be created

Return Value

Type: IMultipleDocumentsAction
Mass action implementation
See Also