DsPkiContainerAddSubContainer Method |
Adds a new container as a child of the specified object.
Namespace:
SysadminsLV.PKI.Management.ActiveDirectory
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax protected DirectoryEntry AddSubContainer(
string parentPath,
string name,
string schemaClassName
)
Protected Function AddSubContainer (
parentPath As String,
name As String,
schemaClassName As String
) As DirectoryEntry
protected:
DirectoryEntry^ AddSubContainer(
String^ parentPath,
String^ name,
String^ schemaClassName
)
member AddSubContainer :
parentPath : string *
name : string *
schemaClassName : string -> DirectoryEntry
Parameters
- parentPath
- Type: SystemString
Path to an object where new child is added. - name
- Type: SystemString
Child container common name. - schemaClassName
- Type: SystemString
Child container DS schema class name.
Return Value
Type:
DirectoryEntry[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.ActiveDirectory.DsPkiContainer.AddSubContainer(System.String,System.String,System.String)"]
See Also