This class represents the "unparsed" output from a Perforce command.
Namespace:
P4APIAssembly: p4api (in p4api)
Version: 1.0.0.0 (1.0.0)
Syntax
C# |
---|
public class P4UnParsedRecordSet : P4BaseRecordSet, IEnumerable |
Remarks
In general P4UnParsedRecordSet will return an array of strings which is analagous
to a line printed to stdout in p4.exe. Errors and Warnings are stored in the
Errors and Warnings properties respectively.