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: 6.0.0.0 (6.0.6225.27214)
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