Share via


xInfo.truncate(String) Method

Definition

Removes the items with the specified prefix from the Infolog.

public:
 virtual void truncate(System::String ^ _prefix);
public virtual void truncate (string _prefix);
abstract member truncate : string -> unit
override this.truncate : string -> unit
Public Overridable Sub truncate (_prefix As String)

Parameters

_prefix
String

The prefix for the items that you want to remove from the Infolog.

Applies to