SPFileExtensionsCollection members
A collection for storing file extensions (aspx, ascx etc.).
The SPFileExtensionsCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFileExtensionsCollection | Initializes a new instance of the [Microsoft.SharePoint.Utilities.SPFileExtensionsCollection] class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection<String>.) |
![]() |
Item | (Inherited from Collection<String>.) |
![]() |
Items | (Inherited from Collection<String>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection<String>.) |
![]() |
Clear | (Inherited from Collection<String>.) |
![]() |
ClearItems | Empty the collection (Overrides Collection<T>.ClearItems().) |
![]() |
ContainExtension | Verify that the given extension is in the collection. |
![]() |
Contains | (Inherited from Collection<String>.) |
![]() |
CopyTo | (Inherited from Collection<String>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection<String>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection<String>.) |
![]() |
Insert | (Inherited from Collection<String>.) |
![]() |
InsertItem | Inserte a new item (Overrides Collection<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | (Inherited from Collection<String>.) |
![]() |
RemoveAt | (Inherited from Collection<String>.) |
![]() |
RemoveItem | Remove a item (Overrides Collection<T>.RemoveItem(Int32).) |
![]() |
SetItem | Set an item (Overrides Collection<T>.SetItem(Int32, T).) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from Collection<String>.) |
![]() ![]() |
IList.Contains | (Inherited from Collection<String>.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from Collection<String>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from Collection<String>.) |
![]() ![]() |
IList.IndexOf | (Inherited from Collection<String>.) |
![]() ![]() |
IList.Insert | (Inherited from Collection<String>.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from Collection<String>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Inherited from Collection<String>.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from Collection<String>.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from Collection<String>.) |
![]() ![]() |
IList.Item | (Inherited from Collection<String>.) |
![]() ![]() |
IList.Remove | (Inherited from Collection<String>.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from Collection<String>.) |
Top