CmdletProvider.WriteItemObject Method

Definition

Writes an item to the output as a PSObject with extra data attached as notes.

public void WriteItemObject (object item, string path, bool isContainer);
Parameters
item
Object

The item to be written.

path
String

The path of the item being written.

isContainer
Boolean

True if the item is a container, false otherwise.