AllContentScopeRule Members
Include Protected Members
Include Inherited Members
Represents a scope rule that includes all items in the content index.
The AllContentScopeRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the content index that match the scope rule. (Overrides ScopeRule.Count.) | |
FilterBehavior | Gets or sets the behavior of the scope rule filter. (Overrides ScopeRule.FilterBehavior.) | |
ID | Gets the scope rule ID. (Inherited from ScopeRule.) | |
LogPrefix | (Inherited from ScopeRule.) | |
RuleType | Gets the scope rule type. (Inherited from ScopeRule.) |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the scope rule. (Inherited from ScopeRule.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsEqualRule | (Inherited from ScopeRule.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowIfNotBacked | (Inherited from ScopeRule.) | |
ToString | (Inherited from Object.) | |
Update | Updates the scope rule with the specified changes. (Inherited from ScopeRule.) |
Top