DataConnectionFile Members
Include Protected Members
Include Inherited Members
Represents a Universal Data Connection (UDC) file located in the central data connection store on a server farm.
The DataConnectionFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataConnectionFile | Initializes a new instance of the DataConnectionFile class. |
Top
Properties
Name | Description | |
---|---|---|
Category | Gets or sets the category of a Universal Data Connection (UDC) file located in the central data connection store on a server farm. | |
DataConnectionFileName | Gets the name of the Universal Data Connection (UDC) file represented by the DataConnectionFile object. | |
Description | Gets or sets the description of a Universal Data Connection (UDC) file located in a SharePoint Data Connection Library. | |
DisplayName | Gets or sets the name displayed in the library of a Universal Data Connection (UDC) file located in the data connection library. | |
Farm | (Inherited from SPPersistedObject.) | |
HasDependants | Gets a value that indicates whether any form templates on the server are dependant on the Universal Data Connection (UDC) file located in the central data connection store. | |
Id | (Inherited from SPPersistedObject.) | |
Name | (Inherited from SPPersistedObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
Status | (Inherited from SPPersistedObject.) | |
TypeName | (Inherited from SPPersistedObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) | |
WasCreated | (Inherited from SPPersistedObject.) | |
WebAccessible | Gets or sets a value indicating whether Microsoft InfoPath 2010 clients can access the data connection file using the HTTP protocol. | |
Xml | Gets the XML string of a Universal Data Connection (UDC) file located in the data connection library. |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from SPPersistedObject.) | |
Delete | (Inherited from SPPersistedObject.) | |
EnumerateDependants | Enumerates all dependant form templates of a Universal Data Connection (UDC) file located in the central data connection store on a server farm. | |
Equals | (Inherited from SPPersistedObject.) | |
Finalize | (Inherited from Object.) | |
GetChild<T>() | (Inherited from SPPersistedObject.) | |
GetChild<T>(String) | (Inherited from SPPersistedObject.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
HasAdditionalUpdateAccess | (Inherited from SPPersistedObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
Provision | (Inherited from SPPersistedObject.) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | (Inherited from SPPersistedObject.) | |
Update() | (Inherited from SPPersistedObject.) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
Validate | (Inherited from SPPersistedObject.) |
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. |
Top