ScopeDisplayGroup members
Represents a scope display group.
The ScopeDisplayGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Specifies the number of scopes that are part of this display group. | |
Default | Gets or sets the default scope for the display group. | |
Description | Gets or sets the description for the display group. | |
DisplayInAdminUI | Gets or sets a Boolean value that indicates whether a scope is displayed in the scope Administration user interface. | |
ID | Gets the scope display group ID. | |
Item | Gets the specified scope from the display group's scope collection. | |
LastModifiedBy | Gets the name of the user who last modified the display group. | |
LastModifiedTime | Gets the time when the display group was last modified. | |
Name | Gets or sets the display group name. | |
OwningSite | Gets the site that owns the display group. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a scope to the display group's scope collection. | |
Clear | Removes all the scopes from the display group's scope collection. | |
Contains | Gets a Boolean value indicating whether the display group's scope collection contains the specified scope. | |
Delete | Deletes the display group. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to access the items in the display group's scope collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the index for a specified scope. | |
Insert | Adds a scope to the display group's scope collection, at the specified index. | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Removes the specified scope from the display group's scope collection. | |
RemoveAt | Removes the scope at the specified index position from the display group's scope collection. | |
ToString | (Inherited from Object.) | |
Update | Updates the scope display group with the specified changes. |
Top