SPExternalApplicationRegistrationInformation members
Provides information that is used to render a registration page for an external application that is hosted in a Web Part and to render a link to the page on the Tool Part of the Web Part.
The SPExternalApplicationRegistrationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPExternalApplicationRegistrationInformation | Initializes a new instance of the SPExternalApplicationRegistrationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets an instructional text for a link, on the Tool Part of the Web Part, to the registration page for the external application. | |
DialogHeight | Gets or sets the height, in pixels, of the dialog for registering the external application. | |
DialogWidth | Gets or sets the width, in pixels, of the dialog for registering the external application. | |
HyperlinkText | The text of the link, on the Tool Part of the Web Part, to the dialog for registering the external application. | |
HyperlinkUrl | The server-relative URL of the dialog for registering the external application. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top