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
)
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
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:
DirectoryEntryAdded child DS object.
See Also