Webs members
Provides methods for working with sites and subsites.
The Webs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Webs | Initializes a new instance of the Webs class. |
Top
Properties
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from WebClientProtocol.) | |
BeginInvoke | (Inherited from SoapHttpClientProtocol.) | |
CancelAsync | (Inherited from HttpWebClientProtocol.) | |
CreateContentType | Creates a new site content type, with the specified columns and properties, on the site. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
CustomizeCss | Applies style sheet customization to a particular file. | |
DeleteContentType | Deletes the specified site content type from the site. | |
Discover | (Inherited from SoapHttpClientProtocol.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
EndInvoke | (Inherited from SoapHttpClientProtocol.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetActivatedFeatures | Returns a list of Features that are activated in the Web site and in its parent site collection. | |
GetAllSubWebCollection | Returns the titles and URLs of all sites within the current site collection. | |
GetColumns | Returns a collection of the column definitions for the columns available on the site. | |
GetContentType | Returns the content type definition for the specified site content type. | |
GetContentTypes | Returns a collection of content type definitions for all site content types on the specified site. | |
GetCustomizedPageStatus | Gets the customization (also known as "ghosted") status of the file with the specified URL. | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetListTemplates | Returns the collection of list template definitions for the current site. | |
GetObjectIdFromUrl | ||
GetReaderForMessage | (Inherited from SoapHttpClientProtocol.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
GetWeb | Returns properties of a site (for example, name, description, and theme). | |
GetWebCollection | Returns the titles and URLs of all sites directly beneath the current site. | |
GetWebRequest | (Inherited from SoapHttpClientProtocol.) | |
GetWebResponse(WebRequest) | (Inherited from HttpWebClientProtocol.) | |
GetWebResponse(WebRequest, IAsyncResult) | (Inherited from HttpWebClientProtocol.) | |
GetWriterForMessage | (Inherited from SoapHttpClientProtocol.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Invoke | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback) | (Inherited from SoapHttpClientProtocol.) | |
InvokeAsync(String, [], SendOrPostCallback, Object) | (Inherited from SoapHttpClientProtocol.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveContentTypeXmlDocument | Removes the specified XmlDocument Element (ContentType) element from the specified site content type. | |
RevertAllFileContentStreams | Reverts the content streams of all files within the Web site. | |
RevertCss | Reverts style sheet customization of a file to the default style sheet. | |
RevertFileContentStream | Reverts the content stream of the file with the specified URL. | |
ToString | (Inherited from Component.) | |
UpdateColumns | Creates, updates, or deletes one or more columns on the specified site. | |
UpdateContentType | Updates the specified site content type. | |
UpdateContentTypeXmlDocument | Adds or overwrites the specified XmlDocument Element (ContentType) element in the site content type. | |
WebUrlFromPageUrl | Returns the URL of the parent site for the specified page URL. |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top