JamItemIdListCollectionAdd Method (String) |
Adds an element to the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual void Add(
string pPath
)
Public Overridable Sub Add (
pPath As String
)
public:
virtual void Add(
String^ pPath
)
abstract Add :
pPath : string -> unit
override Add :
pPath : string -> unit
Parameters
- pPath
- Type: SystemString
The path to add.
Remarks When passing filenames only make sure to set the
BaseFolder.
See Also