Click or drag to resize
IXmlFolderCreatorCreateChild Method
Creates a child folder with a specific ID.

Namespace: PDTec.IceNet.Core.Xml
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IFolder CreateChild(
	string id,
	string name,
	string description
)

Parameters

id
Type: SystemString
The ID.
name
Type: SystemString
The name.
description
Type: SystemString
The description.

Return Value

Type: IFolder
A folder instance.
See Also