Click or drag to resize

PFUsersManagementHubV2GetCategoryControls Method

Returns the rendered html of membership control tiles, for given category filter.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html GetCategoryControls(
	long elementId,
	long userId,
	string elementType
)

Parameters

elementId
Type: SystemInt64
category filter id
userId
Type: SystemInt64
user id
elementType
Type: SystemString
category filter type (site, context or application)

Return Value

Type: Html
See Also