Click or drag to resize

IFolderSetChildFolderIndex Method

Sets the sequence index of the child folder.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void SetChildFolderIndex(
	IFolder pChildFolder,
	int index
)

Parameters

pChildFolder
Type: PDTec.IceNet.Core.ModelIFolder
The child folder.
index
Type: SystemInt32
The sequence index.
See Also