Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | (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 | (Overrides Collection<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | (Inherited from Collection<String>.) |
![]() |
RemoveAt | (Inherited from Collection<String>.) |
![]() |
RemoveItem | (Overrides Collection<T>.RemoveItem(Int32).) |
![]() |
SetItem | (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