DsPkiContainerAddChild Method

Adds new entry under specified or current container.

Definition

Namespace: SysadminsLV.PKI.Management.ActiveDirectory
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
protected DirectoryEntry AddChild(
	DirectoryEntry entry,
	string name,
	string dsObjectClass
)

Parameters

entry  DirectoryEntry
Specifies the optional entry parent. If it is null, current DS object is used.
name  String
Specifies the name for new child.
dsObjectClass  String
Specifies the DS object class for new child.

Return Value

DirectoryEntry
Added child DS object.

See Also