Novell.Directory.Ldap.LdapSchema.getDITContentRuleSchema C# (CSharp) Méthode

getDITContentRuleSchema() public méthode

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. /// ///
Résultat LdapDITContentRuleSchema
        public virtual LdapDITContentRuleSchema getDITContentRuleSchema(System.String name)
        {
            return (LdapDITContentRuleSchema) getSchemaElement(DITCONTENT, name);
        }