AreaCollection Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Manages areas.
The AreaCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Obsolete. Gets the number of areas in the collection. | |
Item[Guid] | Obsolete. Gets an area by indexer of type GUID. | |
Item[String] | Obsolete. Gets an area by indexer of type Name. | |
Item[UInt32] | Obsolete. Gets an area by indexer of type Integer. |
Top
Methods
Name | Description | |
---|---|---|
AddArea(String) | Obsolete. Adds an area. | |
AddArea(String, String, String, SPSite) | Obsolete. Adds an area. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Obsolete. Gets an enumerator for the area collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Obsolete. Reloads the collection from the database. All uncommitted changes are discarded. | |
RemoveArea | Obsolete. Removes an area. | |
ToString | (Inherited from Object.) |
Top