DsPkiContainerAddChild Method
Adds new entry under specified or current container.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
protected DirectoryEntry AddChild(
DirectoryEntry entry,
string name,
string dsObjectClass
)
Protected Function AddChild (
entry As DirectoryEntry,
name As String,
dsObjectClass As String
) As DirectoryEntry
protected:
DirectoryEntry^ AddChild(
DirectoryEntry^ entry,
String^ name,
String^ dsObjectClass
)
member AddChild :
entry : DirectoryEntry *
name : string *
dsObjectClass : string -> DirectoryEntry
- 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.
DirectoryEntryAdded child DS object.