Click or drag to resize

ContentPermissionContextEntryAddValue Method (ContentPermissionContextEntryValueType)

Adds a new value.

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 AddValue(
	ContentPermissionContextEntryValueType type
)

Parameters

type
Type: Packflow.ModelingContentPermissionContextEntryValueType
Type of the value.

Return Value

Type: ContentPermissionContextEntryValue
ContentPermissionContextEntryValue
See Also