Click or drag to resize

PathCollectionUpdate Method

Updates the object associated with a path.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public void Update(
	int index,
	Object o
)

Parameters

index  Int32
The index of the item that should be updated.
o  Object
The new object that should be associated with the this item.
See Also