Click or drag to resize

PathCollectionItem Property

Returns a path with a certain index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public string this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the path that should be returned.

Return Value

Type: String
The path with the given index.
See Also