Gets a StringCollection containing the names of all the allowable fields in the form.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public StringCollection PermittedFields { get; }

Field Value

StringCollection containing the names of all the allowable fields in the form.

Remarks

The fields returned by PermittedFields are not necessarily included in Fields.Keys or ArrayFields.Keys. Perforce forms usually do not have keys for empty values.

See Also