P4Record is a dictionary-like object that provides a means of interpreting Perforce results.
For a list of all members of this type, see P4Record Members.
System.Object
���P4API.P4Record
������P4API.P4Form
The Perforce api provides "parsed" output in the form of key-value pairs. Keys are always strings (case sensitive). From the raw api, the values come in 3 flavors:
To access simple string values by key, use the Fields property (or the default indexer).
To access lists of strings by key, use the ArrayFields property.
Namespace: P4API
Assembly: p4api (in p4api.dll)
P4Record Members | P4API Namespace