Perforce API for the .Net CLR P4.Net

P4Connection.Save_Form Method (String, String, String[])

Saves the form to Perforce.

[Visual Basic]
Overloads Public Function Save_Form( _
   ByVal formCommand As String, _
   ByVal formSpec As String, _
   ParamArray args As String() _
) As P4UnParsedRecordSet
[C#]
public P4UnParsedRecordSet Save_Form(
   string formCommand,
   string formSpec,
   params string[] args
);

Parameters

formCommand
The form command to run.
formSpec
The formatted spec.
args
Arguments to the form command.

Return Value

P4UnParsedRecordSet. Output can be parsed to verify the form was processed correctly.

See Also

P4Connection Class | P4API Namespace | P4Connection.Save_Form Overload List