Saves the form to Perforce.

Namespace:  P4API
Assembly:  p4api (in p4api)
Version: 1.0.0.0 (1.0.0)

Syntax

C#
public P4UnParsedRecordSet Save_Form(
	string formCommand,
	string formSpec
)

Parameters

formCommand
Type: System..::.String
The form command to run.
formSpec
Type: System..::.String
The formatted spec.

Return Value

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

See Also