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.
Constructors
Name | Description | |
---|---|---|
DataConnectionFileCollection | Obsolete. Initializes a new instance of the DataConnectionFileCollection class. |
Top
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 | |
---|---|---|
IBackupRestore.AddBackupObjects | Adds the IBackupRestore object and its child IBackupRestore objects to the specified backup object. | |
IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration | Gets a value that indicates whether the component can be included in a configuration-only backup or restore. | |
IBackupRestore.CanRenameOnRestore | Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored. | |
IBackupRestore.CanSelectForBackup | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for backup, independently of its parent component, in the Central Administration user interface or some other UI. | |
IBackupRestore.CanSelectForRestore | Gets or sets a value that indicates whether the content component that is represented by the IBackupRestore object can be selected for restoration in the Central Administration user interface or some other UI. | |
IBackupRestore.DiskSizeRequired | Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the IBackupRestore object. | |
IBackupRestore.Id | Gets or sets an ID for the content component. | |
IBackupRestore.Name | Gets or sets a name, for use in a UI, for the content component. | |
IBackupRestore.OnAbort | Assists in a graceful termination when a user cancels a backup or restore operation. | |
IBackupRestore.OnBackup | Creates and stores the backup copy of the content component. | |
IBackupRestore.OnBackupComplete | Provides post backup processing. | |
IBackupRestore.OnPostRestore | Provides post restore processing. | |
IBackupRestore.OnPrepareBackup | Creates and stores the backup copy of the content component. | |
IBackupRestore.OnPreRestore | Provides restore preparation processing. | |
IBackupRestore.OnRestore | Reads the backed up content and copies it to the target destination of the restore operation. | |
IEnumerable.GetEnumerator | (Inherited from SPPersistedObjectCollection<DataConnectionFile>.) |
Top