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.0
Syntax
public void Update(
	int index,
	Object o
)

Parameters

index
Type: SystemInt32
The index of the item that should be updated.
o
Type: SystemObject
The new object that should be associated with the this item.
See Also