Perforce API for the .Net CLR P4.Net

P4Callback.InputData Method 

Executed when a command expects a file buffer input.

[Visual Basic]
Overridable Public Sub InputData( _
   ByVal buffer As StringBuilder _
)
[C#]
public virtual void InputData(
   StringBuilder buffer
);

Parameters

buffer
A reference to a buffer. Append strings to the buffer to send file content to the server.

Remarks

InputData is called from form input commands. In general it's easier to use the P4Form class to manipulate forms than handling through the P4Callback interface.

See Also

P4Callback Class | P4API Namespace