Click or drag to resize

JamItemIdListCollectionAdd Method (String)

Adds an element to the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public virtual void Add(
	string pPath
)

Parameters

pPath
Type: SystemString
The path to add.
Remarks
When passing filenames only make sure to set the BaseFolder.
See Also