ItemIdList Constructor (String) |
Initializes a new instance of the
ItemIdList class that contains an ItemIdList for the given path.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxpublic ItemIdList(
string aPath
)
Public Sub New (
aPath As String
)
public:
ItemIdList(
String^ aPath
)
new :
aPath : string -> ItemIdList
Parameters
- aPath
- Type: SystemString
A path for that the ItemIdList should be created.
See Also