Click or drag to resize

DsPkiContainerAddChild Method

Adds new entry under specified or current container.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
protected DirectoryEntry AddChild(
	DirectoryEntry entry,
	string name,
	string dsObjectClass
)

Parameters

entry
Type: System.DirectoryServicesDirectoryEntry
Specifies the optional entry parent. If it is null, current DS object is used.
name
Type: SystemString
Specifies the name for new child.
dsObjectClass
Type: SystemString
Specifies the DS object class for new child.

Return Value

Type: DirectoryEntry
Added child DS object.
See Also