Click or drag to resize

PFFieldUserValueHelperAddPrincipal Method (String)

Adds a principal reference.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldUserValueHelper AddPrincipal(
	string principalReferenceText
)

Parameters

principalReferenceText
Type: SystemString
Text of the principal, obtained calling the ToString method of a PFFieldUserValue_Reference.

Return Value

Type: PFFieldUserValueHelper
PFFieldUserValueHelper
See Also