Click or drag to resize

ContentPermissionContextEntryAddRoleValue Method

Adds a new value, referencing a role.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ContentPermissionContextEntryValue AddRoleValue(
	int roleId
)

Parameters

roleId
Type: SystemInt32
Id of the role.

Return Value

Type: ContentPermissionContextEntryValue
ContentPermissionContextEntryValue
See Also