JamItemIdListCollectionAdd(String) Method |
Adds an element to the collection.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- The path to add.
RemarksWhen passing filenames only make sure to set the
BaseFolder.
See Also