SPPrefixCollection members
Represents a collection of SPPrefix objects.
The SPPrefixCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPrefixCollection | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of prefix objects in the collection. (Overrides SPBaseCollection.Count.) | |
Item | Gets the prefix object at the specified index in the collection. In C#, this property is an indexer for the SPPrefixCollection class. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified prefix to the collection. | |
Contains | Returns a Boolean value that indicates whether the collection contains the specified prefix. | |
Delete(String) | Deletes the specified prefix from the collection. | |
Delete([]) | Deletes the specified array of prefixes from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindSiteRoot | Looks in this collection for a prefix that matches the beginning of the server-relative request url. | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
Lookup | Retrieves a copy of the specified SPPrefix object from this collection, if one exists. | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Updates the parent Web application of the prefix collection. (Overrides SPAutoSerializingObject.UpdateParent().) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable<SPPrefix>.GetEnumerator | Returns an enumerator that iterates through the collection. |
Top