Novell.Directory.Ldap.LdapSchema.getDITStructureRuleSchema C# (CSharp) Method

getDITStructureRuleSchema() public method

Returns a particular DIT structure rule definition, or null if not found.
public getDITStructureRuleSchema ( System name ) : LdapDITStructureRuleSchema
name System The name of the DIT structure rule use for which a /// definition is to be returned. /// ///
return LdapDITStructureRuleSchema
        public virtual LdapDITStructureRuleSchema getDITStructureRuleSchema(System.String name)
        {
            return (LdapDITStructureRuleSchema) getSchemaElement(DITSTRUCTURE, name);
        }

Same methods

LdapSchema::getDITStructureRuleSchema ( int ID ) : LdapDITStructureRuleSchema