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

getDITContentRuleSchema() public method

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