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.2
Syntax
public string this[
	int index
] { get; }

Parameters

index  Int32
The index of the path that should be returned.

Return Value

String
The path with the given index.
See Also