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
Represents a collection of SPDocumentConverter objects that are available to a Web application.
The SPDocumentConverterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of objects in the collection. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
IsEmpty | Gets a Boolean value that indicates whether the collection contains any objects. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
Item[Guid] | Gets the persisted object in the collection based on the specified GUID. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
Item[String] | Gets the persisted object in the collection based on the specified name. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
Parent | Gets the parent object that declares this collection. (Inherited from SPPersistedObjectCollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds an object to the collection. (Inherited from SPPersistedChildCollection<T>.) |
![]() |
Ensure | Adds an object to the collection and, if the object already exists, reinitializes it with the data of the existing object. (Inherited from SPPersistedChildCollection<T>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetConverter | Returns the specified document converter from the collection. |
![]() |
GetEnumerator | Gets an enumerator that can be used to iterate through the collection. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValue<U>() | Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
GetValue<U>(Guid) | Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
GetValue<U>(String) | Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Deletes an object from the collection. (Inherited from SPPersistedChildCollection<T>.) |
![]() |
RemoveConverter | Removes the specified document converter from the collection. |
![]() |
SortedList(Boolean) | Returns a sorted ArrayList of document converters that are available in the Web application. |
![]() |
SortedList(String, Boolean) | Returns a sorted ArrayList of document converters that are available in the Web application and that support transformation of the specified file. |
![]() |
SystemSupportsFile | Returns a Boolean value that indicates whether the document converter supports transformation of the specified file. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<T>.) |
Top