Perforce API for the .Net CLR P4.Net

P4Connection.Save_Form�Method�(String, String, Boolean)

Saves the form to Perforce.

[Visual�Basic]
Overloads�Public�Function�Save_Form( _
���ByVal formCommand�As�String,�_
���ByVal formSpec�As�String,�_
���ByVal Force�As�Boolean�_
)�As�P4UnParsedRecordSet
[C#]
public�P4UnParsedRecordSet�Save_Form(
���stringformCommand,
���stringformSpec,
���boolForce
);

Parameters

formCommand
The form command to run.
formSpec
The formatted spec.
Force
True to pass the '-f' flag when saving.

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