Runs a print command, and raises events for each file printed.
Namespace:
P4APIAssembly: p4api (in p4api)
Version: 1.0.0.0 (1.0.0)
Syntax
C# |
---|
public void PrintStreamEvents( params string[] args ) |
Parameters
- args
- Type: array<System..::.String>[]()[]
Arguments to theCopyC#command.p4 print
Remarks
This method is useful when you need to print several files with a single call
to the Perforce server.
Examples
CopyC#