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: 7.2.0.0 (7.2.7583.15464)
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