Perforce API for the .Net CLR P4.Net

P4Form.PermittedFields Property

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

[Visual Basic]
Public ReadOnly Property PermittedFields As StringCollection
[C#]
public System.Collections.Specialized.StringCollection PermittedFields {get;}

Property 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

P4Form Class | P4API Namespace