Collapse All
Expand All
C#
P4.Net -- Managed API for Perforce
P4BaseRecordSet
.
.
::
.
HasErrors Method
P4BaseRecordSet Class
See Also
Checks the Recordset to determine if errors occured.
Namespace:
P4API
Assembly:
p4api (in p4api)
Version:
1.0.0.0 (1.0.0)
Syntax
C#
public
bool
HasErrors
()
Return Value
True if the p4 command returned errors.
Remarks
This is the same as testing
Errors.Count
.
See Also
P4BaseRecordSet Class
P4API Namespace