Saves the form to Perforce.
P4UnParsedRecordSet. Output can be parsed to verify the form was processed correctly.
Forms are the things that pop-up in an editor when run from a command line. In P4.Net (and most other Perforce APIs), you do not need to parse/format the text manually. Instead, you can get/set the fields using the Fields and ArrayFields collections.
The following is a list of common form commands:
When fetching or saving a form, do not use the '-o' and '-i' flags. P4.Net will automatically include them.
P4Connection Class | P4API Namespace | P4Connection.Save_Form Overload List