DataConnectionFileCollection Members
Include Protected Members
Include Inherited Members
Represents the available Universal Data Connection (UDC) files located in the central data connection store on the server farm.
The DataConnectionFileCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) | |
IsEmpty | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) | |
Item[Guid] | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) | |
Item[String] | Gets a single data connection file from the collection using the file name. (Overrides SPPersistedObjectCollection<T>.Item[String].) | |
Parent | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) |
Top
Methods
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) |
Top