ExemptUserAgent members

Represents a user agent, commonly a search bot, which can receive InfoPath forms instead of a Web page in response to an HTTP request.

The ExemptUserAgent type exposes the following members.

Constructors

  Name Description
Public method ExemptUserAgent Initializes a new instance of the ExemptUserAgent class.

Top

Properties

  Name Description
Public property DisplayName The name of the user agent that is displayed. (Overrides SPPersistedObject.DisplayName.)
Public property Farm (Inherited from SPPersistedObject.)
Public property Id (Inherited from SPPersistedObject.)
Public property Name (Inherited from SPPersistedObject.)
Public property Parent (Inherited from SPPersistedObject.)
Public property PartialMatch Gets or sets the string used to form a partial match with the HTTP request coming from the user agent.
Public property Properties (Inherited from SPPersistedObject.)
Public property Status (Inherited from SPPersistedObject.)
Public property TypeName (Inherited from SPPersistedObject.)
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public property Version (Inherited from SPPersistedObject.)
Protected property WasCreated (Inherited from SPPersistedObject.)

Top

Methods

  Name Description
Public method Clone (Inherited from SPPersistedObject.)
Public method Delete (Inherited from SPPersistedObject.)
Public method Equals (Inherited from SPPersistedObject.)
Protected method Finalize (Inherited from Object.)
Public method GetChild<T>() (Inherited from SPPersistedObject.)
Public method GetChild<T>(String) (Inherited from SPPersistedObject.)
Public method GetHashCode (Inherited from SPPersistedObject.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method HasAdditionalUpdateAccess (Inherited from SPPersistedObject.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization (Inherited from SPPersistedObject.)
Public method Provision (Inherited from SPPersistedObject.)
Public method ToString (Inherited from SPPersistedObject.)
Public method Uncache (Inherited from SPPersistedObject.)
Public method Unprovision (Inherited from SPPersistedObject.)
Public method Update() (Inherited from SPPersistedObject.)
Public method Update(Boolean) (Inherited from SPPersistedObject.)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)
Protected method Validate (Inherited from SPPersistedObject.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IBackupRestore.AddBackupObjects Adds the IBackupRestore object and its child IBackupRestore objects to the specified backup object.
Explicit interface implemetationPrivate property IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration Gets a value that indicates whether the component can be included in a configuration-only backup or restore.
Explicit interface implemetationPrivate property IBackupRestore.CanRenameOnRestore Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored.
Explicit interface implemetationPrivate property 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.
Explicit interface implemetationPrivate property 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.
Explicit interface implemetationPrivate property 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.
Explicit interface implemetationPrivate property IBackupRestore.Id Gets or sets an ID for the content component.
Explicit interface implemetationPrivate property IBackupRestore.Name Gets or sets a name, for use in a UI, for the content component.
Explicit interface implemetationPrivate method IBackupRestore.OnAbort Assists in a graceful termination when a user cancels a backup or restore operation.
Explicit interface implemetationPrivate method IBackupRestore.OnBackup Creates and stores the backup copy of the content component.
Explicit interface implemetationPrivate method IBackupRestore.OnBackupComplete Provides post backup processing.
Explicit interface implemetationPrivate method IBackupRestore.OnPostRestore Provides post restore processing.
Explicit interface implemetationPrivate method IBackupRestore.OnPrepareBackup Creates and stores the backup copy of the content component.
Explicit interface implemetationPrivate method IBackupRestore.OnPreRestore Provides restore preparation processing.
Explicit interface implemetationPrivate method IBackupRestore.OnRestore Reads the backed up content and copies it to the target destination of the restore operation.

Top

See also

Reference

ExemptUserAgent class

Microsoft.Office.InfoPath.Server.Administration namespace