Click or drag to resize

PFItemBatchActionVisibility_Logins Property

Gets or sets the list of user logins having access to this action.

Applies if the VisibilityScope is set to SpecificLogins.

Logins must include the domain and be separated by ";". @"myDomain\User1;myDomain\User2"

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public string Visibility_Logins { get; set; }

Property Value

Type: String
See Also