Click or drag to resize

ContentPermissionContextEntryAddColumnValue Method

Adds a new column value, referencing a user column.

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 AddColumnValue(
	int columnId
)

Parameters

columnId
Type: SystemInt32
Id of the column value.

Return Value

Type: ContentPermissionContextEntryValue
ContentPermissionContextEntryValue
See Also