ServerInfoObject members
Include protected members
Include inherited members
Provides information about the SharePoint Foundation server where a form is located.
The ServerInfoObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
SharePointListUrl | Gets a String that provides the URL of the SharePoint list where the form is located. (Inherited from ServerInfo.) | |
SharePointServerRootUrl | Gets a String that provides the root URL of the SharePoint server where the form is located. (Inherited from ServerInfo.) | |
SharePointSiteCollectionUrl | Gets a String that provides the URL of the SharePoint site collection where the form is located. (Inherited from ServerInfo.) | |
SharePointSiteUrl | Gets a String that provides the URL of the SharePoint site where the form is located. (Inherited from ServerInfo.) |
Top