Perforce API for the .Net CLR P4.Net

P4RecordsetCallback.OutputContent�Method�

Outputs the content.

[Visual�Basic]
Overrides�Public�Sub�OutputContent( _
���ByVal buffer�As�Byte(),�_
���ByVal IsText�As�Boolean�_
)
[C#]
public�override�void�OutputContent(
���byte[]buffer,
���boolIsText
);

Parameters

buffer
The buffer.
IsText
if set to true [is text].

See Also

P4RecordsetCallback Class | P4API Namespace