Share via


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
Public property Count (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public property IsEmpty (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public property Item[Guid] (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public property Item[String] Gets a single data connection file from the collection using the file name. (Overrides SPPersistedObjectCollection<T>.Item[String].)
Protected property Parent (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)

Top

Methods

  Name Description
Public method Add(T) (Inherited from SPPersistedChildCollection<DataConnectionFile>.)
Public method Add(String, Boolean, Boolean, String) Adds a data connection file to the collection with a series of parameters describing the connection.
Public method Ensure (Inherited from SPPersistedChildCollection<DataConnectionFile>.)
Public method Enumerate Enumerates the data connection files in the collection based on the mode.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue<U>() (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public method GetValue<U>(String) (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Public method GetValue<U>(Guid) (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(Guid) (Inherited from SPPersistedChildCollection<DataConnectionFile>.)
Public method Remove(String) Removes a data connection file from the collection.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPPersistedObjectCollection<DataConnectionFile>.)

Top

See Also

Reference

DataConnectionFileCollection Class

Microsoft.Office.InfoPath.Server.Administration Namespace