﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.SharePoint</name>
  </assembly>
  <members>
    <member name="T:Microsoft.SharePoint.ClaimProviderAttribute"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviderAttribute.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviderAttribute.ClassName"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviderAttribute.Description"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviderAttribute.Name"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviderAttribute.Version"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviderAttribute.VersionString"></member>
    <member name="T:Microsoft.SharePoint.ConstraintType"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.MaxLength"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.MinLength"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.Required"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.NoEmpty"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.ComplexTypeAsString"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.SimpleTypeAsString"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.HtmlEncoded"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.UrlEncoded"></member>
    <member name="F:Microsoft.SharePoint.ConstraintType.Custom"></member>
    <member name="T:Microsoft.SharePoint.DefaultItemOpen">
      <summary>Specifies whether to use a rich client application or the browser to open a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.DefaultItemOpen.PreferClient">
      <summary>Open the item in a client application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.DefaultItemOpen.Browser">
      <summary>Open the item in the browser.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.DraftVisibilityType">
      <summary>Specifies the kind of user who can view the minor version of a document draft. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.DraftVisibilityType.Reader">
      <summary>Reader. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.DraftVisibilityType.Author">
      <summary>Author. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.DraftVisibilityType.Approver">
      <summary>Approver. Value = 2. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.ExternalSecurityWebProperty">
      <summary>Provides fields that contain custom information about security used in Microsoft Windows SharePoint Services.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.ExternalSecurityWebProperty.PropertyName">
      <summary>Contains the name of a security property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.ExternalSecurityWebProperty.PropertyValue">
      <summary>Contains the value of a security property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.IAlertNotifyHandler">
      <summary>Provides a method for handling the sending of an alert.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.IAlertNotifyHandler.OnNotification(Microsoft.SharePoint.SPAlertHandlerParams)">
      <summary>Occurs after an alert is sent and returns information about the alert notification.</summary>
      <returns>true if Windows SharePoint Services marks the notification as processed; otherwise false.</returns>
      <param name="ahp">An <see cref="T:Microsoft.SharePoint.SPAlertHandlerParams" /> structure that contains information about the alert.           </param>
    </member>
    <member name="T:Microsoft.SharePoint.IAlertUpdateHandler">
      <summary>Provides synchronous methods for handling alert updates made through the user interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.IAlertUpdateHandler.PostUpdate(Microsoft.SharePoint.SPAlert,Microsoft.SharePoint.SPWeb,System.Boolean,System.String)">
      <summary>Asynchronous After event that occurs after an alert has been modified in the user interface. </summary>
      <returns>A Boolean value that can be used to prevent the update or to throw an <see cref="T:Microsoft.SharePoint.SPException" />.</returns>
      <param name="a">An <see cref="T:Microsoft.SharePoint.SPAlert" /> object representing the alert.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the Web site.</param>
      <param name="newAlert">true if the alert being handled is new; otherwise, false</param>
      <param name="properties">A string containing properties of the alert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.IAlertUpdateHandler.PreUpdate(Microsoft.SharePoint.SPAlert,Microsoft.SharePoint.SPWeb,System.Boolean,System.String)">
      <summary>Synchronous Before event that occurs when an alert is modified in the user interface.</summary>
      <returns>A Boolean value that can be used to prevent the update or to throw an <see cref="T:Microsoft.SharePoint.SPException" />.</returns>
      <param name="a">An <see cref="T:Microsoft.SharePoint.SPAlert" /> object representing the alert.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the Web site.</param>
      <param name="newAlert">true if the alert being handled is new; otherwise, false.</param>
      <param name="properties">A string containing properties of the alert.</param>
    </member>
    <member name="T:Microsoft.SharePoint.IAuditLogTrimmingCallout"></member>
    <member name="M:Microsoft.SharePoint.IAuditLogTrimmingCallout.AuditLogTrimmed(Microsoft.SharePoint.SPSite,System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.IAuditLogTrimmingCallout.AuditLogTrimming(Microsoft.SharePoint.SPSite,System.DateTime)"></member>
    <member name="T:Microsoft.SharePoint.IClaimProvider"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.ClaimTypes"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.ClaimValueTypes"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.Description"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.EntityTypes"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.GetClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.GetHierarchy(System.Uri,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.IdentityClaimType"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.Resolve(System.Uri,System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.Resolve(System.Uri,System.String[],System.String)"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.Schema"></member>
    <member name="M:Microsoft.SharePoint.IClaimProvider.Search(System.Uri,System.String[],System.String,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.SupportsEntityInformation"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.SupportsHierarchy"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.SupportsResolve"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.SupportsSearch"></member>
    <member name="P:Microsoft.SharePoint.IClaimProvider.Version"></member>
    <member name="T:Microsoft.SharePoint.IClaimProviderServiceApplication"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.ClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.ClaimTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.ClaimValueTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.EntityTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.GetHierarchy(System.Uri,System.String,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.GetHierarchy(System.Uri,System.String[],System.String[],System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.IsClaimsMode(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.ProviderSchemas(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.Resolve(System.Uri,System.String[],System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.Resolve(System.Uri,System.String[],System.String[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.Search(System.Uri,Microsoft.SharePoint.SPProviderSearchArguments[],System.String[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.IClaimProviderServiceApplication.Search(System.Uri,System.String[],System.String[],System.String,System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.IExternalSecurityWeb">
      <summary>Provides methods that return custom information about the security used in Microsoft Windows SharePoint Services for use in indexing by a search crawler on a portal.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.IExternalSecurityWeb.GetAnonymousState">
      <summary>Returns a Boolean value that indicates whether anonymous access is enabled for a site.</summary>
      <returns>true if anonymous access is enabled for the site; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.IExternalSecurityWeb.GetLastModified">
      <summary>Returns the security modification date for a site or list for the purpose of recrawling the site or list with the search crawler.</summary>
      <returns>A System.DateTime value that specifies the date and time that the site or list was last modified.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.IExternalSecurityWeb.GetPermission">
      <summary>Returns the access control list (ACL) for a site or list in XML format.</summary>
      <returns>A string that contains the ACL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.IExternalSecurityWeb.GetProperties">
      <summary>Returns security properties used in indexing by a search crawler.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.ExternalSecurityWebProperty" /> array that contains the names and values of the properties.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.IExternalSecurityWeb.Init(Microsoft.SharePoint.SPSite,Microsoft.SharePoint.SPWeb)">
      <summary>Initializes the external security provider.</summary>
      <param name="spSite">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</param>
      <param name="spWeb">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="T:Microsoft.SharePoint.IFileDialogPostProcessor">
      <summary>Provides a method for customizing the Web views used in file dialog boxes and forms of document libraries. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.IFileDialogPostProcessor.Process(System.Guid,System.Guid,System.Guid,Microsoft.SharePoint.WffRequestType,System.String,System.String,System.String@)">
      <summary>Customizes the Web view in the file dialog box or form that is used when opening or saving files in the specified document library.</summary>
      <param name="siteId"></param>
      <param name="webId"></param>
      <param name="listId"></param>
      <param name="type">A <see cref="T:Microsoft.SharePoint.WffRequestType" /> value that specifies the type of file dialog box.</param>
      <param name="location"></param>
      <param name="defaultPresentation"></param>
      <param name="alternatePresentation"></param>
    </member>
    <member name="T:Microsoft.SharePoint.IFileDialogPostProcessor2"></member>
    <member name="M:Microsoft.SharePoint.IFileDialogPostProcessor2.Process(System.Guid,System.Guid,System.Guid,Microsoft.SharePoint.WffRequestType,System.String,System.String,System.Boolean,System.Int32,System.String,System.String,System.String@)"></member>
    <member name="T:Microsoft.SharePoint.IListEventSink">
      <summary>Defines the interface that a list event handler must implement to respond to events within a document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.IListEventSink.OnEvent(Microsoft.SharePoint.SPListEvent)">
      <summary>Responds to changes that occur to a document in a document library.</summary>
      <param name="listEvent">A <see cref="T:Microsoft.SharePoint.SPListEvent" /> object that represents the event.</param>
    </member>
    <member name="T:Microsoft.SharePoint.IRequestResources">
      <summary>Specifies an interface that checks user permissions during operations that may potentially alter content on the Web site. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.IRequestResources.RequestResources">
      <summary>Verifies that a user who requests an operation involving the modification of site objects has permissions to complete the specified operation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.IRequestResources.RequestViewGuid"></member>
    <member name="T:Microsoft.SharePoint.ISecurableObject">
      <summary>Exposes the role assignments for an object and manages the permissions of the object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.AllRolesForCurrentUser">
      <summary>Gets all the role definitions for the current user.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinitionBindingCollection" /> object that represents the role definitions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.ISecurableObject.BreakRoleInheritance(System.Boolean)">
      <summary>Creates unique role assignments for the object.</summary>
      <param name="CopyRoleAssignments">true to copy the role assignments from the parent object; if false, the role assignments are empty except for the current user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.ISecurableObject.CheckPermissions(Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks the permissions for a given set of rights.</summary>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies a set of rights to check.</param>
    </member>
    <member name="M:Microsoft.SharePoint.ISecurableObject.DoesUserHavePermissions(Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks the permissions of the user for a given set of rights.</summary>
      <returns>true if the permissions of the user include the set of rights; otherwise, false.</returns>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies a set of rights to check.</param>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.EffectiveBasePermissions">
      <summary>Gets the current user's effective base permissions on the object, including group membership and policies.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that indicates the base permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.FirstUniqueAncestor">
      <summary>Gets the first unique ancestor for the object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.ISecurableObject" /> interface that represents the first unique ancestor.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.HasUniqueRoleAssignments">
      <summary>Gets a Boolean value indicating whether the object has unique security or inherits its role assignments from a parent object.</summary>
      <returns>true if the object has unique security; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.ISecurableObject.ResetRoleInheritance">
      <summary>Removes the local role assignments and reverts to role assignments from the parent object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.ReusableAcl">
      <summary>Gets an opaque object representing the raw access control list (ACL) information of the securable object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the raw ACL information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.ISecurableObject.RoleAssignments">
      <summary>Gets the role assignments for a uniquely securable object type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleAssignmentCollection" /> object that represents the role assignments.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.ISPConversionProcessor">
      <summary>Provides methods for custom handling of transformed data, including preprocessing and postprocessing of data returned by the launcher.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.ISPConversionProcessor.PostProcess(Microsoft.SharePoint.SPExecutingConversionRequest,Microsoft.HtmlTrans.CreateDCInfo,System.Boolean@)">
      <summary>Provides customization of file content after it has been sent to the document converter.</summary>
      <param name="request">An <see cref="T:Microsoft.SharePoint.SPExecutingConversionRequest" /> object that conveys the context of the conversion.</param>
      <param name="result">A <see cref="T:Microsoft.HtmlTrans.CreateDCInfo" /> object that contains return code from the converter as well as converted files in the form of byte arrays.</param>
      <param name="runDefaultPostProcessing">A Boolean value that specifies whether the conversion framework will continue processing, i.e., whether to save the resulting Byte array in a file. If not, it is assumed that the PostProcess method has consumed the contents of the Byte array.</param>
    </member>
    <member name="M:Microsoft.SharePoint.ISPConversionProcessor.PreProcess(Microsoft.SharePoint.SPExecutingConversionRequest,System.Byte[])">
      <summary>Provides customization of file content before it is sent to the document converter.</summary>
      <returns>A Byte array that contains the file content.</returns>
      <param name="request">An <see cref="T:Microsoft.SharePoint.SPExecutingConversionRequest" /> object that conveys the context of the conversion.</param>
      <param name="fileData">A Byte array that contains the contents of the file that is about to be converted. The PreProcess method can be used to customize the file content before it is sent to the converter.</param>
    </member>
    <member name="T:Microsoft.SharePoint.ISPEventReceiversHost">
      <summary>Defines event receivers for events associated with SharePoint objects (such as Web sites, lists, documents, content types, or specific SharePoint features.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.ISPEventReceiversHost.AddEventReceiverCallback(Microsoft.SharePoint.SPEventReceiverDefinition,Microsoft.SharePoint.SPList)">
      <summary>Adds one web-based RPC context process to the collection of all predefined event receiver processes available to the SharePoint server.</summary>
      <param name="eventReceiverDefinition">An SPEventReceiverDefinition object that represents the event receiver.</param>
      <param name="contextList">An SPList object that represents the the receiver process.</param>
    </member>
    <member name="M:Microsoft.SharePoint.ISPEventReceiversHost.DirtyEventReceivers">
      <summary>Gets a collection of predefined event receiver processes which must be triggered as a result of actions associated with particular SharePoint objects. This collection may be composed of any combination of the following: Web sites, lists, documents, content types, or specific SharePoint features.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.ISPEventReceiversHost.FetchEventReceivers(System.Int32@,System.Object@)">
      <summary>Gets the collection of predefined event receiver processes associated with SharePoint objects.</summary>
      <param name="count">A 32-bit integer that defines the maximum number of predefined event receivers.           </param>
      <param name="variantEventReceivers">A collection of available event receiver objects.</param>
    </member>
    <member name="P:Microsoft.SharePoint.ISPEventReceiversHost.GetReceiverHostId">
      <summary>Gets the globally-unique identifier (GUID) for a predefined event receiver process which is associated with a particular SharePoint object.</summary>
      <returns>A System.Guid that identifies a predefined event receiver.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.ITopologyWebServiceApplication"></member>
    <member name="M:Microsoft.SharePoint.ITopologyWebServiceApplication.EnumerateSharedServiceApplications"></member>
    <member name="M:Microsoft.SharePoint.ITopologyWebServiceApplication.GetEndPoints(System.Guid)"></member>
    <member name="T:Microsoft.SharePoint.NameValuePair">
      <summary>Defines a name/value pair that can be set or retrieved.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.NameValuePair.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.NameValuePair" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.NameValuePair.Name">
      <summary>Gets or sets the name in the name value pair.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.NameValuePair.Value">
      <summary>Gets or sets the value in the name value pair.</summary>
      <returns>An object that represents the value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.OfficialFileResult">
      <summary>An enumeration which returns the result of the file versioning operation against a site object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.Success">
      <summary> Indicates that a file versioning operation was successful.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.MoreInformation">
      <summary>Indicates that a file versioning operation was cancelled and that the client should be redirected to an alternate URL, such as a page displayed to the user that requested the operation that a file is already checked out to another user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.InvalidConfiguration">
      <summary>Indicates that a file versioning operation was rejected due to an unknown exception error which occurred during execution.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.NotFound">
      <summary>Indicates that a file versioning operation was cancelled due to a missing target file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.FileRejected">
      <summary>Indicates that a file versioning operation was rejected due to exceeding the filesize limit of 50 megabytes.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.FileCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.UnknownError">
      <summary>Indicates that an unknown error caused a file versioning operation to fail, possibly due to undetermined network errors, or a failure on the client.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.InvalidArgument"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.InvalidRouterConfiguration"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.InvalidUser"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.FileMoveFailed"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.FileDeleteAccessDenied"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.ReplaceLinkFailed"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.RepositoryNotFound"></member>
    <member name="F:Microsoft.SharePoint.OfficialFileResult.FileExists"></member>
    <member name="T:Microsoft.SharePoint.PAGETYPE">
      <summary>Specifies the type of a form.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_INVALID">
      <summary>Not used. Value= -1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_DEFAULTVIEW">
      <summary>Default view. Value=0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_NORMALVIEW">
      <summary>Normal view. Value=1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_DIALOGVIEW">
      <summary>File dialog box view. Value=2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_VIEW">
      <summary>View, including both default view and normal view. Value=3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_DISPLAYFORM">
      <summary>Display form for list items. Value=4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_DISPLAYFORMDIALOG">
      <summary>Display form for a file dialog box. Value=5.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_EDITFORM">
      <summary>Edit form for list items. Value=6.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_EDITFORMDIALOG">
      <summary>Edit form for a file dialog box. Value=7.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_NEWFORM">
      <summary>New form for list items. Value=8.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_NEWFORMDIALOG">
      <summary>New form for a file dialog box. Value=9.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_SOLUTIONFORM">
      <summary>Solution form. Value=10.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.PAGETYPE.PAGE_MAXITEMS">
      <summary>Not used. Value=11.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.RecordsRepositoryProperty">
      <summary> A structure which represents properties of the records repository. The structure consists of four strings which include the name of the object, the value, the type of the object, and any other information.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.RecordsRepositoryProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.RecordsRepositoryProperty" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RecordsRepositoryProperty.DisplayName"></member>
    <member name="F:Microsoft.SharePoint.RecordsRepositoryProperty.Name">
      <summary>A string which indicates the name of the site object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RecordsRepositoryProperty.Other">
      <summary>A string which provides additional information relating to the site object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RecordsRepositoryProperty.Type">
      <summary>A string which provides the object type which relates to the site object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RecordsRepositoryProperty.Value">
      <summary>A string which provides the list value in relation to the site object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.RequestResources">
      <summary>Used to filter SharePoint page metadata, and to appropriately handle command data associated with SharePoint site pages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.None">
      <summary>Indicates that a specific SharePoint page contains no metadata related to SharePoint features.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.UserInfoList">
      <summary>Indicates that a specific SharePoint page contains metadata related to SharePoint user information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.WebProperties">
      <summary>Indicates that a specific SharePoint page contains metadata related to SharePoint web features, such as language or culture information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.Features">
      <summary>Indicates that a specific SharePoint page contains metadata related to SharePoint features.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.NavigationStructure">
      <summary>Indicates that a specific SharePoint page contains metadata related to SharePoint navigation information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.RequestResources.RelatedFields"></member>
    <member name="F:Microsoft.SharePoint.RequestResources.List"></member>
    <member name="T:Microsoft.SharePoint.SPAddFieldOptions">
      <summary>An enumerated list of options that are used to control settings that relate to default content types and content type views.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.Default">
      <summary>Set to a constant decimal value of 0. Used to specify whether a new field must not be added to any other content type. (Same as <see cref="F:Microsoft.SharePoint.SPAddFieldOptions.AddToDefaultContentType" />.)</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddToDefaultContentType">
      <summary>Set to a constant decimal value of 1. Used to specify whether a new field that is added to the list must also be added to the default content type in the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddToNoContentType">
      <summary>Set to a constant decimal value of 2. Used to specify whether a new field must not be added to any other content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddToAllContentTypes">
      <summary>Set to a constant decimal value of 4. Used to specify whether a new field that is added to the specified list must also be added to all content types in the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddFieldInternalNameHint">
      <summary>Set to a constant decimal value of 8. Used to add an internal field name hint for the purpose of avoiding possible database locking or field renaming operations.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddFieldToDefaultView">
      <summary>Set to a constant decimal value of 16. Used to specify whether a new field that is added to the specified list must also be added to the default list view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAddFieldOptions.AddFieldCheckDisplayName">
      <summary>Set to a constant decimal value of 32. Used to confirm that no other field has the same display name.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlert">
      <summary>Represents an alert, which generates periodic e-mail notifications sent to a user about the list, list item, document, or document library to which the alert applies. SPAlert provides information about the alert, such as which alert template is used, the alert frequency, and the UserID of the user who created the alert.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlertFrequency">
      <summary>Gets or sets the time interval for sending the alert. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertFrequency" /> value that specifies the time interval.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlertTemplate">
      <summary>Gets or sets the alert template of which the alert is an instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertTemplate" /> object that represents the alert template. This property contains null if the alert is a custom alert without a defined template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlertTemplateName">
      <summary>Gets or sets the string representing the alert template name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlertTime">
      <summary>Gets or sets the date and time for sending the alert.</summary>
      <returns>A System.DateTime structure that specifies the date and time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlertType">
      <summary>Gets or sets the type of object to which the alert applies, which can be a list or document library, a list item or document, or a custom object. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertType" /> value that specifies the type of item to which the alert applies.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.AlwaysNotify">
      <summary>Gets or sets a Boolean value that causes daily and weekly alerts to always trigger, even if there is no matching event.</summary>
      <returns>Set the return value to true to cause the alert to always trigger; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.DeliveryChannels"></member>
    <member name="P:Microsoft.SharePoint.SPAlert.DynamicRecipient">
      <summary>Gets or sets the string in Collaborative Application Markup Language (CAML) that defines the event data to use to populate the e-mail recipient field in the alert.</summary>
      <returns>A CAML string that contains the event data for the e-mail recipient field; for example, &lt;FieldRef Name = "assignedto/New"&gt;, where /New is optional.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.EventType">
      <summary>Gets or sets the type of event to which the alert applies. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventType" /> value that specifies the types of events applicable to a list, document library, list item, or document.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.EventTypeBitmask">
      <summary>Gets or sets the type of event to which the alert applies as a bitmask.</summary>
      <returns>An integer that specifies the bitmask.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.Filter">
      <summary>Gets or sets the syntax query in Collaborative Application Markup Language (CAML) for a filter to apply to the alert.</summary>
      <returns>A CAML string that contains the syntax query.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.ID">
      <summary>Gets or sets the GUID that identifies the alert. </summary>
      <returns>A string that contains the GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.Item">
      <summary>Gets or sets the list item or document to which the alert applies. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item or document.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.ItemID">
      <summary>Gets or sets the integer that identifies the list item or document to which an alert applies in the parent collection of list items. </summary>
      <returns>A 32-bit integer that identifies the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.List">
      <summary>Gets or sets the list or document library to which the alert applies. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list or document library.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.ListID">
      <summary>Gets or sets the GUID of the list or document library to which the alert applies. </summary>
      <returns>A GUID that identifies the list or document library.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.ListUrl">
      <summary>Gets the site-relative URL of the list to which the alert applies. </summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.MatchId">
      <summary>Gets or sets the pre-filtering GUID for an externally matched alert.</summary>
      <returns>A System.Guid that represents the pre-filtering GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.Properties">
      <summary>Gets the properties of the alert.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPPropertyBag" /> object that represents the properties. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.Status">
      <summary>Gets or sets the status of the alert.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertStatus" /> value that specifies the status, which can be On, Off, or Error.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.Title">
      <summary>Gets or sets the title of the alert as displayed in the user interface. </summary>
      <returns>A string of up to 255 characters that contains the title.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlert.Update">
      <summary>Updates the SharePoint database with changes made to the alert. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlert.Update(System.Boolean)">
      <summary>Updates the SharePoint database with changes made to the alert and optionally sends a confirmation e-mail message.</summary>
      <param name="bSendMail">true to send confirmation e-mail; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.User">
      <summary>Gets or sets a user object representing the user who created the alert.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user. This property returns null if the alert is a system alert.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlert.UserId">
      <summary>Gets or sets the ID of the user who created the alert.</summary>
      <returns>A 32-bit integer that identifies the user.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPAlert" /> objects. The SPAlertCollection is available as a property of either <see cref="T:Microsoft.SharePoint.SPWeb" /> or <see cref="T:Microsoft.SharePoint.SPUser" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Add">
      <summary>Adds an alert to the collection of alerts for the specified title, list, event type bitmask, time interval, and filter.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlert" /> object representing the new alert.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Add(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPEventType,Microsoft.SharePoint.SPAlertFrequency)">
      <summary>Adds an alert to the collection of alerts for a list based on the specified event type and time interval. This method overload is deprecated.</summary>
      <returns>The GUID for the new alert.</returns>
      <param name="list">A <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list to which the alert applies.</param>
      <param name="eventType"></param>
      <param name="alertFrequency"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Add(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPEventType,Microsoft.SharePoint.SPAlertFrequency,Microsoft.SharePoint.SPAlertDeliveryChannels)"></member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Add(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPEventType,Microsoft.SharePoint.SPAlertFrequency)">
      <summary>Adds an alert to the collection of alerts for a list item based on the specified event type and time interval. This method overload is deprecated.</summary>
      <returns>The GUID for the new alert.</returns>
      <param name="item">A <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the item to which the alert applies.</param>
      <param name="eventType"></param>
      <param name="alertFrequency"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Add(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPEventType,Microsoft.SharePoint.SPAlertFrequency,Microsoft.SharePoint.SPAlertDeliveryChannels)"></member>
    <member name="P:Microsoft.SharePoint.SPAlertCollection.Count">
      <summary>Gets the number of alerts in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of alerts.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Delete(System.Guid)">
      <summary>Deletes the alert with the specified GUID from the collection. </summary>
      <param name="idAlert">A GUID that identifies the alert to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.Delete(System.Int32)">
      <summary>Deletes the alert at the specified index in the collection. </summary>
      <param name="index">A 32-bit integer that specifies the index of the alert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertCollection.GetUniqueUsers">
      <summary>Returns a string array that lists all the users of a site, without listing them more than once, who receive alerts for list items. </summary>
      <returns>A string array that contains the user name for each user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlertCollection.Item(System.Guid)">
      <summary>Gets the alert with the specified GUID from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPAlertCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPAlert" /> object that represents the alert.</returns>
      <param name="idAlert">A GUID that identifies the item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlertCollection.Item(System.Int32)">
      <summary>Gets the alert at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPAlertCollection" /> class.</summary>
      <returns>A Microsoft.SharePoint.SPAlert object that represents the alert.</returns>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlertCollection.Site">
      <summary>Gets the parent site collection for the collection. This property is deprecated.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAlertCollection.Web">
      <summary>Gets the parent Web site of the collection. This property is deprecated.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertDeliveryChannels"></member>
    <member name="F:Microsoft.SharePoint.SPAlertDeliveryChannels.None"></member>
    <member name="F:Microsoft.SharePoint.SPAlertDeliveryChannels.Email"></member>
    <member name="F:Microsoft.SharePoint.SPAlertDeliveryChannels.Sms"></member>
    <member name="T:Microsoft.SharePoint.SPAlertEventData">
      <summary>Provides information about an alert event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.eventTime">
      <summary>Indicates the time at which the alert event occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.eventType">
      <summary>Indicates the type of alert event that occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.eventXml"></member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.formattedEvent"></member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.itemFullUrl">
      <summary>Indicates the absolute URL of the item that is the source of the alert.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.itemId">
      <summary>Contains an integer that identifies the item that is the source of the alert.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertEventData.modifiedBy">
      <summary>Specifies the name of the user who modified the item that is the source of the alert.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertFrequency">
      <summary>The SPAlertFrequency enumeration specifies the time interval for sending an alert about changes to a specific list, list item, document library, or document.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertFrequency.Immediate">
      <summary>Send immediately when the list or list item changes. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertFrequency.Daily">
      <summary>Send daily.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertFrequency.Weekly">
      <summary>Send weekly.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertHandlerParams">
      <summary>A structure containing a light weight SPAlert object and information needed to generate an alert message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.a">
      <summary>A light weight SPAlert object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.body">
      <summary>String representing the HTML email body.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.eventData">
      <summary>Event data xml for the alert notification.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.handlerProperties">
      <summary>The string representing the handlerProperties as set in &lt;NotificationHandlerProperties&gt;.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.headers">
      <summary>Includes other email properties such as "from", "To", "reply-to", "Subject" (can be accessed using headers ["Subject"]).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.siteId">
      <summary>Guid representing the ID of the site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.siteUrl">
      <summary>String representing the URL of the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.webId">
      <summary>Guid representing the ID of the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertHandlerParams.webUrl">
      <summary>A string representing the Web Url.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertStatus">
      <summary>Specifies the status of an alert.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertStatus.On">
      <summary>The alert is implemented.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertStatus.Off">
      <summary>The alert is not implemented.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertStatus.Error">
      <summary>The alert is not functional.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAlertTemplate">
      <summary>Defines the template used for an alert.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPAlertTemplate" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertTemplate.GetLocalizedXml(System.UInt32)"></member>
    <member name="P:Microsoft.SharePoint.SPAlertTemplate.Xml"></member>
    <member name="T:Microsoft.SharePoint.SPAlertTemplateCollection">
      <summary>Represents a collection of alert templates.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertTemplateCollection.#ctor(Microsoft.SharePoint.Administration.SPWebService)">
      <summary>Initialize a new instance of the SPAlertTemplateCollection class.</summary>
      <param name="wssService"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertTemplateCollection.Add">
      <summary>Adds an element to the SPAlertCollection object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAlertTemplateCollection.InitAlertTemplatesFromFile(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPAlertType">
      <summary>Specifies the type of item that an alert applies to.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertType.List">
      <summary>Applies to a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertType.Item">
      <summary>Applies to a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAlertType.Custom">
      <summary>Applies to a custom object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAttachmentCollection">
      <summary>Represents the collection of attachments for a list item. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.Add(System.String,System.Byte[])">
      <summary>Adds the attachment that is represented by the specified file name and byte array to the list item. </summary>
      <param name="leafName">A string that specifies the name of the file.</param>
      <param name="data">A byte array that contains the attachment.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.AddNow(System.String,System.Byte[])">
      <summary>Adds the attachment that is represented by the specified file name and byte array to the list item without requiring an update to the parent list item. </summary>
      <returns>A string that contains the URL of the attachment.</returns>
      <param name="leafName">A string that specifies the name of the file to attach.</param>
      <param name="data">A byte array that contains the file to attach.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAttachmentCollection.Count">
      <summary>Gets the number of attachments in the collection.</summary>
      <returns>A 32-bit integer that represents the number of attachments.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.Delete(System.String)">
      <summary>Deletes the attachment with the specified file name from the collection. </summary>
      <param name="leafName">A string that contains the file name of the attachment to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.DeleteNow(System.String)">
      <summary>Deletes the attachment with the specified file name from the collection without requiring an update to the parent list item. </summary>
      <param name="leafName">A string that contains the file name of the attachment to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the collection. </summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAttachmentCollection.IsSynchronized">
      <summary>Gets a Boolean value that indicates whether access to the collection is synchronized or thread safe. </summary>
      <returns>true if access to the collection is synchronized or thread safe; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAttachmentCollection.Item(System.Int32)">
      <summary>Gets the file name of the attachment at the specified index in the collection. [C#] In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPAttachmentCollection" /> class.</summary>
      <returns>A string that contains the file name.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the attachment.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.Recycle(System.String)">
      <summary>Recycles the attachment collection.</summary>
      <param name="leafName">A string that specifies the name of the attached file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.RecycleNow(System.String)">
      <summary>Recycles the attachment that is represented by the specified file name without requiring an update to the parent list item.</summary>
      <param name="leafName">A string that specifies the name of the attached file.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAttachmentCollection.SyncRoot">
      <summary>Gets an object that is used to synchronize access to the collection. </summary>
      <returns>An object that is used to synchronize access to the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAttachmentCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPAttachmentCollection.UrlPrefix">
      <summary>Gets the URL for the directory that contains the collection. </summary>
      <returns>A string that contains the full path of the prefix for all attachments to the list item and that ends with a trailing forward slash (/). For example, if a list item in the Announcements list of a top-level Web site has the ID 101, the UrlPrefix property contains a URL in the format http://Server/Lists/Announcements/Attachments/101/.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPAudit">
      <summary>Enables auditing of how site collections, sites, lists, folders, and list items are accessed, changed, and used. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPAudit.AuditFlags">
      <summary>Gets or sets a value indicating what kinds of events and actions are audited. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAuditMaskType" /> that encodes in a bitwise fashion the events and actions that are audited.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.DeleteEntries(System.DateTime)">
      <summary>Deletes all audit events that occurred before the specified date and time from the SharePoint database. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the number of audit entries that were deleted. </returns>
      <param name="deleteEndDate">A <see cref="T:System.DateTime" /> representing the earliest date and time for which you want to preserve audit data. </param>
      <exception cref="T:System.UnauthorizedAccessException">The calling code is in the context of a user who is not a site administrator.</exception>
      <exception cref="T:Microsoft.SharePoint.SPException">The parent object that has this <see cref="T:Microsoft.SharePoint.SPAudit" /> object as the value of its Audit property is not an <see cref="T:Microsoft.SharePoint.SPSite" /> object.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.GetEntries">
      <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> objects from the audit data stored in the SharePoint database, without restriction as to date, user, or event type. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAuditEntryCollection" /> that holds the requested <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.GetEntries(Microsoft.SharePoint.SPAuditQuery)">
      <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> objects from the audit data stored in the SharePoint database that match the specified query. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAuditEntryCollection" /> that holds the requested <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> items.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPAuditQuery" /> object that defines the kind of audit data that is returned.</param>
      <exception cref="T:System.UnauthorizedAccessException">The calling code is in the context of a user who is not a site administrator.</exception>
      <exception cref="T:System.ArgumentException">
        <paramref name="query" /> is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.TrimAuditLog(System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.SPAudit.Update">
      <summary>Updates the SharePoint database with changes to the <see cref="P:Microsoft.SharePoint.SPAudit.AuditFlags" /> property </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPAudit.UseAuditFlagCache">
      <summary>Gets or sets a value indicating whether the audit configuration for the site collection should be cached on the local machine. </summary>
      <returns>true if the audit configuration should be cached; otherwise, false. The default is false.</returns>
      <exception cref="T:SystemInvalidOperationException">The parent object that has this <see cref="T:Microsoft.SharePoint.SPAudit" /> object as the value if its Audit property is not an <see cref="T:Microsoft.SharePoint.SPSite" />.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.WriteAuditEvent(Microsoft.SharePoint.SPAuditEventType,System.String,System.String)">
      <summary>Writes a record about an event to the SharePoint database.</summary>
      <returns>true in all cases.</returns>
      <param name="eventId">The kind of event being recorded.</param>
      <param name="eventSource">The name of the calling application.</param>
      <param name="xmlData">The information about the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.WriteAuditEvent(Microsoft.SharePoint.SPWeb,System.String,Microsoft.SharePoint.SPAuditItemType,Microsoft.SharePoint.SPAuditEventType,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPAudit.WriteAuditEvent(System.String,System.String,System.String)">
      <summary>Writes a record about an event to the SharePoint database.</summary>
      <returns>true in all cases.</returns>
      <param name="eventName">The kind of event being recorded.</param>
      <param name="eventSource">The name of the calling application.</param>
      <param name="xmlData">The information about the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAudit.WriteAuditEventUnlimitedData(Microsoft.SharePoint.SPAuditEventType,System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPAuditEntry">
      <summary>Contains information about an audited event that is connected to a site collection, site, folder, list, or list item. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.DocLocation">
      <summary>Gets the location of an audited object at the time of the audited event. </summary>
      <returns>A <see cref="T:System.String" /> representing the location of the object being audited.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.Event">
      <summary>Gets a value that identifies the type of event. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPAuditEventType" /> that represents the type of event.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.EventData">
      <summary>Gets data, in XML markup, that is specific to the type of event identified in the <see cref="P:Microsoft.SharePoint.SPAuditEntry.Event" /> property. </summary>
      <returns>A <see cref="T:System.String" /> that holds XML markup providing data that is specific to the type of event that the <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> object represents. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.EventName">
      <summary>Gets the name of the type of a custom audited event. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the type of custom event. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.EventSource">
      <summary>A value that indicates whether the event occurred as a result of user action in the Windows SharePoint Services 3.0 user interface (UI) or programmatically. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAuditEventSource" /> value that specifies whether the event was caused by code that uses the Windows SharePoint Services 3.0 object model (specifically, one of the <see cref="Overload:Microsoft.SharePoint.SPAudit.WriteAuditEvent" /> methods) or by a user through the UI of the Windows SharePoint Services 3.0 deployment. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.ItemId">
      <summary>Gets the Windows SharePoint Services 3.0 GUID of the audited object. </summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the object whose event is represented by the <see cref="T:Microsoft.SharePoint.SPAuditEntry" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.ItemType">
      <summary>Gets the type of object whose event is represented by the <see cref="T:Microsoft.SharePoint.SPAuditEntry" />. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAuditItemType" /> that identifies the type of the audited object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.LocationType">
      <summary>Gets a value that indicates where the event occurred.</summary>
      <returns>In Windows SharePoint Services 3.0, this property always returns <see cref="F:Microsoft.SharePoint.SPAuditLocationType.Url" /> or <see cref="F:Microsoft.SharePoint.SPAuditLocationType.Invalid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.MachineIP">
      <summary>Gets the IP address of the computer that initiated the event. </summary>
      <returns>A <see cref="T:System.String" /> that represents the computer's IP address. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.MachineName">
      <summary>Gets the name of the computer that initiated the event. </summary>
      <returns>A <see cref="T:System.String" /> that represents the computer's name. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.Occurred">
      <summary>Gets the date and time of the audited event expressed in Coordinated Universal Time (UTC). </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the moment, in UTC time, at which the event occurred. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.SiteId">
      <summary>Gets the Windows SharePoint Services 3.0 GUID of the site collection. </summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the site collection that hosts the audited object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.SourceName">
      <summary>Gets the name of the application that caused the event and wrote the <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> data to the SharePoint database. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the application that called <see cref="Overload:Microsoft.SharePoint.SPAudit.WriteAuditEvent" />. An example is "My SharePoint Solution". </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditEntry.ToString">
      <summary>Gets the values of all of the <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> properties as XML markup. </summary>
      <returns>A <see cref="T:System.String" /> that represents all the data for the audit entry in XML. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntry.UserId">
      <summary>Gets the ID of the user who caused the event. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the user's ID from the SharePoint user's database.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditEntryCollection">
      <summary>Provides a container for <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditEntryCollection.CopyTo(Microsoft.SharePoint.SPAuditEntry[],System.Int32)">
      <summary>Copies the items in the <see cref="T:Microsoft.SharePoint.SPAuditEntryCollection" /> into the specified array beginning at the specified point.</summary>
      <param name="array">The target array</param>
      <param name="index">The point in the target array where insertion of the <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> items should begin. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntryCollection.Count">
      <summary>Gets the total number of <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> objects in the collection.</summary>
      <returns>An <see cref="T:System.Int32" /> that represents the total number of items in the collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditEntryCollection.Item(System.Int32)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPAuditEntryCollection" /> class.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> object at the specified index in the collection.</returns>
      <param name="index">An <see cref="T:System.Int32" /> that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditEntryCollection.ToString">
      <summary>Gets every <see cref="T:Microsoft.SharePoint.SPAuditEntry" /> in the collection expressed in XML.</summary>
      <returns>An XML <see cref="T:System.String" /> that represents all the event records in the database.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditEventSource">
      <summary>Specifies whether an audited event occurred programmatically or as a result of user action through the Windows SharePoint Services 3.0 UI. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventSource.SharePoint">
      <summary>An audited event raised by user action. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventSource.ObjectModel">
      <summary>A programmatically raised audited event.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditEventType">
      <summary>Specifies types of events, for a particular site collection, site, list, folder, or list item, that are auditable by using the <see cref="T:Microsoft.SharePoint.SPAudit" /> class. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.CheckOut">
      <summary>Check-out of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.CheckIn">
      <summary>Check-in of the object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.View">
      <summary>Viewing of the object by a user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Delete">
      <summary>Deletion of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Update">
      <summary>Changing the properties of an object or creating an object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.ProfileChange">
      <summary>Change in a profile that is associated with the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.ChildDelete">
      <summary>Deletion of one of the child objects of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SchemaChange">
      <summary>Change in the schema of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Undelete">
      <summary>Restoration of an object from the Recycle Bin. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Workflow">
      <summary>Access of the object as part of a workflow.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Copy">
      <summary>Copying of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Move">
      <summary>Move of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.AuditMaskChange">
      <summary>A change in the types of events that are audited for the object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Search">
      <summary>Search on the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.ChildMove">
      <summary>Move of one of the child objects of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.FileFragments"></member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecGroupCreate">
      <summary>Creation of a user group for a SharePoint site collection. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecGroupDelete">
      <summary>Deletion of a group that is associated with a SharePoint site collection. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecGroupMemberAdd">
      <summary>Addition of a new member to a group that is associated with a SharePoint site collection. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecGroupMemberDel">
      <summary>Deletion of a member from a group that is associated with a SharePoint site collection. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleDefCreate">
      <summary>Creation of a new role (that is, permission level) definition associated with the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleDefDelete">
      <summary>Removal of a role (that is, permission level) definition associated with the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleDefModify">
      <summary>Changing a role (that is, permission level) definition associated with an object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleDefBreakInherit">
      <summary>Turning off inheritance of role (that is, permission level) definitions from the parent of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleBindUpdate">
      <summary>Changing the permissions of a user or group for the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleBindInherit">
      <summary>Turning on inheritance of security settings from the parent of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.SecRoleBindBreakInherit">
      <summary>Turning off inheritance of security settings from the parent of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.EventsDeleted">
      <summary>Deletion of audited events that are connected with the object from the SharePoint database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditEventType.Custom">
      <summary>Custom action or event.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditItemType">
      <summary>Specifies the types of object that can be audited.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.Document">
      <summary>A document in a document library (represented by an <see cref="T:Microsoft.SharePoint.SPListItem" /> object).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.ListItem">
      <summary>An item in a list (represented by an <see cref="T:Microsoft.SharePoint.SPListItem" /> object).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.List">
      <summary>A list (represented by an <see cref="T:Microsoft.SharePoint.SPList" /> object).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.Folder">
      <summary>A folder (represented by an <see cref="T:Microsoft.SharePoint.SPFolder" /> object).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.Web">
      <summary>A SharePoint site (represented by an <see cref="T:Microsoft.SharePoint.SPWeb" /> object).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditItemType.Site">
      <summary>A collection of SharePoint sites (represented by an <see cref="T:Microsoft.SharePoint.SPSite" /> object).</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditLocationType">
      <summary>Specifies the actual location of a document in a SharePoint document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditLocationType.Invalid">
      <summary>An invalid location.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditLocationType.Url">
      <summary>A location on the server.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditLocationType.ClientLocation">
      <summary>A location on the client. This value is not used in Windows SharePoint Services 3.0.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditMaskType">
      <summary>Specifies what kind of actions and events are being audited for a particular site collection, site, list, folder, or list item object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.None">
      <summary>No events or actions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.CheckOut">
      <summary>Check out of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.CheckIn">
      <summary>Check in of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.View">
      <summary>Viewing of the object by a user. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Delete">
      <summary>Deletion of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Update">
      <summary>Update of the object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.ProfileChange">
      <summary>Change of a profile.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.ChildDelete">
      <summary>Deletion of one of the object's child objects.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.SchemaChange">
      <summary>Change of the object's schema.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.SecurityChange">
      <summary>Change in a security configuration for the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Undelete">
      <summary>Reversal of the deletion of the object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Workflow">
      <summary>Use of the object in a workflow task. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Copy">
      <summary>Copying the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Move">
      <summary>Move of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.Search">
      <summary>Search of the object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPAuditMaskType.All">
      <summary>All types of events and actions.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPAuditQuery">
      <summary>Defines a query of the audit entries of the SharePoint database. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.#ctor(Microsoft.SharePoint.SPSite)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPAuditQuery" /> class. </summary>
      <param name="site">An <see cref="T:Microsoft.SharePoint.SPSite" /> object that identifies the outermost scope of the query. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.AddEventRestriction(Microsoft.SharePoint.SPAuditEventType)">
      <summary>Restricts the query to the specified type of event and other event types that were specified with other calls to this method. </summary>
      <param name="eventId">An <see cref="T:Microsoft.SharePoint.SPAuditEventType" /> object that specifies one of the types of events for which the query returns audit entries.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditQuery.HasMoreItems"></member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.RestrictToList(Microsoft.SharePoint.SPList)">
      <summary>Restricts the query to events relevant to the specified list. </summary>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that identifies the list whose audit events are included in the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.RestrictToListItem(Microsoft.SharePoint.SPListItem)">
      <summary>Restricts the query to events that are relevant to the specified list item. </summary>
      <param name="listItem">An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that identifies the item whose audit events are included in the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.RestrictToUser(System.Int32)">
      <summary>Restricts the query to events relevant to the specified user. </summary>
      <param name="userId">The site ID number of the user.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPAuditQuery.RowLimit"></member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.SetRangeEnd(System.DateTime)">
      <summary>Sets, in conjunction with <see cref="M:Microsoft.SharePoint.SPAuditQuery.SetRangeStart(System.DateTime)" />, the range of time to which the query applies. </summary>
      <param name="end">The end time of the range.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPAuditQuery.SetRangeStart(System.DateTime)">
      <summary>Sets, in conjunction with <see cref="M:Microsoft.SharePoint.SPAuditQuery.SetRangeEnd(System.DateTime)" />, the range of time to which the query applies. </summary>
      <param name="start">The start time of the range.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPBaseCollection">
      <summary>Provides the base functionality for collections in the <see cref="N:Microsoft.SharePoint" /> and <see cref="N:Microsoft.SharePoint.Administration" /> namespaces. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPBaseCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPBaseCollection" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPBaseCollection.Count">
      <summary>Gets the total number of elements in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of elements.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPBaseCollection.GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPBaseCollection.GetTypedEnumerator``1">
      <summary>Returns a type-safe enumerator to iterate through the collection. the</summary>
      <returns>Returns  a <see cref="T:System.Collections.Generic.IEnumerator`1" /> interface.</returns>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.SPBaseCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPBaseCollection.System#Collections#ICollection#IsSynchronized"></member>
    <member name="P:Microsoft.SharePoint.SPBaseCollection.System#Collections#ICollection#SyncRoot"></member>
    <member name="T:Microsoft.SharePoint.SPBasePermissions">
      <summary>Specifies the built-in permissions available in Windows SharePoint Services.  </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.EmptyMask">
      <summary>Has no permissions on the Web site. Not available through the user interface.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ViewListItems">
      <summary>View items in lists, documents in document libraries, and view Web discussion comments.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.AddListItems">
      <summary>Add items to lists, add documents to document libraries, and add Web discussion comments.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.EditListItems">
      <summary>Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.DeleteListItems">
      <summary>Delete items from a list, documents from a document library, and Web discussion comments in documents.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ApproveItems">
      <summary>Approve a minor version of a list item or document.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.OpenItems">
      <summary>View the source of documents with server-side file handlers.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ViewVersions">
      <summary>View past versions of a list item or document.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.DeleteVersions">
      <summary>Delete past versions of a list item or document.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.CancelCheckout">
      <summary>Discard or check in a document which is checked out to another user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManagePersonalViews">
      <summary>Create, change, and delete personal views of lists.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManageLists">
      <summary>Create and delete lists, add or remove columns in a list, and add or remove public views of a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ViewFormPages">
      <summary>View forms, views, and application pages, and enumerate lists.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.Open">
      <summary>Allow users to open a Web site, list, or folder to access items inside that container.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ViewPages">
      <summary>View pages in a Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.AddAndCustomizePages">
      <summary>Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Windows SharePoint Services–compatible editor.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ApplyThemeAndBorder">
      <summary>Apply a theme or borders to the entire Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ApplyStyleSheets">
      <summary>Apply a style sheet (.css file) to the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ViewUsageData">
      <summary>View reports on Web site usage.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.CreateSSCSite">
      <summary>Create a Web site using Self-Service Site Creation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManageSubwebs">
      <summary>Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.CreateGroups">
      <summary>Create a group of users that can be used anywhere within the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManagePermissions">
      <summary>Create and change permission levels on the Web site and assign permissions to users and groups.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.BrowseDirectories">
      <summary>Enumerate files and folders in a Web site using Microsoft Office SharePoint Designer 2007 and WebDAV interfaces.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.BrowseUserInfo">
      <summary>View information about users of the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.AddDelPrivateWebParts">
      <summary>Add or remove personal Web Parts on a Web Part Page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.UpdatePersonalWebParts">
      <summary>Update Web Parts to display personalized information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManageWeb">
      <summary>Grant the ability to perform all administration tasks for the Web site as well as manage content. Activate, deactivate, or edit properties of Web site scoped Features through the object model or through the user interface (UI). When granted on the root Web site of a site collection, activate, deactivate, or edit properties of site collection scoped Features through the object model. To browse to the Site Collection Features page and activate or deactivate site collection scoped Features through the UI, you must be a site collection administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.UseClientIntegration">
      <summary>Use features that launch client applications; otherwise, users must work on documents locally and upload changes. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.UseRemoteAPIs">
      <summary>Use SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManageAlerts">
      <summary>Manage alerts for all users of the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.CreateAlerts">
      <summary>Create e-mail alerts.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.EditMyUserInfo">
      <summary>Allows a user to change his or her user information, such as adding a picture.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.ManageUnsafeContent"></member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.EnumeratePermissions">
      <summary>Enumerate permissions on the Web site, list, folder, document, or list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBasePermissions.FullMask">
      <summary>Has all permissions on the Web site. Not available through the user interface.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPBaseType">
      <summary>Specifies the base type for a list. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.UnspecifiedBaseType">
      <summary>No base type specified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.GenericList">
      <summary>Generic type of list template used for most lists.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.DocumentLibrary">
      <summary>Document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.Unused">
      <summary>Unused.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.DiscussionBoard">
      <summary>Discussion board. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.Survey">
      <summary>Survey list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBaseType.Issue">
      <summary>Issue-tracking list.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPBuiltInContentTypeId">
      <summary>A class that retrieves <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> objects that represent identifiers (IDs) for built-in content types.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.AdminTask">
      <summary>Contains the content identifier (ID) for the AdminTask content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Announcement">
      <summary>Contains the content identifier (ID) for the Announcement content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.BasicPage">
      <summary>Contains the content identifier (ID) for the BasicPage content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.BlogComment">
      <summary>Contains the content identifier (ID) for the BlogComment content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.BlogPost">
      <summary>Contains the content identifier (ID) for the BlogPost content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.CallTracking"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Contact">
      <summary>Contains the content identifier (ID) for the Contact content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPBuiltInContentTypeId.Contains(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Determines whether a specified content type identifier (ID) belongs to a built-in content type.</summary>
      <returns>true if the content type ID applies to a built-in content type; otherwise false.</returns>
      <param name="contentTypeId">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object.</param>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Discussion">
      <summary>Contains the content identifier (ID) for the Discussion content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Document">
      <summary>Contains the content identifier (ID) for the Document content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.DocumentSet"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.DocumentWorkflowItem">
      <summary>Contains the content identifier (ID) for the DocumentWorkflowItem content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.DomainGroup">
      <summary>Contains the content identifier (ID) for the DomainGroup content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.DublinCoreName">
      <summary>Contains the content identifier (ID) for the DublinCoreName content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Event">
      <summary>Contains the content identifier (ID) for the Event content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.FarEastContact">
      <summary>Contains the content identifier (ID) for the FarEastContact content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Folder">
      <summary>Contains the content identifier (ID) for the Folder content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.GbwCirculationCTName"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.GbwOfficialNoticeCTName"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.HealthReport"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.HealthRuleDefinition"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Holiday"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.IMEDictionaryItem"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Issue">
      <summary>Contains the content identifier (ID) for the Issue content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Item">
      <summary>Contains the content identifier (ID) for the Item content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Link">
      <summary>Contains the content identifier (ID) for the Link content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.LinkToDocument">
      <summary>Contains the content identifier (ID) for the LinkToDocument content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.MasterPage">
      <summary>Contains the content identifier (ID) for the MasterPage content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Message">
      <summary>Contains the content identifier (ID) for the Message content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.ODCDocument">
      <summary>Contains the content identifier (ID) for the ODCDocument content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Person">
      <summary>Contains the content identifier (ID) for the Person content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Picture">
      <summary>Contains the content identifier (ID) for the Picture content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Resource"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.ResourceGroup"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.ResourceReservation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.RootOfList">
      <summary>Contains the content identifier (ID) for the RootOfList content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Schedule"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.ScheduleAndResourceReservation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.SharePointGroup">
      <summary>Contains the content identifier (ID) for the SharePoint content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.SummaryTask"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.System">
      <summary>Contains the content identifier (ID) for the System content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Task">
      <summary>Contains the content identifier (ID) for the Task content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Timecard"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.UDCDocument">
      <summary>Contains the content identifier (ID) for the UDCDocument content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.UntypedDocument">
      <summary>Contains the content identifier (ID) for the UntypedDocument content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.WebPartPage">
      <summary>Contains the content identifier (ID) for the WebPartPage content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.WhatsNew"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.Whereabouts"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.WikiDocument">
      <summary>Contains the content identifier (ID) for the WikiDocument content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.WorkflowHistory">
      <summary>Contains the content identifier (ID) for the WorkflowHistory content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.WorkflowTask">
      <summary>Contains the content identifier (ID) for the WorkflowTask content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInContentTypeId.XMLDocument">
      <summary>Contains the content identifier (ID) for the XMLDocument content type.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPBuiltInFieldId">
      <summary>A class that retrieves the values of preset (or noncustom) document fields, which in turn are obtained from Windows SharePoint Services Web page documents that have been checked into the document library. Many document types such as e-mail messages, e-mail contacts, workflow events, and other objects can be represented by these fields.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Author">
      <summary>Returns a GUID that represents the author of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Category">
      <summary>Returns a string that represents the category of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._CheckinComment">
      <summary>Returns a GUID that represents the check-in comments of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Comments">
      <summary>Returns a GUID that represents comments that are associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Contributor"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._CopySource">
      <summary>Returns a GUID that represents the CopySource property of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Coverage"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._DCDateCreated"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._DCDateModified"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._EditMenuTableEnd">
      <summary>Returns a GUID that represents the EditMenuTableEnd property of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._EditMenuTableStart">
      <summary>Returns a GUID that represents the EditMenuTableEnd property of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._EditMenuTableStart2"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._EndDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Format"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._HasCopyDestinations">
      <summary>Returns a GUID that represents the destination information of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Identifier"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._IsCurrentVersion">
      <summary>Returns a GUID that represents the latest version information of the check-in history of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._LastPrinted"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Level">
      <summary>Returns a GUID that represents the version control alert level information of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._ModerationComments">
      <summary>Returns a GUID that represents information about the moderation comments  of the specified Windows SharePoint Services weblog object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._ModerationStatus">
      <summary>Returns a GUID that represents the information about the moderation status of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Photo"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Publisher"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Relation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._ResourceType"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Revision"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._RightsManagement"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._SharedFileIndex">
      <summary>Returns a GUID that represents information about the shared file index of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Source"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._SourceUrl">
      <summary>Returns a GUID that represents the source URL of the specified Windows SharePoint Services weblog object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Status"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._UIVersion">
      <summary>Returns a GUID that represents the version number of the user interface of the specified Windows SharePoint Services weblog object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._UIVersionString">
      <summary>Returns a GUID that represents the version string that is associated with the user interface of the specified Windows SharePoint Services weblog object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId._Version"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ActualWork">
      <summary>Returns a GUID that represents the actual work value that is associated with a specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AdminTaskAction"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AdminTaskDescription"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AdminTaskOrder"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AllowEditing"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AlternateThumbnailUrl"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Anniversary">
      <summary>Returns a GUID that represents the corporate start date for the specified Windows SharePoint Services user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AssignedTo">
      <summary>Returns a GUID that indicates the user to whom the specified Windows SharePoint Services workflow task object is assigned.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AssistantNumber">
      <summary>Returns a GUID that represents the telephone number of the assistant for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AssistantsName">
      <summary>Returns a GUID that represents the name of the assistant to a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AssociatedListId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Attachments">
      <summary>Returns a GUID that represents the attachments that are associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.AttendeeStatus">
      <summary>Returns a GUID that represents the availability status of the specified Windows SharePoint Services object designated as an attendee.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Author">
      <summary>Returns a GUID that represents the specified author of the Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.BaseAssociationGuid"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.BaseName">
      <summary>Returns a GUID that represents the base name of the specified Windows SharePoint Services object that does not include URL information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.BillingInformation">
      <summary>Returns a GUID that represents the billing information that is associated with a person who is referenced by a specified  Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Birthday">
      <summary>Returns a GUID that represents the birth date that is associated with a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Body">
      <summary>Returns a GUID that represents the body of the specified Windows SharePoint Services message object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.BodyAndMore">
      <summary>Returns a GUID that represents the body and associated indexing information (for example, the subject or discussion thread title) of the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.BodyWasExpanded">
      <summary>Returns a GUID that represents the expansion of the body and associated indexing information (for example, the subject or discussion thread title) of the specified Windows SharePoint Services message object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Break"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Business2Number">
      <summary>Returns a GUID that represents a second corporate telephone number that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CallBack"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CallbackNumber">
      <summary>Returns a GUID that represents a callback telephone number that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CallTime"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CarNumber">
      <summary>Returns a GUID that represents the car identification number that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Categories">
      <summary>Returns a GUID that represents the categories that are associated with a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Category">
      <summary>Returns a GUID that represents the data category of the specified Windows SharePoint Services message object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CellPhone">
      <summary>Returns a GUID that represents the cell phone number of the person who is specified in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CheckoutUser">
      <summary>Returns a GUID that represents the designated user who has checked out the Windows SharePoint Services object by using version control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ChildrensNames">
      <summary>Returns a GUID that represents a field that contains the names of children who in turn are associated with a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Combine">
      <summary>Returns a GUID that represents combined file information as well as a specific base name of a Windows SharePoint Services object. This file information can be specific to a UNC path, a URL, local directories, or local files.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Comment">
      <summary>Returns a GUID that represents the comments that are associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Comments">
      <summary>Returns a GUID that represents comments that are associated with a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Company">
      <summary>Returns a GUID that represents the company information for the person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CompanyNumber">
      <summary>Returns a GUID that represents the main telephone number of a corporation that is associated with a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CompanyPhonetic">
      <summary>Returns a GUID that represents pronunciation information for the person or company that is specified in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Completed">
      <summary>Returns a GUID that represents information about the completed status of the specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ComputerNetworkName">
      <summary>Returns a GUID that represents the name of a computer network for a person who is referenced in a specified  Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Confidential"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Confirmations"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ConfirmedTo"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ConnectionType">
      <summary>Returns a GUID that represents the type of interface connection that is used with the associated Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ContactInfo"></member>
    <member name="M:Microsoft.SharePoint.SPBuiltInFieldId.Contains(System.Guid)">
      <summary>This method returns a Boolean value that specifies whether or not the current object matches the specified GUID. This value is used as a file identifier for an object that is associated with a Windows SharePoint Services Web site.</summary>
      <returns>Returns a GUID.</returns>
      <param name="fid">File identifier.</param>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Content"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ContentType">
      <summary>Returns a GUID that represents the content type of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ContentTypeId">
      <summary>Returns a GUID that represents the content type identifier of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CorrectBodyToShow">
      <summary>Returns a GUID that represents the appropriate message body to display.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Created">
      <summary>Returns a GUID that represents the date and time when the specified Windows SharePoint Services object was created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Created_x0020_By">
      <summary>Returns a GUID that indicates the user who is associated with the creation of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Created_x0020_Date">
      <summary>Returns a GUID that indicates the date that is associated with the creation of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.CustomerID"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Data">
      <summary>Returns a GUID that represents data that is associated with a Windows SharePoint Services workflow event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Date"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DateCompleted">
      <summary>Returns a GUID that represents the completion date that is associated with a specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DayOfWeek"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DecisionStatus">
      <summary>Returns a GUID that represents the selected decision status that is associated with a Windows SharePoint Services workflow event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Deleted">
      <summary>Returns a GUID that is used to represent deletion information that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Department">
      <summary>Returns a GUID that is used to represent information about the department information for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Description"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Detail"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DiscussionLastUpdated"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DiscussionTitle">
      <summary>Returns a GUID that is used to represent information about the discussion title for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DiscussionTitleLookup">
      <summary>Returns a GUID that is used to represent lookup information for the associated title of the specified Windows SharePoint Services discussion board message object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DLC_Description">
      <summary>Returns a GUID that is associated with an event description, as represented in a Windows SharePoint Services workflow event object. This GUID is limited to a maximum of 255 characters.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DLC_Duration">
      <summary>Returns a GUID that is associated with an event duration, as represented in a Windows SharePoint Services workflow event object This GUID is limited to a maximum of 255 characters.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DocIcon">
      <summary>Returns a GUID that specifies the document icon that is associated with the creation of the specified Windows SharePoint Services template document object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.DueDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Duration">
      <summary>Returns a GUID that is associated with the duration of an event, as represented in a Windows SharePoint Services workflow event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Edit">
      <summary>Returns a GUID that indicates the editing state icon that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Editor">
      <summary>Returns a GUID that is used to represent the editor name or information that is associated with a person who is referenced by a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EMail">
      <summary>Returns a GUID that is used to represent the e-mail address of a person who is represented by a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Email2">
      <summary>Returns a GUID that represents a second e-mail address for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Email3">
      <summary>Returns a GUID that represents a third e-mail address for a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailBody">
      <summary>Returns a GUID that is used to represent information about the custom e-mail body of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailCalendarDateStamp">
      <summary>Returns a GUID that is used to represent the date stamp information that is associated with the specified Windows SharePoint Services calendar object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailCalendarSequence">
      <summary>Returns a GUID that is used to represent the sequence modification number that is associated with the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailCalendarUid">
      <summary>Returns a GUID that is used to represent the update identifier that is associated with the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailCc">
      <summary>Returns a GUID that is used to represent information about the e-mail carbon copy recipient for the specified SharePoint list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailFrom">
      <summary>Returns a GUID that is used to represent information about the e-mail display name for the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailHeaders"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailReferences">
      <summary>Returns a GUID that represents information about the header of the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailSender">
      <summary>Returns a GUID that represents information about the fully qualified e-mail sender for the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailSubject">
      <summary>Returns a GUID that represents the subject information for the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EmailTo">
      <summary>Returns a GUID that represents the "sent to" information for the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EncodedAbsThumbnailUrl">
      <summary>Returns a GUID that represents the URL of the encoded thumbnail search image for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EncodedAbsUrl">
      <summary>Returns a GUID that represents the encoded search URL for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EncodedAbsWebImgUrl">
      <summary>Returns a GUID that represents the encoded Web image of the search URL for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.End"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EndDate">
      <summary>Returns a GUID that represents the end date for the specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Event">
      <summary>Returns a GUID that represents the name of the specified Windows SharePoint Services event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EventCanceled">
      <summary>Returns a GUID that represents cancellation information for the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.EventType">
      <summary>Returns a GUID that represents information about the event type for the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Expires">
      <summary>Returns a GUID that represents expiration date for the specified Windows SharePoint Services announcement object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ExtendedProperties"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Facilities"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.fAllDayEvent">
      <summary>Returns a GUID that represents the field that indicates an all-day event for the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.File_x0020_Size">
      <summary>Returns a GUID that represents information about the file size for the version history of the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.File_x0020_Type">
      <summary>Returns a GUID that represents file type information that is associated with the version history for the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FileDirRef">
      <summary>Returns a GUID that represents information about the file directory for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FileLeafRef">
      <summary>Returns a GUID that represents information about the server-relative URL for the file node that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FileRef">
      <summary>Returns a GUID that represents information about the server-relative URL for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FileSizeDisplay">
      <summary>Returns a GUID that represents information about the properly formatted file size for version history of the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FileType">
      <summary>Returns a GUID that represents information about the file type for version history of the specified Windows SharePoint Services library picture object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FirstName">
      <summary>Returns a GUID that represents the first name for the specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FirstNamePhonetic">
      <summary>Returns a GUID that represents the phonetic information (speech sounds) that are associated with the specified first name for the Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FolderChildCount"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FormData"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FormURN"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.fRecurrence">
      <summary>Returns a GUID that represents information about the recurrence field of the specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FreeBusy"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.From"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FSObjType">
      <summary>Returns a GUID that represents information about the file system type for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FTPSite">
      <summary>Returns a GUID that represents a File Transfer Protocol (FTP) URL that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FullBody">
      <summary>Returns a GUID that represents a link that provides a large amount of disclosed information from the message body for the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.FullName">
      <summary>Returns a GUID that represents information about the full name of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GbwCategory"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GbwLocation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Gender">
      <summary>Returns a GUID that represents the gender of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GoFromHome"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GoingHome"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GovernmentIDNumber">
      <summary>Returns a GUID that represents the Government Identification number of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Group">
      <summary>Returns a GUID that represents information about the permissions group of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.GUID">
      <summary>Returns a GUID that is used to return the GUID of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HasCustomEmailBody">
      <summary>Returns a GUID that references the custom e-mail body of the specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportCategory"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportExplanation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportRemedy"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportServers"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportServices"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportSeverity"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthReportSeverityIcon"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleAutoRepairEnabled"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleCheckEnabled"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleReportLink"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleSchedule"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleScope"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleService"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleType"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HealthRuleVersion"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Hobbies">
      <summary>Returns a GUID that represents information about the personal activities of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HolidayDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HolidayNightWork"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HolidayWork"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Home2Number">
      <summary>Returns a GUID that represents the second home telephone number of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeAddressCity">
      <summary>Returns a GUID that represents the home city of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeAddressCountry">
      <summary>Returns a GUID that represents the home country of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeAddressPostalCode">
      <summary>Returns a GUID that represents information about the home postal code of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeAddressStateOrProvince">
      <summary>Returns a GUID that represents the home state or province of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeAddressStreet">
      <summary>Returns a GUID that represents the home street address for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomeFaxNumber">
      <summary>Returns a GUID that represents the home facsimile telephone number of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HomePhone">
      <summary>Returns a GUID that represents the home telephone number for the person specified in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.HTML_x0020_File_x0020_Type"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IconOverlay"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ID"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMAddress">
      <summary>Returns a GUID that represents the instant messaging addressof a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ImageCreateDate">
      <summary>Returns a GUID that represents information about the creation date of the specified Windows SharePoint Services image object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ImageHeight">
      <summary>Returns a GUID that represents the height of the specified Windows SharePoint Services image object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ImageSize">
      <summary>Returns a GUID that represents the image size of the specified Windows SharePoint Services image object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ImageWidth">
      <summary>Returns a GUID that represents the width of the specified Windows SharePoint Services image object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEComment1"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEComment2"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEComment3"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEDisplay"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEPos"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IMEUrl"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.In"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Indentation">
      <summary>Returns a GUID that represents information about the associated reply indentation level of the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IndentLevel">
      <summary>Returns a GUID that represents information about the associated reply indentation level of the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Initials">
      <summary>Returns a GUID that represents the initials that are associated with a person who is represented by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.InstanceID">
      <summary>Returns a GUID that represents the associated instance identifier for the history of the specified Windows SharePoint Services list object that was used under version control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IsActive">
      <summary>Returns a GUID that is used to indicate whether a person who is associated with the specified Windows SharePoint Services user profile object is marked as active or inactive by the site administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ISDNNumber">
      <summary>Returns a GUID that represents the Integrated Services Digital Network (ISDN) number of a person who is represented by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IsNonWorkingDay"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IsRootPost"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IsSiteAdmin">
      <summary>Returns a GUID that indicates whether the person who is associated with the specified Windows SharePoint Services user object is a site administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.IssueStatus">
      <summary>Returns a GUID that is used to indicate the issue status (for example, "Active", "Resolved", "Closed") that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Item">
      <summary>Returns a GUID that represents the item identifier for the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ItemChildCount"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.JobTitle">
      <summary>Returns a GUID that represents the job title of the person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Keywords">
      <summary>Returns a GUID that represents information about the keyword summary of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Language">
      <summary>Returns a GUID that represents information about the primary spoken and written language of a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Last_x0020_Modified">
      <summary>Returns a GUID that represents version control information for the last modified version of the specified Windows SharePoint Services list object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LastNamePhonetic">
      <summary>Returns a GUID that represents information about the phonetics (speech sounds) that are associated with the last name of the specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Late"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LeaveEarly"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LessLink">
      <summary>Returns a GUID that represents a link that provides a small amount of disclosed information (in snippet form) for the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LimitedBody">
      <summary>Returns a GUID that represents a link that provides a small amount of disclosed information from the message body for the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkDiscussionTitle">
      <summary>Returns a GUID that represents the linked discussion thread title, in which discussion items in a discussion board can be edited by using a menu.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkDiscussionTitle2"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkDiscussionTitleNoMenu">
      <summary>Returns a GUID that represents the linked discussion thread title, in which the discussion items in a discussion board can be edited without using  a menu.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkFilename">
      <summary>Returns a GUID that represents the icon that is used to create a link to a file in a document library, where the file can be edited by using a menu. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkFilenameNoMenu">
      <summary>Returns a GUID that represents the icon that is used to create a link to a file in a document library, where the file can be edited without using a menu.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkIssueIDNoMenu"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkTitle"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.LinkTitleNoMenu"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.List"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ListType"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Location">
      <summary>Returns a GUID that represents information about the physical location that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ManagersName">
      <summary>Returns a GUID that represents the manager's name in the corporate hierarchy for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MasterSeriesItemID"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MessageBody"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MessageId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MetaInfo"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MiddleName">
      <summary>Returns a GUID that represents the middle name of a person who is represented by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Mileage">
      <summary>Returns a GUID that represents mileage information that is associated with a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MobileContent"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MobilePhone"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Modified">
      <summary>Returns a GUID that represents the last modified date and time information that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Modified_x0020_By"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MoreLink">
      <summary>Returns a GUID that represents a link that provides a large amount of disclosed information (in snippet form) for the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.MyEditor"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Name">
      <summary>Returns a GUID that represents the name of the person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.NameOrTitle">
      <summary>Returns a GUID that represents information about the image of the specified Windows SharePoint Services picture library object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Nickname">
      <summary>Returns a GUID that represents the informal name of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.NightWork"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.NoCodeVisibility"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Notes">
      <summary>Returns a GUID that represents the notes that are associated with the person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.NumberOfVacation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Occurred">
      <summary>Returns a GUID that represents whether or not a workflow event has occurred for the specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Office">
      <summary>Returns a GUID that represents the identifier of the physical office of a person who is represented by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OffsiteParticipant">
      <summary>Returns a GUID that represents information about an off-site participant user object that is associated with the specified Windows SharePoint Services workflow object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OffsiteParticipantReason">
      <summary>Returns a GUID that represents information about why an offsite participant is offsite. This information, in turn, is associated with the specified Windows SharePoint Services workflow object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ol_Department">
      <summary>Returns a GUID that represents the department name or identifier (ID) of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ol_EventAddress">
      <summary>Returns a GUID that represents the address of an event that is represented by a specified Windows SharePoint Services event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Oof"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Order"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OrganizationalIDNumber">
      <summary>Returns a GUID that represents the employee identification number or organizational identification number that applies to a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherAddressCity">
      <summary>Returns a GUID that represents an alternative city address of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherAddressCountry">
      <summary>Returns a GUID that represents an alternative country of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherAddressPostalCode">
      <summary>Returns a GUID that represents the alternative postal code of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherAddressStateOrProvince">
      <summary>Returns a GUID that represents the alternative state or province of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherAddressStreet">
      <summary>Returns a GUID that represents an alternative street address of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherFaxNumber">
      <summary>Returns a GUID that represents an alternative facsimile telephone number for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.OtherNumber">
      <summary>Returns a GUID that represents an alternative telephone number for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Out"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Outcome">
      <summary>Returns a GUID that represents the outcome that is associated with the specified Windows SharePoint Services workflow object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Overbook"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Overtime"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.owshiddenversion">
      <summary>Returns a GUID that represents the internal version of a rowset, and is used when the rowset includes multiple versions of the same Windows SharePoint Services list item object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PagerNumber">
      <summary>Returns a GUID that represents the number of a pager device for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ParentFolderId">
      <summary>Returns a GUID that represents the identifier of the parent folder of the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ParentLeafName"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ParentVersionString"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Participants"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ParticipantsPicker"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PendingModTime">
      <summary>Returns a GUID that represents the time when the specified Windows SharePoint Services workflow object modifications were accepted (and not rolled back to an earlier version).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PercentComplete">
      <summary>Returns a GUID that represents information about what percent of a specified Windows SharePoint Services workflow object is completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PermMask"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PersonalWebsite">
      <summary>Returns a GUID that represents the URL for the personal Web site of a person who is represented by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PersonImage">
      <summary>Returns a GUID that represents the image of the person who is referenced by a specified Windows SharePoint Services user object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PersonViewMinimal">
      <summary>Returns a GUID that represents the minimal personal view of information that is associated with a user (for example, the header information that is associated with a discussion thread title) of the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Picture">
      <summary>Returns a GUID that represents the graphic image that is associated with a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PostCategory"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Predecessors"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Preview"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PreviewExists"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PreviewOnForm"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PrimaryNumber">
      <summary>Returns a GUID that represents the primary telephone number of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Priority">
      <summary>Returns a GUID that represents the priority information that is associated with a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Profession">
      <summary>Returns a GUID that represents the profession of a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ProgId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.PublishedDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Purpose"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.QuotedTextWasExpanded"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RadioNumber">
      <summary>Returns a GUID that represents the number of a portable radio unit of a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RecurrenceData">
      <summary>Returns a GUID that represents information about the recurrence data that is associated with a Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RecurrenceID">
      <summary>Returns a GUID that represents the recurrence identifier for a specified Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ReferredBy">
      <summary>Returns a GUID that represents the name of the person who provided a referral for a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RelatedIssues">
      <summary>Returns a GUID that represents related issues for a specified Windows SharePoint Services issue object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RelevantMessages"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RepairDocument"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ReplyNoGif"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RequiredField"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Resolved"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ResolvedBy"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ResolvedDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Role">
      <summary>Returns a GUID that represents an organizational role description for a person who is referenced by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.RulesUrl"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ScheduledWork"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ScopeId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SelectedFlag"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SelectFilename"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SelectTitle"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SendEmailNotification"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ServerUrl"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Service"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShortComment"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShortestThreadIndex"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShortestThreadIndexId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShortestThreadIndexIdLookup"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShowCombineView"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ShowRepairView"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SipAddress">
      <summary>Returns a GUID that represents the Session Initiation Protocol (SIP) information for a Windows SharePoint Services user object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SortBehavior"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SpouseName">
      <summary>Returns a GUID that represents the name of the spouse of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Start"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.StartDate">
      <summary>Returns a GUID that represents information about the start date of a task that is associated with the specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.StatusBar"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Subject"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Suffix">
      <summary>Returns a GUID that represents the suffix for a person who is referenced by a specified Windows SharePoint Services contact object (such as M.D., Jr., Sr., or III). </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SurveyTitle"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.SystemTask"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TaskCompanies"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TaskDueDate">
      <summary>Returns a GUID that represents information about the due date for a specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TaskGroup">
      <summary>Returns a GUID that represents information about the task group for a specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TaskStatus">
      <summary>Returns a GUID that represents information about the enumerated completion status for a specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TaskType">
      <summary>Returns a GUID that represents information about the task type of a specified Windows SharePoint Services task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TelexNumber">
      <summary>Returns a GUID that represents the Telex number of a person who is represented by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TemplateUrl"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ThreadIndex"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Threading"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ThreadingControls"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ThreadTopic"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Thumbnail">
      <summary>Returns a GUID that represents the thumbnail image for a Windows SharePoint Services image object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ThumbnailExists"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ThumbnailOnForm"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TimeZone">
      <summary>Returns a GUID that represents the time zone that is associated with a specified Windows SharePoint Services site or user object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Title">
      <summary>Returns a GUID that represents information about the occupational title of a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.ToggleQuotedText">
      <summary>Returns a GUID that represents whether or not quoted text can be toggled in the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TotalWork">
      <summary>Returns a GUID that represents the total hours of work performed by a person or resource that is referenced by a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TrimmedBody">
      <summary>Returns a GUID that represents whether or not the text that follows the first HTML division has been trimmed for the specified Windows SharePoint Services discussion board object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.TTYTDDNumber">
      <summary>Returns a GUID that represents the number of a TeleType (TTY) or Telephone Device for the Deaf (TDD) of a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UID">
      <summary>Returns a GUID that represents an update identifier for a Windows SharePoint Services calendar event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UIVersion"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UniqueId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Until"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.URL">
      <summary>Returns a GUID that represents the URL of a Windows SharePoint Services link object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.URLNoMenu"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.URLwMenu">
      <summary>Returns a GUID that represents the associated URL for the specified Windows SharePoint Services link object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.User">
      <summary>Returns a GUID that represents the user information that is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UserField1">
      <summary>Returns a GUID that represents the customized information in a field named UserField1 for a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UserField2">
      <summary>Returns a GUID that represents the customized information in a field named UserField2 for a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UserField3">
      <summary>Returns a GUID that represents the customized information in a field named UserField3 for a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UserField4">
      <summary>Returns a GUID that represents the customized information in a field named UserField4 for a person who is referenced by a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.UserName"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.V3Comments">
      <summary>Returns a GUID that represents the comments that are associated with a change in issue status (for example, changing an item to "Active", "Resolved", or "Closed" status) of the specified Windows SharePoint Services issue object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.V4CallTo"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.V4HolidayDate"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.V4SendTo"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Vacation"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.VirusStatus">
      <summary>Returns a GUID that represents the virus scan status of a specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WebPage">
      <summary>Returns a GUID that represents the Web page that is associated with a person who is referenced in a specified  Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WhatsNew"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Whereabout"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.wic_System_Copyright"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WikiField">
      <summary>Returns a GUID that is associated with the description of the content type of the wiki (for example, a "How To" wiki content type description) of the specified Windows SharePoint Services wiki document object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkAddress">
      <summary>Returns a GUID that represents the work address of the person who is referenced in the Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkCity">
      <summary>Returns a GUID that represents the work city for the person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkCountry">
      <summary>Returns a GUID that represents the corporate country information for a person who is referenced in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkFax">
      <summary>Returns a GUID that represents the corporate fax information for the person specified in a Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowAssociation">
      <summary>Returns a GUID that represents an identifier that is associated with  another workflow object, as specified with a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowInstance">
      <summary>Returns a GUID that represents the workflow instance that is specified in a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowInstanceID">
      <summary>Returns a GUID that represents the workflow instance identifier that is specified in a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowItemId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowLink">
      <summary>Returns a GUID that represents the workflow URL that is specified in a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowListId"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowName">
      <summary>Returns a GUID that represents the workflow name that is specified in a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowOutcome">
      <summary>Returns a GUID that represents the type of outcome (for example, "Approved" or "Rejected") that is associated with a specified Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowTemplate">
      <summary>Returns a GUID that represents the template that is associated with a Windows SharePoint Services workflow task object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkflowVersion"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkPhone">
      <summary>Returns a GUID that represents the corporate telephone number for the person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.Workspace">
      <summary>Returns a GUID that represents the meeting workspace information for a specified Windows SharePoint Services event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkspaceLink">
      <summary>Returns a GUID that represents the URL for the meeting workspace for a specified Windows SharePoint Services event object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkState">
      <summary>Returns a GUID that represents the regional corporate information for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.WorkZip">
      <summary>Returns a GUID that represents the work ZIP code for a person who is referenced in a specified Windows SharePoint Services contact object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.xd_ProgID"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.xd_Signature"></member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.XMLTZone">
      <summary>Returns a GUID that indicates a time zone that is expressed in XML format and is associated with the specified Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPBuiltInFieldId.XomlUrl"></member>
    <member name="T:Microsoft.SharePoint.SPBusinessDataField"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.BdcFieldName"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.EntityName"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.EntityNamespace"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.GetSecondaryFieldsNames"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.HasActions"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.OnAdded(Microsoft.SharePoint.SPAddFieldOptions)"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.OnDeleting"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.OnUpdated"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.Profile"></member>
    <member name="M:Microsoft.SharePoint.SPBusinessDataField.SetSecondaryFieldsNames(System.String[])"></member>
    <member name="P:Microsoft.SharePoint.SPBusinessDataField.SystemInstanceName"></member>
    <member name="T:Microsoft.SharePoint.SPCalendarOrderType">
      <summary>Specifies the order to use for day, month, and year in calendar dates.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarOrderType.MDY">
      <summary>Month—Day—Year </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarOrderType.DMY">
      <summary>Day—Month—Year</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarOrderType.YMD">
      <summary>Year—Month—Day</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCalendarType">
      <summary>Specifies the calendar type. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.None">
      <summary>No type specified. Value=0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Gregorian">
      <summary>Gregorian. Value=1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Japan">
      <summary>Japanese Emperor Era. Value=3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Taiwan">
      <summary>Taiwan Era. Value=4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Korea">
      <summary>Korean Tangun Era. Value=5.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Hijri">
      <summary>Hijri (Arabic lunar). Value=6.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Thai">
      <summary>Thai. Value=7.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.Hebrew">
      <summary>Hebrew (lunar). Value=8.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.GregorianMEFrench">
      <summary>Gregorian Middle East French. Value=9.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.GregorianArabic">
      <summary>Gregorian Arabic. Value=10.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.GregorianXLITEnglish">
      <summary>Gregorian transliterated English. Value=11.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.GregorianXLITFrench">
      <summary>Gregorian transliterated French. Value=12.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.KoreaJapanLunar">
      <summary>Korean and Japanese lunar. Value=14.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.ChineseLunar">
      <summary>Chinese lunar. Value=15.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCalendarType.SakaEra">
      <summary>Saka Era. Value=16.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCalendarViewStyle">
      <summary>Represents a day, week, or month view style for a calendar.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.AccessKey">
      <summary>Gets or sets the keyboard shortcut to activate or place focus on the Day, Week, or Month view link in the calendar user interface.</summary>
      <returns>A string that specifies the keyboard shortcut for a view link in the calendar view style. The default values are period (".") for day, hyphen ("-") for week, and equal sign ("=") for month. Press the following key combinations to implement these shortcuts in the user interface:ALT + .ALT + -ALT +  =</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPCalendarViewStyle.CompareTo(Microsoft.SharePoint.SPCalendarViewStyle)">
      <summary>Compares the calendar view style with another calendar view style.  </summary>
      <param name="otherViewStyle">An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the other calendar view style with which to compare this calendar view style.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.Default">
      <summary>Gets or sets a Boolean value that specifies whether the view style is the default view style that is displayed for the calendar.  </summary>
      <returns>true if the calendar view style is the default view style; otherwise, false. The default value is false for day and week view styles, but true for the month view style.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.ImageHeight">
      <summary>Gets or sets the height in pixels of the image that is associated with the Day, Week, or Month view link in the calendar user interface.</summary>
      <returns>A 32-bit integer that specifies the height of the image in pixels. The default value is 15.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.ImageName">
      <summary>Gets or sets the file name of the image that is associated with the Day, Week, or Month view link in the calendar user interface.</summary>
      <returns>A string that contains the name of the image file. The default values are day.gif, week.gif, and month.gif. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.ImageWidth">
      <summary>Gets or sets the width in pixels of the image that is associated with the Day, Week, or View link in the calendar user interface.</summary>
      <returns>A 32-bit integer that specifies the height of the image in pixels. The default value is 16.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.Sequence">
      <summary>Gets the order of the calendar view style link as it is displayed above the calendar.</summary>
      <returns>A 32-bit integer that indicates the sequence. The default values are 1 for day, 2 for week, and 3 for month.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.Template">
      <summary>Gets the name of the template that defines the view style. </summary>
      <returns>A string that contains the name of the template that defines the view style. The default values are CalendarViewdayChrome, CalendarViewweekChrome, and CalendarViewmonthChrome.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.Title">
      <summary>Gets the name of the view style that is displayed in the calendar user interface. </summary>
      <returns>A string that contains the display name of the calendar view style. The default values are Day, Week, and Month.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyle.Type">
      <summary>Gets the type of the calendar view style.  </summary>
      <returns>A string that indicates the type of calendar view style. The default values are day, week, and month.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPCalendarViewStyleCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCalendarViewStyleCollection.#ctor(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPView,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPCalendarViewStyleCollection.CalendarViewStyleByName(System.String)">
      <summary>Returns the calendar view style with the specified display name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the calendar view style.</returns>
      <param name="strDisplayName">A string that contains the display name of the calendar view style.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPCalendarViewStyleCollection.CalendarViewStyleByType(System.String)">
      <summary>Returns the calendar view style of the specified type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the calendar view style.</returns>
      <param name="strTypeName">A string that specifies the calendar view style type, such as "day", "week", or "month".</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.CalendarViewStyleXmlNode">
      <summary>Gets the schema for the custom calendar view style.</summary>
      <returns>A System.XmlNode object that contains the custom calendar view style schema in the following form: Copy Code&lt;CalendarViewStyles&gt;
  &lt;CalendarViewStyle Title="Day" Type="day"
    Template="CalendarViewdayChrome" Sequence="1" Default="FALSE" /&gt;
  &lt;CalendarViewStyle Title="Week" Type="week"
    Template="CalendarViewweekChrome" Sequence="2" Default="FALSE" /&gt;
  &lt;CalendarViewStyle Title="Month" Type="month" 
    Template="CalendarViewmonthChrome" Sequence="3" Default="TRUE" /&gt;
&lt;/CalendarViewStyles&gt;</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPCalendarViewStyleCollection.CopyTo(Microsoft.SharePoint.SPCalendarViewStyle[],System.Int32)">
      <summary>Copies the elements of the collection to an array of <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> objects, starting at a specified array index.</summary>
      <param name="array">The array of <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> objects to which to copy the collection.</param>
      <param name="index">A 32-bit integer that specifies the array index at which to start copying the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.Count">
      <summary>Gets the number of calendar view styles in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of calendar view styles.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.DefaultViewStyle">
      <summary>Gets the default calendar view style from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the default calendar view style.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.DefaultViewStylesEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to display the default day, week, and month view styles in the view style picker control.</summary>
      <returns>true to display the default calendar view styles in the picker control; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.Item(System.Int32)">
      <summary>Gets the calendar view style object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the calendar view style.</returns>
      <param name="iIndex">A 32-bit integer that specifies the calendar view style. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.Item(System.String)">
      <summary>Gets the calendar view style with the specified template name in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarViewStyle" /> object that represents the calendar view style.</returns>
      <param name="strTemplate">A string that contains the name of the calendar view style template. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCalendarViewStyleCollection.View">
      <summary>Gets the view that is associated with the collection of calendar view styles.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view that is associated with the calendar view styles.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChange">
      <summary>Represents a change that has been made to objects or metadata within an item, list, Web site, or site collection scope, or a security policy change at the Web application scope that has  been recorded in the Windows SharePoint Services change log.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChange.ChangeToken">
      <summary>Gets the unique change token of the object that has changed.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChange.ChangeType">
      <summary>Gets the type of change that has been made to the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeType" /> value that indicates the type of change, including adding, updating, deleting, or renaming changes, but also moving items away from or into lists and folders. The value Rename applies to a change in the object’s URL at the leaf node. The values MovedAway and MovedInto apply to a change in one of the branch nodes of the URL. In order to correctly record moves, the change log records the following:Moving from or to a folder:MovedAway event on the source list.MovedInto event on the destination list.Moving from or to a site:MovedAway event on the source Web site.MovedInto event on the destination site.At the <see cref="T:Microsoft.SharePoint.SPSite" /> and <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> scopes, only the MovedAway event is recorded.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChange.InternalListId"></member>
    <member name="P:Microsoft.SharePoint.SPChange.InternalUniqueId"></member>
    <member name="P:Microsoft.SharePoint.SPChange.InternalWebId"></member>
    <member name="P:Microsoft.SharePoint.SPChange.SiteId">
      <summary>Gets the site ID of the site collection in which the object changed.</summary>
      <returns>A GUID that represents the site ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChange.Time">
      <summary>Gets the time at which the change was committed to the change log.</summary>
      <returns>A DateTime structure that indicates when the change was committed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeAlert">
      <summary>Represents a change to an alert.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeAlert.Id">
      <summary>Gets the GUID that identifies the alert that changed.</summary>
      <returns>A GUID that identifies the alert.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeAlert.WebId">
      <summary>Gets the GUID of the site in which the alert changed.</summary>
      <returns>A GUID that identifies the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPChange" /> objects. The maximum number of changes that can be represented in a collection is 1000.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeCollection.Count">
      <summary>Gets the number of changes in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of changes.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeCollection.CountLimit">
      <summary>Specifies the maximum number of changes that are allowed for the collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeCollection.IncludesBeginning">
      <summary>Gets a value that indicates whether the collection includes all changes that have occurred after the creation of the content database.</summary>
      <returns>true if the collection includes all changes since creation of the content database; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeCollection.Item(System.Int32)">
      <summary>Gets the change object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChange" /> object that represents the change.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the change object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeCollection.LastChangeToken">
      <summary>Gets the change token that corresponds to the last change in the collection of changes.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the last change token.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeCollection.CollectionScope">
      <summary>Specifies the scope at which a change log is retrieved.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeCollection.CollectionScope.ContentDB">
      <summary>Specifies the content database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeCollection.CollectionScope.Site">
      <summary>Specifies a site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeCollection.CollectionScope.Web">
      <summary>Specifies a site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeCollection.CollectionScope.List">
      <summary>Specifies a list.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeContentType">
      <summary>Represents a change to a content type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeContentType.Id">
      <summary>Gets the GUID that identifies the content type that has changed.</summary>
      <returns>A GUID that identifies the content type that has changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeContentType.WebId">
      <summary>Gets the GUID of the site in which the content type has changed.</summary>
      <returns>A GUID that identifies the site in which the content type has changed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeField">
      <summary>Represents a change to a site column.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeField.Id">
      <summary>Gets the GUID that identifies the site column that changed.</summary>
      <returns>A GUID that identifies the site column.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeField.WebId">
      <summary>Gets the GUID of the site in which the site column has changed.</summary>
      <returns>A GUID that identifies the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeFile">
      <summary>Represents a change to a file that is outside a list or to an attachment.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeFile.UniqueId">
      <summary>Gets the GUID that identifies the file that changed.</summary>
      <returns>A GUID that identifies the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeFile.WebId">
      <summary>Gets the GUID of the site in which the file changed.</summary>
      <returns>A GUID that identifies the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeFolder">
      <summary>Represents a change to a folder.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeFolder.UniqueId">
      <summary>Gets the GUID of the folder that has changed.</summary>
      <returns>A GUID that identifies the folder that has changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeFolder.WebId">
      <summary>Gets the GUID of the site in which the folder changed.</summary>
      <returns>A GUID that identifies the site in which the folder has changed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeGroup">
      <summary>Represents a change to a group.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeGroup.Id">
      <summary>Gets the GUID of the group that changed.</summary>
      <returns>A GUID that identifies the group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeGroup.UserId">
      <summary>Gets an integer that indicates the ID of the user within the collection of users in the site collection.</summary>
      <returns>A 32-bit integer that specifies the ID of the user.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeItem">
      <summary>Represents a change to an item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.AfterId">
      <summary>Gets an integer that identifies the item after a change that involves URL renaming.</summary>
      <returns>A 32-bit integer that identifies the item following the change.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.AfterListId">
      <summary>Gets the GUID of the list that contains the item after a change that involves URL renaming. </summary>
      <returns>A GUID that identifies the list following the change.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.BeforeId">
      <summary>Gets an integer that identifies the item before a change that involves URL renaming.</summary>
      <returns>A 32-bit integer that identifies the item before the change.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.BeforeListId">
      <summary>Gets the GUID of the list that contains the item before a change that involves URL renaming.</summary>
      <returns>A GUID that identifies the list before the change.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.Id">
      <summary>Gets the integer that identifies the item that has changed. </summary>
      <returns>A 32-bit integer that identifies the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.ListId">
      <summary>Gets the GUID of the list containing the item that has changed.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.UniqueId">
      <summary>Gets the GUID of the item that has changed.</summary>
      <returns>A GUID that identifies the item that has changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeItem.WebId">
      <summary>Gets the GUID of the site containing the item that has changed.</summary>
      <returns>A GUID that identifies the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeList">
      <summary>Represents a change to a list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeList.Id">
      <summary>Gets the GUID of the list that has changed.</summary>
      <returns>A GUID that identifies the list that has changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeList.WebId">
      <summary>Gets the GUID of the site containing the list that has changed.</summary>
      <returns>A GUID that identifies the list that has changed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeQuery">
      <summary>Defines a query that is performed against the change log in Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeQuery.#ctor(System.Boolean,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPChangeQuery" /> class.</summary>
      <param name="AllChangeObjectTypes">true to return all object types in the change query; otherwise, false. If false, changes are returned only for object types that have an SPChangeQuery object type property that is set to true.</param>
      <param name="AllChangeTypes">true to return all types of changes in the query; otherwise, false. If false, changes are returned only for change types that have an SPChangeQuery property that is set to true. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Add">
      <summary>Gets or sets a Boolean value that specifies whether changes that add objects are included in the query.</summary>
      <returns>true to include changes that add objects; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Alert">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPAlert" /> objects are included in the query.</summary>
      <returns>true to include changes to alerts; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.ChangeTokenEnd">
      <summary>Gets or sets a token that specifies the end date and time that changes can be returned through the query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies an ending date and time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.ChangeTokenStart">
      <summary>Gets or sets a token that specifies the start date and time for changes that are returned through the query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time. An <see cref="T:Microsoft.SharePoint.SPException" /> exception is thrown if the token refers to a time before the start of the current change log. To start at the beginning of the change log, set the SPChangeTokenStart property to a null value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.ContentType">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPContentType" /> objects are included in the query.</summary>
      <returns>true to include changes to content types; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Delete">
      <summary>Gets or sets a Boolean value that specifies whether changes that delete objects are included in the query.</summary>
      <returns>true to include deletions; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Field">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPField" /> objects are included in the query.</summary>
      <returns>true to include changes to fields; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.File">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPFile" /> objects are included in the query.</summary>
      <returns>true to include changes to files; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Folder">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPFolder" /> objects are included in the query.</summary>
      <returns>true to include changes to folders; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Group">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPGroup" /> objects are included in the query.</summary>
      <returns>true to include changes to groups; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.GroupMembershipAdd">
      <summary>Gets or sets a Boolean value that specifies whether changes that add users to groups are included in the query.</summary>
      <returns>true to include changes that add users to groups; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.GroupMembershipDelete">
      <summary>Gets or sets a Boolean value that specifies whether changes that delete users from groups are included in the change query.</summary>
      <returns>true to include deletions from groups; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Item">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPListItem" /> objects are included in the query.</summary>
      <returns>true to include changes to list items; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.List">
      <summary>Gets or sets a Boolean value that specifies whether changes to lists are included in the query.</summary>
      <returns>true to include changes to lists; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Move">
      <summary>Gets or sets a Boolean value that specifies whether changes that move objects are included in the query.</summary>
      <returns>true to include move changes; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Navigation">
      <summary>Gets or sets a Boolean value that specifies whether navigation changes are included in the query.</summary>
      <returns>true to include navigation changes; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Rename">
      <summary>Gets or sets a Boolean value that specifies whether changes that rename objects are included in the query.</summary>
      <returns>true to include renaming changes; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Restore">
      <summary>Gets or sets a Boolean value that specifies whether changes that restore items from the Recycle Bin or from a backup are included in the query.</summary>
      <returns>true to include changes that restore items; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.RoleAssignmentAdd">
      <summary>Gets or sets a Boolean value that specifies whether changes that add role assignments are included in the query.</summary>
      <returns>true to include changes that add role assignments; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.RoleAssignmentDelete">
      <summary>Gets or sets a Boolean value that specifies whether changes that delete role assignments are included in the query.</summary>
      <returns>true to include changes that delete role assignments; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.RoleDefinitionAdd">
      <summary>Gets or sets a Boolean value that specifies whether changes that add role definitions are included in the query.</summary>
      <returns>true to include changes that add role definitions; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.RoleDefinitionDelete">
      <summary>Gets or sets a Boolean value that specifies whether changes that delete role definitions are included in the query.</summary>
      <returns>true to include changes that delete role definitions; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.RoleDefinitionUpdate">
      <summary>Gets or sets a Boolean value that specifies whether changes that modify role definitions are included in the query.</summary>
      <returns>true to include changes that modify role definitions; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.SecurityPolicy">
      <summary>Gets or sets a Boolean value that specifies whether modifications to security policies are included in the query.</summary>
      <returns>true to include modifications to security policies; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Site">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPSite" /> objects are included in the query.</summary>
      <returns>true to include changes to SPSite objects; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.SystemUpdate">
      <summary>Gets or sets a Boolean value that specifies whether system modifications to objects are included in the query.</summary>
      <returns>true to include system updates; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Update">
      <summary>Gets or sets a Boolean value that specifies whether object updates are included in the query.</summary>
      <returns>true to include updates to objects; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.User">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPUser" /> objects are included in the query.</summary>
      <returns>true to include changes to users; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.View">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPView" /> objects are included in the query.</summary>
      <returns>true to include changes to SPView objects; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeQuery.Web">
      <summary>Gets or sets a Boolean value that specifies whether changes to <see cref="T:Microsoft.SharePoint.SPWeb" /> objects are included in the query.</summary>
      <returns>true to include changes to SPWeb objects; otherwise, false. The default is false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeSecurityPolicy">
      <summary>Represents a change to a security policy. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeSite">
      <summary>Represents a change to a site collection. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeToken">
      <summary>Represents the unique sequential location of a change within the change log.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.#ctor(Microsoft.SharePoint.SPChangeCollection.CollectionScope,System.Guid,System.DateTime)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPChangeToken" /> class to a specified change collection scope, corresponding object identifier (ID), and change time.</summary>
      <param name="scope">An <see cref="T:Microsoft.SharePoint.SPChangeCollection.CollectionScope" /> value that specifies the scope of the change token, which can be a list, Web site, site collection, or content database.</param>
      <param name="scopeId">A GUID that specifies the ID the <see cref="T:Microsoft.SharePoint.SPList" />, <see cref="T:Microsoft.SharePoint.SPWeb" />, <see cref="T:Microsoft.SharePoint.SPSite" />, or <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object.</param>
      <param name="changeTime">A System.DateTime structure that specifies the time of a change. Times in the change log are specified in Coordinated Universal Time (UTC) format.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPChangeToken" /> class, based on its serialized form.</summary>
      <param name="strChangeToken">A string representation of a change token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.Equals(System.Object)">
      <summary>Determines if the current instance is equal to another object, possibly of unknown type.</summary>
      <returns>true if the current object is equal to the object passed in as an argument; otherwise, false.</returns>
      <param name="o">The <see cref="T:System.Object" /> to compare with the current instance of SPChangeToken. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.GetHashCode">
      <summary>Returns a hash code for this instance.</summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.op_Equality(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are equal.</summary>
      <returns>true if the two objects are equal; otherwise, false.</returns>
      <param name="changeToken1">The first of the two SPChangeToken objects to compare.</param>
      <param name="changeToken2">The second of the two SPChangeToken objects to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.op_Inequality(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a Boolean value that indicates whether or not the two specified SPChangeToken objects are unequal.</summary>
      <returns>true if the two objects are not equal; otherwise, false.</returns>
      <param name="changeToken1">The first of the two SPChangeToken objects to compare.</param>
      <param name="changeToken2">The second of the two SPChangeToken objects to compare.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeToken.Scope">
      <summary>Gets the scope of the changes, which can be a list, Web site, site collection, or content database.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPChangeCollection.CollectionScope" /> value that indicates the scope.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeToken.ScopeId">
      <summary>Gets the GUID of the list, Web site, site collection or content database object for which this is a valid change token.</summary>
      <returns>A GUID that identifies the object. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeToken.ToString">
      <summary>Returns the serialized string that represents the change token.</summary>
      <returns>A string that contains the serialized representation of the change token.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeTokenCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPChangeToken" /> objects. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPChangeTokenCollection" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPChangeTokenCollection" /> class based on its serialized form.</summary>
      <param name="strChangeTokenCollection">A string containing the change token in its serialized form.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.Add(Microsoft.SharePoint.SPChangeToken)">
      <summary>Adds a change token to the collection of change token objects.</summary>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token to create.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.Add(Microsoft.SharePoint.SPChangeToken,System.Boolean)">
      <summary>Adds a change token to the collection based on the specified change token object and a Boolean value that specifies whether or not to overwrite any existing change token for the <see cref="T:Microsoft.SharePoint.SPChange" /> object.</summary>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token to create.</param>
      <param name="bOverWrite">true to overwrite any existing change token for the <see cref="T:Microsoft.SharePoint.SPChange" /> object; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeTokenCollection.Count">
      <summary>Gets the number of change tokens contained in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of change tokens.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.Delete(System.Guid)">
      <summary>Deletes the change token object with the specified GUID from the collection.</summary>
      <param name="scopeId">A GUID that specifies the change token to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.Equals(System.Object)">
      <param name="o"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.SPChangeTokenCollection.Item(System.Guid)">
      <summary>Gets the change token with the specified GUID from the collection of change token objects.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
      <param name="scopeId">A System.Guid that identifies the change token.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeTokenCollection.Item(System.Int32)">
      <summary>Gets the change token at the specified index in the collection of change token objects.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.op_Equality(Microsoft.SharePoint.SPChangeTokenCollection,Microsoft.SharePoint.SPChangeTokenCollection)">
      <param name="changeTokenColl1"></param>
      <param name="changeTokenColl2"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.op_Inequality(Microsoft.SharePoint.SPChangeTokenCollection,Microsoft.SharePoint.SPChangeTokenCollection)">
      <param name="changeTokenColl1"></param>
      <param name="changeTokenColl2"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPChangeTokenCollection.ToString">
      <summary>Gets the serialized string representation of the change token collection.</summary>
      <returns>A string that contains the serialized string representation of the collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeType">
      <summary>Specifies the type of change to return through a query against the change log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.NoChange"></member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Add">
      <summary>An item is added within the scope of a list, site, site collection, or content database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Update">
      <summary>An item is modified within the scope of a list, site, site collection, or content database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Delete">
      <summary>An item is deleted within the scope of a list, site, site collection, or content database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Rename">
      <summary>The leaf in a URL is renamed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.MoveAway">
      <summary>Involves the renaming of a non-leaf section within a URL. The item was moved away from the location within the Web site specified by the change. The log will contain either a MoveAway or a MoveInto value for any given change, but not both. If possible, the change is represented as MoveInto.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.MoveInto">
      <summary>Involves the renaming of a non-leaf section within a URL. The item was moved into the location within the Web site specified by the change. The log will contain either a MoveAway or a MoveInto value for any given change, but not both.  If possible, the change is represented as MoveInto.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Restore">
      <summary>An object is restored from a backup.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.RoleAdd">
      <summary>A role definition is added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.RoleDelete">
      <summary>A role definition is deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.RoleUpdate">
      <summary>A role definition is updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.AssignmentAdd">
      <summary>A user is given permissions to a list with unique permissions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.AssignmentDelete">
      <summary>Permissions are removed for a user in a list with unique permissions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.MemberAdd">
      <summary>A user is added to a group.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.MemberDelete">
      <summary>A user is removed from a group.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.SystemUpdate">
      <summary>Changes are made that are global within the scope of the change collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.Navigation">
      <summary>A change in navigation is made.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChangeType.ScopeAdd"></member>
    <member name="F:Microsoft.SharePoint.SPChangeType.ScopeDelete"></member>
    <member name="T:Microsoft.SharePoint.SPChangeUser">
      <summary>Represents a change to a user.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeUser.Activate">
      <summary>Gets a Boolean value that indicates whether a user has changed from an inactive state to an active state.</summary>
      <returns>true if the user's state has changed from inactive to active; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeUser.Id">
      <summary>Gets the integer that identifies the user that changed.</summary>
      <returns>A 32-bit integer that identifies the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeUser.IsSiteAdminChange">
      <summary>Indicates whether the change adds or removes site administrator privileges.</summary>
      <returns>true if the change adds or removes site administrator privileges; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeView">
      <summary>Represents a change to a view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeView.Id">
      <summary>Gets the GUID of the view that has changed.</summary>
      <returns>A GUID that identifies the view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeView.ListId">
      <summary>Gets the GUID of the list to which the changed view applies.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeView.WebId">
      <summary>Gets the GUID of the site in which the view that has changed.</summary>
      <returns>A GUID that identifies the view.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChangeWeb">
      <summary>Represents a change to a Web site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPChangeWeb.Id">
      <summary>Gets the GUID of the site that changed.</summary>
      <returns>A GUID that identifies the site that changed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPChannelFactoryOperations"></member>
    <member name="M:Microsoft.SharePoint.SPChannelFactoryOperations.ConfigureCredentials``1(System.ServiceModel.ChannelFactory{``0},Microsoft.SharePoint.SPServiceAuthenticationMode)">
      <param name="factory"></param>
      <param name="authenticationMode"></param>
      <typeparam name="TChannel"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.SPChannelFactoryOperations.CreateChannelActingAsLoggedOnUser``1(System.ServiceModel.ChannelFactory{``0})">
      <returns>Returns <see cref="{0}" />.</returns>
      <param name="factory"></param>
      <typeparam name="TChannel"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.SPChannelFactoryOperations.CreateChannelActingAsLoggedOnUser``1(System.ServiceModel.ChannelFactory{``0},System.ServiceModel.EndpointAddress)">
      <returns>Returns <see cref="{0}" />.</returns>
      <param name="factory"></param>
      <param name="address"></param>
      <typeparam name="TChannel"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.SPChannelFactoryOperations.CreateChannelActingAsLoggedOnUser``1(System.ServiceModel.ChannelFactory{``0},System.ServiceModel.EndpointAddress,System.Uri)">
      <returns>Returns <see cref="{0}" />.</returns>
      <param name="factory"></param>
      <param name="address"></param>
      <param name="via"></param>
      <typeparam name="TChannel"></typeparam>
    </member>
    <member name="T:Microsoft.SharePoint.SPCheckedOutFile">
      <summary>  Represents a checked-out file in a document library or workspace.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.CheckedOutBy">
      <summary>  Returns the user name of the account used to check out the file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.CheckedOutByEmail">
      <summary>  Returns the email address of the account used to check out the file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.CheckedOutById">
      <summary>  Returns the user ID of the account used to check out the file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.CheckedOutByName">
      <summary>  Returns the name of the account used to check out the file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCheckedOutFile.Delete">
      <summary>  Deletes the checked-out file from the site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.DirName">
      <summary>  Returns the user name of the account used to check out the file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.ImageUrl">
      <summary>  Returns the site's URL of the checked-out file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.LeafName">
      <summary>  Returns the leaf name of the checked-out file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.Length">
      <summary>  Returns the file length of the checked-out file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.ListItemId">
      <summary>  Returns the list item value of the checked-out file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCheckedOutFile.TakeOverCheckOut">
      <summary>  Instructs the site that another user account is taking over control of a currently checked-out file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.TimeLastModified">
      <summary>  Returns the last-modified time of the checked-out file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCheckedOutFile.Url">
      <summary>  Returns the Uniform Resource Locator (URL) string of the checked-out file.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCheckinType">
      <summary>Specifies the type of check in for a file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCheckinType.MinorCheckIn">
      <summary>Incremented as a minor version. Value=0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCheckinType.MajorCheckIn">
      <summary>Incremented as a major version. Value=1. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCheckinType.OverwriteCheckIn">
      <summary>Overwrite the file. Value=2.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPChoiceFormatType">
      <summary>Specifies how options for how to display selections in a choice field.  </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChoiceFormatType.Dropdown">
      <summary>Drop-down list box.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPChoiceFormatType.RadioButtons">
      <summary>Option buttons.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPClaim"></member>
    <member name="M:Microsoft.SharePoint.SPClaim.#ctor(System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPClaim.ClaimType"></member>
    <member name="M:Microsoft.SharePoint.SPClaim.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPClaim.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.SPClaim.OriginalIssuer"></member>
    <member name="P:Microsoft.SharePoint.SPClaim.Value"></member>
    <member name="P:Microsoft.SharePoint.SPClaim.ValueType"></member>
    <member name="T:Microsoft.SharePoint.SPClaimEntityTypes"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.DistributionListEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.FormsRoleEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.FormsUserEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.SecurityGroupEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.SystemEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimEntityTypes.UserEntityType"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderDefinition"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.AssemblyName"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.ClassName"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.Description"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.IsEnabled"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.IsUsedByDefault"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.IsValid"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderDefinition.Name"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderDefinition.SetAssemblyAndClassName(System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderException"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderFeatureReceiver"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderAssembly"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderClass"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderDescription"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderEnabled"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderName"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.ClaimProviderUsedByDefault"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.FeatureInstalled(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.FeatureUninstalling(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderFeatureReceiver.RemoveClaimProvider(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderManager"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ClaimProviderExists(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertClaimToEncodedValue(Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertClaimToEncodedValue(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertClaimToMembership(Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertClaimToRole(Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertClaimToRoleOrMembership(Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertEncodedValueToClaim(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertIdentifierToClaim(System.String,Microsoft.SharePoint.SPIdentifierTypes)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.ConvertSPUserToClaim(Microsoft.SharePoint.SPUser)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.GetClaimProvider(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.GetTrustedClaimProvider(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.IsRoleOrMembershipClaim(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPClaimProviderManager.Local"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.TrustedClaimProviderExists(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderManager.Update"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.#ctor(System.String,Microsoft.SharePoint.SPClaimProviderServiceProxy,System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.ClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.ClaimTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.ClaimValueTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.EntityTypes(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.GetHierarchy(System.Uri,System.String,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.GetHierarchy(System.Uri,System.String[],System.String[],System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.IsClaimsMode(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.ProviderSchemas(System.Uri,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Provision"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Resolve(System.Uri,System.String[],System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Resolve(System.Uri,System.String[],System.String[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Search(System.Uri,Microsoft.SharePoint.SPProviderSearchArguments[],System.String[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Search(System.Uri,System.String[],System.String[],System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceApplicationProxy.Unprovision"></member>
    <member name="T:Microsoft.SharePoint.SPClaimProviderServiceProxy"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.CreateProxy(System.Type,System.String,System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.CreateProxy(System.Type,System.String,System.Uri,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.GetProxyTypeDescription(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimProviderServiceProxy.GetProxyTypes"></member>
    <member name="T:Microsoft.SharePoint.SPClaimsAuthMembershipProvider"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.ApplicationName"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.ChangePassword(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.ChangePasswordQuestionAndAnswer(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.DeleteUser(System.String,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.EnablePasswordReset"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.EnablePasswordRetrieval"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.FindUsersByEmail(System.String,System.Int32,System.Int32,System.Int32@)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.FindUsersByName(System.String,System.Int32,System.Int32,System.Int32@)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetAllUsers(System.Int32,System.Int32,System.Int32@)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetNumberOfUsersOnline"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetPassword(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetUser(System.Object,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetUser(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.GetUserNameByEmail(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.MaxInvalidPasswordAttempts"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.MinRequiredNonAlphanumericCharacters"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.MinRequiredPasswordLength"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.Name"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.PasswordAttemptWindow"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.PasswordFormat"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.PasswordStrengthRegularExpression"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.RequiresQuestionAndAnswer"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.RequiresUniqueEmail"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.ResetPassword(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.UnlockUser(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.UpdateUser(System.Web.Security.MembershipUser)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthMembershipProvider.ValidateUser(System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPClaimsAuthRoleProvider"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.AddUsersToRoles(System.String[],System.String[])"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthRoleProvider.ApplicationName"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.CreateRole(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.DeleteRole(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.FindUsersInRole(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.GetAllRoles"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.GetRolesForUser(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.GetUsersInRole(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.IsUserInRole(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPClaimsAuthRoleProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.RemoveUsersFromRoles(System.String[],System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPClaimsAuthRoleProvider.RoleExists(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPClaimTypes"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.DistributionListClaimType"></member>
    <member name="M:Microsoft.SharePoint.SPClaimTypes.Equal(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.FarmIdClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.IdentityProvider"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.IsTenantAdminClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.ProcessIdentityLogonNameClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.ProcessIdentitySIDClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.SiteSubscriptionIDClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.UserIdentifier"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.UserLogonName"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.WindowsUserTokenHandleClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPClaimTypes.WindowsUserTokenProcessIdClaimType"></member>
    <member name="T:Microsoft.SharePoint.SPClaimValueTypes"></member>
    <member name="M:Microsoft.SharePoint.SPClaimValueTypes.Equal(System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPCompositeIndexableStatus"></member>
    <member name="F:Microsoft.SharePoint.SPCompositeIndexableStatus.NotCompositeIndexable"></member>
    <member name="F:Microsoft.SharePoint.SPCompositeIndexableStatus.AsLastFieldInIndex"></member>
    <member name="F:Microsoft.SharePoint.SPCompositeIndexableStatus.AsAnyFieldInIndex"></member>
    <member name="T:Microsoft.SharePoint.SPContentType">
      <summary>Represents a site or list content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.#ctor(Microsoft.SharePoint.SPContentType,Microsoft.SharePoint.SPContentTypeCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPContentType" /> class.</summary>
      <param name="parentContentType">An <see cref="T:Microsoft.SharePoint.SPContentType" /> object from which this content type will be derived.</param>
      <param name="collection">An <see cref="T:Microsoft.SharePoint.SPContentTypeCollection" /> object that represents the collection to which this content type will be added.</param>
      <param name="name">A <see cref="T:System.String" /> object that contains the name of the content type. This string is set as the value of the new content type <see cref="P:Microsoft.SharePoint.SPContentType.Name" /> property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.AddWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Adds the specified workflow association to the content type.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the workflow.</returns>
      <param name="workflowAssociation">The <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object to add to the content type’s collection.</param>
      <exception cref="T:System.ArgumentException">The SPWorkflowAssociation object already exists in the collection, or it is based on an inappropriate workflow template.</exception>
      <exception cref="T:System.ArgumentNullException">The SPWorkflowAssociation object is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.Delete">
      <summary>Deletes the content type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Description">
      <summary>Gets or sets a string that contains a description of the content type.</summary>
      <returns>A <see cref="T:System.String" /> that contains text describing the content type. The default value is String.Empty.</returns>
      <exception cref="T:System.ArgumentNullException">You are not permitted to set the property to a null value.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.DisplayFormTemplateName">
      <summary>Gets or sets the name of a custom Display form template to use for items assigned this content type.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.DisplayFormUrl">
      <summary>Gets or set the URL of a custom Display form page to use for items assigned this content type.</summary>
      <returns>Returns a <see cref="T:System.String" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.DocumentTemplate">
      <summary>Gets or sets the document template for the content type. </summary>
      <returns>A <see cref="T:System.String" /> containing a path to the template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.DocumentTemplateUrl">
      <summary>Gets or sets the URL to the content type’s document template.</summary>
      <returns>A <see cref="T:System.String" /> containing the URL for a document template. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.EditFormTemplateName">
      <summary>Gets or sets the name of a custom Edit form template to use for items assigned this content type.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.EditFormUrl">
      <summary>Gets or set the URL of a custom Edit form page to use for items assigned this content type.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.EventReceivers">
      <summary>Gets the collection of event receiver definitions for the content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection" /> object that represents the event receiver definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.FieldLinks">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPFieldLinkCollection" /> that represents the collection of column, or field, references in the content type. </summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFieldLinkCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Fields">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> that represents collection of column references included in the content type.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFieldCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.GetLocalizations(System.Globalization.CultureInfo)">
      <summary>Returns the collection of localizations for the content type for the specified culture.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLocalizationCollection" /> object that contains a dictionary of strings that represent the locales that are supported by the content type. For a list content type, the SPLocalizationCollection object is null.</returns>
      <param name="cultureInfo">A <see cref="T:System.Globalization.CultureInfo" /> object that specifies a locale.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Group">
      <summary>Gets and sets the content type group to which the content type is assigned. </summary>
      <returns>A <see cref="T:System.String" /> containing the name of a group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Hidden">
      <summary>Gets or sets whether the content type is hidden on the list’s New menu.</summary>
      <returns>true if the content type is hidden on the list’s New menu; otherwise false.</returns>
      <exception cref="T:Microsoft.Sharepoint.SPContentTypeReadOnlyException">The value of the <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property is true.</exception>
      <exception cref="T:Microsoft.Sharepoint.SPContentTypeSealedException">The value of the <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property is true.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Id">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the content type ID of the content type.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPContentTypeId" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.MobileDisplayFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.MobileEditFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.MobileNewFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Name">
      <summary>Gets or sets the content type name.</summary>
      <returns>A <see cref="T:System.String" /> object that contains the content type name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.NameResource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResource" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.NewDocumentControl">
      <summary>Gets or sets a string that identifies the application used to create new documents.</summary>
      <returns>A <see cref="T:System.String" /> object that contains the programmatic identifier of the application. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.NewFormTemplateName">
      <summary>Gets or sets the name of a custom New form template to use for items assigned this content type.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.NewFormUrl">
      <summary>Gets or set the URL of a custom New form page to use for items assigned this content type.</summary>
      <returns>Returns a <see cref="T:System.String" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Parent">
      <summary>Gets the parent content type of this content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentType" /> object that represents the parent content type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.ParentList">
      <summary>Gets an <see cref="T:Microsoft.Sharepoint.SPList" /> object that represents the list in which this SPContentType object resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.ParentWeb">
      <summary>Gets the parent Web site for the content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the parent Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.ReadOnly">
      <summary>Gets or sets whether the content type is read-only. </summary>
      <returns>true if the content type is read-only; otherwise false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.RemoveWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Deletes the specified workflow association from the content type’s collection.</summary>
      <param name="workflowAssociation">An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the workflow association to delete from the content type’s collection of workflow associations.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.RequireClientRenderingOnNew">
      <summary>Indicates whether the client is responsible for rendering a new document when it is created.</summary>
      <returns>True if new documents are rendered on the client, otherwise; false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.ResourceFolder">
      <summary>Gets the relative folder path for the content type's resource folder.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the resource folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.SchemaXml">
      <summary>Gets the XML schema that defines the content type.</summary>
      <returns>A <see cref="T:System.String" /> object that contains the XML schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.SchemaXmlWithResourceTokens">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Scope">
      <summary>Gets a server-relative URL for the highest level within the scope of a particular content type.</summary>
      <returns>A string that contains a server-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Sealed">
      <summary>Gets or sets whether the content type can be modified.</summary>
      <returns>true if the content type is sealed; otherwise false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.Update">
      <summary>Updates the content type definition that is stored in the database with any changes you have made programmatically.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.Update(System.Boolean)">
      <summary>Updates the content type definition that is stored in the database and, optionally, updates all content types that inherit from this content type.</summary>
      <param name="updateChildren">true to push the changes made to the content type down to content types that inherit from it. </param>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of this content type or of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of this content type or of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.Update(System.Boolean,System.Boolean)">
      <summary>Updates the content type definition that is stored in the database and, optionally, updates all content types that inherit from this content type. This method also optionally throws an exception when it encounters a child content type that cannot be modified.</summary>
      <param name="updateChildren">true to push the changes made to the content type down to content types that inherit from it.</param>
      <param name="throwOnSealedOrReadOnly">true if the method throws an exception when it encounters a content type that cannot be modified because it is sealed or read-only; otherwise false.</param>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of this content type or of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of this content type or of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.UpdateWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Updates the specified workflow association.</summary>
      <param name="workflowAssociation">An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that has been updated.</param>
      <exception cref="T:System.ArgumentNullException">The SPWorkflowAssociation object is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.UpdateWorkflowAssociationsOnChildren">
      <summary>Propagates changes in this content type’s workflow associations to content types that are derived from this content type and also to instances of this content type that have been applied to lists.</summary>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.UpdateWorkflowAssociationsOnChildren(System.Boolean)">
      <summary>Propagates changes in this content type’s workflow associations to content types that are derived from this content type and also to instances of this content type that have been applied to lists. Optionally flags objects touched by the operation as changed.</summary>
      <param name="bGenerateFullChangeList">true flags all <see cref="T:Microsoft.SharePoint.SPContentType" /> objects touched by this operation as changed; false does not.</param>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.UpdateWorkflowAssociationsOnChildren(System.Boolean,System.Boolean,System.Boolean)">
      <summary>Propagates changes in this content type’s workflow associations to content types that are derived from this content type, or to instances of this content type that have been applied to lists, or to both. Optionally flags objects touched by the operation as changed.</summary>
      <param name="bGenerateFullChangeList">true flags all <see cref="T:Microsoft.SharePoint.SPContentType" /> objects touched by this operation as changed; false does not.</param>
      <param name="bPushdownDerivedCT">true if changes should be propagated to content types derived from this content type; otherwise false.</param>
      <param name="bPushdownListCTs">true if changes should be propagated to list content types based on this content type; otherwise false.</param>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.UpdateWorkflowAssociationsOnChildren(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
      <summary>Propagates changes in this content type’s workflow associations to content types that are derived from this content type or to instances of this content type that have been applied to lists, or to both. Optionally flags objects touched by the operation as changed. Also optionally suppresses exceptions that are thrown because a child is either sealed or read-only.</summary>
      <param name="bGenerateFullChangeList">true flags all <see cref="T:Microsoft.SharePoint.SPContentType" /> objects touched by this operation as changed; false does not.</param>
      <param name="bPushdownDerivedCT">true if changes should be propagated to content types derived from this content type; otherwise false.</param>
      <param name="bPushdownListCTs">true if changes should be propagated to list content types based on this content type; otherwise false.</param>
      <param name="bThrowOnSealedOrReadOnly">true if the method should throw an exception on encountering a content type that is sealed or read-only; otherwise false. </param>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeSealedException">The <see cref="P:Microsoft.SharePoint.SPContentType.Sealed" /> property of a child of this content type has a value of true.</exception>
      <exception cref="T:Microsoft.SharePoint.SPContentTypeReadOnlyException">The <see cref="P:Microsoft.SharePoint.SPContentType.ReadOnly" /> property of a child of this content type has a value of true.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentType.ValidateName(System.String)">
      <summary>Confirms whether a string is acceptable as the name for a content type.</summary>
      <param name="name">A <see cref="T:System.String" /> object that contains a name to validate.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.Version">
      <summary>Gets the version of the content type.</summary>
      <returns>A 32-bit integer that indicates the content type version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.WorkflowAssociations">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection" /> object that represents the workflow associations for this content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection" /> object that represents the collection of workflows that are associated with the content type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentType.XmlDocuments">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPXmlDocumentCollection" /> that represents the XML documents that are stored within the content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPXmlDocumentCollection" /> object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPContentTypeCollection">
      <summary>Represents a collection of site or list content types.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeCollection.Add(Microsoft.SharePoint.SPContentType)">
      <summary>Adds the specified content type to the collection.</summary>
      <param name="contentType">An <see cref="T:Microsoft.SharePoint.SPContentType" /> object to add to the collection.</param>
      <exception cref="T:Microsoft.SharePoint.SPException">The name of the content type is either an empty string or is already in use by another content type in the collection.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeCollection.BestMatch(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Searches the collection and returns the <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that is the nearest match to the specified SPContentTypeId object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that is the value of the <see cref="P:Microsoft.SharePoint.SPContentType.Id" /> property for the content type with the closest match. Note that if the search finds two matches, the shorter ID is returned. For example, if 0x0101 is the argument, and the collection contains both 0x010109 and 0x01010901, the method returns 0x010109.</returns>
      <param name="contentTypeId">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object to match.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeCollection.Count">
      <summary>Returns the total number of content types in the collection.  </summary>
      <returns>An Integer that represents the total number of content types in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeCollection.Delete(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Deletes the specified content type from the collection. </summary>
      <param name="id">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the ID of the content type to delete.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeCollection.Item(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Gets the specified content type from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentType" /> that represents the specified content type.</returns>
      <param name="id">The content type ID of the content type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeCollection.Item(System.Int32)">
      <summary>Gets the specified content type from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentType" /> that represents the specified content type.</returns>
      <param name="index">The index of the content type within the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeCollection.Item(System.String)">
      <summary>Gets the specified content type from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentType" /> that represents the specified content type.</returns>
      <param name="name">The name of the content type.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPContentTypeId">
      <summary>Represents the identifier (ID) of a content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.#ctor(System.String)">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.BestMatch(Microsoft.SharePoint.SPContentTypeId,System.Collections.IEnumerable)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPContentTypeId" />.</returns>
      <param name="contentTypeId"></param>
      <param name="contentTypeIdCollection"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.CompareTo(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Compares the current SPContentTypeId object with another SPContentTypeId object.</summary>
      <returns>A 32-bit signed integer that indicates the relative order of the objects that are being compared. The return value can have one of the following meanings:ValueMeaningLess than zeroThe current content type ID is less than the ID that was passed as an argument.ZeroThe two content IDs are equal.Greater than zeroThe current content type ID is greater than the ID that was passed as an argument.</returns>
      <param name="id">An SPContentTypeId object to compare to the current object. The method throws an ArgumentException if the argument is an object of another type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeId.Empty">
      <summary>Gets an empty content type identifier (ID).</summary>
      <returns>A value that is the functional equivalent to String.Empty. It is not, however, an empty string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.Equals(System.Object)">
      <summary>Determines whether the current <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object is equal to another object (possibly of unknown type).</summary>
      <returns>true if the current object is equal to the object that was passed as an argument; otherwise, false.</returns>
      <param name="o">A <see cref="T:System.Object" /> to compare with the current object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.FindCommonParent(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Gets the content type identifier (ID) of the common parent of two content type ID values.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the common parent.</returns>
      <param name="id1">The first of two <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> objects.</param>
      <param name="id2">The second of two <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> objects.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.GetHashCode">
      <summary>Returns a hash code for the current content type identifier (ID).</summary>
      <returns>An <see cref="T:System.Int32" /> that represents the hash code for the current object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.IsChildOf(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the specified content type identifier (ID) is a descendant of the current content type ID.</summary>
      <returns>true if the current object is derived from the specified object; otherwise, false.</returns>
      <param name="id">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object to compare with the current object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.IsParentOf(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the current content type identifier (ID) is a parent of the specified content type ID.</summary>
      <returns>true if the current content type ID is a parent of the ID passed as an argument; otherwise, false.</returns>
      <param name="id">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object to compare with the current object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_Equality(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether or not the two specified content type identifiers (IDs) are equal.</summary>
      <returns>true if the two values are equal; otherwise false.</returns>
      <param name="id1">The first of two content type ID values to compare.</param>
      <param name="id2">The second of two content type ID values to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_GreaterThan(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the first content type identifier (ID) is greater than the second content type ID.</summary>
      <returns>true if the first value is greater than the second; otherwise, false.</returns>
      <param name="id1">The first of two content type ID values to compare.</param>
      <param name="id2">The second of two content type ID values to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_GreaterThanOrEqual(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the first content type identifier (ID) is greater than or equal to the second content type ID.</summary>
      <returns>true if the first value is greater than or equal to the second value; otherwise, false.</returns>
      <param name="id1">The first of two content type ID values to compare.</param>
      <param name="id2">The second of two content type ID values to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_Inequality(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the two specified content type identifiers (IDs) are unequal.</summary>
      <returns>true if the two values are not equal; otherwise, false.</returns>
      <param name="id1">The first of two content type ID values to compare.</param>
      <param name="id2">The second of two content type ID values to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_LessThan(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the first content type identifier (ID) is less than the second content type ID.</summary>
      <returns>true if the first value is less than the second; otherwise, false.</returns>
      <param name="id1">The first of two content type ID values to compare.</param>
      <param name="id2">The second of two content type ID values to compare.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.op_LessThanOrEqual(Microsoft.SharePoint.SPContentTypeId,Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns a Boolean value that indicates whether the first content type identifier (ID) is less than or equal to the second content type ID.</summary>
      <returns>true if the first value is less than or equal to the second; otherwise, false.</returns>
      <param name="id1">The first of two content type ID values to be compared.</param>
      <param name="id2">The second of two content type ID values to be compared.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeId.Parent">
      <summary>Gets the content type identifier (ID) of the parent content type.</summary>
      <returns>An SPContentTypeId object that represents the parent ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.System#IComparable#CompareTo(System.Object)">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
      <param name="o"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeId.ToString">
      <summary>Returns a string of hexadecimal characters that represents the content type identifier (ID).</summary>
      <returns>A string that has a representation of the SPContentTypeId object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPContentTypeReadOnlyException"></member>
    <member name="M:Microsoft.SharePoint.SPContentTypeReadOnlyException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPContentTypeReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="si"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeReadOnlyException.#ctor(System.String)">
      <param name="msg"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeReadOnlyException.#ctor(System.String,System.Exception)">
      <param name="message"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPContentTypeSealedException"></member>
    <member name="M:Microsoft.SharePoint.SPContentTypeSealedException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPContentTypeSealedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="si"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeSealedException.#ctor(System.String)">
      <param name="msg"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeSealedException.#ctor(System.String,System.Exception)">
      <param name="message"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPContentTypeUsage">
      <summary>Used to track where a content type is used as the basis for another content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPContentTypeUsage.GetUsages(Microsoft.SharePoint.SPContentType)">
      <summary>Returns a list of <see cref="T:Microsoft.SharePoint.SPContentTypeUsage" /> objects with information about where the specified content type is in use.</summary>
      <returns>An <see cref="T:System.Collections.Generic.IList`1" /> collection of SPContentTypeUsage objects.</returns>
      <param name="contentType">An <see cref="T:Microsoft.SharePoint.SPContentType" /> object that represents the content type to be tracked.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeUsage.Id">
      <summary>Gets the identifier of the derived content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeUsage.IsUrlToList">
      <summary>Returns a Boolean that indicates whether the value of the <see cref="P:Microsoft.SharePoint.SPContentTypeUsage.Url" /> property is a Uniform Resource Locator (URL) to a list.</summary>
      <returns>true if the Url property contains a server-relative URL to the root folder of a list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContentTypeUsage.Url">
      <summary>Gets the Uniform Resource Locator (URL) for the content type.</summary>
      <returns>A string that contains a server-relative URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPContext">
      <summary>Represents the context of an HTTP request in Windows SharePoint Services.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.BaseFields"></member>
    <member name="P:Microsoft.SharePoint.SPContext.Current">
      <summary>Gets the context of the current HTTP request in Windows SharePoint Services.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.FieldControlCacheGetCallback">
      <summary>Gets or sets the delegate to call to check for a cached value in the current Windows SharePoint Services HTTP context.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPContext.GetCachedField" /> delegate.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.FieldControlCacheSetCallback">
      <summary>Gets or sets the delegate to call when setting the cached data in the current Windows SharePoint Services HTTP context.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPContext.SetCachedField" /> delegate.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.Fields">
      <summary>Gets the fields metadata associated with the item or content type of the Windows SharePoint Services context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.File">
      <summary>Gets the file that is associated with the list item object of the given Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.FileLevel"></member>
    <member name="P:Microsoft.SharePoint.SPContext.FormContext">
      <summary>Gets the form context object for the form-specific Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFormContext" /> object that represents the form context.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the Windows SharePoint Services  context for the specified SharePoint Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.  </returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(System.Web.HttpContext)">
      <summary>Returns the Windows SharePoint Services  context for the specified HTTP context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.</returns>
      <param name="context">A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(System.Web.HttpContext,Microsoft.SharePoint.SPItem,Microsoft.SharePoint.SPWeb)">
      <summary>Returns the Windows SharePoint Services  context for an item that is not list-based using the specified HTTP context, item, and site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.  </returns>
      <param name="context">A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the item.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(System.Web.HttpContext,System.Guid,System.Guid,Microsoft.SharePoint.SPWeb)">
      <summary>Returns the Windows SharePoint Services  context for an item that is not list-based using the specified HTTP context, view ID, list ID, and Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services t context.  </returns>
      <param name="context">A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
      <param name="viewId">A System.Guid that identifies the view.</param>
      <param name="listId">A System.Guid that identifies the list.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(System.Web.HttpContext,System.Int32,System.Guid,Microsoft.SharePoint.SPWeb)">
      <summary>Returns the Windows SharePoint Services context for an item that is not list-based using the specified HTTP context, item ID, list ID, and Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.  </returns>
      <param name="context">A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
      <param name="itemId">A 32-bit integer that identifies the item.</param>
      <param name="listId">A System.Guid that identifies the list.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPContext.GetContext(System.Web.HttpContext,System.Int32,System.Type)">
      <summary>Returns the Windows SharePoint Services context for an item that is not list-based using the specified HTTP context, item ID, and item type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the Windows SharePoint Services context.  </returns>
      <param name="context">A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
      <param name="itemId">A 32-bit integer that identifies the item.</param>
      <param name="itemType">A System.Type that represents the type of item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.HasDesignTimeContentType"></member>
    <member name="P:Microsoft.SharePoint.SPContext.IsDesignTime"></member>
    <member name="P:Microsoft.SharePoint.SPContext.IsPopUI"></member>
    <member name="P:Microsoft.SharePoint.SPContext.IsRemoteAuthoringTime"></member>
    <member name="P:Microsoft.SharePoint.SPContext.IsWebWelcomePage"></member>
    <member name="P:Microsoft.SharePoint.SPContext.Item">
      <summary>Gets either the <see cref="T:Microsoft.SharePoint.SPListItem" /> object that is determined by the given list and item ID, or the <see cref="T:Microsoft.SharePoint.SPItem" /> object that is set when the <see cref="T:Microsoft.SharePoint.SPContext" /> object is created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ItemFromPage"></member>
    <member name="P:Microsoft.SharePoint.SPContext.ItemId">
      <summary>Gets the ID of the item that is associated with the Windows SharePoint Services context.</summary>
      <returns>A 32-bit integer that represents the ID of the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.List">
      <summary>Gets the list that is associated with the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ListId">
      <summary>Gets the GUID of the list that is associated with the Windows SharePoint Services context.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ListItem">
      <summary>Gets the list item associated with the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ListItemDisplayName">
      <summary>Gets or sets the display name for the item that is associated with the current HTTP context ofWindows SharePoint Services.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ListItemServerRelativeUrl">
      <summary>Gets or sets the server-relative URL for the list item in the current HTTP context of Windows SharePoint Services.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ListItemVersion"></member>
    <member name="P:Microsoft.SharePoint.SPContext.LoadContentTypes">
      <summary>Gets or sets a Boolean value that specifies whether to include content type fields when implementing the <see cref="P:Microsoft.SharePoint.SPContext.Fields" /> property in order to return the fields associated with an item.</summary>
      <returns>true to include content type fields; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.MobileContext">
      <summary>Gets the mobile context for the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPMobileContext" /> object that represents the mobile context.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.PageBasePermissions"></member>
    <member name="P:Microsoft.SharePoint.SPContext.RecurrenceID">
      <summary>Returns the instance ID or exception ID of the Windows SharePoint Services  context, or returns null if the current context is not associated with an event list item.</summary>
      <returns>A string that contains the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.RegionalSettings">
      <summary>Gets the regional settings object of the current HTTP context inWindows SharePoint Services.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> object that represents the regional settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.RenderingFromCurrentMetainfo"></member>
    <member name="M:Microsoft.SharePoint.SPContext.ResetItem"></member>
    <member name="P:Microsoft.SharePoint.SPContext.RootFolderUrl"></member>
    <member name="P:Microsoft.SharePoint.SPContext.Site">
      <summary>Gets the site collection that is associated with the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.SiteFeatures">
      <summary>Gets the activated site collection features of the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureCollection" /> object that represents the features.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.SiteSubscription"></member>
    <member name="P:Microsoft.SharePoint.SPContext.UseDefaultCachePolicy">
      <summary>Gets or sets a Boolean value that determines whether Windows SharePoint Services  sets the HTTP cache headers on the response for an item fetched from Windows SharePoint Services.</summary>
      <returns>true to set the HTTP cache headers; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.ViewContext">
      <summary>Gets a view context object that provides information about the current view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewContext" /> object that provides information about the view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.Web">
      <summary>Gets the Web site that is associated with the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPContext.WebFeatures">
      <summary>Gets the activated site features of the Windows SharePoint Services  context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureCollection" /> object representing the features.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPContext.GetCachedField">
      <summary>Implements a callback to check for a cached field value.</summary>
      <returns>true if the cache contains an item, even if the item is an empty string; otherwise, false.</returns>
      <param name="fieldName">A string that specifies the name of the field to verify if it is cached.</param>
      <param name="cachedFieldValue">A string that contains the cached field output. This parameter can contain an empty string if there is nothing to display. </param>
    </member>
    <member name="T:Microsoft.SharePoint.SPContext.SetCachedField">
      <summary>Implements a callback to set cached field values.</summary>
      <param name="fieldName">A string that specifies the name of the field to be cached.</param>
      <param name="cachedFieldValue">A string that specifies the cached field output. This parameter can contain an empty string if there is nothing to display.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyDestination">
      <summary>Represents a copy destination for a document on a SharePoint Web site. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.Collection">
      <summary>Gets the collection of copy destinations associated with a document.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCopyDestinationCollection" /> object that represents the collection of copy destinations.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.Comment">
      <summary>If the copy destination requires check out, gets or sets a check-in comment for the new version.</summary>
      <returns>A string that represents the text of the comment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.CreatedBy">
      <summary>Gets the user ID of the user who created the document.</summary>
      <returns>A 32-bit integer that specifies the user ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.FolderUrl">
      <summary>Gets the URL of the folder into which the item associated with the copy destination is copied.</summary>
      <returns>A string that represents the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.Id">
      <summary>Gets the GUID of the <see cref="T:Microsoft.SharePoint.SPCopyDestination" /> object.</summary>
      <returns>A System.Guid object that contains the GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.LeafName">
      <summary>Gets the file name used when copying to the copy destination, usually the same name as the source file.</summary>
      <returns>A string that represents the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.ModifiedBy">
      <summary>Gets the user ID of the user who last modified the <see cref="T:Microsoft.SharePoint.SPCopyDestination" /> object.</summary>
      <returns>A 32-bit integer that specifies the user ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.Type">
      <summary>Gets or sets the way that the update prompt is displayed when managing the copy destination. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCopyDestinationType" /> value that indicates the copy behavior; either "Ignore," "None," "No Update," or "Update." </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestination.Url">
      <summary>Gets or sets the full URL of the copy destination.</summary>
      <returns>A string that represents the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyDestinationCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPCopyDestination" /> objects. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyDestinationCollection.Add(System.String,Microsoft.SharePoint.SPCopyDestinationType,System.String)">
      <summary>Adds a copy destination that is represented by the specified URL, destination type, and comment to the collection of copy destination objects.</summary>
      <param name="url">A string that specifies the URL of the copy destination.</param>
      <param name="type">An <see cref="T:Microsoft.SharePoint.SPCopyDestinationType" /> value that indicates the copy behavior associated with the copy destination: "Ignore", "None", "No Update", or "Update". "Update" displays an update prompt on pages that display copy destinations with the update option checked. "No Update" displays the update prompt with the update option unchecked. "Ignore" does not display the update prompt." "None" does not set a type. </param>
      <param name="comment">A string that specifies a comment associated with the copy destination.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyDestinationCollection.CopyTo(Microsoft.SharePoint.SPCopyDestination[],System.Int32)">
      <summary>Copies the elements of the copy destination collection to a one-dimensional array, starting at the specified index.</summary>
      <param name="array">A zero-based array of <see cref="T:Microsoft.SharePoint.SPCopyDestination" /> objects that is the destination of the elements copied from <see cref="T:Microsoft.SharePoint.SPCopyDestinationCollection" />.</param>
      <param name="index">A 32-bit integer that specifies the index at which copying begins.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestinationCollection.Count">
      <summary>Gets the number of copy destinations in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of copy destinations.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyDestinationCollection.Item(System.Int32)">
      <summary>Gets the copy destination at the specified index in the collection of copy destination objects.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCopyDestination" /> object that represents the copy destination.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyDestinationCollection.Remove(System.Guid)">
      <summary>Deletes the copy destination object with the specified GUID from the collection of copy destination objects.</summary>
      <param name="id">A GUID that specifies the copy destination object to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyDestinationCollection.Remove(System.Int32)">
      <summary>Deletes the copy destination object with the specified index from the collection of copy destination objects. </summary>
      <param name="index">A 32-bit integer that specifies the index of the copy destination object to delete.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyDestinationType">
      <summary>Specifies the behavior used for updates of a document to a copy destination.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyDestinationType.None">
      <summary>Does not set a destination type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyDestinationType.Update">
      <summary>Displays the copy destination with the update option checked.   </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyDestinationType.NoUpdate">
      <summary>Displays the copy destination with the update option unchecked.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyDestinationType.Ignore">
      <summary>Does not display the copy destination.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyErrorCode">
      <summary>Specifies copy-specific error codes.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.Success">
      <summary>The copy operation has completed without errors.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.Unknown">
      <summary>An unknown error has occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.SourceAndTargetSame">
      <summary>The target file is being overwritten.  </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.TargetCheckedOut">
      <summary>The target file is checked out and cannot be overwritten.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.TargetDoesNotExist">
      <summary>The target folder does not exist.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCopyErrorCode.SourceDoesNotExist">
      <summary>The source file does not exist.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyFieldInformation">
      <summary>Represents type information that is associated with fields being copied across servers.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyFieldInformation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPCopyFieldInformation" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.DisplayName">
      <summary>Gets or sets the display name for the copied field.</summary>
      <returns>A string that represents the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.Id">
      <summary>Gets or sets the GUID of the copied field.</summary>
      <returns>A System.Guid object that contains the GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.InternalName">
      <summary>Gets or sets the internal name that is used for the copied field.</summary>
      <returns>A string that represents the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.ReadOnlyField">
      <summary>Gets or sets a Boolean value that specifies whether values in the copied field can be modified.</summary>
      <returns>true if the field can be modified; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.Type">
      <summary>Gets or sets the type of the copied field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFieldType" /> value that specifies the type of field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldInformation.Value">
      <summary>Gets or sets the value of the copied field.</summary>
      <returns>A System.Object object that represents the value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPCopyFieldMask">
      <summary>Represents a field mask for a copied item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyFieldMask.IsMasked(System.String)">
      <summary>Returns a Boolean value that indicates whether the specified field is overwritten during a copy operation.</summary>
      <returns>true if the field is not overwritten on the destination item; otherwise, false.</returns>
      <param name="fieldName">A string that contains the field name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldMask.Parent">
      <summary>Gets the list item associated with the field mask of the copied item.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPCopyFieldMask.SetMask(System.String,System.Boolean)">
      <summary>Determines whether the specified field is overwritten during a copy operation. True means that the field will not be overwritten.</summary>
      <param name="fieldName">A string that contains the field name.  </param>
      <param name="maskOn">true if the field is not overwritten; otherwise, false.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPCopyFieldMask.StreamFieldName">
      <summary>Gets the name of the stream field associated with the field mask of the copied item.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPCurrencyFieldFormats">
      <summary>Specifies the format to use in currency fields.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Turkey2">
      <summary>Locale ID=-1055   Format: 125 YTL</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.EuropeanUnion1">
      <summary>Locale ID=-2   Format: 125 €</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.EuropeanUnion2">
      <summary>Locale ID=-1   Format: € 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.SaudiArabia">
      <summary>Locale ID=1025   Format: 125 .س.ر</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Taiwan">
      <summary>Locale ID=1028   Format: NT$125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.CzechRepublic">
      <summary>Locale ID=1029   Format: 125 Kč</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Denmark">
      <summary>Locale ID=1030   Format: kr 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.UnitedStates">
      <summary>Locale ID=1033   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Israel">
      <summary>Locale ID=1037   Format: ₪125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Hungary">
      <summary>Locale ID=1038   Format: 125 Ft</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Japan">
      <summary>Locale ID=1041   Format: ¥125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Korea">
      <summary>Locale ID=1042   Format: ￦125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Norway">
      <summary>Locale ID=1044   Format: kr 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Poland">
      <summary>Locale ID=1045   Format: 125 zł</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Brazil">
      <summary>Locale ID=1046   Format: R$ 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Russia">
      <summary>Locale ID=1049   Format: 125р.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Slovakia">
      <summary>Locale ID=1051   Format: 125 Sk</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Sweden">
      <summary>Locale ID=1053   Format: 125 kr</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Thailand">
      <summary>Locale ID=1054   Format: ฿125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Turkey">
      <summary>Locale ID=1055   Format: 125 TL</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Pakistan">
      <summary>Locale ID=1056   Format: Rs 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Slovenia">
      <summary>Locale ID=1060   Format: 125 SIT</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Iran">
      <summary>Locale ID=1065   Format: 125 ريال</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Vietnam">
      <summary>Locale ID=1066   Format: 125 ₫</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.India">
      <summary>Locale ID=1081   Format: रु 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Iraq">
      <summary>Locale ID=2049   Format: 125 .ع.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.PeoplesRepublicofChina">
      <summary>Locale ID=2052   Format: ￥125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Switzerland">
      <summary>Locale ID=2055   Format: SFr. 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.UnitedKingdom">
      <summary>Locale ID=2057   Format: £125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Mexico">
      <summary>Locale ID=2058   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Egypt">
      <summary>Locale ID=3073   Format: 125 .م.ج</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.HongKongSAR">
      <summary>Locale ID=3076   Format: HK$125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Australia">
      <summary>Locale ID=3081   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Canada1">
      <summary>Locale ID=3084   Format: 125 $</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Libya">
      <summary>Locale ID=4097   Format: 125 .ل.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Singapore">
      <summary>Locale ID=4100   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Canada2">
      <summary>Locale ID=4105   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Guatemala">
      <summary>Locale ID=4106   Format: Q125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Algeria">
      <summary>Locale ID=5121   Format: 125 .ج.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.NewZealand">
      <summary>Locale ID=5129   Format: $125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.CostaRica">
      <summary>Locale ID=5130   Format: C125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Morocco">
      <summary>Locale ID=6145   Format: 125 .م.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Panama">
      <summary>Locale ID=6154   Format: B/. 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Tunisia">
      <summary>Locale ID=7169   Format: 125 .ت.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.SouthAfrica">
      <summary>Locale ID=7177   Format: R 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.DominicanRepublic">
      <summary>Locale ID=7178   Format: RD$125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Oman">
      <summary>Locale ID=8193   Format: 125 .ع.ر</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Venezuela">
      <summary>Locale ID=8202   Format: Bs 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Yemen">
      <summary>Locale ID=9217   Format: 125 .ي.ر</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Colombia">
      <summary>Locale ID=9226   Format: $ 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Syria">
      <summary>Locale ID=10241   Format: 125 .س.ل</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Peru">
      <summary>Locale ID=10250   Format: S/. 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Jordan">
      <summary>Locale ID=11265   Format: 125 .ا.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Argentina">
      <summary>Locale ID=11274   Format: $ 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Lebanon">
      <summary>Locale ID=12289   Format: 125 .ل.ل</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Ecuador">
      <summary>Locale ID=12298   Format: S/. 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Kuwait">
      <summary>Locale ID=13313   Format: 125 .ك.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Chile">
      <summary>Locale ID=13322   Format: $ 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.UAE">
      <summary>Locale ID=14337   Format: 125 .إ.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Uruguay">
      <summary>Locale ID=14346   Format: $U 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Bahrain">
      <summary>Locale ID=15361   Format: 125 .ب.د</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Paraguay">
      <summary>Locale ID=15370   Format: Gs 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Qatar">
      <summary>Locale ID=16385   Format: 125 .ق.ر</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Bolivia">
      <summary>Locale ID=16394   Format: $b 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.ElSalvador">
      <summary>Locale ID=17418   Format: C125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Honduras">
      <summary>Locale ID=18442   Format: L. 125</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCurrencyFieldFormats.Nicaragua">
      <summary>Locale ID=19466   Format: C$ 125</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCustomizedPageStatus">
      <summary>Specifies the customization status of a Windows SharePoint Services page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCustomizedPageStatus.None">
      <summary>The page was never cached.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCustomizedPageStatus.Uncustomized">
      <summary>The page is cached and has not been customized.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPCustomizedPageStatus.Customized">
      <summary>The page was cached but has been customized.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPCustomWebTemplate">
      <summary>Represents a custom site template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPCustomWebTemplate.FileName">
      <summary>Gets the file name of the .stp file containing the custom site template.</summary>
      <returns>A <see cref="T:System.String" /> that represents the file name; for example, "MyCustomSiteTemplate.stp". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCustomWebTemplate.GlobalId">
      <summary>Gets the ID of the custom site template.</summary>
      <returns>A <see cref="T:System.Int32" /> that identifies the template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPCustomWebTemplate.TemplateImage">
      <summary>Gets the file that contains the image of the site template.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPPersistedFile" /> representing the file that contains the image.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDailySchedule">
      <summary>Represents a daily schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPDailySchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPDailySchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.BeginHour">
      <summary>Gets or sets the hour at which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning hour.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.BeginMinute">
      <summary>Gets or sets the minute at which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning minute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.BeginSecond">
      <summary>Gets or sets the second at which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning second.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.EndHour">
      <summary>Gets or sets the hour at which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending hour.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.EndMinute">
      <summary>Gets or sets the minute at which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending minute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDailySchedule.EndSecond">
      <summary>Gets or sets the second at which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending second.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPDailySchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDailySchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDataRetrievalServicesSettings">
      <summary>Obsolete. Use the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to access the data-retrieval service settings for a Web application instead. (In Windows SharePoint Services 2.0, the SPDataRetrievalServucesSettings class represented the data-retrieval service settings that are used on a virtual server.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.DataSourceControlEnabled">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.DataSourceControlEnabled" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to specify whether to enable data source controls so that query requests can be processed. (In Windows SharePoint Services 2.0, the DataSourceControlEnabled property returned a Boolean value that indicated whether data source controls are enabled in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>true if data source controls are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.EnabledOleDbProviders">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.OleDbProviders" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to get the list of OLEDB providers that are used in the Web application. (In Windows SharePoint Services 2.0, the EnabledOleDbProviders property returned the names of OLE DB providers that are enabled in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A string array that contains the list of OLE DB providers that are enabled, which includes DB2OLEDB, IBMDADB2, MSDAORA, OraOLEDB.Oracle, and SQLOLEDB.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.MaxResponseSize">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.MaximumResponseSize" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to specify the maximum size of the SOAP response that the data source returns to the data-retrieval service. (In Windows SharePoint Services 2.0, the MaxResponseSize property returned the maximum size in kilobytes for responses that are returned from the data retrieval service adapter that is used in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A 32-bit integer that indicates the number of kilobytes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.RequestTimeout">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.RequestTimeout" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to specify the time in seconds before the data-retrieval service times out if the data source does not respond. (In Windows SharePoint Services 2.0, the RequestTimeout property returned the number of seconds that transpire before requests that are made to the data source time out, and is maintained for backward compatibility.)</summary>
      <returns>A 32-bit integer that indicates the number of seconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.ServicesEnabled">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.Enabled" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to specify whether to enable data-retrieval services to process query requests. (In Windows SharePoint Services 2.0, the ServicesEnabled property returned a Boolean value that indicated whether data retrieval services are enabled in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>true if data retrieval services are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDataRetrievalServicesSettings.UpdateAllowed">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.UpdateAllowed" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> class to specify whether to enable update query support. (In Windows SharePoint Services 2.0, the UpdateAllowed property returned a Boolean value that indicated whether a data retrieval service adapter can run queries that update the database, and is maintained for backward compatibility.)</summary>
      <returns>true if all data retrieval service adapters can be updated; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDateTimeFieldFormatType">
      <summary>Specifies the format to use in displaying date and time fields.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPDateTimeFieldFormatType.DateOnly">
      <summary>Only the date is displayed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPDateTimeFieldFormatType.DateTime">
      <summary>Both the date and the time are displayed.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPDistributionGroupException">
      <summary>Represents an en exception that occurs while performing an operation on a distribution list for a group.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPDistributionGroupException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPDistributionGroupException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPDistributionGroupException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPDistributionGroupException" /> class based on the specified serialization data and stream context.</summary>
      <param name="si">A System.Runtime.Serialization.SerializationInfo object that stores data for serialization or deserialization.</param>
      <param name="context">A System.Runtime.Serialization.StreamingContext structure that describes the source and destination of a serialized stream.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDistributionGroupException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPDistributionGroupException" /> class based on the specified error message.</summary>
      <param name="message">A string that contains the error message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDistributionGroupException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPDistributionGroupException" /> class based on the specified error message and exception object.</summary>
      <param name="message">A string that contains the error message that explains the reason for the exception.</param>
      <param name="innerException">A System.Exception object that represents the cause of the current exception.  </param>
    </member>
    <member name="T:Microsoft.SharePoint.SPDistributionGroupJobData">
      <summary>Holds information about an asynchronous Directory Management Service request.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDistributionGroupJobData.JobId">
      <summary>Gets the identifier (ID) of the asynchronous Directory Management Service request.</summary>
      <returns>As 32-bit integer that indicates the ID of the asynchronous request.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDistributionGroupJobData.JobType">
      <summary>Gets the type of the asynchronous Directory Management Service request.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDistributionGroupJobType" /> value that indicates the type of the asynchronous request.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDistributionGroupJobType">
      <summary>Describes a type of asynchronous operation that is performed on distribution groups.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPDistributionGroupJobType.Create">
      <summary>Create a distribution group. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPDistributionGroupJobType.Rename">
      <summary>Rename a distribution group. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPDistributionGroupJobType.Modify">
      <summary>Modify a distribution group. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPDocDiscussion">
      <summary>Represents all the discussions associated with a single document that has been discussed in a document library. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocDiscussion.CommentCount">
      <summary>Gets the total number of comments made by users for a document. </summary>
      <returns>A 32-bit integer that represents the number of comments.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocDiscussion.DocId">
      <summary>Gets the GUID of the document that has been discussed.</summary>
      <returns>A GUID that specifies the document.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocDiscussion.DocUrl">
      <summary>Gets the URL of the document that has been discussed.</summary>
      <returns>A Uniform Resource Identifier (URI) that represents the URL of the document.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDocDiscussionCollection">
      <summary>Represents the collection of <see cref="T:Microsoft.SharePoint.SPDocDiscussion" /> objects associated with documents in a specific document library.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocDiscussionCollection.Count">
      <summary>Gets the number of documents in a library that have discussions associated with them. </summary>
      <returns>A 32-bit integer that represents the number of documents with discussions associated with them.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPDocDiscussionCollection.Delete(System.Guid)">
      <summary>Deletes the document discussion object with the specified GUID from the collection. </summary>
      <param name="guidDocId">A GUID that specifies the object to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDocDiscussionCollection.Delete(System.Guid[])">
      <summary>Deletes the document discussion objects specified by an array of GUIDs from the collection. </summary>
      <param name="guidDocIds">A GUID array that identifies the objects to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDocDiscussionCollection.Delete(System.Int32)">
      <summary>Deletes the document discussion object at the specified index in the collection. </summary>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPDocDiscussionCollection.DeleteAll">
      <summary>Deletes all document discussion objects in the collection. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocDiscussionCollection.Item(System.Int32)">
      <summary>Gets the document discussion object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the collection of the <see cref="T:Microsoft.SharePoint.SPDocDiscussionCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPDocDiscussion" /> object that represents the iscussion object.</returns>
      <param name="index">A 32-bit integer that specifies the index of the object.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPDocTemplate">
      <summary>Represents a document template used in a document library.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplate.DefaultTemplate">
      <summary>Gets a Boolean value that indicates whether the document template is the default template used when creating document libraries. </summary>
      <returns>true if the document template is the default template; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplate.Description">
      <summary>Gets the description of the document template.  </summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplate.Name">
      <summary>Gets the name of the document template. </summary>
      <returns>A string that contains the name of the template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplate.SchemaXml">
      <summary>Gets the XML schema that defines the document template. </summary>
      <returns>A string that contains the XML schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplate.Type">
      <summary>Gets the type of the document template. </summary>
      <returns>A 32-bit integer that indicates the type of template.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDocTemplateCollection">
      <summary>Represents a collection of document templates.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplateCollection.Count">
      <summary>Gets the number of document templates in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of templates.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplateCollection.Item(System.Int32)">
      <summary>Gets the document template object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPDocTemplateCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPDocTemplate" /> object that represents the document template.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplateCollection.SchemaXml">
      <summary>Gets the XML schema that defines the collection. </summary>
      <returns>A string that contains the XML schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocTemplateCollection.Web">
      <summary>Gets the parent Web site of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDocumentLibrary">
      <summary>Represents a document library in Windows SharePoint Services.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.CheckedOutFiles">
      <summary>Gets the collection of files that are checked out of the document library.  </summary>
      <returns>A System.Collections.Generic.IList collection of <see cref="T:Microsoft.SharePoint.SPCheckedOutFile" /> objects representing the files that are checked out. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.DocumentTemplateUrl">
      <summary>Gets or sets the URL of the document template for the library relative to the Web site that contains the document library. </summary>
      <returns>A string that contains the URL, for example, Shared Documents/Forms/template.doc.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.EmailInsertsFolder">
      <summary>Gets or sets the path for the public folder that contains the e-mail items inserted in the document library. </summary>
      <returns>A string that contains the path.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPDocumentLibrary.GetItemsInFolder(Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPFolder)">
      <summary>Returns a collection of items from the document library based on the specified view and folder. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the documents.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object representing the view through which to retrieve items from the document library.</param>
      <param name="folder">An <see cref="T:Microsoft.SharePoint.SPFolder" /> object representing the folder from which to retrieve items. If null, returns items in the root folder of the list.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.IsCatalog">
      <summary>Gets a Boolean value that indicates whether the document library is a gallery, such as for site templates, list templates, Web Parts, or Master Pages.</summary>
      <returns>true if the document library is a gallery; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.ServerRelativeDocumentTemplateUrl">
      <summary>Gets the server-relative URL of the document template for the library.  </summary>
      <returns>A string that contains the URL. If the absolute URL to the document template is http://MyServer//MyWebSite/Shared Documents/Forms/template.doc, this property returns /MyWebSite/Shared Documents/Forms/template.doc.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.ThumbnailsEnabled">
      <summary>Gets or sets a setting indicating whether thumbnail images will be extracted during document parsing.</summary>
      <returns>Returns a <see cref="T:System.Boolean" /> indicating whether thumbnails will be extracted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.ThumbnailSize">
      <summary>The size of a thumbnail image in the image gallery.</summary>
      <returns> Returns <see cref="T:System.Int32" /> indicating the size of a thumbnail images.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.WebImageHeight">
      <summary> The height of a web image in the document library. </summary>
      <returns>Returns an <see cref="T:System.Int32" /> indicating the height of a web image in the document library.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPDocumentLibrary.WebImageWidth">
      <summary>The width of a web image in the document library. </summary>
      <returns>Returns an <see cref="T:System.Int32" /> indicating the size of a thumbnail image in the document library.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPDuplicateValuesFoundException"></member>
    <member name="M:Microsoft.SharePoint.SPDuplicateValuesFoundException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPDuplicateValuesFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SharePoint.SPDuplicateValuesFoundException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPDuplicateValuesFoundException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.SPDuplicateValuesFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.SharePoint.SPDuplicateValuesFoundException.UniqueFieldsWithDuplicateValues"></member>
    <member name="T:Microsoft.SharePoint.SPEmailEventReceiver">
      <summary>Provides a method for trapping the event when a list receives an e-mail message.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEmailEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPEmailEventReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEmailEventReceiver.EmailReceived(Microsoft.SharePoint.SPList,Microsoft.SharePoint.Utilities.SPEmailMessage,System.String)">
      <summary>Occurs after an e-mail message has arrived.</summary>
      <param name="list"></param>
      <param name="emailMessage">An <see cref="T:Microsoft.SharePoint.Utilities.SPEmailMessage" /> object representing the e-mail message.</param>
      <param name="receiverData">A string containing data about the e-mail message.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder">
      <summary>Represents an expression builder for returning an encoded resource.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder.Encode(System.String)">
      <summary>Encodes the specified string.</summary>
      <returns>An encoded string.</returns>
      <param name="str">A string to encode.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder.EncodeMethod">
      <summary>Gets a reference to a method.</summary>
      <returns>A System.CodeDom.CodeMethodReferenceExpression object that represents a reference to a method.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)">
      <summary>Returns the encoded resource string.</summary>
      <returns>An object that represents the encoded resource string.</returns>
      <param name="target">The object that contains the expression.</param>
      <param name="entry">Information about the property that is bound to the expression.</param>
      <param name="parsedData">The object that contains parsed data as returned by the System.Web.Compilation.ExpressionBuilder.ParseExpression method.</param>
      <param name="context">Contextual information for the evaluation of the expression.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEncodedResourceExpressionBuilder.GetCodeExpression(System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)">
      <summary>Returns the encoded expression.</summary>
      <returns>A System.CodeDom.CodeExpression object that represents the encoded expression.</returns>
      <param name="entry">Information about the property that is bound to the expression.</param>
      <param name="parsedData">The object that contains parsed data as returned by the System.Web.Compilation.ExpressionBuilder.ParseExpression method.</param>
      <param name="context">Contextual information for the evaluation of the expression.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPEndpointAddressNotFoundException"></member>
    <member name="M:Microsoft.SharePoint.SPEndpointAddressNotFoundException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPEndpointAddressNotFoundException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPEndpointAddressNotFoundException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.SPEvaluatorModeProvisioner">
      <summary>Represents a provisioner for creating the default site and content in stand-alone installations of Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioner.#ctor(System.String,Microsoft.SharePoint.SPEvaluatorModeProvisioning,System.Diagnostics.TraceListener)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioner" /> class.</summary>
      <param name="provisionerName">A String containing the name of the provisioner.</param>
      <param name="provisioningParent">An <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioning" /> object representing the parent object that owns this provisioner and maintains the provisioner collection.</param>
      <param name="listener">A System.Diagnostics.TraceListener class for logging and diagnostics.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ApplicationPoolName">
      <summary>Gets or sets the name of the application pool used for the new Web site.</summary>
      <returns>A string that contains the name of the application pool.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ApplicationPoolPassword">
      <summary> Password for the application pool user. </summary>
      <returns>Returns a <see cref="T:System.Security.SecureString" /> specifying the password of the application pool user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ApplicationPoolUser">
      <summary> The name of the application pool user. </summary>
      <returns>Returns a <see cref="T:System.String" />  indicating the name of an application pool user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.DatabaseInstanceName">
      <summary>Gets or sets the name of the database instance where the content database is to be created.</summary>
      <returns>A string that contains the name of the database instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioner.IsProvisioned">
      <summary>Returns a Boolean value that indicates whether a site with the appropriate template has been provisioned on the server.</summary>
      <returns>true if the appropriate template has been provisioned; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.Name">
      <summary>Gets the name of the provisioner, which serves as a key into the collection of provisioners.</summary>
      <returns>A string that contains the name of the provisioner.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.Owner">
      <summary>Gets the object that owns this provisioner and contains the parent collection of provisioners.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioning" /> object representing the object that owns this provisioner.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.Port">
      <summary>Gets or sets the port used for the default SharePoint site.</summary>
      <returns>A 32-bit integer representing the port number.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision">
      <summary>Executes provisioning of the evaluator mode of Windows SharePoint Services during installation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ProvisionedSite">
      <summary>Gets a site collection object representing a site that has been provisioned.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSite" /> object representing the site collection.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPEvaluatorModeProvisioner.provisionedUri">
      <summary>Specifies the URI that is provisioned by Windows SharePoint Services.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ProvisionedUri">
      <summary>Gets the URI that has been provisioned.</summary>
      <returns>A System.Uri object representing the URI.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ProvisionedWeb">
      <summary>Gets a Web site object representing a Web site that has been provisioned.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.ProvisioningAssemblyTemplate">
      <summary>Gets or sets the name of an associated assembly that Windows SharePoint Services calls for doing additional provisioning.</summary>
      <returns>The name of a site definition specified in the WebTemp.xml file that is associated with an assembly that Windows SharePoint Services calls for additional provisioning.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.SiteOwnerAccount">
      <summary> Site owner account to be used when provisioning the default website. </summary>
      <returns>Returns a <see cref="T:System.String" /> naming the site owner account.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.SiteRelativeUrl">
      <summary>Gets or sets the server-relative URL for creating a Web application.</summary>
      <returns>A string that specifies the server-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.SiteTemplate">
      <summary>Gets or sets the name of the site definition to use when creating the default content Web site.</summary>
      <returns>A string specifying the site definition that Windows SharePoint Services uses to provision the default content Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.SiteTitle">
      <summary>Gets or sets the title to use when creating the default content Web site.</summary>
      <returns>A string that specifies the title of the content Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioner.WebSiteName">
      <summary>Gets or sets the name of a Web site that hosts the new site.</summary>
      <returns>A string that specifies the name of a Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPEvaluatorModeProvisioning">
      <summary>Represents the class that implements evaluator mode provisioning for stand-alone installations of Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.#ctor(System.Diagnostics.TraceListener)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioning" /> class.</summary>
      <param name="listener">Optional. A System.Diagnostics.TraceListener class for logging and diagnostics.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.AddProvisioner(Microsoft.SharePoint.SPEvaluatorModeProvisioner,System.Boolean)">
      <summary>Creates a provisioner within the collection.</summary>
      <param name="provisioner">A <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioner" /> object representing the provisioner to add.</param>
      <param name="siteProvisioner">true to specify that the new provisioner is the site provisioner within the collection; otherwise, false. Only one site provisioner can be in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioning.Count">
      <summary>Gets the number of provisioners in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of provisioners.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.GenerateUniquePort(System.Int32,System.Int32,System.Int32)">
      <summary>Returns the number of a port that is not in use.</summary>
      <returns>Returns the number of the unused port.</returns>
      <param name="maxTries">A 32-bit integer that specifies the number of attempts to discover a free port.</param>
      <param name="minimumPort">A 32-bit integer that specifies the minimum port number.</param>
      <param name="maximumPort">A 32-bit integer that specifies the maximum port number.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.GenerateUniqueUri">
      <summary>Generates a unique URI for a Web site to be provisioned using the form http://<paramref name="host" />:<paramref name="port" />.</summary>
      <returns>A System.Uri object representing the URI.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.GetEnumerator">
      <summary>Returns an enumerator for iterating the provisioners in the order in which they were added to the collection.</summary>
      <returns>A System.Collections.Enumerator object that can be used to iterate the collection of provisioners.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.IsProvisioned">
      <summary>Returns a Boolean value that indicates whether the provisioners are provisioned.</summary>
      <returns>true if all the provisioners are provisioned; otherwise, false.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPEvaluatorModeProvisioning.MaximumAutomaticRandomPort">
      <summary>Specifies the maximum port number that Windows SharePoint Services searches for the default SharePoint site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEvaluatorModeProvisioning.MinimumAutomaticRandomPort">
      <summary>Specifies the minimum port number that Windows SharePoint Services searches for the default SharePoint site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.Provision">
      <summary>Provisions the collection of provisioners in the order in which they were added to the collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEvaluatorModeProvisioning.SiteProvisioner">
      <summary>Gets the provisioner that is used for default site creation.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPEvaluatorModeProvisioner" /> object that represents the provisioner.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEvaluatorModeProvisioning.TryGetIsSiteProvisioned(System.String,System.String,System.Nullable{System.Int32},Microsoft.SharePoint.SPSite@,Microsoft.SharePoint.SPWeb@,System.Uri@)">
      <summary>Tries to returns a Web site that has been provisioned.</summary>
      <returns>true if the site is provisioned; otherwise, false.</returns>
      <param name="template">A string specifying a site definition used to create the Web site.</param>
      <param name="relativePath">A string specifying the relative path under the root where the definition is provisioned.</param>
      <param name="port">A 32-bit integer specifying the port number of the provisioned Web site.</param>
      <param name="provisionedSite">Out parameter that receives the provisioned <see cref="T:Microsoft.SharePoint.SPSite" /> object if the site is provisioned.</param>
      <param name="provisionedWeb">Out parameter that receives the provisioned <see cref="T:Microsoft.SharePoint.SPWeb" /> object if the site is provisioned.</param>
      <param name="provisionedUri">Out parameter that receives a System.Uri object representing the provisioned URI if the site is provisioned.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventContext">
      <summary>  Represents an Event Context in a list of receiver processes on a Windows SharePoint Services Web site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ContextCollectionId">
      <summary>Retrieves the GUID (Guaranteed Unique Identifier) of the Context Collection associated with the specified Windows Workflow ("WinOE") receiver process.      </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ContextEventType">
      <summary>Retrieves the GUID (Guaranteed Unique Identifier) associated with the Windows Workflow ("WinOE") receiver process, and used as its Context Event Type.    </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ContextId">
      <summary>Retrieves the GUID (Guaranteed Unique Identifier) associated with the Windows Workflow ("WinOE") receiver process, and used as its Context Identifier.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ContextObjectId">
      <summary>Retrieves the Context Object Identifier (associated with the ContextType) of the Windows Workflow ("WinOE") receiver process.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ContextType">
      <summary>Retrieves the Context Type of the receiver process, which is in turn based on the process GUID (Guaranteed Unique Identifier), associated with Windows Workflow ("WinOE").  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventContext.ReceiverId">
      <summary>Retrieves the GUID (Guaranteed Unique Identifier) of the Windows Workflow ("WinOE") receiver process.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventHostType">
      <summary>Specifies the type of object that is hosting the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.Invalid">
      <summary>Not used.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.Site">
      <summary>Specifies site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.Web">
      <summary>Specifies site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.List">
      <summary>Specifies list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.ListItem">
      <summary>Specifies list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.ContentType">
      <summary>Specifies content type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.Workflow">
      <summary>Specifies workflow.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventHostType.Feature">
      <summary>Specifies Feature.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventPropertiesBase">
      <summary>Base class that provides the event properties that are common to all event types. This class is never instantiated.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.Cancel">
      <summary>Gets or sets a Boolean value that determines whether the event is cancelled.</summary>
      <returns>true to cancel the event; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.ErrorMessage">
      <summary>Gets or sets the error message that Windows SharePoint Services displays when an event is cancelled.</summary>
      <returns>A string that contains the error message.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.EventType">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPEventReceiverType" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.EventUserToken">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserToken" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventPropertiesBase.MarshalData"></member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.OriginatingUserToken">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserToken" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.ReceiverData">
      <summary>Gets a string that contains data about the event.</summary>
      <returns>A string that contains data about the event.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.RedirectUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventPropertiesBase.SetUserTokens"></member>
    <member name="M:Microsoft.SharePoint.SPEventPropertiesBase.SetUserTokens(System.Byte[])">
      <param name="userTokenBytes"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.SiteId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventPropertiesBase.Status">
      <summary>Gets or sets the status of trapping the event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverStatus" /> value that specifies the status.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverBase">
      <summary>Base class that provides methods for event receivers in the Windows SharePoint Services object model. This class is never instantiated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPEventReceiverBase" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverBase.DisableEventFiring">
      <summary>Prevents events from being raised.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverBase.EnableEventFiring">
      <summary>Enables events to be raised.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverBase.EventFiringDisabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverDefinition">
      <summary>Abstract base class that defines general properties of an event receiver.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Assembly">
      <summary>Gets or sets the strong name that represents the assembly that is used for event receiving.</summary>
      <returns>A string containing the strong name that represents the assembly, such as follows:EventHandlerName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a26b5449ac4a4cf3</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Class">
      <summary>Gets or sets a string that represents the class that is used for event receiving.</summary>
      <returns>A string that contains the full name of the class in the format Namespace.Class.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextCollectionId"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextEventType"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextId"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextItemId"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextItemUrl"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextObjectId"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ContextType"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Credential"></member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Data">
      <summary>Gets or sets the data that is associated with the receiver.</summary>
      <returns>A string that contains the data.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinition.Delete">
      <summary>Deletes the event receiver registration.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Filter"></member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinition.FireContextEvent(Microsoft.SharePoint.SPSite)">
      <param name="site"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.HostId">
      <summary>Gets or sets the ID of the object that is hosting the event.</summary>
      <returns>A GUID that identifies the hosting object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.HostType">
      <summary>Gets or sets the type of object that is hosting the event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventHostType" /> value specifying the type of object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Id">
      <summary>Gets the ID of the event receiver definition.</summary>
      <returns>A GUID that represents the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Name">
      <summary>Gets or sets the name of the event receiver.</summary>
      <returns>A string that contains the name of the event receiver.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ParentHostId">
      <summary>Gets or sets the ID of the parent object of the object that hosts the event.</summary>
      <returns>A GUID that identifies the parent object of the hosting object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.ParentHostType">
      <summary>Gets or sets the object type of the parent object of the object that is hosting the event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventHostType" /> value that indicates the object type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.SequenceNumber">
      <summary>Gets or sets an integer that represents the relative sequence of the event.</summary>
      <returns>A 32-bit integer representing the sequence number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.SiteId">
      <summary>Gets the ID of the site collection in which the event receiver is registered.</summary>
      <returns>A GUID that represents the ID of the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.SolutionHash">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Synchronization">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPEventReceiverSynchronization" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.Type">
      <summary>Gets or sets the type of event for the event receiver.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverType" /> value representing the type of event.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinition.Update">
      <summary>Updates the data associated with the event receiver registration.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinition.WebId">
      <summary>Gets the ID of the site in which the event receiver is registered.</summary>
      <returns>A GUID that identifies the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinition" /> objects that are used to enumerate the list of registered event receivers for Windows SharePoint Services objects that can have events.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Add">
      <summary>Creates an event receiver definition in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinition" /> object that represents the event receiver definition.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Add(Microsoft.SharePoint.SPEventReceiverType,System.String,System.String)">
      <summary>Creates an event receiver definition in the collection that is based on the specified event receiver type, assembly name, and class name.</summary>
      <param name="receiverType">An <see cref="T:Microsoft.SharePoint.SPEventReceiverType" /> value that specifies the type of event receiver.</param>
      <param name="assembly">A string that contains the name of the assembly.</param>
      <param name="className">A string that contains the name of the class.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Add(System.Guid)">
      <summary>Creates an event receiver definition in the collection based on the specified GUID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinition" /> object representing the event receiver definition.</returns>
      <param name="Id">A System.Guid that represents the event receiver definition.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Add(System.Guid,Microsoft.SharePoint.SPList)">
      <summary>Creates an event receiver definition in the collection based on the specified GUID and Windows SharePoint Services list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinition" /> object that represents the event receiver definition.</returns>
      <param name="Id">A System.Guid that represents the event receiver definition.</param>
      <param name="contextList">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.CopyTo(Microsoft.SharePoint.SPEventReceiverDefinition[],System.Int32)">
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Count">
      <summary>Gets the number of event receiver definitions in the collection.</summary>
      <returns>A 32-bit integer that represents the number of event receiver definitions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.EventReceiverDefinitionExist(System.Guid)">
      <summary>Returns a Boolean value that indicates whether an event receiver definition with the specified GUID exists in the collection.</summary>
      <returns>true if the event receiver definition exists; otherwise, false.</returns>
      <param name="eventReceiverId">A System.Guid that specifies the event receiver definition.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.HostId">
      <summary>Gets the ID of the object to which the event receiver definitions apply.</summary>
      <returns>A GUID that identifies the object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.HostType">
      <summary>Gets the type of object to which the event receiver definitions apply.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPEventHostType" /> value that specifies the type of object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Item(System.Guid)">
      <summary>Gets the event receiver definition with the specified ID from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.EventReceiverDefinition" /> object that represents the event receiver definition.</returns>
      <param name="eventReceiverId">A System.Guid that identifies the event receiver definition.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Item(System.Int32)">
      <summary>Gets the event receiver definition object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.EventReceiverDefinition" /> object that represents the event receiver definition.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.ItemId">
      <summary>Gets the ID of the item to which the event receiver definitions apply.</summary>
      <returns>A 32-bit integer that identifies the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Site">
      <summary>Gets the site collection to which the event receiver definitions apply.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPEventReceiverDefinitionCollection.Web">
      <summary>Gets the site to which the event receiver definitions apply.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverStatus">
      <summary>Specifies the status of trapping an event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverStatus.Continue">
      <summary>The event is allowed to continue.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverStatus.CancelNoError">
      <summary>The event is cancelled but no error message is displayed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverStatus.CancelWithError">
      <summary>The event is cancelled and an error message is displayed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverStatus.CancelWithRedirectUrl"></member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverSynchronization"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverSynchronization.Default"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverSynchronization.Synchronous"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverSynchronization.Asynchronous"></member>
    <member name="T:Microsoft.SharePoint.SPEventReceiverType">
      <summary>Specifies the type of event that has occurred for a Windows SharePoint Services object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.InvalidReceiver">
      <summary>Invalid.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAdding">
      <summary>An item is being added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemUpdating">
      <summary>An item is being updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemDeleting">
      <summary>An item is being deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemCheckingIn">
      <summary>An item is being checked in.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemCheckingOut">
      <summary>An item is being checked out.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemUncheckingOut">
      <summary>An item is being unchecked out.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAttachmentAdding">
      <summary>An attachment is being added to the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAttachmentDeleting">
      <summary>An attachment is being removed from the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemFileMoving">
      <summary>A file is being moved.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldAdding">
      <summary>A field is being added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldUpdating">
      <summary>A field is being updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldDeleting">
      <summary>A field is being removed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ListAdding"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ListDeleting"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.SiteDeleting">
      <summary>A site collection is being deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebDeleting">
      <summary>A site is being deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebMoving">
      <summary>A site is being moved.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebAdding"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WorkflowStarting"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAdded">
      <summary>An item was added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemUpdated">
      <summary>An item was updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemDeleted">
      <summary>An item was deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemCheckedIn">
      <summary>An item was checked in.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemCheckedOut">
      <summary>An item was checked out.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemUncheckedOut">
      <summary>An item was unchecked out.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAttachmentAdded">
      <summary>An attachment was added to the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemAttachmentDeleted">
      <summary>An attachment was removed from the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemFileMoved">
      <summary>A file was moved.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ItemFileConverted">
      <summary>A file was converted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldAdded">
      <summary>A field was added.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldUpdated">
      <summary>A field was updated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.FieldDeleted">
      <summary>A field was removed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ListAdded"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ListDeleted"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.SiteDeleted">
      <summary>A site collection was deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebDeleted">
      <summary>A site was deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebMoved">
      <summary>A site was moved.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WebProvisioned"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WorkflowStarted"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WorkflowPostponed"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.WorkflowCompleted"></member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.EmailReceived">
      <summary>The list received an e-mail message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventReceiverType.ContextEvent">
      <summary>The list received a context event.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPEventType">
      <summary>Specifies the type of event for a list, list item, document, or document library to which an alert responds.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventType.Add">
      <summary>Additions to the list or list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventType.Modify">
      <summary>All changes made in a list or list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventType.Delete">
      <summary>Deletion of a list or list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventType.Discussion">
      <summary>Changes in Web discussions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPEventType.All">
      <summary>All events pertaining to the list or list item.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPException">
      <summary>Represents an exception in Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor(System.Runtime.InteropServices.COMException)">
      <param name="comEx"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="si"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor(System.String)">
      <param name="strMessage"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor(System.String,System.Exception)">
      <param name="strMessage"></param>
      <param name="innerEx"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.#ctor(System.String,System.Int32)">
      <param name="strMessage"></param>
      <param name="errorCode"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPException.ErrorCode">
      <summary>Gets an integer that identifies the exception. </summary>
      <returns>A 32-bit integer that identifies the exception.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.SharePoint.SPException.NativeErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.SPException.NativeStackTrace"></member>
    <member name="T:Microsoft.SharePoint.SPExceptionEventArgs"></member>
    <member name="M:Microsoft.SharePoint.SPExceptionEventArgs.#ctor(System.Exception)"></member>
    <member name="P:Microsoft.SharePoint.SPExceptionEventArgs.Exception"></member>
    <member name="T:Microsoft.SharePoint.SPExecutingConversionRequest">
      <summary>Conveys the context of a document conversion.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPExecutingConversionRequest.#ctor">
      <summary>Do not instantiate an <see cref="T:Microsoft.SharePoint.SPExecutingConversionRequest" /> object because the document conversion framework handles this.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.AccountName">
      <summary>Gets the name of the user who is requesting the conversion.</summary>
      <returns>A string that contains the name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.ConfigInfo">
      <summary>Gets the string that is passed to the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method of the <see cref="T:Microsoft.SharePoint.SPFile" /> class as configuration information.</summary>
      <returns>A string that contains the configuration information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.ConverterId">
      <summary>Gets the GUID of the document converter.</summary>
      <returns>A System.Guid object that identifies the document converter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.FileId">
      <summary>Gets the GUID of the file that is being converted.</summary>
      <returns>A System.Guid object that identifies the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.HandlerAssembly">
      <summary>Gets the name of the assembly that contains the class that implements the <see cref="T:Microsoft.SharePoint.ISPConversionProcessor" /> interface as specified by the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method request.</summary>
      <returns>A string that contains the name of the assembly.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.HandlerClass">
      <summary>Gets the name of the class that implements the <see cref="T:Microsoft.SharePoint.ISPConversionProcessor" /> interface as specified by the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method request.</summary>
      <returns>A string that contains the name of the class.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.NewFileName">
      <summary>Gets the requested name of the file to be created as a result of the conversion, as passed to the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method.</summary>
      <returns>A string that contains the name of the file to be created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.PeopleToAlert">
      <summary>Gets the e-mail addresses to which to send mail when the conversion is completed, as passed to the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method.</summary>
      <returns>A string that contains the e-mail addresses.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.SendACopy">
      <summary>Gets a Boolean value that indicates whether the e-mail message to send when the conversion is completed contains a copy of the converted document, as requested by the call to the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method.</summary>
      <returns>true if the e-mail message is sent when the conversion is completed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.SiteId">
      <summary>Gets the GUID of the site collection object that contains the file that is being converted.</summary>
      <returns>A System.Guid object that identifies the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.SiteUrl">
      <summary>Gets the URL of the Web site that contains the file that is being converted.</summary>
      <returns>A string that contains the URL of the Web site.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPExecutingConversionRequest.ToByteArray">
      <summary>Used internally to return the properties of the object as a byte array.</summary>
      <returns>A Byte array that contains the properties.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.Valid">
      <summary>Gets a Boolean value that indicates whether the object is fully instantiated.</summary>
      <returns>true if the object is fully instantiated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPExecutingConversionRequest.WebId">
      <summary>Gets the GUID of the Web site that contains the file that is being converted.</summary>
      <returns>A System.Guid object that identifies the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPExternalApplicationRegistrationException"></member>
    <member name="M:Microsoft.SharePoint.SPExternalApplicationRegistrationException.#ctor(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation"></member>
    <member name="M:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.Description"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.DialogHeight"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.DialogWidth"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.HyperlinkText"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRegistrationInformation.HyperlinkUrl"></member>
    <member name="T:Microsoft.SharePoint.SPExternalApplicationRequestProperties"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestProperties.ApplicationPrincipalLogOnName"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestProperties.ApplicationUrl"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestProperties.ApplicationXml"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestProperties.RequestTokenPrefix"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestProperties.Web"></member>
    <member name="T:Microsoft.SharePoint.SPExternalApplicationRequestResult"></member>
    <member name="M:Microsoft.SharePoint.SPExternalApplicationRequestResult.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPExternalApplicationRequestResult.ClientHash"></member>
    <member name="M:Microsoft.SharePoint.SPExternalApplicationRequestResult.GetContentControl(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPExternalBinaryId">
      <summary>Provides the means to retrieve ID values that allow you to retrieve files that are stored in an External BLOB Store.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPExternalBinaryId.Bytes">
      <summary>Gets an <see cref="T:System.Collections.Generic.IList`1" /> object that provides the BinaryId values that allow you to retrieve binary files for an External BLOB Store.</summary>
      <returns>Returns a read-only <see cref="T:System.Collections.Generic.IList`1" /> object that provides the bytes that match BinaryId property values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPExternalBinaryIdCollection">
      <summary>A collection of BinaryID values provides using an <see cref="T:Microsoft.SharePoint.SPExternalBinaryId" /> object, and that correspond with binary files stored in an External BLOB Store.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPExternalBinaryIdCollection.GetEnumerator">
      <summary>Retrieves an <see cref="T:System.Collections.Generic.IEnumerable`1" /> object to enumerate over a collection of binary ID values.</summary>
      <returns>Returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPExternalBinaryIdCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPFeature">
      <summary>Represents the state of a feature at its corresponding scope. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeature.Definition">
      <summary>Gets the definition of the feature.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the feature definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeature.DefinitionId">
      <summary>Gets the GUID that identifies the feature.</summary>
      <returns>A GUID that identifies the feature.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeature.Parent">
      <summary>Gets the parent object that represents the scope of the feature.</summary>
      <returns>An object that represents the scope of the feature.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeature.Properties">
      <summary>Gets the collection of properties for the feature.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeaturePropertyCollection" /> object that represents the feature properties.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeature.Upgrade"></member>
    <member name="P:Microsoft.SharePoint.SPFeature.Version"></member>
    <member name="T:Microsoft.SharePoint.SPFeatureCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFeature" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.Add(System.Guid)">
      <summary>Adds the Feature with the specified GUID to the collection of activated Features for the Web application, Web service, site collection, or Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeature" /> object representing the Feature that is added.</returns>
      <param name="featureId">A System.Guid that identifies the Feature to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.Add(System.Guid,System.Boolean)">
      <summary>Adds the Feature with the specified GUID to the collection of activated Features for the Web application, Web service, site collection, or Web site, and overwrites an existing Feature having the same GUID if a parameter contains true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeature" /> object representing the Feature that is added.</returns>
      <param name="featureId">A System.Guid that identifies the Feature to add.</param>
      <param name="force">true to overwrite an existing Feature having the same GUID; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureCollection.Count">
      <summary>Gets the number of Features in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of Features.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureCollection.Item(System.Guid)">
      <summary>Gets the Feature with the specified GUID from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeature" /> object that represents the Feature.</returns>
      <param name="featureId">A System.Guid that identifies the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.Remove(System.Guid)">
      <summary>Removes the Feature with the specified GUID from the collection.</summary>
      <param name="featureId">A System.Guid that identifies the Feature to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.Remove(System.Guid,System.Boolean)">
      <summary>Removes the Feature with the specified GUID from the collection even when there are errors if <paramref name="force" /> equals true.</summary>
      <param name="featureId">A System.Guid that identifies the Feature to remove.</param>
      <param name="force">true to force the operation even if there are errors; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureCollection.System#Collections#ICollection#IsSynchronized">
      <returns>
Returns <see cref="T:System.Boolean" />.
</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureCollection.System#Collections#ICollection#SyncRoot">
      <returns>
Returns <see cref="T:System.Object" />.
</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureCollection.System#Collections#IEnumerable#GetEnumerator">
      <returns>
Returns <see cref="T:System.Collections.IEnumerator" />.
</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeatureDependency">
      <summary>Represents a Feature that is depended upon by another Feature.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureDependency.FeatureId">
      <summary>Gets the GUID that identifies the Feature that is depended upon.</summary>
      <returns>A GUID that identifies the Feature that is depended upon.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureDependency.MinimumVersion"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureDependency.Parent">
      <summary>Gets the parent collection of dependencies of which the current dependency is a member.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureDependencyCollection" /> object that represents the parent collection of the Features that are depended upon.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeatureDependencyCollection">
      <summary>Represents a collection of Features that are depended upon by another Feature.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureDependencyCollection.CopyTo(Microsoft.SharePoint.SPFeatureDependency[],System.Int32)">
      <param name="dependencyList"></param>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureDependencyCollection.Count">
      <summary>Gets the number of Features in the collection that are depended-upon by another Feature.</summary>
      <returns>A 32-bit integer that indicates the number of Features that are depended-upon by another Feature.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeatureProperty">
      <summary>Represents a single Feature property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureProperty.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T: Microsoft.SharePoint.SPFeatureProperty" /> class based on the specified property name and value.</summary>
      <param name="propName">A string that specifies the name of the Feature property.</param>
      <param name="propValue">A string that specifies the value of the Feature property.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureProperty.Name">
      <summary>Gets the name of the Feature property.</summary>
      <returns>A string that contains the name of the Feature property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureProperty.Value">
      <summary>Gets or sets the value of the Feature property.</summary>
      <returns>A string that contains the value of the Feature property.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeaturePropertyCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFeatureProperty" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeaturePropertyCollection.Add(Microsoft.SharePoint.SPFeatureProperty)">
      <summary>Adds the specified Feature property object to the collection.</summary>
      <param name="property">An <see cref="T:Microsoft.SharePoint.SPFeatureProperty" /> object that represents the Feature property.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeaturePropertyCollection.Count">
      <summary>Gets the number of Feature properties in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of Feature properties.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeaturePropertyCollection.Delete">
      <summary>Deletes the collection of Feature properties.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeaturePropertyCollection.GetEnumerator">
      <summary>Returns an enumerator that iterates through the Feature properties in the collection.</summary>
      <returns>A System.Collections.IEnumerator object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeaturePropertyCollection.Item(System.Int32)">
      <summary>Gets the Feature property object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureProperty" /> object that represents the Feature property.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeaturePropertyCollection.Item(System.String)">
      <summary>Gets the Feature property object with the specified name from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureProperty" /> object that represents the Feature property.</returns>
      <param name="propertyName">A string that contains the name of the property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeaturePropertyCollection.Remove(System.String)">
      <summary>Removes the Feature property with the specified name from the collection.</summary>
      <param name="name">A string that contains the name of the Feature property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeaturePropertyCollection.Update">
      <summary>Updates the database with changes made to the collection of Feature properties.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeatureQueryResultCollection"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureQueryResultCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#Collections#Generic#IEnumerator{Microsoft#SharePoint#SPFeature}#Current"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#Collections#IEnumerator#Current"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#Collections#IEnumerator#MoveNext"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#Collections#IEnumerator#Reset"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureQueryResultCollection.System#IDisposable#Dispose"></member>
    <member name="T:Microsoft.SharePoint.SPFeatureReceiver">
      <summary>Base abstract class that can be overridden to trap the activation, deactivation, installation, or uninstallation of a Feature. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFeatureReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>Occurs after a Feature is activated.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPFeatureReceiverProperties" /> object that represents the properties of the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>Occurs when a Feature is deactivated.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPFeatureReceiverProperties" /> object that represents the properties of the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.FeatureInstalled(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>Occurs after a Feature is installed.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPFeatureReceiverProperties" /> object that represents the properties of the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.FeatureUninstalling(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>Occurs when a Feature is uninstalled.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPFeatureReceiverProperties" /> object that represents the properties of the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiver.FeatureUpgrading(Microsoft.SharePoint.SPFeatureReceiverProperties,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"></member>
    <member name="T:Microsoft.SharePoint.SPFeatureReceiverProperties">
      <summary>Represents the properties of a Feature installation, uninstallation, activation, or deactivation event. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiverProperties.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFeatureReceiverProperties" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureReceiverProperties.Definition">
      <summary>Gets the Feature definition to which the receiver properties apply.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the definition.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFeatureReceiverProperties.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureReceiverProperties.Feature">
      <summary>Gets the Feature to which the receiver properties apply.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeature" /> object that represents the Feature.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFeatureReceiverProperties.UserCodeSite"></member>
    <member name="T:Microsoft.SharePoint.SPFeatureScope">
      <summary>Specifies the scope to which the feature applies.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFeatureScope.ScopeInvalid">
      <summary>Specifies that the scope is not valid.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFeatureScope.Farm">
      <summary>Specifies server farm.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFeatureScope.WebApplication">
      <summary>Specifies Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFeatureScope.Site">
      <summary>Specifies site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFeatureScope.Web">
      <summary>Specifies Web site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFeatureSet"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSet.Add(Microsoft.SharePoint.Administration.SPFeatureDefinition)"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSet.Clear"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSet.Contains(Microsoft.SharePoint.Administration.SPFeatureDefinition)"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureSet.FeatureDefinitions"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSet.Remove(Microsoft.SharePoint.Administration.SPFeatureDefinition)"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSet.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPFeatureSetCollection"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSetCollection.CopyTo(Microsoft.SharePoint.SPFeatureSet[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureSetCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPFeatureSetCollection.Item(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSetCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPFeatureSetCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPField">
      <summary>Represents a field in a list on a Windows SharePoint Services Web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPField" /> class based on the specified field collection object and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection.</param>
      <param name="fieldName">A string that contains the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPField" /> class based on the specified field collection object, field type, and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection.</param>
      <param name="typeName">A string that contains the name of the field type, which can be a string representation of an <see cref="T:Microsoft.SharePoint.SPFieldType" /> value.</param>
      <param name="displayName">A string that contains the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.AggregationFunction">
      <summary>Gets or sets the aggregation function for the field.</summary>
      <returns>A string that contains the aggregation function.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.AllowDeletion">
      <summary>Gets or sets a Boolean value that specifies whether the field can be deleted.</summary>
      <returns>true to specify that the field can be deleted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.AllowDuplicateValues"></member>
    <member name="P:Microsoft.SharePoint.SPField.AuthoringInfo">
      <summary>Gets the descriptive string that is used in pages for editing fields to identify the field and its purpose. </summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.CanBeDeleted">
      <summary>Gets a Boolean value that indicates whether the field can be deleted.</summary>
      <returns>true if the field can be deleted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.CanBeDisplayedInEditForm"></member>
    <member name="P:Microsoft.SharePoint.SPField.CanToggleHidden">
      <summary>Gets a Boolean value that indicates whether the column can be hidden through the user interface. </summary>
      <returns>true if the column can be hidden; otherwise, false .</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.CompositeIndexable"></member>
    <member name="P:Microsoft.SharePoint.SPField.DefaultFormula">
      <summary>Gets or sets the default formula for a calculated field. </summary>
      <returns>A string that contains the formula.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.DefaultValue">
      <summary>Gets or sets the default value for a field. </summary>
      <returns>A string that contains the default value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.Delete">
      <summary>Deletes the field.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Description">
      <summary>Gets or sets the description for a field. </summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Direction">
      <summary>Gets or sets the direction of the reading order for the field. </summary>
      <returns>A string that contains LTR if the reading order is left-to-right, RTL if it is right-to-left, or none.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.DisplaySize">
      <summary>Gets or sets the display size for the field. </summary>
      <returns>A string that contains the display size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.EcbMenu"></member>
    <member name="P:Microsoft.SharePoint.SPField.EcbMenuAllowed"></member>
    <member name="P:Microsoft.SharePoint.SPField.FieldReferences">
      <summary>Gets a string array that contains the internal names of fields that are referenced in a computed field. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field in Display, Edit, and New forms, as well as in data form Web Parts or pages that use field controls.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field in Display, Edit, and New forms, data form Web Parts, or any pages that use field controls in mobile applications.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FieldTypeDefinition">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> object that represents the field type definition for the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> object that represents the field type definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Filterable">
      <summary>Gets a Boolean value that indicates whether the field can be filtered. </summary>
      <returns>true if the field can be filtered; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FilterableNoRecurrence">
      <summary>Gets a Boolean value that indicates whether a filter can be created on a field in a view that does not expand recurring events. </summary>
      <returns>true if a filter can be created on the field in a view that does not expand recurring events; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.FromBaseType">
      <summary>Gets a Boolean value that indicates whether the field derives from a base field type. </summary>
      <returns>true if the field derives from a base field type; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetCustomProperty(System.String)">
      <summary>Returns the value of a custom property as an object.</summary>
      <returns>An object that represents the property value.</returns>
      <param name="propertyName">A string that contains the name of the property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that repesents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetFieldValueAsHtml(System.Object)">
      <summary>Returns the field value in HTML format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the value in HTML format.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetFieldValueForEdit(System.Object)">
      <summary>Returns the field value that is rendered in Edit mode in Edit and New forms.</summary>
      <returns>A string that contains the field value that is rendered in Edit mode.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetProperty(System.String)">
      <summary>Returns the value that is contained by the specified property.</summary>
      <returns>A string that contains the value of a property.</returns>
      <param name="propertyName">A string that contains the name of the property.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.GetValidatedString(System.Object)">
      <summary>Used for data serialization logic and for field validation logic that is specific to a custom field type to convert the field value object into a validated, serialized string.</summary>
      <returns>A string that serializes the value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Group">
      <summary>Gets or sets the column group to which the field belongs.</summary>
      <returns>A string that specifies the group of site columns. Default column groups that are used in Windows SharePoint Services include the following:Base ColumnsCore Contact and Calendar ColumnsCore Document ColumnsCore Task and Issue ColumnsCustom ColumnsExtended Columns_HiddenPicture Columns</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Hidden">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the list. </summary>
      <returns>true if the field is hidden; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Id">
      <summary>Gets the GUID of the field.</summary>
      <returns>A System.Guid object that contains the GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.IMEMode">
      <summary>Gets or sets the Input Method Editor (IME) mode bias to use for the field. The IME enables conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard. </summary>
      <returns>A string that specifies the mode.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Indexable"></member>
    <member name="P:Microsoft.SharePoint.SPField.Indexed">
      <summary>Gets or sets a Boolean value that specifies whether the field is indexed.</summary>
      <returns>true to specify that the field is indexed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.InternalName">
      <summary>Gets the internal name that is used for the field. </summary>
      <returns>A string that contains the internal name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.JumpToField">
      <summary>Gets the name of a field that represents the next question to which users are taken in a survey, which is dependent on the answer they give to the current question.</summary>
      <returns>A string that contains the name of the field to which users are taken.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.LinkToItem"></member>
    <member name="P:Microsoft.SharePoint.SPField.LinkToItemAllowed"></member>
    <member name="P:Microsoft.SharePoint.SPField.NoCrawl">
      <summary>Gets or sets a Boolean value that specifies whether the field can be crawled by a search engine.</summary>
      <returns>true to specify that the field can be crawled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.OnAdded(Microsoft.SharePoint.SPAddFieldOptions)">
      <summary>Occurs after a field is added.</summary>
      <param name="op">An <see cref="T:Microsoft.SharePoint.SPAddFieldOptions" /> value that specifies an option that is implemented after the field is created.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.OnAddingToContentType(Microsoft.SharePoint.SPContentType)"></member>
    <member name="M:Microsoft.SharePoint.SPField.OnDeleting">
      <summary>Occurs when a field is being deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.OnDeletingFromContentType(Microsoft.SharePoint.SPContentType)"></member>
    <member name="M:Microsoft.SharePoint.SPField.OnInitFieldNode"></member>
    <member name="M:Microsoft.SharePoint.SPField.OnUpdated">
      <summary>Occurs after changes are made to a field.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ParentList">
      <summary>Gets the parent list that contains the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the parent list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.ParseAndSetValue(Microsoft.SharePoint.SPListItem,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPField.PIAttribute">
      <summary>Gets or sets the attribute in the document processing instruction (specified by the <see cref="P:Microsoft.SharePoint.SPField.PITarget" /> property) that is used as the column value for property promotion and demotion in XML documents.</summary>
      <returns>A string that contains the attribute that is used as the column value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.PITarget">
      <summary>Gets or sets the document processing instruction in which the column value is stored in documents of the specified content type, which is used for property promotion and demotion in XML documents.</summary>
      <returns>A string that contains the document processing instruction in which the column value is stored.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.PrimaryPIAttribute">
      <summary>Gets or sets an alternate attribute in the document processing instruction, specified by the <see cref="P:Microsoft.SharePoint.SPField.PrimaryPITarget" /> property, that is used as the column value in property promotion and demotion in XML documents.</summary>
      <returns>A string that contains the alternate attribute in the document processing instruction that is used as the column value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.PrimaryPITarget">
      <summary>Gets or sets an alternative document processing instruction in which the column value is stored for documents of the specified content type.</summary>
      <returns>A string that contains the alternate document processing instruction. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.PushChangesToLists">
      <summary>Gets or sets a Boolean value that specifies whether to propagate changes that are made in the field template to lists that implement the field.</summary>
      <returns>true to propagate changes to lists that implement the field; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ReadOnlyField">
      <summary>Gets or sets a Boolean value that specifies whether values in the field can be modified. </summary>
      <returns>true to specify that the field cannot be modified; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.RelatedField">
      <summary>Gets or sets the internal name of a field to which the current field is related.</summary>
      <returns>A string that contains the name of the field to which the current field is related.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Reorderable">
      <summary>Gets a Boolean value that indicates whether values in the field can be reordered. </summary>
      <returns>true if values can be reordered; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Required">
      <summary>Gets or sets a Boolean value that determines whether the field requires values. </summary>
      <returns>true if the field requires values; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.SchemaXml">
      <summary>Gets or sets the schema that defines the field. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.SchemaXmlWithResourceTokens"></member>
    <member name="P:Microsoft.SharePoint.SPField.Scope">
      <summary>Gets the Web site-relative path to the list in which the field collection is used.</summary>
      <returns>A string that contains the Web site-relative path to the parent list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Sealed">
      <summary>Gets a Boolean value that indicates whether other fields can be derived from the field. </summary>
      <returns>true if other fields can be derived from the field; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.SetCustomProperty(System.String,System.Object)">
      <summary>Sets a value for a specified property.</summary>
      <param name="propertyName">A string that contains the property name.</param>
      <param name="propertyValue">An object that represents the property value.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInDisplayForm">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the form for displaying list items.</summary>
      <returns>true to specify that the field is displayed in the form that is used to display list items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInEditForm">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the form that is used to edit list items.</summary>
      <returns>true to specify that the field is displayed in the form that is used to edit list items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInListSettings">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the page for customizing list settings.</summary>
      <returns>true to specify that the field is displayed in the page for customizing list settings; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInNewForm">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the form that is used to create list items.</summary>
      <returns>true to specify that the field is displayed in the form that is used to create list items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInVersionHistory">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in the page for viewing list item versions.</summary>
      <returns>true to specify that the field is displayed in the page for viewing list item versions; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ShowInViewForms">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in pages that are used to view list data.</summary>
      <returns>true to specify that the field is displayed in pages that are used to view list data; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Sortable">
      <summary>Gets a Boolean value that determines whether the field can be sorted. </summary>
      <returns>true if the field can be sorted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.SourceId">
      <summary>Gets the namespace that defines the field or the GUID of the list in which the custom field has been created through the user interface.</summary>
      <returns>A string that contains either a namespace path or a list GUID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.StaticName">
      <summary>Gets or sets the internal name of the field.</summary>
      <returns>A string that specifies the internal name of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.Title">
      <summary>Gets or sets the display name for the field. </summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.TitleResource"></member>
    <member name="M:Microsoft.SharePoint.SPField.ToString">
      <summary>Returns the title of the field. </summary>
      <returns>A string that contains the title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.TranslationXml"></member>
    <member name="P:Microsoft.SharePoint.SPField.Type">
      <summary>Gets or sets the type of the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFieldType" /> value that specifies the type of field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.TypeAsString">
      <summary>Gets the type of the field as a string value. </summary>
      <returns>A string that represents the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.TypeDisplayName">
      <summary>Gets the display name of the field type.</summary>
      <returns>A string that contains the display name of the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.TypeShortDescription">
      <summary>Gets the description of the field.</summary>
      <returns>A string that contains the field description.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.Update">
      <summary>Updates the database with changes that are made to the field.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPField.Update(System.Boolean)">
      <summary>Updates the database with changes that are made to the field and optionally propagates the changes to lists that implement the field.</summary>
      <param name="pushChangesToLists">true to propagate changes to lists that implement the field; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.UsedInWebContentTypes">
      <summary>Gets a Boolean value that indicates whether the field is implemented in any content type that is used in the site collection.</summary>
      <returns>true if the field is implemented in any site collection content type; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.ValidationEcmaScript"></member>
    <member name="P:Microsoft.SharePoint.SPField.ValidationFormula"></member>
    <member name="P:Microsoft.SharePoint.SPField.ValidationMessage"></member>
    <member name="P:Microsoft.SharePoint.SPField.Version">
      <summary>Gets the version of the field.</summary>
      <returns>A 32-bit integer that indicates the field version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPField.XPath">
      <summary>Gets or sets the XPath expression to the field.</summary>
      <returns>A string that contains the XPath expression.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldAllDayEvent">
      <summary>Represents a Boolean field that specifies an all-day activity without a start or end time.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldAllDayEvent.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldAllDayEvent" /> class.  </summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the parent field collection to which the field belongs. </param>
      <param name="fieldName">A string that contains the name of the field. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldAllDayEvent.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldAllDayEvent" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields"></param>
      <param name="typeName">A string that represents the field type, for example, "Text" or "Url".  </param>
      <param name="displayName">A string that contains the display name of the new field.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldAllDayEvent.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.    </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldAllowEditing"></member>
    <member name="M:Microsoft.SharePoint.SPFieldAllowEditing.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldAllowEditing.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldAllowEditing.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldAllowEditing.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldAttachments">
      <summary>Represents a field that contains attachments.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldAttachments.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.    </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldAttachments.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.    </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldAttachments.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.    </summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldAttachments.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.  </summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldAttachments.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldBoolean">
      <summary>Represents a Boolean field type. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldBoolean" /> class based on the specified field collection and field name.  </summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the parent field collection to which the field belongs. </param>
      <param name="fieldName">A string that contains the name of the field. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldBoolean" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the field. </param>
      <param name="typeName">A string that represents the field type, for example, "Text" or "Url".  </param>
      <param name="displayName">A string that contains the display name of the new field.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.  </summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.  </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.  </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.  </summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.GetFieldValueAsHtml(System.Boolean)">
      <summary>Returns the field value in HTML format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the converted value object in HTML format. </returns>
      <param name="data">true if the field contains a Boolean value that represents true; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.GetFieldValueAsText(System.Boolean)">
      <summary>Returns the field value as plain text.   </summary>
      <param name="data">true if the field contains a Boolean value that represents true; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldBoolean.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.  </summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.JumpToNoField">
      <summary>Gets the internal name of the field to which to jump in a branched survey when the No option of the Boolean field is selected.</summary>
      <returns>A string that contains the internal name of the field to which to jump.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.JumpToYesField">
      <summary>Gets the internal name of the field to which to jump in a branched survey when the Yes option of the Boolean field is selected.</summary>
      <returns>A string that contains the internal name of the field to which to jump.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldBoolean.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldCalculated">
      <summary>Represents a calculated field in a list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.Currency">
      <summary>Gets or sets the currency format that is used in the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPCurrencyFieldFormats" /> value that specifies the currency format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.CurrencyLocaleId">
      <summary>Gets or sets the locale ID that is used for currency on the Web site.</summary>
      <returns>A 32-bit integer that specifies the locale ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.DateFormat">
      <summary>Gets or sets the date and time formatting that is used in the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPDateTimeFieldFormatType" /> value that specifies a date and time format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.DisplayFormat">
      <summary>Gets or sets the number format that is displayed in the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies a number format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.    </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.Formula">
      <summary>Gets or sets the formula that is used for calculation in the field. </summary>
      <returns>A string that contains the formula. For information about the different kinds of formulas that you can assign to the Formula property, see Calculated Field Formulas.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCalculated.GetFieldValueAsHtml(System.Object)">
      <summary>Returns the field value in HTML format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the value to HTML format.</returns>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCalculated.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.OutputType">
      <summary>Gets or sets how values are formatted in the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFieldType" /> value that specifies how values are formatted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCalculated.ShowAsPercentage">
      <summary>Gets or sets a Boolean value that determines whether values in the field are displayed as percentages. </summary>
      <returns>true to render values in the field as percentages; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldCallTime"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTime.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTime.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCallTime.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTime.GetFieldValue(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTime.GetFieldValueAsHtml(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldCallTo"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCallTo.AllowMultipleValues"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCallTo.FieldRenderingControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCallTo.FieldRenderingMobileControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCallTo.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldChoice">
      <summary>Represents a choice field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldChoice.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldChoice" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the parent field collection to which the field belongs. </param>
      <param name="fieldName">A string that contains the name of the field. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldChoice.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldChoice" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the field. </param>
      <param name="typeName">A string that represents the field type, for example, "Text" or "Url".  </param>
      <param name="displayName">A string that contains the display name of the new field.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.ChoicesJumpTo">
      <summary>Gets the internal field names of the possible survey questions that a user can jump to when responding to a choice question.</summary>
      <returns>A System.Collections.Specialized.StringCollection in which each string contains the internal name of a field that corresponds to a possible survey question. An entry at index i in this collection corresponds to the question to branch to for the choice at index i in the choices collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.EditFormat">
      <summary>Determines whether to display the choice field as radio buttons or as a drop-down list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChoiceFormatType" /> value that specifies the type of format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.    </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.    </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.    </summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.FillinChoiceJumpTo">
      <summary>Gets or sets the survey question to jump to in a choice question that allows the user to fill in a response.</summary>
      <returns>A string that contains the internal name of the survey question to jump to when the fill-in choice is selected.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldChoice.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when a field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldChoice.Sortable">
      <summary>Gets a Boolean value that indicates whether the field can be sorted. </summary>
      <returns>true if the field can be sorted; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldChoice.UpdateInternal">
      <summary>Updates the database with changes that are made to the field.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPField" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.#ctor(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> class based on the specified Web site and schema.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</param>
      <param name="strXml">A Collaborative Application Markup Language (CAML) string that contains the schema.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.Add(Microsoft.SharePoint.SPField)">
      <summary>Adds a field to the collection based on the specified field.</summary>
      <returns>A string that contains the name of the new field.</returns>
      <param name="field">An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.Add(System.String,Microsoft.SharePoint.SPFieldType,System.Boolean)">
      <summary>Creates a field in the collection based on the specified display name, field type, and Boolean value.</summary>
      <returns>A string that contains the display name of the new field.</returns>
      <param name="strDisplayName">A string that specifies the display name of the field.</param>
      <param name="type">A <see cref="T:Microsoft.SharePoint.SPFieldType" /> value that specifies the type of field to create.</param>
      <param name="bRequired">true if the field is required to contain a value; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.Add(System.String,Microsoft.SharePoint.SPFieldType,System.Boolean,System.Boolean,System.Collections.Specialized.StringCollection)">
      <summary>Creates a field in the collection based on the specified display name, field type, Boolean values for other field properties, and choices in the case of a Choice field.</summary>
      <returns>A string that contains the name of the new field.</returns>
      <param name="strDisplayName">A string that specifies the display name of the field.</param>
      <param name="type">A <see cref="T:Microsoft.SharePoint.SPFieldType" /> value that specifies the type of field to create.</param>
      <param name="bRequired">true to require that the field contain a value; otherwise, false.</param>
      <param name="bCompactName">true to compact the field name to eight characters; otherwise, false.</param>
      <param name="choices">A System.Collections.Specialized.StringCollection object that contains choices for a Choice field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddDependentLookup(System.String,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddFieldAsXml(System.String)">
      <summary>Creates a field based on the specified schema. </summary>
      <returns>A CAML string that contains the name of the new field.</returns>
      <param name="strXml">A Collaborative Application Markup Language (CAML) string that contains the schema.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddFieldAsXml(System.String,System.Boolean,Microsoft.SharePoint.SPAddFieldOptions)">
      <summary>Creates a field based on the specified schema, Boolean value, and field options.</summary>
      <returns>A string that contains the name of the new field.</returns>
      <param name="schemaXml">A Collaborative Application Markup Language (CAML) string that contains the schema.</param>
      <param name="addToDefaultView">true if field is added to the default list view; otherwise, false.</param>
      <param name="op">An <see cref="T:Microsoft.SharePoint.SPAddFieldOptions" /> value that specifies the field options.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddLookup(System.String,System.Guid,System.Boolean)">
      <summary>Creates a lookup field in the collection of fields for a list, based on the specified display name, lookup list identifier (ID), and a Boolean value that specifies whether the field is required. A lookup field refers to values from a field in another list. </summary>
      <returns>A string that contains the internal name that is used for the field.</returns>
      <param name="displayName"></param>
      <param name="lookupListId">A GUID that specifies the target list for the lookup field.</param>
      <param name="bRequired">true to require that the field contain values; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddLookup(System.String,System.Guid,System.Guid,System.Boolean)">
      <summary>Creates a lookup field in the collection of fields for a list based on the specified display name, lookup list identifier (ID), Web site ID, and a Boolean value that specifies whether the field is required. A lookup field refers to values from a field in another list.</summary>
      <returns>A string that contains the internal name for the field.</returns>
      <param name="displayName"></param>
      <param name="lookupListId">A System.Guid object that specifies the target list for the lookup field.</param>
      <param name="lookupWebId">A System.Guid object that specifies the target Web site for the lookup field.</param>
      <param name="bRequired">true if the field is required to contain values; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.AddSPFieldCreatorDelegate(Microsoft.SharePoint.SPFieldCollection.CreateSPFieldCallback)">
      <param name="callback"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.Contains(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.ContainsField(System.String)">
      <summary>Returns a Boolean value that indicates whether the collection contains the specified field.</summary>
      <returns>true if the collection contains the field; otherwise, false.</returns>
      <param name="fieldName">A string that contains either the display name or the internal name of the field. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.ContainsFieldWithStaticName(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.Count">
      <summary>Gets the number of fields in the collection. </summary>
      <returns>A 32-bit integer that represents the number of fields.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.CreateNewField(System.String,System.String)">
      <summary>Creates a field based on the specified type name and display name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the new field.</returns>
      <param name="typeName">A string that contains the field type name.</param>
      <param name="displayName">A string that contains the display name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.Delete(System.String)">
      <summary>Deletes the field with the specified internal name from the collection. </summary>
      <param name="strName">A string that specifies the internal name or title of the field. Windows SharePoint Services first checks the specified value by internal name and then by title.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.GetField(System.String)">
      <summary>Returns the field with the specified internal name or display name from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
      <param name="strName">A string that specifies either the internal name or the display name of the field.Windows SharePoint Services first checks the specified value by internal name and then by title, and if the field is not found, throws an ArgumentException.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.GetFieldByInternalName(System.String)">
      <summary>Returns the field with the specified internal name from the collection. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
      <param name="strName">A string that specifies the internal name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.Item(System.Guid)">
      <summary>Gets the field with the specified identifier (ID) from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
      <param name="id">A System.Guid object that specifies the field ID.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.Item(System.Int32)">
      <summary>Gets the field object at the specified index in the collection. In Microsoft C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.Item(System.String)">
      <summary>Gets the field with the specified display name from the collection. In Microsoft C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
      <param name="displayName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.List">
      <summary>Gets the parent list of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the parent list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.SchemaXml">
      <summary>Gets the schema that defines the collection. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the schema.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCollection.TryGetFieldByStaticName(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCollection.Web">
      <summary>Gets the parent Web site of the fields.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldCollection.CreateSPFieldCallback">
      <summary>Allows a callback to be established for a field within a collection.  </summary>
      <param name="fieldClassName"></param>
      <param name="collection"></param>
      <param name="fieldName"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldComputed">
      <summary>Represents a computed field, which is a field that depends on another field for its contents.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldComputed.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldComputed" /> class that is based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the computed field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldComputed.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldComputed" /> class that is based on the specified field collection, type, and display name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the computed field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.Computed.ToString()</param>
      <param name="displayName">A string that contains the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldComputed.EnableLookup">
      <summary>Gets or sets a Boolean value that specifies whether to allow lookup fields to display values from this computed field.</summary>
      <returns>true to allow lookup fields to display values from this computed field; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldComputed.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldComputed.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldConfidential"></member>
    <member name="M:Microsoft.SharePoint.SPFieldConfidential.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldConfidential.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldConfidential.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldConfidential.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldConfirmations"></member>
    <member name="M:Microsoft.SharePoint.SPFieldConfirmations.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldConfirmations.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldConfirmations.FieldRenderingControl"></member>
    <member name="T:Microsoft.SharePoint.SPFieldContactInfo"></member>
    <member name="M:Microsoft.SharePoint.SPFieldContactInfo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldContactInfo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldContactInfo.FieldRenderingControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldContactInfo.FieldRenderingMobileControl"></member>
    <member name="T:Microsoft.SharePoint.SPFieldCrossProjectLink">
      <summary>Represents a field that is used to connect a list event with a Meeting Workspace site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCrossProjectLink.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldCrossProjectLink" /> class based on the specified field collection and name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the currency field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCrossProjectLink.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCrossProjectLink.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCrossProjectLink.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCrossProjectLink.GetFieldValueAsText(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCrossProjectLink.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldCurrency">
      <summary>Represents a field that contains currency values.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldCurrency" /> class, based on the specified field collection and name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the currency field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldCurrency" /> class based on the specified field collection, type, and display name. Use this constructor to create a new field in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the computed field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.Currency.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCurrency.Currency">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPFieldCurrency.CurrencyLocaleId" /> property to get or set the locale identifier (ID) of the currency field. (In Windows SharePoint Services 2.0 the Currency property was used to get or set the type of currency used in the field.)</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPCurrencyFieldFormats" /> value that specifies the type of currency.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCurrency.CurrencyLocaleId">
      <summary>Gets or sets the currency symbol that is used to format the field's value, and also the position of the currency symbol (for example, whether before or after numeric values).</summary>
      <returns>A 32-bit integer that specifies the locale ID. For example, 1033 specifies the locale ID for "English (United States)", and formats the currency value using the dollar symbol ($). The specified property value also determines the position of the currency symbol. For example, 123,456.00 € for France, or € 123,456.00 for Italy.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCurrency.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldCurrency.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.GetFieldValueAsHtml(System.Double,System.Globalization.CultureInfo,System.Int32,Microsoft.SharePoint.SPNumberFormatTypes)">
      <summary>Returns the field value in HTML format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the value in HTML format.</returns>
      <param name="data">A System.Double object that represents the value to convert to HTML format.</param>
      <param name="culture">A System.Globalization.CultureInfo object that contains information about the specific culture that is represented through the field.</param>
      <param name="currencyLocaleId">A 32-bit integer that specifies the locale ID of the field.</param>
      <param name="displayFormat">An <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies the number of decimal places to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.GetFieldValueAsText(System.Double,System.Globalization.CultureInfo,System.Int32,Microsoft.SharePoint.SPNumberFormatTypes)">
      <summary>Returns the field value as plain text based on the specified data, culture information, locale ID, and number format.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="data">A System.Double object that represents the value to convert to HTML format.</param>
      <param name="culture">A System.Globalization.CultureInfo object that contains information about the specific culture that is represented through the field.</param>
      <param name="currencyLocaleId">A 32-bit integer that specifies the locale ID of the field.</param>
      <param name="displayFormat">An <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies the number of decimal places to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text based on the specified value.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.GetFieldValueForEdit(System.Object)">
      <summary>Returns the field value that is to be rendered in Edit mode in Edit and New forms.</summary>
      <returns>A string that contains the field value that is used in Edit mode.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldCurrency.ParseAndSetValue(Microsoft.SharePoint.SPListItem,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldCurrency.ShowAsPercentage">
      <summary>Gets or sets a Boolean value that determines whether values in the field are displayed as percentages. </summary>
      <returns>true to render values in the field as percentages; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldDateTime">
      <summary>Represents a field that contains date and time values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the DateTime field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> class based on the specified field collection, type name, and field name. Use this constructor to create a field that does not exist in the collection. </summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the DateTime field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.DateTime.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.CalendarType">
      <summary>Gets or sets the type of calendar that is used to display the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value that specifies the type of calendar.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.DisplayFormat">
      <summary>Gets or sets the type of date and time format that is used in the field. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDateTimeFieldFormatType" /> value that specifies the type of date and time format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.GetFieldValueAsHtml(System.DateTime,Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.Utilities.SPDateFormat)">
      <summary>Returns the field value in HTML format based on the specified DateTime value, Web site, and date format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the value in HTML format.</returns>
      <param name="data">A System.DateTime object that represents the DateTime value to convert.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site that contains the field.</param>
      <param name="dateformat">An <see cref="T:Microsoft.SharePoint.Utilities.SPDateFormat" /> value that specifies the date and time format.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.GetFieldValueAsText(System.DateTime,Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.Utilities.SPDateFormat)">
      <summary>Returns the specified field data value, expressed in Coordinated Universal Time (UTC) format, as a string based on the specified date and time value, parent Web site, and Windows SharePoint Services date format.</summary>
      <returns>A string that contains the field data value.</returns>
      <param name="data">A System.DateTime structure that represents the data value to convert in UTC format, as follows: YYYY-MM-DDTHH:MM:SSZ..</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" />object that represents the Web site that contains the field.</param>
      <param name="dateformat">An <see cref="T:Microsoft.SharePoint.Utilities.SPDateFormat" /> value that specifies the date format.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.GetFieldValueAsText(System.Object)">
      <summary>Returns the specified field data value, expressed in Coordinated Universal Time (UTC) format, as a string.</summary>
      <returns>A string that contains the field data value.</returns>
      <param name="value">An object that represents the data value to convert in UTC format, as follows: YYYY-MM-DDTHH:MM:SSZ.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.GetValidatedString(System.Object)">
      <summary>Converts the field value object into a validated, serialized string.</summary>
      <returns>A string that serializes the value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldDateTime.ParseAndSetValue(Microsoft.SharePoint.SPListItem,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldDateTime.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldDecimal"></member>
    <member name="M:Microsoft.SharePoint.SPFieldDecimal.GetValidatedString(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldDueDate"></member>
    <member name="M:Microsoft.SharePoint.SPFieldDueDate.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldDueDate.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldDueDate.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldDueDate.GetFieldValue(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldDueDate.GetFieldValueAsHtml(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldFacilities"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFacilities.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFacilities.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldFacilities.FieldRenderingControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldFacilities.FieldRenderingMobileControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFacilities.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldFile">
      <summary>Represents a field that contains a file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldFile.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldFile.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldFrom"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFrom.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFrom.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldFrom.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFrom.GetFieldValue(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldFrom.GetFieldValueAsHtml(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldGuid"></member>
    <member name="M:Microsoft.SharePoint.SPFieldGuid.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldGuid.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldGuid.FieldRenderingControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldGuid.FieldRenderingMobileControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldGuid.FieldValueType"></member>
    <member name="P:Microsoft.SharePoint.SPFieldGuid.PreviewValueTyped"></member>
    <member name="T:Microsoft.SharePoint.SPFieldIndex"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndex.Delete"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndex.FieldCount"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndex.GetField(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndex.Id"></member>
    <member name="T:Microsoft.SharePoint.SPFieldIndexCollection"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndexCollection.Add(Microsoft.SharePoint.SPField)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndexCollection.Add(Microsoft.SharePoint.SPField,Microsoft.SharePoint.SPField)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndexCollection.Capacity"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndexCollection.CopyTo(Microsoft.SharePoint.SPFieldIndex[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndexCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.SPFieldIndexCollection.Delete(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndexCollection.Item(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldIndexCollection.Item(System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldLink">
      <summary>Represents a single column (also known as field) reference that is included in a content type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLink.#ctor(Microsoft.SharePoint.SPField)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLink" /> class.</summary>
      <param name="field">An <see cref="T:Microsoft.SharePoint.SPField" /> object to reference. Note that this object must represent an existing site or list column. That is, it must be contained in the <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that is returned by the <see cref="P:Microsoft.SharePoint.SPWeb.Fields" /> property or the <see cref="P:Microsoft.SharePoint.SPList.Fields" /> property.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.AggregationFunction">
      <summary>Gets or sets the aggregation function for the field. Used to promote and demote properties in XML documents.</summary>
      <returns>A <see cref="T:System.String" /> value that contains the aggregation function. The default value is null.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.Customization">
      <summary>Gets or sets a string in Collaborative Application Markup Language (CAML) that defines custom field properties.</summary>
      <returns>A string in CAML that contains a set of Field elements that define properties of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.DisplayName">
      <summary>Gets or sets the display name for the field reference.</summary>
      <returns>A <see cref="T:System.String" /> object that contains the display name of the field reference.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.Hidden">
      <summary>Gets or sets a Boolean value that specifies whether the field is displayed in forms that can be edited.</summary>
      <returns>true if the field is omitted; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.Id">
      <summary>Gets the GUID that identifies the field reference.</summary>
      <returns>A <see cref="T:System.Guid" /> object that identifies the field reference.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.Name">
      <summary>Gets the internal name of the field reference object.</summary>
      <returns>A <see cref="T:System.String" /> property that contains the internal name of the object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.PIAttribute">
      <summary>Gets or sets the attribute of the processing instruction (specified by the <see cref="P:Microsoft.SharePoint.SPFieldLink.PITarget" /> property) to use for document property promotion and demotion.</summary>
      <returns>A string that contains the attribute name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.PITarget">
      <summary>Gets or sets the name of the processing instruction in an XML document of this content type, which can then be used to promote and demote property values. </summary>
      <returns>A string that contains the processing instruction name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.PrimaryPIAttribute">
      <summary>Gets or sets the attribute of the primary processing instruction (specified by the <see cref="P:Microsoft.SharePoint.SPFieldLink.PrimaryPITarget" /> property) that is used to promote and demote the document property. </summary>
      <returns>A string that contains the attribute name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.PrimaryPITarget">
      <summary>Gets or sets the name of the primary processing instruction in an XML document of the specified content type, which is then used to promote and demote the document property.</summary>
      <returns>A string that contains the processing instruction name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.ReadOnly">
      <summary>Gets and sets a value that indicates whether the <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object can be modified.</summary>
      <returns>true if the field reference is read-only; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.Required">
      <summary>Gets or sets a value that indicates whether the column that is referenced must have a value.</summary>
      <returns>true if the column that is referenced must have a value; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.SchemaXml">
      <summary>Gets the schema in Collaborative Application Markup Language (CAML) that defines the field reference.</summary>
      <returns>A string that contains CAML that defines the field reference.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.ShowInDisplayForm">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLink.XPath">
      <summary>Gets or sets an XML Path Language (XPath) expression that represents the location of a property within an XML document of this content type. </summary>
      <returns>A string that contains an XPath expression. The default value is null.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldLinkCollection">
      <summary>Represents the collection of column or field references in a content type. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLinkCollection.Add(Microsoft.SharePoint.SPFieldLink)">
      <summary>Adds an <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object to the collection.</summary>
      <param name="fieldLink">An <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object to add to the collection. The argument should not be null.</param>
      <exception cref="T:Microsoft.SharePoint.SPException">The value of the <see cref="P:Microsoft.SharePoint.SPFieldLink.Name" /> property of the object that you are adding to the collection duplicates the value of the Name property for an object that already exists in the collection; or, the SPFieldLink object references a field that is out of scope for this content type.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLinkCollection.Count">
      <summary>Gets the total number of column or field references in the collection.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents the total number of items in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLinkCollection.Delete(System.Guid)">
      <summary>Deletes the <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object with the specified ID from the collection.</summary>
      <param name="id">A System.Guid object that specifies the ID of the SPFieldLink object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLinkCollection.Delete(System.String)">
      <summary>Deletes the <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object with the specified name from the collection.</summary>
      <param name="name">A string that contains the name of the SPFieldLink object to delete. You can use either the internal name (the value of the <see cref="P:Microsoft.SharePoint.SPFieldLink.Name" /> property) or the display name (the value of the <see cref="P:Microsoft.SharePoint.SPFieldLink.DisplayName" /> property). When you pass the internal name you often get more reliable results, for two reasons. First, no two objects in the collection can have the same internal name, whereas two or more objects in the collection can have the same display name. Second, the Name property is read-only and therefore its value is immutable, whereas the DisplayName property can be modified by users with sufficient rights.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLinkCollection.Item(System.Guid)">
      <summary>Gets the specified <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object from the collection by using its identifier (ID).</summary>
      <returns>An SPFieldLink object.</returns>
      <param name="id">A System.Guid object that specifies the ID of the SPFieldLink object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLinkCollection.Item(System.Int32)">
      <summary>Gets the specified <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object from the collection by using its index number.</summary>
      <returns>An SPFieldLink object.</returns>
      <param name="index">A <see cref="T:System.Int32" /> value that represents the index of the field reference within the collection. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLinkCollection.Item(System.String)">
      <summary>Gets the specified <see cref="T:Microsoft.SharePoint.SPFieldLink" /> object from the collection by indexing on the object name.</summary>
      <returns>An SPFieldLink object.</returns>
      <param name="name">A string that contains the name of the field reference.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLinkCollection.Reorder(System.String[])">
      <summary>Changes the order in which fields referenced in this collection are listed on forms.</summary>
      <param name="internalNames">An array of strings, each containing the value of the <see cref="P:Microsoft.SharePoint.SPFieldLink.Name" /> property for an object in this SPFieldLinkCollection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldLookup">
      <summary>Represents a lookup field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> class based on the specified field collection and name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the parent field collection.</param>
      <param name="fieldName">A string that contains the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> class based on the specified field collection, type name, and dispay name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the parent field collection.</param>
      <param name="typeName">A string that contains the type name.</param>
      <param name="displayName">A string that contains the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.AllowMultipleValues">
      <summary>Gets or sets a Boolean value that specifies whether multiple values can be used in the lookup field.</summary>
      <returns>true to specify that multiple values can be used in the field; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.CountRelated">
      <summary>Gets or sets a Boolean value that specifies whether to return the number of items that are related to the current list item.</summary>
      <returns>true to return the number of items related to the current item; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.FieldRenderingControl">
      <summary>Gets the control that is used to render the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the rendering control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.FieldRenderingMobileControl">
      <summary>Gets the mobile control that is used to render the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the mobile control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.FieldValueType">
      <summary>Gets the value type of the lookup field.</summary>
      <returns>A System.Type object that represents the value type, which, for lookup fields that allow multiple values is <see cref="T:Microsoft.SharePoint.SPFieldLookupValue" />, but for lookup fields that do not allow multiple values, is <see cref="T:Microsoft.SharePoint.SPFieldLookupValueCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.GetDependentLookupInternalNames"></member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.GetFieldValue(System.String)">
      <summary>Converts the specified field value into a field type value object.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.GetFieldValueAsHtml(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.GetFieldValueAsText(System.Object)">
      <summary>Converts the field type value object into text for use in Display mode.</summary>
      <returns>A string that contains the converted value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.Indexed"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.IsDependentLookup"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.IsRelationship"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.LookupField">
      <summary>Gets or sets the field from a non-local list to which this field is a lookup. </summary>
      <returns>A string that contains the name of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.LookupList">
      <summary>Gets the GUID of the list to use for the lookup. </summary>
      <returns>A GUID that identifies the foreign list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.LookupWebId">
      <summary>Gets or sets the ID of the Web site that contains the list to which this field is a lookup.</summary>
      <returns>A System.Guid object that identifies the Web site.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.OnInitFieldNode"></member>
    <member name="M:Microsoft.SharePoint.SPFieldLookup.OnUpdated"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.PrependId">
      <summary>Gets or sets a Boolean value that specifies whether to add item IDs to the beginning of items listed in selection boxes within Edit forms.</summary>
      <returns>true to add item IDs to items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.PrimaryFieldId"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.RelationshipDeleteBehavior"></member>
    <member name="P:Microsoft.SharePoint.SPFieldLookup.UnlimitedLengthInDocumentLibrary">
      <summary>Gets or sets a Boolean value that specifies whether to allow values with unlimited text in the lookup field.</summary>
      <returns>true to allow values with unlimited length; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldLookupValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookupValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValue.#ctor(System.Int32,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookupValue" /> class that is based on the specified lookup identifier (ID) and value.</summary>
      <param name="lookupId">A 32-bit integer that specifies the ID of the lookup field.</param>
      <param name="lookupValue">A string that contains the value of the lookup field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValue.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookupValue" /> class that is based on the specified field value.</summary>
      <param name="fieldValue">A string that contains a field value.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookupValue.LookupId">
      <summary>Gets or sets the identifier (ID) of the lookup field.</summary>
      <returns>A 32-bit integer that specifies the ID of the lookup field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldLookupValue.LookupValue">
      <summary>Gets the value of the lookup field as a string.</summary>
      <returns>A string that contains the value of the lookup field.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValue.ToString">
      <summary>Returns the name of the Lookup field.</summary>
      <returns>A string that contains the name of the field.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldLookupValueCollection">
      <summary>Contains the values for an <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> object that can contain multiple values.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValueCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookupValueCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValueCollection.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldLookupValueCollection" /> class based on the specified field value.</summary>
      <param name="fieldValue">A string that specifies the value that is contained by the field to be initialized.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldLookupValueCollection.ToString">
      <summary>Returns the value collection as a string.</summary>
      <returns>A string that contains the value collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldModStat">
      <summary>Represents a field that contains content approval status.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldModStat.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldModStat" /> class.</summary>
      <param name="fields"></param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldModStat.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldModStat.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldModStat.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldModStat.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldModStat.TextFieldValueFromValue(System.Object)">
      <summary>Returns the content approval status based on the specified value.</summary>
      <returns>A string that contains an <see cref="T:Microsoft.SharePoint.SPModerationStatusType" /> value that indicates the content approval status.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldMultiChoice">
      <summary>Represents a choice field that allows multiple values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiChoice" /> class that is based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the multichoice field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiChoice" /> class that is based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the computed field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.MultiChoice.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.Choices">
      <summary>Gets the choices that are used in the multichoice field. </summary>
      <returns>A System.Collections.Specialized.StringCollection object that represents the choices.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.FillInChoice">
      <summary>Gets or sets a Boolean value that determines whether a text box for typing an alternative value is provided for the multichoice field. </summary>
      <returns>true if a text box is provided; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.GetFieldValue(System.String)">
      <summary>When a field type requires a complex data type that is different from the parent field type, this method is used to convert the specified value into a field type value object.</summary>
      <returns>An object  that represents the field type value object.</returns>
      <param name="value">A string that is converted into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.GetFieldValueAsHtml(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object  that represents the value to be converted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.InitChoiceCollection">
      <summary>Used in derived classes to change the way that elements and attributes are read from the XML that defines choices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.InitFieldNodes"></member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.Mappings"></member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.NodeChoices">
      <summary>Used in derived classes to get or set the XML that defines the choices. </summary>
      <returns>A System.Xml.XmlNode object that specifies the XML that defines the choices.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoice.Sortable">
      <summary>Gets a Boolean value that indicates whether the multichoice field can be sorted. </summary>
      <returns>true if the field can be sorted; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.Update">
      <summary>Updates the database with changes made to the field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoice.UpdateInternal">
      <summary>Updates the database with changes that are made to the field. In a derived class, override this method if you change the value of the <see cref="P:Microsoft.SharePoint.SPFieldMultiChoice.NodeChoices" /> property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldMultiChoiceValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoiceValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiChoiceValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoiceValue.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiChoiceValue" /> class based on the specified value.</summary>
      <param name="fieldValue">A string that contains the field value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoiceValue.Add(System.String)">
      <summary>Adds a value to the collection of multichoice values.</summary>
      <param name="choiceValue">A string that contains the value to add to the collection of multichoice values.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoiceValue.Count">
      <summary>Gets the number of values in the field.</summary>
      <returns>A 32-bit integer that indicates the number of values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoiceValue.Delimiter">
      <summary>Gets the delimiter that is used to separate multichoice values.</summary>
      <returns>A string that contains the delimiter. The default delimiter is a semicolon followed by a pound sign (;#).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiChoiceValue.Item(System.Int32)">
      <summary>Gets the value at the specified index in the collection of values.</summary>
      <returns>A string that contains the value at the specified index.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiChoiceValue.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPFieldMultiColumn">
      <summary>Represents a multicolumn field type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumn.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiColumn" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</param>
      <param name="fieldName">A string that specifies the field name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumn.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiColumn" /> class based on the specified field collection, field type name, and field display name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</param>
      <param name="typeName">A string that specifies the type name of the field.</param>
      <param name="displayName">A string that specifies the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiColumn.FieldValueType">
      <summary>Gets the value type of the multicolumn field.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumn.GetFieldValue(System.String)">
      <summary>Converts the specified field value into a field type value object.</summary>
      <returns>An object that repesents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumn.GetFieldValueAsText(System.Object)">
      <summary>Converts the field type value object into text for use in Display mode.</summary>
      <returns>A string that contains the converted value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiColumn.PreviewValueTyped">
      <summary>Gets a preview value object for the field type.</summary>
      <returns>An object that represents the preview value object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldMultiColumnValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldMultiColumn" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumnValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiColumnValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumnValue.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiColumnValue" /> class based on the specified number of columns.</summary>
      <param name="numberOfSubColumns">A 32-bit integer that specifies the number of columns.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumnValue.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiColumnValue" /> class based on the specified field value.</summary>
      <param name="fieldValue">A string that specifies the the number of "columns" and the value contained by each. The string consists of delimiter characters (#;) that separate the "column" values, for example, "MyFirstValue#; MySecondValue#;MyThirdValue".</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumnValue.Add(System.String)">
      <summary>Adds a "column" to the multicolumn field.</summary>
      <param name="subColumnValue">A string that specifies the "column" value to add.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiColumnValue.Count">
      <summary>Gets the number of "columns" that are represented in the multicolumn field.</summary>
      <returns>A 32-bit integer that indicates the number of "columns".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiColumnValue.Delimiter">
      <summary>Gets the delimiter that is used to separate "column" values.</summary>
      <returns>A string that contains the delimiter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiColumnValue.Item(System.Int32)">
      <summary>Gets or sets the value of a "column" at the specified index.</summary>
      <param name="index">A 32-bit integer that specifies the index in relation to the "columns".</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiColumnValue.ToString">
      <summary>Returns a string that contains the "column" values separated by their delimiting characters.</summary>
      <returns>A string that contains the "column" values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldMultiLineText">
      <summary>Represents a text field that can contain multiple lines. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the multiline text field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the multiline text field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.Note.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.AllowHyperlink">
      <summary>Gets or sets a Boolean value that specifies whether hyperlinks can be used in the field. </summary>
      <returns>true if hyperlinks can be used; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.AppendOnly">
      <summary>Gets or sets a Boolean value that specifies whether to append changes to the existing text.</summary>
      <returns>true to append changes to the existing text; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.DifferencingLimit">
      <summary>Gets or sets the maximum number of differences that Windows SharePoint Services allows between wiki page versions before it changes to a faster differencing algorithm to prevent slow page loading.</summary>
      <returns>A 32-bit integer that specifies the maximum number of differences between page versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.Filterable">
      <summary>Gets a Boolean value that indicates whether the multiline text field can be filtered. </summary>
      <returns>true if the field can be filtered; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.GetFieldValueAsHtml(System.Object)">
      <summary>Returns the field value in HTML format in order to render the value directly on the page.</summary>
      <returns>A string that contains the converted value object in HTML format.</returns>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.GetFieldValueAsHtml(System.Object,Microsoft.SharePoint.SPListItem)">
      <summary>Returns the field value in HTML format in order to render the value directly on the page based on the specified object and list item.</summary>
      <returns>A string that contains the converted value object in HTML format.</returns>
      <param name="value"></param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item that contains the value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.GetFieldValueForEdit(System.Object)">
      <summary>Returns the field value to render in Edit mode in Edit and New forms.</summary>
      <returns>A string that contains the field value to render in Edit mode.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.GetValidatedString(System.Object)">
      <summary>Converts the field value object into a validated, serialized string.</summary>
      <returns>A string that serializes the value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.IsolateStyles"></member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.NumberOfLines">
      <summary>Gets or sets the number of lines to display in the field. </summary>
      <returns>A 32-bit integer that represents the number of lines.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.PreviewValueSize">
      <summary>Gets or sets the preview value size that is used for the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPreviewValueSize" /> value that specifies the preview value size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.ProcessWikiLinks(System.String,Microsoft.SharePoint.SPListItem)">
      <summary>Processes wiki links at page-rendering time.</summary>
      <returns>The resulting processed string.</returns>
      <param name="input">A string that contains the input text.</param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the current list item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.RestrictedMode">
      <summary>Gets or sets a Boolean value that specifies whether this text field is in restricted mode.</summary>
      <returns>true to specify that the field is in restricted mode; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.RichText">
      <summary>Gets or sets a Boolean value that specifies whether rich text formatting can be used in the field. </summary>
      <returns>true if rich text formatting can be used; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.RichTextMode">
      <summary>Gets or sets the rich text mode for the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRichTextMode" /> value that specifies the rich text mode, which for multiline text fields can be set to Compatible, which is the default value, or to FullHtml.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldMultiLineText.SetRichTextMode(Microsoft.SharePoint.SPRichTextMode)">
      <summary>Sets the rich text mode of the multiline text field.</summary>
      <param name="mode">An <see cref="T:Microsoft.SharePoint.SPRichTextMode" /> value that specifies the rich text mode.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.Sortable">
      <summary>Gets a Boolean value that indicates whether the multiline text field can be sorted. </summary>
      <returns>true if the field can be sorted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.UnlimitedLengthInDocumentLibrary">
      <summary>Gets or sets a Boolean value that specifies whether to allow unlimited field length in document libraries.</summary>
      <returns>true to allow the field unlimited length; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldMultiLineText.WikiLinking">
      <summary>Gets a Boolean value that indicates whether wiki links, which appear in the form of double brackets ([[…]]), become translated to HTML links, which use the &lt;a&gt; tag.</summary>
      <returns>true if wiki links are translated to HTML links; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldNumber">
      <summary>Represents a field that contains numbers. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldNumber" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the number field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldNumber" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the computed field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.Number.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.DisplayFormat">
      <summary>Gets or sets the number of decimal places to use when displaying the field. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies the number of decimals.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.GetFieldValueAsHtml(System.Double,System.Globalization.CultureInfo,System.Boolean,Microsoft.SharePoint.SPNumberFormatTypes)">
      <summary>Returns the field value in HTML format based on the specified data, culture information, Boolean value, and number format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the value in HTML format.</returns>
      <param name="data">A System.Double object that represents the value to convert to HTML format.</param>
      <param name="culture">A System.Globalization.CultureInfo object that contains information about the specific culture represented through the field.</param>
      <param name="showAsPercentage">true to display field values as a percentage; otherwise, false.</param>
      <param name="displayFormat">An <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies the number of decimal places to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.GetFieldValueAsText(System.Double,System.Globalization.CultureInfo,System.Boolean,Microsoft.SharePoint.SPNumberFormatTypes)">
      <summary>Returns the field value as plain text based on the specified data, culture information, Boolean value, and number format.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="data">A System.Double object that represents the value to convert to plain text.</param>
      <param name="culture">A System.Globalization.CultureInfo object that contains information about the specific culture represented through the field.</param>
      <param name="showAsPercentage">true to display field values as a percentage; otherwise, false.</param>
      <param name="displayFormat">An <see cref="T:Microsoft.SharePoint.SPNumberFormatTypes" /> value that specifies the number of decimal places to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.GetFieldValueForEdit(System.Object)">
      <summary>Returns the field value to render in Edit mode in Edit and New forms.</summary>
      <returns>A string that contains the field value to render in Edit mode.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.IMEMode">
      <summary>Gets or sets the Input Method Editor (IME) mode bias to use for the field. The IME enables the conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard.</summary>
      <returns>A string that specifies the mode.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.MaximumValue">
      <summary>Gets or sets a maximum value for the field. </summary>
      <returns>A double-precision floating-point number that specifies a maximum value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.MinimumValue">
      <summary>Gets or sets a minimum value for the field. </summary>
      <returns>A double-precision floating-point number that specifies a minimum value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldNumber.ParseAndSetValue(Microsoft.SharePoint.SPListItem,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldNumber.ShowAsPercentage">
      <summary>Gets or sets a Boolean value that specifies whether to render the field as a percentage. </summary>
      <returns>true to render the field as a percentage; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldOverbook"></member>
    <member name="M:Microsoft.SharePoint.SPFieldOverbook.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldOverbook.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldOverbook.FieldRenderingControl"></member>
    <member name="T:Microsoft.SharePoint.SPFieldPageSeparator">
      <summary>Represents a field that is used to insert a page break in a survey list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldPageSeparator.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldPageSeparator" /> class.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the page separator field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldPageSeparator.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldPageSeparator" /> class based on the specified field collection, type, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the page separator field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.PageSeparator.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldRatingScale">
      <summary>Represents a rating scale field that is used in surveys. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.Filterable">
      <summary>Gets a Boolean value that indicates whether the rating-scale field can be filtered. </summary>
      <returns>true if the field can be filtered; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScale.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when a field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScale.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridEndNumber">
      <summary>Gets or sets the end number for the rating scale. </summary>
      <returns>A 32-bit integer that contains the number to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridNAOptionText">
      <summary>Gets or sets the text to display for the Not Applicable (N/A) option. </summary>
      <returns>A string that contains the text to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridStartNumber">
      <summary>Gets or sets the start number for the rating scale. </summary>
      <returns>A 32-bit integer that contains the number to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridTextRangeAverage">
      <summary>Gets or sets the text to display for average ratings. </summary>
      <returns>A string that contains the text to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridTextRangeHigh">
      <summary>Gets or sets the text to display for high ratings. </summary>
      <returns>A string that contains the text to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.GridTextRangeLow">
      <summary>Gets or sets the text to display for low ratings. </summary>
      <returns>A string that contains the text to display.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes, when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.RangeCount">
      <summary>Gets the number of options for each subordinate question from which users can choose in the rating scale field.</summary>
      <returns>A 32-bit integer that indicates the number of options for each subordinate question.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScale.Sortable">
      <summary>Gets a Boolean value that indicates whether the rating-scale field can be sorted. </summary>
      <returns>true if the field can be sorted; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldRatingScaleValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldRatingScale" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScaleValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldRatingScaleValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScaleValue.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldRatingScaleValue" /> class that is based on the specified field value.</summary>
      <param name="fieldValue">A string that contains the field value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScaleValue.Add(System.String,System.Int32)">
      <summary>Adds a value to a specified subordinate question in the survey rating scale.</summary>
      <param name="choiceValue">A string that specifies the subordinate question for which a value is being added.</param>
      <param name="choiceNumber">A 32-bit integer that specifies the value between <see cref="P:Microsoft.SharePoint.SPFieldRatingScale.GridStartNumber" /> and <see cref="P:Microsoft.SharePoint.SPFieldRatingScale.GridEndNumber" /> that is selected for the subordinate question.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScaleValue.Count">
      <summary>Gets the number of questions that have been answered in the rating scale.</summary>
      <returns>A 32-bit integer that indicates the number of questions that have been answered.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRatingScaleValue.Item(System.Int32)">
      <summary>Gets the subordinate question and response of a user at the specified index in the collection of subordinate questions of the rating scale.</summary>
      <returns>A string that contains the question and response in the following format, which assumes that 2 has been specified as the index and that the user has given 4 as the response: My Third Question;#4</returns>
      <param name="index">A 32-bit integer that specifies the index in the collection of subordinate questions.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRatingScaleValue.ToString">
      <summary>Returns a string that contains the questions and answers of a user in a single survey response.</summary>
      <returns>A string that contains the questions and responses of a single user in the following format, which assumes that the rating scale has three subordinate questions, and that the user has selected 3 as the rating for all three questions:My First Question;#3#My Second Question;#3#My Third Question;#3#</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldRecurrence">
      <summary>Represents a field that contains a recurrence pattern in a Calendar list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRecurrence.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldRecurrence" /> class.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the recurrence field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRecurrence.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRecurrence.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRecurrence.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldRecurrence.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldRecurrence.GetFieldValueAsText(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldRecurrence.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldSendTo"></member>
    <member name="M:Microsoft.SharePoint.SPFieldSendTo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldSendTo.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldSendTo.AllowMultipleValues"></member>
    <member name="P:Microsoft.SharePoint.SPFieldSendTo.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldSendTo.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldText">
      <summary>Represents a field that contains a single line of text. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldText.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldText" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the text field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldText.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldText" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the text field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.Text.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.DifferencingLimit">
      <summary>Gets or sets the maximum number of differences that Windows SharePoint Services allows between wiki page versions before it changes to a quicker differencing algorithm to prevent slow page loading.</summary>
      <returns>A 32-bit integer that specifies the maximum number of differences between page versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.MaxLength">
      <summary>Gets or sets the maximum number of characters that can be typed in the field. </summary>
      <returns>A 32-bit integer that specifies the maximum number of characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldText.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data that is associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldType">
      <summary>Specifies a field type for a field.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Invalid">
      <summary>Not used. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Integer">
      <summary>Specifies positive or negative integer values. Corresponds to the Integer field type that is specified on the Field element. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Text">
      <summary>Specifies a single line of text. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldText" /> class and to the Text field type that is specified on the Field element. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Note">
      <summary>Specifies a field that can contain multiple lines of text. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> class and to the Note field type that is specified on the Field element. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.DateTime">
      <summary>Specifies date and time values. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> class and to the DateTime field type that is specified on the Field element. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Counter">
      <summary>Specifies an integer used for internal ID fields. Corresponds to the Counter field type that is specified on the Field element. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Choice">
      <summary>Specifies a predetermined set of values that can be used to enter data into the field. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldChoice" /> class and to the Choice field type that is specified on the Field element. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Lookup">
      <summary>Specifies references to values in other lists. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldLookup" /> class and to the Lookup field type that is specified on the Field element. Value = 7.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Boolean">
      <summary>Specifies Boolean values that are stored in the database as 1 or 0. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldBoolean" /> class and to the Boolean field type that is specified on the Field element. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Number">
      <summary>Specifies floating point numbers. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldNumber" /> class and to the Number field type that is specified on the Field element. Value = 9.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Currency">
      <summary>Specifies currency values formatted based on a specific locale. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldCurrency" /> class and to the Currency field type that is specified on the Field element. Value = 10.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.URL">
      <summary>Specifies hyperlinks. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> class and to the URL field type that is specified on the Field element. Value = 11.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Computed">
      <summary>Specifies an abstract field type that depends on other fields for its content and definition. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldComputed" /> class and to the Computed field type that is specified on the Field element. Value = 12.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Threading">
      <summary>Specifies a field that is used in the creation and display of threaded Web discussions. Corresponds to the Threading field type that is specified on the Field element. Value = 13.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Guid">
      <summary>Specifies GUIDs. Corresponds to the Guid field type that is specified on the Field element. Value = 14.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.MultiChoice">
      <summary>Specifies multiple values per list item. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldMultiChoice" /> class and to the MultiChoice field type that is specified on the Field element. Value = 15.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.GridChoice">
      <summary>Specifies a Choice field for a data sheet. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldRatingScale" /> class and to the GridChoice field type that is specified on the Field element. Value = 16.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Calculated">
      <summary>Specifies calculated values. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldCalculated" /> class and to the Calculated field type that is specified on the Field element. Value = 17.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.File">
      <summary>Specifies files. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldFile" /> class and to the File field type that is specified on the Field element. Value = 18.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Attachments">
      <summary>Specifies attachments. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldAttachments" /> class and to the Attachments field type that is specified on the Field element. Value = 19.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.User">
      <summary>Specifies users of a SharePoint site. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldUser" /> class and to the User field type that is specified on the Field element. Value = 20.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Recurrence">
      <summary>Specifies a field that is used in calendars for recurring events and abstract field type that, like computed fields, depends on other fields for its content and definition. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldRecurrence" /> class and to the Recurrence field type that is specified on the Field element. Value = 21.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.CrossProjectLink">
      <summary>Specifies a link between projects in a Meetings Workspace site. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldCrossProjectLink" /> class and to the CrossProjectLink field type that is specified on the Field element. Value = 22.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.ModStat">
      <summary>Specifies Content Approval status. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldModStat" /> class and to the ModStat field type that is specified on the Field element. Value = 23.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Error">
      <summary>Specifies errors. Value = 24.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.ContentTypeId">
      <summary>Specifies a content type ID. Corresponds to the ContentTypeId field type that is specified on the Field element. Value = 25.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.PageSeparator">
      <summary>Inserts a page break in a survey list. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldPageSeparator" /> class and to the PageSeparator field type that is specified on the Field element. Value = 26.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.ThreadIndex">
      <summary>Specifies the ID that indicates the relative position of a message within a conversation thread. Corresponds to the ThreadIndex field type that is specified on the Field element. Value = 27.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.WorkflowStatus">
      <summary>Specifies workflow status. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldWorkflowStatus" /> class and to the WorkflowStatus field type that is specified on the Field element. Value = 28.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.AllDayEvent">
      <summary>Specifies an all day event. Corresponds to the <see cref="T:Microsoft.SharePoint.SPFieldAllDayEvent" /> class and to the AllDayEvent field type that is specified on the Field element. Value = 29.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.WorkflowEventType">
      <summary>Specifies a workflow event type. Corresponds to the WorkflowEventType field type that is specified on the Field element. Value = 30.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Facilities"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Overbook"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Confidential"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.WhatsNew"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.DueDate"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.AllowEditing"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.SendTo"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Confirmations"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.CallTo"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.CallTime"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Whereabout"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.From"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.Until"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.ContactInfo"></member>
    <member name="F:Microsoft.SharePoint.SPFieldType.MaxItems">
      <summary>Specifies the maximum number of items. Value = 31.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldTypeDefinition">
      <summary>Represents a field type definition.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.AllowBaseTypeRendering">
      <summary>Gets a Boolean value that indicates whether a client application renders the field as its base type if the client application cannot determine how to properly render the field type.</summary>
      <returns>If the client application cannot properly render the custom field type, true for the client application to render the field as the default Windows SharePoint Services parent field type from which the field is derived; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.BaseRenderingTypeName">
      <summary>Gets the name of the field type on which rendering of the field type definition is based.</summary>
      <returns>A string that contains the name of the base field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.FieldEditorUserControl">
      <summary>Gets the server-relative path to the control to use as a field editor control for the field type.</summary>
      <returns>A string that contains the server-relative path to the .ascx file of the control, for example, /_controltemplates/LookupFieldEditor.ascx.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.FieldTypeClass">
      <summary>Gets the full name of the class that defines the logic of the field type.</summary>
      <returns>A string that contains the full name of the class, for example, Microsoft.SharePoint.SPFieldText.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.Filterable">
      <summary>Gets a Boolean value that indicates whether the field type can be filtered.</summary>
      <returns>true if the field can be filtered; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.PropertySchema">
      <summary>Gets the property schema that includes the set of fields that define properties that are used for the field type.</summary>
      <returns>A string in Collaborative Application Markup Language (CAML) that contains a set of Field elements that define properties for the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.ShowOnColumnTemplateCreate">
      <summary>Gets a Boolean value that indicates whether the field type is displayed as an option on the New Site Column page.</summary>
      <returns>true if the field type is displayed as an option on the New Site Column page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.ShowOnDocumentLibraryCreate">
      <summary>Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for document libraries.</summary>
      <returns>true if the field type is displayed as an option on the Create Column page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.ShowOnListCreate">
      <summary>Gets a Boolean value that indicates whether the field type is displayed as an option on the Create Column page for lists.</summary>
      <returns>true if the field type is displayed as an option on the Create Column page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.ShowOnSurveyCreate">
      <summary>Gets a Boolean value that indicates whether the field type is displayed as an option on the New Question page for surveys.</summary>
      <returns>true if the field type is displayed as an option on the New Question page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.Sortable">
      <summary>Gets a Boolean value that indicates whether the field type is sortable.</summary>
      <returns>true if the field type is sortable; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.TypeDisplayName">
      <summary>Gets the display name that is used to represent the field type in the user interface.</summary>
      <returns>A string that contains the display name of the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.TypeName">
      <summary>Gets the internal name of the field type.</summary>
      <returns>A string that contains the internal name of the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.TypeShortDescription">
      <summary>Gets the description of the field type.</summary>
      <returns>A string that contains the description of the field type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinition.UserCreatable">
      <summary>Gets a Boolean value that indicates whether users can create fields of the field type.</summary>
      <returns>true if users can create fields of the field type; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldTypeDefinitionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldTypeDefinitionCollection.#ctor(Microsoft.SharePoint.SPWeb)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinitionCollection" /> class.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that specifies the Web site for the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinitionCollection.Count">
      <summary>Gets the number of field type definitions in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of field type definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinitionCollection.Item(System.Int32)">
      <summary>Gets the field type definition at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> object that represents the field type definition.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the field type definition.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldTypeDefinitionCollection.Item(System.String)">
      <summary>Gets the field type definition with the specified name from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> object that represents the field type definition.</returns>
      <param name="typeName">A string that specifies the name of the field type definition.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUntil"></member>
    <member name="M:Microsoft.SharePoint.SPFieldUntil.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldUntil.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldUntil.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldUntil.GetFieldValue(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldUntil.GetFieldValueAsHtml(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldUrl">
      <summary>Represents a field that contains URL values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the URL field.</param>
      <param name="fieldName">A string that contains the name of the new field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> class based on the specified field collection, type name, and display name. Use this constructor to create a field that does not exist in the collection.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the URL field.</param>
      <param name="typeName">A string that specifies the name of the field type definition, for example, SPFieldType.URL.ToString()</param>
      <param name="displayName">A string that contains the display name of the new field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.DefaultValueTyped">
      <summary>Gets the default value object based on the field type.</summary>
      <returns>An object that represents the default value object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.DisplayFormat">
      <summary>Gets or sets a value that determines whether the field is displayed as an image or as a hyperlink. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUrlFieldFormatType" /> value that specifies the type of format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.FieldRenderingControl">
      <summary>Gets the field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.FieldRenderingMobileControl">
      <summary>Gets the mobile field type control that is used to render the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.FieldValueType">
      <summary>Gets the value type of the field when the field type has its own value type.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.Filterable">
      <summary>Gets a Boolean value that indicates whether the URL field can be filtered. </summary>
      <returns>true if the field can be filtered; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.GetFieldValue(System.String)">
      <summary>Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.GetFieldValueAsHtml(System.Object)">
      <summary>Returns the field value in HTML format in order to render the field value directly on the page.</summary>
      <returns>A string that contains the converted value object in HTML format.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.GetFieldValueAsText(System.Object)">
      <summary>Returns the field value as plain text.</summary>
      <returns>A string that contains the value as plain text, for example, without HTML.</returns>
      <param name="value">An object that represents the value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrl.GetValidatedString(System.Object)">
      <summary>Converts the field value object into a validated serialized string.</summary>
      <returns>A string that serializes the value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrl.PreviewValueTyped">
      <summary>Gets a preview value of field data for a design-time view of the field control in Display and Edit modes when there is no list item data associated with the field.</summary>
      <returns>An object that represents a preview value of field data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUrlValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrlValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUrlValue" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrlValue.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUrlValue" /> class based on the specified field value.</summary>
      <param name="fieldValue">A string that specifies the field value.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrlValue.Description">
      <summary>Gets or sets the descriptive text for the link.</summary>
      <returns>A string that contains the descriptive text.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUrlValue.ToString">
      <summary>Returns the URL and descriptive text that are used to form a link.</summary>
      <returns>A string that contains the URL and the descriptive text of the link separated by a comma and a space (", ").</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUrlValue.Url">
      <summary>Gets or sets the URL for the link.</summary>
      <returns>A string that contains the URL. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUser">
      <summary>Represents a user field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUser.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUser" /> class based on the specified field collection and field name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the field.</param>
      <param name="fieldName">A string that specifies the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUser.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUser" /> class based on the specified field collection, type name, and display name.</summary>
      <param name="fields">An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the field collection in which to create the field.</param>
      <param name="typeName">A string that specifies the internal name of the field.</param>
      <param name="displayName">A string that specifies the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.AllowDisplay">
      <summary>Gets or sets a Boolean value that specifies whether to display the name of the user who created or last modified the field. </summary>
      <returns>true to display the name of the user; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.FieldRenderingControl">
      <summary>Gets the control that is used to render the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object that represents the rendering control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.FieldRenderingMobileControl">
      <summary>Gets the mobile control that is used to render the field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object that represents the mobile control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.FieldValueType">
      <summary>Gets the value type of the user field.</summary>
      <returns>A System.Type object that represents the value type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUser.GetFieldValue(System.String)">
      <summary>Converts the specified field value into a field type value object.</summary>
      <returns>An object that represents the field type value object.</returns>
      <param name="value">A string to convert into a field type value object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUser.GetFieldValueAsHtml(System.Object)">
      <summary>Returns the field value in HTML format in order to render the value directly on the page.</summary>
      <returns>A string that contains the converted value object in HTML format.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUser.GetFieldValueAsText(System.Object)">
      <summary>Converts the field type value object into text for use in Display mode.</summary>
      <returns>A string that contains the converted value object.</returns>
      <param name="value">An object that represents the value object to convert.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.Presence">
      <summary>Gets or sets a Boolean value that specifies whether presence is enabled on the field to display user names and e-mail addresses. </summary>
      <returns>true if presence is enabled on the field; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.SelectionGroup"></member>
    <member name="P:Microsoft.SharePoint.SPFieldUser.SelectionMode">
      <summary>Gets or sets a value that specifies whether only individuals or both individuals and groups can be selected as field values in forms for creating or editing list items.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUserSelectionMode" /> value that specifies whether individuals or both individuals and groups can be selected in forms. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUserSelectionMode">
      <summary>Specifies the selection mode for creating or editing column values.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldUserSelectionMode.PeopleOnly">
      <summary>Specifies that only inidividual users can be selected.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFieldUserSelectionMode.PeopleAndGroups">
      <summary>Specifies that both individuals and groups can be selected.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUserValue">
      <summary>Contains the value for an <see cref="T:Microsoft.SharePoint.SPFieldUser" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValue.#ctor(Microsoft.SharePoint.SPWeb)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUserValue" /> class based on the specified Web site.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site for the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValue.#ctor(Microsoft.SharePoint.SPWeb,System.Int32,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUserValue" /> class based on the specified Web site, lookup ID, and lookup value.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site in which to create the field.</param>
      <param name="lookupId">A 32-bit integer that specifies the ID of the user field.</param>
      <param name="lookupValue">A string that contains the value of the user field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValue.#ctor(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUserValue" /> class based on the specified Web site and field value.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that specifies the Web site in which to create the field.</param>
      <param name="fieldValue">A string that contains a field value.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUserValue.LookupValue">
      <summary>Gets the value of the user field as a string.</summary>
      <returns>A string that contains the value of the lookup field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUserValue.SipAddress">
      <summary>Gets the Session Initiation Protocol (SIP) address of the user.</summary>
      <returns>A string that contains the SIP address of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldUserValue.User">
      <summary>Gets the user that is associated with the field value.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldUserValueCollection">
      <summary>Contains the values for an <see cref="T:Microsoft.SharePoint.SPFieldUser" /> object that can contain multiple values.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValueCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUserValueCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValueCollection.#ctor(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldUserValueCollection" /> class that is based on the specified Web site and field value.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that specifies the Web site in which to create the collection.</param>
      <param name="fieldValue">A string that specifies a multicolumn field value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldUserValueCollection.ToString">
      <summary>Returns the value collection as a string.</summary>
      <returns>A string that contains the value collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldValidationException">
      <summary>Represents an exception that is thrown when an error occurs during field value validation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldValidationException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldValidationException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldValidationException" /> class based on the specified information about serialization and streaming context.</summary>
      <param name="serializationInfo">A System.Runtime.Serialization.SerializationInfo object that contains data for serialization.</param>
      <param name="context">A System.Runtime.Serialization.StreamingContext object that provides information about the source and destination of a serialized stream.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldValidationException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldValidationException" /> class based on the specified message.</summary>
      <param name="message">A string that contains the message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldValidationException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldValidationException" /> class based on the specified message and exception.</summary>
      <param name="message">A string that contains the message that explains the reason for the exception.</param>
      <param name="innerException">A System.Exception object that represents the cause of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldValidationException.#ctor(System.String,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFieldValidationException" /> class based on the specified message and error code.</summary>
      <param name="message">A string that contains the message that explains the reason for the exception.</param>
      <param name="errorCode">A 32-bit integer that specifies the error code.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFieldValueException"></member>
    <member name="M:Microsoft.SharePoint.SPFieldValueException.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPField)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldValueException.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPField,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldValueException.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPField,System.String,System.Exception)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldValueException.FieldInternalName"></member>
    <member name="M:Microsoft.SharePoint.SPFieldValueException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldValueException.ItemId"></member>
    <member name="T:Microsoft.SharePoint.SPFieldWhatsNew"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWhatsNew.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWhatsNew.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldWhatsNew.FieldRenderingControl"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWhatsNew.GetFieldValue(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPFieldWhereabout"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWhereabout.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWhereabout.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFieldWhereabout.FieldRenderingControl"></member>
    <member name="P:Microsoft.SharePoint.SPFieldWhereabout.FieldRenderingMobileControl"></member>
    <member name="T:Microsoft.SharePoint.SPFieldWorkflowStatus"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWorkflowStatus.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String,System.String)">
      <param name="fields"></param>
      <param name="typeName"></param>
      <param name="displayName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFieldWorkflowStatus.FieldValueType"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWorkflowStatus.GetFieldAsHtml(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPFieldWorkflowStatus.GetFieldValue(System.String)">
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldWorkflowStatus.GetFieldValueAsText(System.Object)">
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFieldWorkflowStatus.Init(System.String,System.String)">
      <param name="strUrl"></param>
      <param name="strShowField"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFile">
      <summary>Represents a file in a SharePoint Web site that can be a Web Part Page, an item in a document library, or a file in a folder.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Approve(System.String)">
      <summary>Approves the file submitted for content approval with the specified comment.</summary>
      <param name="comment">A string that contains the comment.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Author">
      <summary>Gets the user who uploaded the document to the server or created the document on the server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who uploaded or created the document.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.BackwardLinks">
      <summary>Gets a collection of link objects that represent the backward links of the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLinkCollection" /> object that represents the backward links.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CanOpenFile(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.SPFile.CharSetName">
      <summary>Gets the name of the character set that is used in the file.</summary>
      <returns>A string that contains the name of the character set that is used in the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckedOutBy">
      <summary>Gets the user who has checked out the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user. Returns null if the file is not locked or checked out.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckedOutByUser"></member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckedOutDate">
      <summary>Gets the date and time that the file was checked out.</summary>
      <returns>A DateTime object that specifies when the file was checked out in Coordinated Universal Time (Greenwich Mean Time).</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CheckIn(System.String)">
      <summary>Checks in the file to a document library with the specified comment.</summary>
      <param name="comment">A string that contains a comment about the check in.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CheckIn(System.String,Microsoft.SharePoint.SPCheckinType)">
      <summary>Checks in the file to a document library based on the specified comment and type of check in to perform.</summary>
      <param name="comment">A string that contains a comment about the check in.</param>
      <param name="checkInType">An <see cref="T:Microsoft.SharePoint.SPCheckinType" /> value that specifies the type of check in.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckInComment">
      <summary>Gets the comment that is used when a document is checked into a document library.</summary>
      <returns>A string that contains the comment, or an empty string if there is no check-in comment.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CheckOut">
      <summary>Checks the file out of a document library.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CheckOut(Microsoft.SharePoint.SPFile.SPCheckOutType,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.CheckOut(System.Boolean,System.String)">
      <summary>Checks out the file from a document library based on a Boolean value that indicates whether to check the file out to the local computer, and that indicates the last date that the file was modified.</summary>
      <param name="bCheckOutToLocal"></param>
      <param name="lastModified"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckOutExpires">
      <summary>Gets the date and time that the short-term check-out expires.</summary>
      <returns>A DateTime object that specifies when the check-out expires.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckOutStatus">
      <summary>Gets the status of the check-out, indicating whether the check-out is long-term or short-term.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile.SPCheckOutStatus" /> value that indicates the status of the check-out. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.CheckOutType"></member>
    <member name="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)">
      <summary>Transforms the file using the specified transformer.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileConversionResult" /> value that indicates the conversion status.</returns>
      <param name="ConverterId">A System.Guid object that identifies the specific document transformer to use to transform the document.</param>
      <param name="newFileName">A string that contains the leaf name of the file to be created. The extension is automatically appended by the transformer.</param>
      <param name="configInfo">A string that contains the configuration information that is passed to the transform application when thistransform is requested. The information is specific to the transformapplication and can be an empty string or null.</param>
      <param name="handlerAssembly">Optional. A string that specifies an assembly to load. Together with the <paramref name="handlerClass" /> parameter, you can specify a pre-conversion or post-conversion handler to invoke before or after the conversion to do different tasks with the converted content, rather than just have the conversion framework make it into a file. The value of this parameter can be null. </param>
      <param name="handlerClass">Optional. A string that specifies a class to instantiate that is defined in the assembly specified by the <paramref name="handlerAssembly" /> parameter. The class must implement the <see cref="T:Microsoft.SharePoint.ISPConversionProcessor" /> interface and its methods. Together with the <paramref name="handlerAssembly" /> parameter, you can specify a pre-conversion or post-conversion handler to invoke before or after the conversion to do different tasks with the converted content, rather than just have the conversion framework make it into a file. The value of this parameter can be null.</param>
      <param name="priority">The priority of this transform. A lowerpriority means this transform will be processed faster. Transforms that are initiated through the user interface have a priority of 1. Bulk operations that are performed through custom script should have a lower priority.</param>
      <param name="peopleToAlert">A semi-colon-delimited list of e-mail addresses of people to whom to send an alert when the transform is completed. If the string is empty or null, no alert is sent.</param>
      <param name="sendACopy">true to attach a copy of the transformed document to the notification; otherwise, false.</param>
      <param name="synchronous">true to run the conversion synchronously; otherwise, false.</param>
      <param name="workItemId">An out parameter that gets the ID of thework item for this asynchronous request, or that gets Guid.Empty in the case of a synchronous request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ConvertLock(Microsoft.SharePoint.SPFile.SPLockType,Microsoft.SharePoint.SPFile.SPLockType,System.String,System.String,System.TimeSpan)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.CopyTo(System.String)">
      <summary>Copies the file to the destination URL but does not overwrite an existing file of the same name.</summary>
      <param name="strNewUrl">A string that specifies the destination URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CopyTo(System.String,System.Boolean)">
      <summary>Copies the file to the destination URL but overwrites an existing file of the same name only if <paramref name="bOverwrite" /> is true.</summary>
      <param name="strNewUrl">A string that specifies the destination URL.</param>
      <param name="bOverWrite">true to overwrite a file of the same name; otherwise false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.CreateSharedAccessRequest"></member>
    <member name="P:Microsoft.SharePoint.SPFile.CustomizedPageStatus">
      <summary>Gets the customization (also known as "ghost") status of the file object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCustomizedPageStatus" /> value that indicates the customization status.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Delete">
      <summary>Deletes the file object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.DeleteAllPersonalizations(System.Int32)">
      <summary>Deletes all personalization information from the Web Part Page, home page, or wiki page for the user with the specified ID.</summary>
      <param name="userId">A 32-bit integer that specifies the user ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.DeleteAllPersonalizationsAllUsers">
      <summary>Deletes personalization information for all users from the Web Part Page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Deny(System.String)">
      <summary>Denies the file that was submitted for content approval.</summary>
      <param name="comment">A string that contains a comment about the denial.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ETag">
      <summary>A hash stamp marking different versions of a file.</summary>
      <returns>Returns a  <see cref="T:System.String" /> uniquely identifying the version of a file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.EventReceivers">
      <summary>Gets the collection of event receiver definitions for the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection" /> object that represents the event receiver definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Exists">
      <summary>Gets a Boolean value that indicates whether the file exists.</summary>
      <returns>true if the file exists; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ForwardLinks">
      <summary>Gets a collection of link objects that represent the forward links in the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLinkCollection" /> object that represents the forward links.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.GeneratingConverterId">
      <summary>Gets the ID of the transformer that is used to create the file, or Guid.Empty if the file is not a child file.</summary>
      <returns>A System.Guid object that identifies the transformer.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Generator">
      <summary>Gets the name of the application that created the .htm or .aspx file.</summary>
      <returns>A string that contains the name of the application.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetConversionState(System.Guid,System.Guid)">
      <summary>Returns the transform state of the file with respect to the specified transformer ID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileConversionState" /> value that indicates the conversion state.</returns>
      <param name="ConverterId">A System.Guid object that specifies the document transformer.</param>
      <param name="workItemId">A System.Guid object that specifies the work item ID that is returned by the <see cref="M:Microsoft.SharePoint.SPFile.Convert(System.Guid,System.String,System.String,System.String,System.String,System.Byte,System.String,System.Boolean,System.Boolean,System.Guid@)" /> method. This ID must be used to determine whether a work item is pending.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetConvertedFile(System.Guid)">
      <summary>Returns the child file that was created from this file using document transforms and the specified transformer.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the child file that was created from this file, or null if this file object was not transformed using the specified transformer.</returns>
      <param name="ConverterId">A System.Guid object that specifies the document transformer that was used to transform this document.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetHtmlTranslateCacheItem(System.String,System.Int32)">
      <summary>Returns the contents of the file from the cache for HTML translation, excluding cache items that are older than the date the file was last modified.</summary>
      <returns>A byte array that contains the cache items.</returns>
      <param name="strTranslatedName">A string that contains the name of the file in the cache after it was translated.</param>
      <param name="jobType">A 32-bit integer that uniquely identifies the type of translation (for example, whether the conversion is for Internet Explorer 5.01 or later or for Internet Explorer 5.0 or earlier).</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetHtmlTranslateCacheNameFromStsName(System.Int32)">
      <summary>Returns the name of the main file from the cache for HTML translation.</summary>
      <returns>A string that contains the name of the main file.</returns>
      <param name="jobType">A 32-bit integer that uniquely identifies the type of translation (for example, whether the conversion is for Internet Explorer 5.01 or later or for Internet Explorer 5.0 or earlier).</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetLimitedWebPartManager(System.Web.UI.WebControls.WebParts.PersonalizationScope)">
      <summary>Returns the Web Part manager that is associated with the Web Part Page.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" /> object that represents the Web Part manager.</returns>
      <param name="scope">A System.Web.UI.WebControls.WebParts.PersonalizationScope value that specifies either Shared, meaning that personalization data applies to all users and can be saved, or User, meaning that both user-specific personalization data, and personalization data that applies to all users, is loaded for controls on the page, but that only user-specific data can be saved.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.GetListItem(System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPFile.GetWebPartCollection(Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.SPFile.GetLimitedWebPartManager(System.Web.UI.WebControls.WebParts.PersonalizationScope)" /> method to return an <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" /> object to manage Web Parts instead. (In Windows SharePoint Services 2.0 the GetWebPartCollection method returned the Web Part collection that is associated with the Web Part Page.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebPartCollection" /> object that represents the Web Parts.</returns>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies the scope of the collection that is returned according to all or individual users of the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.IconUrl">
      <summary>Gets the URL to the icon that is associated with the file.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.InDocumentLibrary">
      <summary>Gets a Boolean value that indicates whether the file belongs to a document library.</summary>
      <returns>true if the file belongs to a document library; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.IsConvertedFile">
      <summary>Gets a Boolean value that indicates whether the file object was created as part of a document transform.</summary>
      <returns>true if the file object was created as part of a document transform; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.IsIRMed">
      <summary>Gets a Boolean value that indicates whether Information Rights Management is enabled for the file.</summary>
      <returns>true if Information Rights Manament is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.IsSharedAccessRequested"></member>
    <member name="P:Microsoft.SharePoint.SPFile.Item">
      <summary>Gets the list item object that corresponds to the file if the file belongs to a document library.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Length">
      <summary>Gets the size of the file in bytes, excluding the size of any Web Parts that are used in the file.</summary>
      <returns>A 64-bit integer that represents the size of the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.LengthByUser">
      <summary>Gets a collection of user storage objects that contain information about each user of the Web Part Page, including the user name, user ID, and the number of bytes that the Web Part personalizations consume.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserStorageCollection" /> object that represents the user storage collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Level">
      <summary>Gets the level of publication for the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileLevel" /> value that indicates the level of publication.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ListItemAllFields"></member>
    <member name="M:Microsoft.SharePoint.SPFile.Lock(Microsoft.SharePoint.SPFile.SPLockType,System.String,System.TimeSpan)">
      <param name="lockType"></param>
      <param name="lockId"></param>
      <param name="timeout"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.LockedByUser"></member>
    <member name="P:Microsoft.SharePoint.SPFile.LockedDate"></member>
    <member name="P:Microsoft.SharePoint.SPFile.LockExpires"></member>
    <member name="P:Microsoft.SharePoint.SPFile.LockId"></member>
    <member name="P:Microsoft.SharePoint.SPFile.LockType"></member>
    <member name="P:Microsoft.SharePoint.SPFile.MajorVersion">
      <summary>Gets the major version of the file.</summary>
      <returns>A 32-bit integer that indicates the major version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.MinorVersion">
      <summary>Gets the minor version of the file.</summary>
      <returns>A 32-bit integer that indicates the minor version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ModifiedBy">
      <summary>Gets a user object that represents the user who last modified the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.MoveTo(System.String)">
      <summary>Moves the file to the destination URL but does not overwrite an existing file of the same name.</summary>
      <param name="newUrl">A string that specifies the destination URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.MoveTo(System.String,Microsoft.SharePoint.SPMoveOperations)">
      <summary>Moves the file to the specified destination URL based on the type of operation that is specified.</summary>
      <param name="newUrl">A string that specifies the destination URL.</param>
      <param name="flags"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.MoveTo(System.String,System.Boolean)">
      <summary>Moves the file to the destination URL but overwrites an existing file of the same name only if <paramref name="bOverwrite" /> is true.</summary>
      <param name="newUrl">A string that contains the destination URL.</param>
      <param name="bOverWrite">true to overwrite an existing file of the same name; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Name">
      <summary>Gets the name of the file including the extension.</summary>
      <returns>A string that contains the file name including the extension.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenBinary">
      <summary>Opens the file in binary format.</summary>
      <returns>A byte array that contains the file content.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenBinary(Microsoft.SharePoint.SPOpenBinaryOptions)">
      <summary>Opens the specified file as a byte array and specifies options that control how the file opens.</summary>
      <returns>Returns a byte array that contains the file content.</returns>
      <param name="openOptions">Passes in the value specified from the <see cref="T:Microsoft.SharePoint.SPOpenBinaryOptions" />  enumeration. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenBinaryStream">
      <summary>Opens the file as a stream.</summary>
      <returns>A System.IO.Stream object that represents the file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenBinaryStream(Microsoft.SharePoint.SPOpenBinaryOptions)">
      <summary>Opens the specified file as a stream and specifies options that control how the file opens.</summary>
      <returns>A System.IO.Stream object that represents the file.</returns>
      <param name="openOptions">Passes in the value specified from the <see cref="T:Microsoft.SharePoint.SPOpenBinaryOptions" />  enumeration. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenBinaryStream(Microsoft.SharePoint.SPOpenBinaryOptions,System.String,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.OpenFileFormatMetaInfoStream(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFile.ParentFolder">
      <summary>Gets the parent folder of the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the parent folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ProgID">
      <summary>Gets a string that identifies the application in which the file was created.</summary>
      <returns>A string that contains the programmatic identifier of the application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Properties">
      <summary>Gets metadata for the file.</summary>
      <returns>A System.Collections.Hashtable object that contains the metadata.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Publish(System.String)">
      <summary>Submits the file for content approval with the specified comment.</summary>
      <param name="comment">A string that contains the comment.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Recycle">
      <summary>Sends the file to the recycle bin.</summary>
      <returns>A System.Guid object that identifies the file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.RefreshLock(System.String,System.TimeSpan)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.ReleaseLock(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.RemoveSharedAccessRequest"></member>
    <member name="M:Microsoft.SharePoint.SPFile.ReplaceLink(System.String,System.String)">
      <summary>Replaces all instances in the file of a specified link with a new link.</summary>
      <param name="oldUrl">A string that contains the absolute URL to be replaced.</param>
      <param name="newUrl">A string that contains the absolute URL with which to replace the old URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.RevertContentStream">
      <summary>Returns the file to its original uncustomized state so that its logic becomes cached in memory (also known as "ghosted") rather than stored in the database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.Byte[])">
      <summary>Saves the file in binary format based on the specified byte array.</summary>
      <param name="file"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.Byte[],System.Boolean)">
      <summary>Saves the file in binary format based on the specified byte array and a Boolean value that specifies whether to check required fields.</summary>
      <param name="file"></param>
      <param name="checkRequiredFields">true to check required fields when saving the file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.IO.Stream)">
      <summary>Saves the file in binary format based on the specified stream.</summary>
      <param name="file"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.IO.Stream,Microsoft.SharePoint.SPFileSaveBinaryParameters)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.IO.Stream,System.Boolean)">
      <summary>Saves the file in binary format based on the specified stream and a Boolean value that specifies whether to check required fields.</summary>
      <param name="file"></param>
      <param name="checkRequiredFields">true to check required fields when saving the file; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveBinary(System.IO.Stream,System.Boolean,System.Boolean,System.String,System.String,System.IO.Stream,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.SaveFileFormatMetaInfoStream(System.IO.Stream,System.Int32,System.Int32,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.ScheduleEnd(System.DateTime)">
      <param name="endDate"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ScheduleStart(System.DateTime)">
      <param name="startDate"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ScheduleStart(System.DateTime,System.Boolean)">
      <param name="startDate"></param>
      <param name="setModerationStatus"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ScheduleStart(System.DateTime,System.Boolean,System.String)">
      <param name="startDate"></param>
      <param name="setModerationStatus"></param>
      <param name="approvalComment"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ScheduleStart(System.DateTime,System.String)">
      <param name="startDate"></param>
      <param name="approvalComment"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SendToOfficialFile(Microsoft.SharePoint.SPWeb,System.Uri,System.Byte[],Microsoft.SharePoint.RecordsRepositoryProperty[],System.String,System.Uri,System.String,Microsoft.SharePoint.SPOfficialFileSubmissionMode,Microsoft.SharePoint.SPFile.CustomFileSubmissionPostProcessing,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.SendToOfficialFile(System.String,Microsoft.SharePoint.SPOfficialFileHost,Microsoft.SharePoint.RecordsRepositoryProperty[],System.String,Microsoft.SharePoint.SPOfficialFileSubmissionMode,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.SendToOfficialFile(System.String,Microsoft.SharePoint.SPOfficialFileHost,System.String,Microsoft.SharePoint.SPOfficialFileSubmissionMode,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFile.SendToOfficialFile(System.String,System.String@)">
      <param name="recordSeries"></param>
      <param name="additionalInformation"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SendToOfficialFile(System.String@)">
      <param name="additionalInformation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ServerRedirected">
      <summary>Gets a Boolean value that indicates whether users who do not have access to view the source file, or who do not have the appropriate client application installed, are redirected to server-side rendering of the file when they click a link to view it.</summary>
      <returns>true if users are redirected to server-side rendering of the file; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.ServerRelativeUrl">
      <summary>Gets the relative URL of the file based on the URL for the server.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.SetHtmlTranslateCacheItem(System.String,System.Int32,System.Boolean,System.Byte[])">
      <summary>Puts the contents of the file into the cache for HTML translation.</summary>
      <param name="strTranslatedName">A string that contains the name of the file in the cache after it is translated.</param>
      <param name="jobType">A 32-bit integer that uniquely identifies the type of translation (for example, whether the conversion is for Internet Explorer 5.01 or later or for Internet Explorer 5.0 or earlier).</param>
      <param name="fMainThicketFile">true to specify that the file is the first item that is returned when any cache item related to the file is requested; otherwise, false.</param>
      <param name="rgbFileContents">A byte array that contains the content to store for the cache item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.SourceFile">
      <summary>Gets the parent file object of the file that was created through document transforms.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the parent file object, or null if the file was not created through document transforms.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.SourceLeafName">
      <summary>Gets the leaf name of the parent document for the file.</summary>
      <returns>A string that contains the leaf name, or an empty string if the document does not have a parent.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.SourceUIVersion">
      <summary>Gets the version number of the parent document for the file.</summary>
      <returns>A 32-bit integer that indicates the version number, or -1 if the document does not have a parent.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.StorageManagementWebPartPageInformation(Microsoft.SharePoint.SPSite,System.Guid,Microsoft.SharePoint.SPSite.StorageManagementSortedOn,Microsoft.SharePoint.SPSite.StorageManagementSortOrder,System.UInt32)">
      <summary>Returns information about storage management for the Web Part Page.</summary>
      <returns>A System.Data.DataTable object that contains the storage information.</returns>
      <param name="spSite">An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</param>
      <param name="DocumentGuid">A GUID that specifies the Web Part Page.</param>
      <param name="soVar">An <see cref="T:Microsoft.SharePoint.SPSite.StorageManagementSortedOn" /> value that specifies whether items on the page are sorted by size or by date.</param>
      <param name="sordVar">An <see cref="T:Microsoft.SharePoint.SPSite.StorageManagementSortOrder" /> value that specifies the direction in which items are sorted on the page.</param>
      <param name="nMaxResults">An unsigned 32-bit integer that specifies the maximum number of results to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.TakeOffline">
      <summary>Takes the most current approved or major version of the file offline.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.TimeCreated">
      <summary>Gets a date and time value that indicates when the file was created.</summary>
      <returns>A System.DateTime object that specifies when the file was created in Coordinated Universal Time (UTC).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.TimeLastModified">
      <summary>Gets a date and time value that indicates when the file was last modified.</summary>
      <returns>A System.DateTime object that indicates the date and time in Coordinated Universal Time (UTC).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Title">
      <summary>Gets the display name of the file.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.ToString">
      <summary>Returns the URL for the file based on the site or subsite URL.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.TotalLength">
      <summary>Gets the size of the file in bytes, including the size of any Web Parts that are used in the file.</summary>
      <returns>A long integer that specifies the size of the file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.UIVersion">
      <summary>Gets the version number of the file.</summary>
      <returns>A 32-bit integer that indicates the version number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.UIVersionLabel">
      <summary>Gets the version of the file.</summary>
      <returns>A string that contains the version of the file, including the major and minor version numbers in the format "n.n".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.UndoCheckOut">
      <summary>Undoes the file check-out.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.UniqueId">
      <summary>Gets the GUID that uniquely identifies the file in the content database.</summary>
      <returns>A GUID that identifies the file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.UnPublish(System.String)">
      <summary>Removes the file with the specified comment from content approval.</summary>
      <param name="comment"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFile.Update">
      <summary>Updates the database with changes that are made to the file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Url">
      <summary>Gets the site-relative URL of the file.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Versions">
      <summary>Gets a collection of file version objects that represent the versions of the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileVersionCollection" /> object that represents the file versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFile.Web"></member>
    <member name="T:Microsoft.SharePoint.SPFile.CustomFileSubmissionPostProcessing"></member>
    <member name="T:Microsoft.SharePoint.SPFile.SPCheckOutStatus">
      <summary>Specifies the check-out status for a file in a document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutStatus.None">
      <summary>Specifies that the file is not checked out.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutStatus.ShortTerm">
      <summary>Specifies that the file has been opened by a user and is locked for editing. A short-term check-out, or file-locking, has effect only while the application renews the lock.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutStatus.LongTerm">
      <summary>Specifies that the file is check outed out for a long term.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutStatus.LongTermOffline">
      <summary>Specifies that the file is checked out offline.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFile.SPCheckOutType"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutType.Online"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutType.Offline"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPCheckOutType.None"></member>
    <member name="T:Microsoft.SharePoint.SPFile.SPLockType"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPLockType.Exclusive"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPLockType.Shared"></member>
    <member name="F:Microsoft.SharePoint.SPFile.SPLockType.None"></member>
    <member name="T:Microsoft.SharePoint.SPFileCheckOutException"></member>
    <member name="M:Microsoft.SharePoint.SPFileCheckOutException.#ctor(Microsoft.SharePoint.SPFile,System.String,System.Int32,Microsoft.SharePoint.SPFileCheckOutExceptionType)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCheckOutException.#ctor(System.String,System.Int32,Microsoft.SharePoint.SPFileCheckOutExceptionType,Microsoft.SharePoint.SPFile.SPCheckOutType,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFileCheckOutException.CheckedOutBy"></member>
    <member name="P:Microsoft.SharePoint.SPFileCheckOutException.CheckOutType"></member>
    <member name="P:Microsoft.SharePoint.SPFileCheckOutException.Type"></member>
    <member name="T:Microsoft.SharePoint.SPFileCheckOutExceptionType"></member>
    <member name="F:Microsoft.SharePoint.SPFileCheckOutExceptionType.BadCheckOutArguments"></member>
    <member name="F:Microsoft.SharePoint.SPFileCheckOutExceptionType.OnlineCheckOutExists"></member>
    <member name="F:Microsoft.SharePoint.SPFileCheckOutExceptionType.OfflineCheckOutExists"></member>
    <member name="F:Microsoft.SharePoint.SPFileCheckOutExceptionType.NoCheckOutExists"></member>
    <member name="T:Microsoft.SharePoint.SPFileCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFile" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,Microsoft.SharePoint.SPTemplateFileType)">
      <summary>Creates a file in the collection based on the specified URL and template file type. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="templateFileType">An <see cref="T:Microsoft.SharePoint.SPTemplateFileType" /> value that specifies whether the page is a standard SharePoint page or a wiki page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[])">
      <summary>Creates a file in the collection based on the specified URL and on a byte array that contains the file. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],Microsoft.SharePoint.SPFileCollectionAddParameters)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPUser,System.DateTime,System.DateTime)">
      <summary>Creates a file in the collection based on the specified URL, on a byte array that contains a file, on user objects that represent the users who created and last modified the file, and on DateTime values that specify when they did so.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
      <param name="createdBy">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who created the file.</param>
      <param name="modifiedBy">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who last modified the file.</param>
      <param name="timeCreated">A System.DateTime value that specifies when the file was created. To set the time created, you must also set this value through the indexer of the list item that is associated with the file and call the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method.</param>
      <param name="timeLastModified">A System.DateTime value that specifies when the file was last modified. To set the time last modified, you must also set this value through the indexer of the list item that is associated with the file and call the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL and on a byte array that contains a file, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],System.Boolean,System.String,System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL, byte array that contains a file, check-in comment, and Boolean value specifying whether to check required fields, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
      <param name="checkInComment">A string containing a check-in comment to use when creating the file in the collection.  </param>
      <param name="checkRequiredFields">true to check required fields when saving the file; otherwise, false.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],System.Collections.Hashtable)">
      <summary>Creates a file in the collection based on the specified URL, a byte array that contains a file, and a hash table that contains metadata for the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
      <param name="properties">A System.Collections.Hashtable object containing metadata for the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],System.Collections.Hashtable,Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPUser,System.DateTime,System.DateTime,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.Byte[],System.Collections.Hashtable,System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL, a byte array that contains a file, and a hash table that contains metadata for the file, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file">A byte array containing the file.</param>
      <param name="properties">A System.Collections.Hashtable object containing metadata for the file.</param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream)">
      <summary>Creates a file in the collection based on the specified URL and on a Stream object that contains a file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,Microsoft.SharePoint.SPFileCollectionAddParameters)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPUser,System.DateTime,System.DateTime)">
      <summary>Creates a file in the collection based on the specified URL, on a Stream object that contains a file, on user objects that represent the users who created and last modified the file, and on DateTime values that specify when they did so.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
      <param name="createdBy">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who created the file.</param>
      <param name="modifiedBy">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who last modified the file.</param>
      <param name="timeCreated">A System.DateTime value that specifies when the file was created. To set the time created, you must also set this value through the indexer of the list item that is associated with the file and call the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method.</param>
      <param name="timeLastModified">A System.DateTime value that specifies when the file was last modified. To set the time last modified, you must also set this value through the indexer of the list item that is associated with the file and call the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL and on a Stream object that contains a file, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Boolean,System.Boolean,System.IO.Stream,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Boolean,System.String,System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL, Stream object that contains a file, check-in comment, and Boolean value specifying whether to check required fields, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
      <param name="checkInComment">A string containing a check-in comment to use when creating the file in the collection.  </param>
      <param name="checkRequiredFields">true to check required fields when saving the file; otherwise, false.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Collections.Hashtable)">
      <summary>Creates a file in the collection based on the specified URL, a Stream object that contains a file, and a hash table that contains metadata for the file.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
      <param name="properties">A System.Collections.Hashtable object containing metadata for the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Collections.Hashtable,Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPUser,System.DateTime,System.DateTime,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Add(System.String,System.IO.Stream,System.Collections.Hashtable,System.Boolean)">
      <summary>Creates a file in the collection based on the specified URL, a Stream object that contains a file, and a hash table that contains metadata for the file, overwriting any file of the same name only if <paramref name="overwrite" /> is true.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that specifies the URL for the file.</param>
      <param name="file"></param>
      <param name="properties">A System.Collections.Hashtable object containing metadata for the file.</param>
      <param name="overwrite">true to overwrite a file of the same name; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileCollection.Count">
      <summary>Gets the number of files in the collection. </summary>
      <returns>A 32-bit integer that represents the number of files.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileCollection.Delete(System.String)">
      <summary>Deletes the file located at the specified URL. </summary>
      <param name="urlOfFile">A string that contains the URL of the file to delete. For information about the forms of URLs used in Windows SharePoint Services, see Forms of URL Strings.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileCollection.Folder">
      <summary>Gets the parent folder of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the parent folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileCollection.Item(System.Int32)">
      <summary>Gets the file object at the specified index in the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFileCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the file.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileCollection.Item(System.String)">
      <summary>Gets the file object with the specified URL from the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFileCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="urlOfFile">A string that contains the URL of the file.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileCollection.Web">
      <summary>Gets the site to which the collection belongs. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileCollectionAddParameters"></member>
    <member name="M:Microsoft.SharePoint.SPFileCollectionAddParameters.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.AutoCheckoutOnInvalidData"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.CheckInComment"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.CheckRequiredFields"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.FileFormatMetaInfo"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.OutETag"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.OutVirusCheckMessage"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.OutVirusCheckStatus"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.Overwrite"></member>
    <member name="P:Microsoft.SharePoint.SPFileCollectionAddParameters.ThrowOnVirusFound"></member>
    <member name="T:Microsoft.SharePoint.SPFileConversionResult">
      <summary>Indicates the results of a file transform.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.Success">
      <summary>The transform was successful.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.AlreadyCompleted">
      <summary>The transform has been successfully completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.Pending">
      <summary>The transform is currently in the queue.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.AccessDenied"></member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.NotAvailable">
      <summary>The specified transformer ID does not exist.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.Blocked">
      <summary>The transform is blocked by Information Rights Management.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.BackendUnavailable"></member>
    <member name="F:Microsoft.SharePoint.SPFileConversionResult.Failure">
      <summary>The transform did not succeed.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileConversionState">
      <summary>Specifies the conversion state for a file that is being transformed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionState.NotAvailable">
      <summary>The specified transformer ID does not exist.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionState.Available">
      <summary>The transform has not been initiated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionState.Pending">
      <summary>The transform is currently in the queue.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileConversionState.Completed">
      <summary>The transform has successfully completed.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileLevel">
      <summary>Specifies the level of publication for a document.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileLevel.Published">
      <summary>The document is published. Value=1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileLevel.Draft">
      <summary>The document is a draft. Value=2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileLevel.Checkout">
      <summary>The document is checked out. Value=255.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileLockException">
      <summary>Describes the various exceptions that occur when locking operations are performed on an <see cref="T:Microsoft.SharePoint.SPFile" /></summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileLockException.#ctor(Microsoft.SharePoint.SPFile,System.String,System.Int32,Microsoft.SharePoint.SPFileLockExceptionType)"></member>
    <member name="M:Microsoft.SharePoint.SPFileLockException.#ctor(System.String,System.Int32,Microsoft.SharePoint.SPFileLockExceptionType,Microsoft.SharePoint.SPFile.SPLockType,System.String,System.DateTime,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPFileLockException.LockedBy"></member>
    <member name="P:Microsoft.SharePoint.SPFileLockException.LockExpires"></member>
    <member name="P:Microsoft.SharePoint.SPFileLockException.LockId"></member>
    <member name="P:Microsoft.SharePoint.SPFileLockException.LockType"></member>
    <member name="P:Microsoft.SharePoint.SPFileLockException.Type">
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPFileLockExceptionType" /> describing why the lock operation failed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileLockExceptionType"></member>
    <member name="F:Microsoft.SharePoint.SPFileLockExceptionType.BadLockArguments"></member>
    <member name="F:Microsoft.SharePoint.SPFileLockExceptionType.SharedLockExists"></member>
    <member name="F:Microsoft.SharePoint.SPFileLockExceptionType.ExclusiveLockExists"></member>
    <member name="F:Microsoft.SharePoint.SPFileLockExceptionType.NoLockExists"></member>
    <member name="T:Microsoft.SharePoint.SPFileSaveBinaryParameters"></member>
    <member name="M:Microsoft.SharePoint.SPFileSaveBinaryParameters.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.BypassSharedLockId"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.CheckInComment"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.CheckRequiredFields"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.CreateVersion"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.ETagMatch"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.FileFormatMetaInfo"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.OutETagNew"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.OutVirusCheckMessage"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.OutVirusCheckStatus"></member>
    <member name="P:Microsoft.SharePoint.SPFileSaveBinaryParameters.ThrowOnVirusFound"></member>
    <member name="T:Microsoft.SharePoint.SPFileStream">
      <summary>Exposes a Stream object around a SharePoint file.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.#ctor(Microsoft.SharePoint.SPWeb,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPFileStream" /> class.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the Web site that contains the file.</param>
      <param name="sizeHint">A 32-bit integer that specifies a buffer size.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileStream.CanRead">
      <summary>Gets a Boolean value indicating whether the current stream supports reading.</summary>
      <returns>true if the stream supports reading; false if the stream is closed or was opened with write-only access.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileStream.CanSeek">
      <summary>Gets a Boolean value indicating whether the current stream supports seeking.  </summary>
      <returns>true if the stream supports seeking; false if the stream is closed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileStream.CanWrite">
      <summary>Gets a Boolean value indicating whether the current stream supports writing.   </summary>
      <returns>true if the stream supports writing; false if the stream is closed or was opened with read-only access.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Close">
      <summary>Closes the stream and releases all resources that it uses.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Flush">
      <summary>Clears all buffers for this stream and causes any buffered data to be written to the underlying device.   </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileStream.Length">
      <summary>Gets the length in bytes of the stream.  </summary>
      <returns>A long value representing the length of the stream in bytes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileStream.Position">
      <summary>Gets or sets the current position of this stream.   </summary>
      <returns>The current position of this stream.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Read(System.Byte[],System.Int32,System.Int32)">
      <summary>Reads a block of bytes from the stream and writes the data in a given buffer.  </summary>
      <returns>The total number of bytes read into the buffer. This might be less than the number of bytes requested if that number of bytes is not currently available, or zero if the end of the stream is reached.</returns>
      <param name="buffer">When this method returns, contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.</param>
      <param name="offset">Byte offset in array at which to begin reading.  </param>
      <param name="count">The maximum number of bytes to read.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Release">
      <summary>Releases all resources used by the stream.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Seek(System.Int64,System.IO.SeekOrigin)">
      <summary>Sets the current position of this stream to the given value.  </summary>
      <returns>The new position in the stream.</returns>
      <param name="offset">The point relative to origin from which to begin seeking.   </param>
      <param name="origin">Specifies the beginning, the end, or the current position as a reference point for origin, using a value of type System.IO.SeekOrigin.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.SetLength(System.Int64)">
      <summary>Sets the length of this stream to the given value.   </summary>
      <param name="value">The new length of the stream.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileStream.Write(System.Byte[],System.Int32,System.Int32)">
      <summary>Writes a block of bytes to this stream using data from a buffer.   </summary>
      <param name="buffer">A byte array for the buffer containing data to write to the stream. </param>
      <param name="offset">The zero-based byte offset in <paramref name="buffer" /> at which to begin copying bytes to the current stream.   </param>
      <param name="count">The maximum number of bytes to write to the current stream. </param>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileSystemObjectType">
      <summary>Specifies a type of file system object. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileSystemObjectType.Invalid">
      <summary>Invalid. Value = -1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileSystemObjectType.File">
      <summary>File. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileSystemObjectType.Folder">
      <summary>Folder. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPFileSystemObjectType.Web">
      <summary>Web. Value = 2.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileVersion">
      <summary>Represents a version of an <see cref="T:Microsoft.SharePoint.SPFile" /> object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.CheckInComment">
      <summary>Gets the latest check-in comment for the file before it became a version. </summary>
      <returns>A string that contains the comment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.Created">
      <summary>Gets the creation date and time for the file version. </summary>
      <returns>A System.DateTime object that specifies when the file version was created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.CreatedBy">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the creator of the file version.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the creator of the file version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersion.Delete">
      <summary>Deletes the file version.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.File">
      <summary>Gets the parent file object for the version. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the parent file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersion.GetLimitedWebPartManager"></member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.ID">
      <summary>Gets the internal identifier for the file version. </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.IsCurrentVersion">
      <summary>Gets a Boolean value that indicates whether the file version is the current version of the file.  </summary>
      <returns>true if the file version is the current version; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.Level">
      <summary>Gets the level of publication for the file version.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileLevel" /> value that indicates the level of publication.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersion.OpenBinary">
      <summary>Returns a byte array that contains the file version. </summary>
      <returns>A byte array that contains the file version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersion.OpenBinaryStream"></member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.Properties">
      <summary>Gets metadata for the file version. </summary>
      <returns>A System.Collections.Hashtable object that contains the metadata.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersion.Recycle">
      <summary>Sends the file version to the recycle bin.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.Size">
      <summary>Gets the size of the file version in bytes. </summary>
      <returns>A 32-bit integer that indicates the size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.Url">
      <summary>Gets the relative URL of the file version based on the URL for the site or subsite. </summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersion.VersionLabel">
      <summary>Gets the version as a string.  </summary>
      <returns>A string containing the version in the format n.n, for example, 3.1.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFileVersionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFileVersion" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersionCollection.Count">
      <summary>Gets the number of file version objects in the collection. </summary>
      <returns>An unsigned 32-bit integer that indicates the number of file version objects.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.Delete(System.Int32)">
      <summary>Deletes the file version object at the specified index in the collection. </summary>
      <param name="iIndex">A 32-bit integer that specifies the file version object to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.DeleteAll">
      <summary>Deletes all the file version objects in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.DeleteAllMinorVersions">
      <summary>Deletes all the minor file version objects in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.DeleteByID(System.Int32)">
      <summary>Deletes the file version object with the specified integer ID from the collection.</summary>
      <param name="vid">A 32-bit integer that specifies the file version object to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.DeleteByLabel(System.String)">
      <summary>Deletes the file version object with the specified version label.</summary>
      <param name="versionlabel">A string specifying the version in the format n.n; for example, 3.1.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersionCollection.File">
      <summary>Gets the parent file object for the collection.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the parent file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.GetVersionFromID(System.Int32)">
      <summary>Returns the file version object with the specified ID.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFileVersion" /> object that represents the file version.</returns>
      <param name="versionid">A 32-bit integer that specifies the file version.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.GetVersionFromLabel(System.String)">
      <summary>Returns the file version object that has the specified version label.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFileVersion" /> object representing the file version.</returns>
      <param name="versionlabel">A string containing the version in the format n.n; for example, 3.1.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersionCollection.Item(System.Int32)">
      <summary>Gets the file version object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPFileVersionCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFileVersion" /> object that represents the file version object.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.RecycleAll">
      <summary>Recycles all file version objects in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.RecycleAllMinorVersions">
      <summary>Recycles all minor file version objects in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.Restore(System.Int32)">
      <summary>Restores the file version object at the specified index in the collection.</summary>
      <param name="iIndex">A 32-bit integer that specifies the index of the version to restore.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.RestoreByID(System.Int32)">
      <summary>Restores the file version object that has the specified integer ID to the collection.</summary>
      <param name="vid">A 32-bit integer that specifies the version to restore.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.RestoreByID(System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPFileVersionCollection.RestoreByLabel(System.String)">
      <summary>Restores the file version object that has the specified version label.</summary>
      <param name="versionlabel">A string containing the version in the format n.n, for example, 3.1.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFileVersionCollection.Web">
      <summary>Gets the SharePoint site to which the parent file for the collection belongs. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFolder">
      <summary>Represents a folder on a SharePoint Web site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Audit">
      <summary>Gets the auditing object associated with the folder.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAudit" /> object associated with the folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ContainingDocumentLibrary">
      <summary>Gets the document library that contains the folder, if one exists.</summary>
      <returns>The GUID for the document library.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ContentTypeOrder"></member>
    <member name="M:Microsoft.SharePoint.SPFolder.CopyTo(System.String)">
      <summary>Copies the folder and its contents into a new folder at the specified URL.</summary>
      <param name="strNewUrl">A string that specifies the URL for the new folder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolder.Delete">
      <summary>Deletes the folder.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Exists">
      <summary>Gets a Boolean value that indicates whether the folder exists.</summary>
      <returns>true if the folder exists; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Files">
      <summary>Gets the collection of all files contained in the folder.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileCollection" /> object that represents the files.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Item">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPListItem" /> object corresponding to the folder, if the folder belongs to a document library.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object corresponding to the folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ItemCount">
      <summary>Gets the number of direct children, including subfolders, in this folder.</summary>
      <returns>Returns a <see cref="T:System.Int32" /> representing the number of items contained in this folder.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolder.MoveTo(System.String)">
      <summary>Moves the folder and its contents to a new folder at the specified URL.</summary>
      <param name="strNewUrl">A string that specifies the URL for the new folder.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Name">
      <summary>Gets the name of the folder.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ParentFolder">
      <summary>Gets the parent folder of the folder.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the parent folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ParentListId">
      <summary>Gets the ID for the parent list of the folder.</summary>
      <returns>A System.Guid object that identifies the folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ParentWeb">
      <summary>Gets the parent Web site of the folder.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Properties">
      <summary>Gets a hash table that contains metadata for the folder.</summary>
      <returns>A System.Collections.Hashtable object that contains the metadata.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolder.Recycle">
      <summary>Sends the folder to the recycle bin.</summary>
      <returns>A System.Guid that represents the transaction ID of the delete transaction.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the folder.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.SubFolders">
      <summary>Gets the collection of subfolders contained within the folder.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolderCollection" /> object that represents the subfolders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolder.ToString">
      <summary>Returns the relative URL of the folder based on the parent Web site.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.UniqueContentTypeOrder"></member>
    <member name="P:Microsoft.SharePoint.SPFolder.UniqueId">
      <summary>Gets the unique ID of the folder.  </summary>
      <returns>A System.Guid that identifies the folder in the form: "rid:{00000000-0000-0000-0000-000000000000}". </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolder.Update">
      <summary>Updates the database with changes made to the folder.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.Url">
      <summary>Gets the Web site-relative URL of the folder.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolder.WelcomePage">
      <summary>Gets or sets the URL to which users are redirected when they browse to the folder. </summary>
      <returns>A string that contains the URL to which users are redirected. For a wiki site, the string specifies a site-relative URL, for example, MyWikiFolder/MyWelcomePage.aspx, but for a wiki library, the string specifies a folder-relative URL, for example, MyWelcome.aspx.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFolderCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFolder" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolderCollection.Add(System.String)">
      <summary>Adds the folder that is located at the specified URL to the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
      <param name="strUrl">A string that specifies the URL of the folder.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolderCollection.Count">
      <summary>Gets the number of folders in the collection. </summary>
      <returns>A 32-bit integer that represents the number of folders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFolderCollection.Delete(System.String)">
      <summary>Deletes the folder that is located at the specified URL from the collection. </summary>
      <param name="strUrl">A string that specifies the URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolderCollection.Folder">
      <summary>Gets the parent folder of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the parent folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolderCollection.Item(System.Int32)">
      <summary>Gets the folder object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFolderCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the folder.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolderCollection.Item(System.String)">
      <summary>Gets the folder object that is located at the specified URL from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFolderCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
      <param name="urlOfFolder">A string that contains the URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFolderCollection.Web">
      <summary>Gets the parent Web site of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPForm">
      <summary>Represents a form creating, displaying, or editing a list item in a list. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.FormId"></member>
    <member name="P:Microsoft.SharePoint.SPForm.ID">
      <summary>Gets the GUID that identifies the form. </summary>
      <returns>A GUID that identifies the form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.MobileUrl"></member>
    <member name="P:Microsoft.SharePoint.SPForm.ParentList">
      <summary>Gets the parent list of the form. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.SchemaXml">
      <summary>Gets the schema in Collaborative Application Markup Language (CAML) that defines the form.</summary>
      <returns>A string that contains the CAML Schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the form.</summary>
      <returns>A string containing the server-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.TemplateName">
      <summary>Gets the name of a predefined control template for the form.</summary>
      <returns>A string containing the name of the control template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.ToolbarTemplateName">
      <summary>Gets the name of a predefined control template for the form toolbar.</summary>
      <returns>A string that contains the name of the control template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.Type">
      <summary>Gets the type of the form.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that indicates the type of the form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPForm.Url">
      <summary>Gets the Web site–relative URL of the form.</summary>
      <returns>A string that contains the Web site–relative URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFormCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPForm" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.Count">
      <summary>Gets the number of forms in the collection. </summary>
      <returns>A 32-bit integer that represents the number of forms.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPFormCollection.GetFormFromFormId(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.Item(Microsoft.SharePoint.PAGETYPE)">
      <summary>Gets the form of the specified type from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFormCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPForm" /> object that represents the form.</returns>
      <param name="formType">A<see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that specifies the type of the form.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.Item(System.Int32)">
      <summary>Gets the form object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFormCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPForm" /> object that represents the form.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.Item(System.String)">
      <summary>Gets the form located at the specified URL from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPFormCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPForm" /> object that represents the form.</returns>
      <param name="url">A string that contains the site-relative URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.List">
      <summary>Gets the parent list of the form.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormCollection.SchemaXml">
      <summary>Gets the schema in Collaborative Application Markup Language that defines the collection.</summary>
      <returns>A string that contains the CAML schema.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPFormContext">
      <summary>Provides information about the context that is specific to a list item form.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormContext.EnableInputFieldLabels">
      <summary>Gets or sets a Boolean value that specifies whether the Edit or New form uses edit or add mode field labels.</summary>
      <returns>true to specify that the form uses field labels; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormContext.FieldControlCollection">
      <summary>Gets an ArrayList that stores the field controls in the form.</summary>
      <returns>A System.Collections.ArrayList object that stores the field controls.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormContext.FormMode">
      <summary>Gets or sets the control mode of the form.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.SPControlMode" /> value that specifies the control mode. Possible values include Display, Edit, Invalid, and New.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPFormContext.OnSaveHandler">
      <summary>Gets or sets an event handler for callback when the Save button in the form is clicked. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPFormContext.SetFormMode(Microsoft.SharePoint.WebControls.SPControlMode,System.Boolean)">
      <summary>Sets the control mode of the form.</summary>
      <param name="mode">An <see cref="T:Microsoft.SharePoint.WebControls.SPControlMode" /> value that specifies the control mode. Possible values include Display, Edit, Invalid, and New.</param>
      <param name="forceSettingFormMlode">true to implement the new control mode in the form even if the form contains controls that are in a different control mode; otherwise, false.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPGroup">
      <summary>Represents a group on a Windows SharePoint Services Web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.AddUser(Microsoft.SharePoint.SPUser)">
      <summary>Adds the specified user to the group. </summary>
      <param name="user"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.AddUser(System.String,System.String,System.String,System.String)">
      <summary>Adds the user who is specified by a particular user name, e-mail address, display name, and notes to the group. </summary>
      <param name="loginName">A string that contains the user name (DOMAIN\User_Alias).</param>
      <param name="email">A string that contains the e-mail address of the user.</param>
      <param name="name">A string that contains the display name of the user.</param>
      <param name="notes">A string that contains notes regarding the user.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.AllowMembersEditMembership">
      <summary>Gets or sets a Boolean value that specifies whether group members can modify membership in the group.</summary>
      <returns>true to allow group members to modify membership; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.AllowRequestToJoinLeave">
      <summary>Gets or sets a Boolean value that specifies whether to allow users to request membership in the group and to allow users to request to leave the group.</summary>
      <returns>true to allow users to request membership in the group or request to leave the group; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.AutoAcceptRequestToJoinLeave">
      <summary>Gets or sets a Boolean value that specifies whether users are automatically added or removed when they make a request.</summary>
      <returns>true to specify that users are automatically added or removed when they make a request; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.CanCurrentUserEditMembership">
      <summary>Gets a Boolean value that indicates whether the current user can modify membership of the group.</summary>
      <returns>true if the current user can modify group membership; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.CanCurrentUserManageGroup">
      <summary>Gets a Boolean value that indicates whether the current user can manage the group.</summary>
      <returns>true if the current user can manage the group; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.CanCurrentUserViewMembership">
      <summary>Gets a Boolean value that indicates whether the current user can view the member list of the group.</summary>
      <returns>true if the current user can view the member list of the group; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.ClearDistributionGroupErrorMessage">
      <summary>Clears the distribution group error message.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.ContainsCurrentUser">
      <summary>Gets a Boolean value that indicates whether the group contains the current user, included either through direct or indirect membership.</summary>
      <returns>true if the group contains the current user; otherwise, false. For example, if the group object contains a domain group that contains the current user, this property returns true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.CreateDistributionGroup(System.String)">
      <summary>Creates a distribution list for the group.</summary>
      <param name="dlAlias">A string that contains the e-mail alias of the new distribution list.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.DeleteDistributionGroup">
      <summary>Deletes the distribution list that is associated with the group.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.Description">
      <summary>Gets or sets the description for the group.</summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.DistributionGroupAlias">
      <summary>Gets the distribution group alias that is associated with the group.</summary>
      <returns>A string that contains the alias of the group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.DistributionGroupEmail">
      <summary>Gets the e-mail address of the distribution group.</summary>
      <returns>A string that contains the e-mail address of the distribution group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.DistributionGroupErrorMessage">
      <summary>Gets the most recent error message that was returned by an asynchronous distribution group operation.</summary>
      <returns>A string that contains the most recent error message.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.DistributionGroupPendingJobData">
      <summary>Gets the type and identifier (ID) of the currently pending asynchronous Directory Management Service request.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDistributionGroupJobData" /> object that contains the type and ID of the request that is currently pending, if any, or null if there is none. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.ExplicitlyContainsCurrentUser">
      <summary>Gets a Boolean value that indicates whether the current user has been added explicitly as a direct member of the Windows SharePoint Services group, as opposed to indirect membership through a directory group.</summary>
      <returns>true if the current user is a direct member of the group; otherwise, false. If the group object contains a domain group that includes the current user but the group object does not directly include the user, this property returns false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.GetDistributionGroupArchives(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the lists that serve as archives for messages that are sent to the distribution lists for this group.</summary>
      <returns>A System.Collections.ObjectModel.ReadOnlyCollection object that represents the lists that serve as archives.</returns>
      <param name="filterWeb">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web site in which lists serve as distribution-group archives for the group. Set this parameter to null to return all distribution-group archives for the group.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.ID">
      <summary>Gets the identifier (ID) for the group.</summary>
      <returns>A 32-bit integer that specifies the group ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.Name">
      <summary>Gets or sets the name of the group.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.OnlyAllowMembersViewMembership">
      <summary>Gets or sets a Boolean value that specifies whether only group members are allowed to view the list of members in the group.</summary>
      <returns>true to allow only group members to view the list of members; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.Owner">
      <summary>Gets or sets the owner for the group, which can be a user or another group. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPMember" /> object that represents the owner.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.RemoveUser(Microsoft.SharePoint.SPUser)">
      <summary>Removes the specified user from the group. </summary>
      <param name="user">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.RenameDistributionGroup(System.String)">
      <summary>Renames the distribution list that is associated with the group.</summary>
      <param name="newAlias">A string that contains the new e-mail alias for the distribution list.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.RequestToJoinLeaveEmailSetting">
      <summary>Gets or sets the e-mail address to which membership requests are sent.</summary>
      <returns>A string that contains the e-mail address to which membership requests are sent.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.ResynchronizeDistributionGroup">
      <summary>Updates the member list and properties of the distribution list that is associated with the group, to match the current values of the group.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.SetDistributionGroupArchives(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.SPList},Microsoft.SharePoint.SPWeb)">
      <summary>Sets the lists that serve as distribution group archives for the group.</summary>
      <param name="lists"></param>
      <param name="filterWeb">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web site that contains distribution-group archives that have been previously set.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.ToString">
      <summary>Returns the name of the group. </summary>
      <returns>A string that contains the name of the group.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.Update">
      <summary>Updates the database with changes that have been made to the properties of the group. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroup.UpdateDistributionGroupStatus">
      <summary>Queries the Directory Management Service for the status of a pending operation, if any, for the group's distribution list, and if an operation has just completed, resynchronizes data if necessary.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.Users">
      <summary>Gets a collection of user objects that represents all the users in the group. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroup.Xml">
      <summary>Gets the properties of the group as an XML string. </summary>
      <returns>A string that contains the XML, as follows: Copy Code&lt;Group ID="4" Name="Team Site Visitors" Description=
    "Use this group to give people read permissions
    to the SharePoint site: Team Site" OwnerID="3" 
    OwnerIsUser="False" /&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPGroupCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPGroup" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.Add(System.String,Microsoft.SharePoint.SPMember,Microsoft.SharePoint.SPUser,System.String)">
      <summary>Adds a group to the collection of groups in a site collection.</summary>
      <param name="name">A string that contains the new group name.</param>
      <param name="owner">An <see cref="T:Microsoft.SharePoint.SPMember" /> object that specifies the owner.</param>
      <param name="defaultUser">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that specifies the default user for the group.</param>
      <param name="description">A string that contains a description for the group.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroupCollection.Count">
      <summary>Gets the number of groups in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of groups.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.GetByID(System.Int32)">
      <summary>Returns a group from the collection based on the member ID of the group. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the group.</returns>
      <param name="id">A 32-bit integer that specifies the member ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.GetCollection(System.Int32[])">
      <summary>Returns a collection of groups from the collection based on the group IDs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
      <param name="groupIds">An array of 32-bit integers that specify the groups to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.GetCollection(System.String[])">
      <summary>Returns a collection of groups from the collection based on an array of names. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
      <param name="names">A string array that contains the names.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroupCollection.Item(System.Int32)">
      <summary>Gets the group object at the specified index in the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the group.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroupCollection.Item(System.String)">
      <summary>Gets the group object that has the specified name from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the group.</returns>
      <param name="name">A string that contains the group name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.Remove(System.Int32)">
      <summary>Removes the group at the specified index in the collection. </summary>
      <param name="index">A 32-bit integer that specifies the index of the group to be removed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.Remove(System.String)">
      <summary>Removes the group with the specified name from the collection. </summary>
      <param name="name">A string that contains the name of the group to be removed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPGroupCollection.RemoveByID(System.Int32)">
      <summary>Removes the group with the specified member ID from the collection. </summary>
      <param name="id">A 32-bit integer that specifies the member ID of the group to be removed.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPGroupCollection.Xml">
      <summary>Gets the properties of the collection as XML. </summary>
      <returns>A string that contains the XML, as follows: Copy Code&lt;Groups&gt;
  &lt;Group ID="4" Name="Team Site Visitors" Description="Use this group
    to give people read permissions to the SharePoint site: Team Site" 
    OwnerID="3" OwnerIsUser="False" /&gt;
  &lt;Group ID="8" Name="MyWebsite Members" Description="Use this group to 
    give people contribute permissions to the SharePoint site:
    MyWebsite" OwnerID="7" OwnerIsUser="False" /&gt;
  &lt;Group ID="7" Name="MyWebsite Owners" Description="Use this group to
    give people full control permissions to the SharePoint site:
    MyWebsite" OwnerID="7" OwnerIsUser="False" /&gt;
&lt;/Groups&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPHourlySchedule">
      <summary>Represents an hourly schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPHourlySchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPHourlySchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPHourlySchedule.BeginMinute">
      <summary>Gets or sets the minute at which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the begin minute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPHourlySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPHourlySchedule.EndMinute">
      <summary>Gets or sets the minute at which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the end minute.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPHourlySchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPHourlySchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder">
      <summary>Represents an expression builder for returning an HTML-encoded resource string.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPHtmlEncodedResourceExpressionBuilder" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPIdentifierTypes"></member>
    <member name="F:Microsoft.SharePoint.SPIdentifierTypes.WindowsSamAccountName"></member>
    <member name="F:Microsoft.SharePoint.SPIdentifierTypes.WindowsSecurityGroupSid"></member>
    <member name="F:Microsoft.SharePoint.SPIdentifierTypes.FormsUser"></member>
    <member name="F:Microsoft.SharePoint.SPIdentifierTypes.FormsRole"></member>
    <member name="F:Microsoft.SharePoint.SPIdentifierTypes.EncodedClaim"></member>
    <member name="T:Microsoft.SharePoint.SPIdentityProviderTypes"></member>
    <member name="P:Microsoft.SharePoint.SPIdentityProviderTypes.Forms"></member>
    <member name="P:Microsoft.SharePoint.SPIdentityProviderTypes.PersonalCard"></member>
    <member name="P:Microsoft.SharePoint.SPIdentityProviderTypes.Trusted"></member>
    <member name="P:Microsoft.SharePoint.SPIdentityProviderTypes.Windows"></member>
    <member name="T:Microsoft.SharePoint.SPInvalidPropertyException">
      <summary>Represents an exception that is thrown for invalid properties in a property bag. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPInvalidPropertyException.PropertyName">
      <summary>Gets the name of the property for which the exception is thrown.</summary>
      <returns>A string that contains the name of the property.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPIssueList">
      <summary>Represents an issues list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPIssueList.CreateIssueReport(System.String,System.String,System.UInt32,System.UInt32,System.String,System.String,Microsoft.SharePoint.SPIssueList.ReportType,System.Boolean,System.UInt32@,System.UInt32@,System.Object@)">
      <summary>Creates a report for an Issues list.   </summary>
      <returns>Obsolete. Always returns true.</returns>
      <param name="Category">A string that specifies a category for the issue. Set to null to return all categories in the report.</param>
      <param name="Status">A string that specifies the status for the issue. Set to null to create a report that includes all statuses for an issue.  </param>
      <param name="AssignedToUserId">An unsigned 32-bit integer that specifies the ID of the user to whom the issue is assigned. Set to -1 to create a report on issues assigned to all users.  </param>
      <param name="CreatedByUserId">An unsigned 32-bit integer that specifies the ID of the user who created the issue. Set to -1 to create a report on issues created by all users. </param>
      <param name="StartDate">A string that specifies the start date for the issue according to the Coordinated Universal Time (UTC) in the format yyyymmddThhmmssZ.  </param>
      <param name="EndDate">A string that specifies the end date for the issue according to the Coordinated Universal Time (UTC) in the format yyyymmddThhmmssZ.  </param>
      <param name="type">A <see cref="T:Microsoft.SharePoint.SPIssueList.ReportType" /> value that specifies the kind of report to return. The following table shows which of the other parameters to specify for this method based on the type of report that is specified.TypeParametersByCategory<paramref name="Category, Status" />ByOwner<paramref name="AssignedToUserID, Status" />CreationTimeline<paramref name="Category, CreatedByUserID, StartDate, EndDate" />StatusTimeline<paramref name="Category, AssignedToUserID, StartDate, EndDate, Status" /></param>
      <param name="bUseIntlDate"></param>
      <param name="rowsCount">An unsigned 32-bit integer that returns the number of rows that are used in the report. </param>
      <param name="colsCount">An unsigned 32-bit integer that returns the number of columns that are used in the report.  </param>
      <param name="reportdata">An object that returns the data in the report.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPIssueList.CreateIssueReport(System.String,System.String,System.UInt32,System.UInt32,System.String,System.String,Microsoft.SharePoint.SPIssueList.ReportType,System.UInt32@,System.UInt32@,System.Object@)">
      <summary>Obsolete. Creates a report for an Issues list. </summary>
      <returns>true if the report is successfully created; otherwise, false.</returns>
      <param name="Category">A string that specifies a category for the issue. Set to null to return all categories in the report.</param>
      <param name="Status">A string that specifies the status for the issue. Set to null to create a report that includes all statuses for an issue.</param>
      <param name="AssignedToUserId">An unsigned 32-bit integer that specifies the ID of the user to whom the issue is assigned. Set to -1 to create a report on issues assigned to all users.</param>
      <param name="CreatedByUserId">An unsigned 32-bit integer that specifies the ID of the user who created the issue. Set to -1 to create a report on issues created by all users.</param>
      <param name="StartDate">A string that specifies the start date for the issue according to the Coordinated Universal Time (UTC) in the format yyyymmddThhmmssZ.</param>
      <param name="EndDate">A string that specifies the end date for the issue according to the Coordinated Universal Time (UTC) in the format yyyymmddThhmmssZ.</param>
      <param name="type">A <see cref="T:Microsoft.SharePoint.SPIssueList.ReportType" /> value that specifies the kind of report to return. The following table shows which of the other parameters to specify for this method based on the type of report that is specified.TypeParametersByCategory<paramref name="Category, Status" />ByOwner<paramref name="AssignedToUserID, Status" />CreationTimeline<paramref name="Category, CreatedByUserID, StartDate, EndDate" />StatusTimeline<paramref name="Category, AssignedToUserID, StartDate, EndDate, Status" /></param>
      <param name="rowsCount">An unsigned 32-bit integer that returns the number of rows that are used in the report.</param>
      <param name="colsCount">An unsigned 32-bit integer that returns the number of columns that are used in the report.</param>
      <param name="reportdata">An object that returns the data in the report.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPIssueList.EnableAssignedToEmail">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.SPList.EnableAssignToEmail" /> property of the <see cref="T:Microsoft.SharePoint.SPList" /> class to specify whether e-mail notification is enabled. (In Windows SharePoint Services 2.0, the EnableAssignedToEmail property got or set a Boolean value that specified whether to send an e-mail alert when an item in the issues list was assigned to a user and the item changed.) </summary>
      <returns>true to enable assigned-to e-mail; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPIssueList.SetAttributesForPropertiesXML(System.Xml.XmlTextWriter)">
      <param name="w"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPIssueList.ReportType">
      <summary>Specifies the kind of report to use in displaying data from an Issues list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPIssueList.ReportType.ByCategory">
      <summary>Specifies a report by category.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPIssueList.ReportType.ByOwner">
      <summary>Specifies a report by owner.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPIssueList.ReportType.CreationTimeline">
      <summary>Specifies a report that shows the number of issues that were created over a date range.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPIssueList.ReportType.StatusTimeline">
      <summary>Specifies a report that shows the number of issues over a date range.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPItem">
      <summary>Abstract base class that constitutes the data transport item upon which forms operate.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPItem" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItem.Delete">
      <summary>Deletes the item from its store.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPItem.Fields">
      <summary>Gets or sets the collection of fields for metadata associated with the item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItem.ID">
      <summary>Gets or sets the ID of the item.</summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPItem.InvalidItemId">
      <summary>Specifies an invalid item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPItem.Item(System.Int32)">
      <summary>Gets or sets a field object for the item that has the specified integer index.</summary>
      <returns>An object that represents the field.</returns>
      <param name="index">A 32-bit integer representing the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPItem.Item(System.String)">
      <summary>Gets or sets a field object for the item based on the specified internal name of the field.</summary>
      <returns>An object that represents the field.</returns>
      <param name="fieldName">A string containing the internal name of the field.</param>
    </member>
    <member name="F:Microsoft.SharePoint.SPItem.m_Fields">
      <summary>Stores the field objects associated with the item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItem.Update">
      <summary>Contains custom code for saving the state of the item in the respective store.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPItemEventDataCollection">
      <summary>Holds the properties of an item in state, which can be the current properties of the item (for Before events), properties that the item will have (for updating events), or changed properties of the item (for After events).</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventDataCollection.ChangedProperties">
      <summary>Gets properties that have changed in the collection.</summary>
      <returns>A System.Collections.Hashtable object that represents the changes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventDataCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.SPItemEventDataCollection.Item(System.String)">
      <summary>Gets the event data with the specified key from the collection.</summary>
      <returns>An object that represents the event data.</returns>
      <param name="key">A string that contains the key.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPItemEventProperties">
      <summary>Contains properties for asynchronous list item event handlers, and serves as a base class for Before synchronous event handlers.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.AfterProperties">
      <summary>Gets a hash table of properties consisting of string/value pairs that correspond to fields in the <see cref="T:Microsoft.SharePoint.SPItem" /> object after the event occurred.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPItemEventDataCollection" /> object that represents the properties of the item after the event occurred.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.AfterUrl">
      <summary>Gets the URL of the item after the event occurred.</summary>
      <returns>A string that contains the URL of the item after the event occurred.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.BeforeProperties">
      <summary>Gets a hash table of properties consisting of string/value pairs that correspond to fields in the <see cref="T:Microsoft.SharePoint.SPItem" /> object before the event occurred.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPItemEventDataCollection" /> object that represents the properties of the item before the event occurred.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.BeforeUrl">
      <summary>Gets the URL of the item before the event occurred.</summary>
      <returns>A string that contains the URL of the item before the event occurred.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.Context">
      <summary>Gets the context of the item event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventContext" /> object that represents the context of the item event.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.CurrentUserId">
      <summary>Gets the integer ID of the user whose action caused the event to occur.</summary>
      <returns>A 32-bit integer that identifies the user.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventProperties.Dispose">
      <summary>Releases all unmanaged resources used by the site collection object in which the event occurred.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventProperties.GetListItemFields(System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPItemEventProperties.InvalidateListItem"></member>
    <member name="M:Microsoft.SharePoint.SPItemEventProperties.InvalidateWeb"></member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.List">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPList" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.ListId">
      <summary>Gets the ID of the list in which the event occurred.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.ListItem">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.ListItemId">
      <summary>Gets the ID of the list item to which the event occurred.</summary>
      <returns>A 32-bit integer that identifies the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.ListTitle">
      <summary>Gets the title of the list in which the event occurred.</summary>
      <returns>A string that contains the title of the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventProperties.OpenWeb">
      <summary>Returns the site in which the event occurred.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.RelativeWebUrl">
      <summary>Gets the server-relative URL of the Web site in which the event occurred.</summary>
      <returns>A string that contains the server-relative URL of the Web site, for example, /Site_Name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.UserDisplayName">
      <summary>Gets the display name of the user whose action caused the event to occur.</summary>
      <returns>A string that contains the name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.UserLoginName">
      <summary>Gets the user name of the user whose action caused the event to occur.</summary>
      <returns>A string that contains the user name, in other words, the domain name and user alias (DOMAIN\alias).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.Versionless"></member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.Web">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPWeb" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.WebUrl">
      <summary>Gets the absolute URL of the site in which the list item event occurs.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPItemEventProperties.Zone">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPItemEventReceiver">
      <summary>Provides methods for trapping events that occur to items. This class is never instantiated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPItemEventReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ContextEvent(Microsoft.SharePoint.SPItemEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAdded(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after a new item has been added to its containing object.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAdding(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when a new item is added to its containing object.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAttachmentAdded(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after a user adds an attachment to an item.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAttachmentAdding(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when a user adds an attachment to an item.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAttachmentDeleted(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs when after a user removes an attachment from an item.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemAttachmentDeleting(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when a user removes an attachment from an item.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemCheckedIn(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after an item is checked in.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemCheckedOut(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after an item is checked out.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemCheckingIn(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs as a file is being checked in.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemCheckingOut(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs after an item is checked out.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemDeleted(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after an existing item is completely deleted.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemDeleting(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs before an existing item is completely deleted.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemFileConverted(Microsoft.SharePoint.SPItemEventProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemFileMoved(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Occurs after a file is moved.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemFileMoving(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Occurs when a file is being moved.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemUncheckedOut(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when an item is being unchecked out.</summary>
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemUncheckingOut(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when an item is being unchecked out.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPItemEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemUpdated(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Asynchronous After event that occurs after an existing item is changed, for example, when the user changes data in one or more fields.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPItemEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPItemEventReceiver.ItemUpdating(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Synchronous Before event that occurs when an existing item is changed, for example, when the user changes data in one or more fields.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPItemEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPLanguage">
      <summary>Represents a natural language used within the context of Microsoft Windows SharePoint Services. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLanguage.DisplayName">
      <summary>Gets the name of the language as displayed in the user interface. </summary>
      <returns>A string that contains the display name of the language.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLanguage.LCID">
      <summary>Gets the locale identifier (LCID) for the language. </summary>
      <returns>A 32-bit integer that specifies the LCID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPLanguageCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPLanguage" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLanguageCollection.Count">
      <summary>Gets the number of languages in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of languages.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLanguageCollection.Item(System.Int32)">
      <summary>Gets the language object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPLanguageCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPLanguage" /> object that represents the language.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPLink">
      <summary>Describes a link to or from a document or regular list item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.IsBroken">
      <summary>Gets a Boolean value that indicates whether the link is broken.</summary>
      <returns>true if the link is broken; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.IsInternal">
      <summary>Gets a Boolean value that indicates whether the link goes to or from a page within the current Web site.</summary>
      <returns>true if the link is internal to the Web site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.IsToFolder">
      <summary>Gets a Boolean value that indicates whether the link goes to a folder within the current Web site.</summary>
      <returns>true if the link goes to a folder within the current Web site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the link.</summary>
      <returns>A string that contains the server-relative URL or the link. Returns null if the link goes to an external server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.Url">
      <summary>Gets the absolute URL of the link.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.UrlParameter">
      <summary>Gets a parameter that is passed as part of a URL in a link.</summary>
      <returns>A string that contains the parameter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLink.WebId">
      <summary>Gets the ID of the site containing the link.</summary>
      <returns>A GUID that identifies the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPLinkCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPLink" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPLinkCollection.CopyTo(Microsoft.SharePoint.SPLink[],System.Int32)">
      <summary>Copies the collection to an array of <see cref="T:Microsoft.SharePoint.SPLink" /> objects starting at the specified index in the array.</summary>
      <param name="array">An array of <see cref="T:Microsoft.SharePoint.SPLink" /> objects to which to copy the link collection.</param>
      <param name="index">A 32-bit integer specifying the zero-based index in the array at which to begin copying the links.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPLinkCollection.Count">
      <summary>Gets the number of link objects in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of links.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLinkCollection.Item(System.Int32)">
      <summary>Gets the link object at the specified index in the collection.</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPList">
      <summary>Represents a list on a SharePoint Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.AddItem">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.AddItem(System.String,Microsoft.SharePoint.SPFileSystemObjectType)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
      <param name="folderUrl"></param>
      <param name="underlyingObjectType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.AddItem(System.String,Microsoft.SharePoint.SPFileSystemObjectType,System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
      <param name="folderUrl"></param>
      <param name="underlyingObjectType"></param>
      <param name="leafName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.AddWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Adds a workflow association to the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWorkflowAssociation" /> object that represents the workflow.  </returns>
      <param name="workflowAssociation">An <see cref="T:Microsoft.SharePoint.SPWorkflowAssociation" /> object that represents the workflow.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AlertTemplate">
      <summary>Gets or sets the alert template that is used by the list.   </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertTemplate" /> object that represents the alert template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AllowContentTypes">
      <summary>Returns true if the list supports content types.  </summary>
      <returns>true if the list supports content types; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AllowDeletion">
      <summary>Gets or sets a Boolean value specifying whether the list can be deleted.</summary>
      <returns>true if the list can be deleted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AllowEveryoneViewItems">
      <summary>Gets or sets a Boolean value specifying whether everyone can view documents in the document library or attachments to items in the list.</summary>
      <returns>true if the documents or attachments can be viewed by everyone; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AllowMultiResponses">
      <summary>Gets or sets a Boolean value specifying whether users are allowed to give multiple responses to the survey.</summary>
      <returns>true if users are allowed to give multiple responses to the survey; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AllowRssFeeds">
      <summary>Gets a Boolean value that specifies whether the list allows RSS feeds.</summary>
      <returns>true if RSS feeds are allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AnonymousPermMask">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.SPList.AnonymousPermMask64" /> property to get or set the base permissions for anonymous users of the list instead. (In Windows SharePoint Services 2.0, the AnonymousPermMask property got or set the permissions for anonymous users of the list.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies permissions for the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AnonymousPermMask64">
      <summary>Gets or sets the base permissions for anonymous users of the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the permissions given to anonymous users of the list. An anonymous user cannot edit, add, or delete documents in a library, even though AddListItems and EditListItems values can be specified through this property.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.AppendDataTable(Microsoft.SharePoint.SPQuery,Microsoft.SharePoint.SPListGetDataTableOptions,System.Data.DataTable,Microsoft.SharePoint.SPListItemCollectionPosition@)">
      <param name="query"></param>
      <param name="flags"></param>
      <param name="dataTable"></param>
      <param name="position"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ApplicationList">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Audit">
      <summary>Gets the audit log that is associated with the list.   </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAudit" /> object that represents the audit log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Author">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents information about the user who created the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents information about the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.AutoSaveEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.BaseTemplate">
      <summary>Gets the list definition type on which the list is based.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that identifies the list definition type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.BaseType">
      <summary>Gets the base type for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBaseType" /> value that specifies the base type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.BreakRoleInheritance(System.Boolean,System.Boolean)">
      <param name="CopyRoleAssignments"></param>
      <param name="ClearSubScopes"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.CanReceiveEmail">
      <summary>Gets a Boolean value specifying whether the list can receive e-mail.</summary>
      <returns>true if the list can receive e-mail; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.CheckPermissions(Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks the permissions for the list and throws UnauthorizedAccessException if the current user does not have the specified set of rights.</summary>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies permissions for the list. See also <see cref="Overload:Microsoft.SharePoint.SPListItem.DoesUserHavePermissions" />. If the permission of the current user on the current list object does not include all the bits that are specified in the <paramref name="permissionMask" /> parameter, UnauthorizedAccessException is thrown. When the code is running within a Web application, the user may be redirected to /_layouts/AccessDenied.aspx.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ContentTypes">
      <summary>Gets the content types that are associated with the list.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeCollection" /> collection that contains the content types that are associated with the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ContentTypesEnabled">
      <summary>Gets or sets a Boolean value specifying whether content types are enabled for the list.</summary>
      <returns>true if content types are enabled for the list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Created">
      <summary>Gets the creation date and time for the list.</summary>
      <returns>A System.DateTime object that specifies when the list was created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.CurrentChangeToken">
      <summary>Gets the change token that will be used in logging the next change to the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DataSource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListDataSource" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultApprovalWorkflowId">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPList.DefaultContentApprovalWorkflowId" /> property instead.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultContentApprovalWorkflowId">
      <summary>Gets or sets the globally unique identifier (GUID) of a workflow association that is used to manage the Content Approval process for the list.</summary>
      <returns>A System.Guid object that identifies a workflow association that has already been added to the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultDisplayFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultEditFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultItemOpen">
      <summary>Gets or sets a value that specifies whether to open list items in a client application or in the browser.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.DefaultItemOpen" /> value that specifies how to open items in the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultItemOpenUseListSetting">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultNewFormUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultView">
      <summary>Gets the default view for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the default view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DefaultViewUrl">
      <summary>Gets the URL of the default view for the list.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.Delete">
      <summary>Deletes the list.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Description">
      <summary>Gets or sets the description for the list.</summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DescriptionResource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResource" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Direction">
      <summary>Gets or sets the direction of the reading order for the list.</summary>
      <returns>A string that contains ltr if the reading order is left-to-right, rtl if it is right-to-left, or none.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DisableGridEditing">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.DoesUserHavePermissions(Microsoft.SharePoint.SPBasePermissions,System.Boolean)">
      <summary>Checks the permissions of the list, and, optionally. checks the folder permissions.</summary>
      <returns>true if permissions succeeded; otherwise, false.</returns>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies permissions for the list.</param>
      <param name="checkFolder">true to check permissions against the current folder within the list; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.DoesUserHavePermissions(Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks the permissions of a specified user on the list.</summary>
      <returns>true if permissions succeeded; otherwise, false.</returns>
      <param name="user">An <see cref="T:Microsoft.SharePoint.SPUser" /> object that specifies a user.</param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies permissions for the list.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.DraftVersionVisibility">
      <summary>Gets or sets a value that determines the type of user who can view minor versions of document drafts within the list.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.DraftVisibilityType" /> value that specifies the type of user who can view minor versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EffectiveBasePermissions">
      <summary>Gets the effective base permissions of the current user for the list, including their group membership and policies.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the base permissions that are available on the list for the current user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EffectiveFolderPermissions">
      <summary>Within an HTTP context, gets the effective base permissions for folders in the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> object that represents the permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EmailAlias">
      <summary>If e-mail notification is enabled, gets or sets the e-mail address to use to notify to the owner of an item when an assignment has changed or the item has been updated.</summary>
      <returns>A string that contains the e-mail address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableAssignToEmail">
      <summary>Gets or sets a Boolean value specifying whether e-mail notification is enabled for the list.</summary>
      <returns>true if e-mail notification is enabled for the list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableAttachments">
      <summary>Gets or sets a Boolean value that specifies whether attachments can be added to items in the list.</summary>
      <returns>true if attachments can be added to list items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableDeployingList">
      <summary>Gets or sets a Boolean value specifying whether the list can be deployed.</summary>
      <returns>true if the list can be deployed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableDeployWithDependentList">
      <summary>Gets or sets a Boolean value that specifies whether the list can be deployed with a dependent list.</summary>
      <returns>true if the list can be deployed with a dependent list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableFolderCreation">
      <summary>Gets or sets a Boolean value that specifies whether folders can be created for the list.</summary>
      <returns>true if folders can be created for the list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableMinorVersions">
      <summary>Gets or sets a Boolean value that specifies whether minor versions are enabled when versioning is enabled for the document library. </summary>
      <returns>true if minor versions are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableModeration">
      <summary>Gets or sets a Boolean value that specifies whether Content Approval is enabled for the list.</summary>
      <returns>true if Content Approval is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnablePeopleSelector">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableResourceSelector">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableSchemaCaching">
      <summary>Gets or sets a Boolean value specifying whether schema caching is enabled for the list.</summary>
      <returns>true if schema caching is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableSyndication">
      <summary>Gets or sets a Boolean value that specifies whether RSS syndication is enabled for the list.</summary>
      <returns>true if RSS syndication is enabled for the list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableThrottling">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnableVersioning">
      <summary>Gets or sets a Boolean value that specifies whether versioning is enabled for the document library.</summary>
      <returns>true if versioning is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EnforceDataValidation">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.EnsureListsPlusPropsFresh"></member>
    <member name="M:Microsoft.SharePoint.SPList.EnsurePropsFresh">
      <summary>Checks the properties of the list, and, if necessary, updates them to ensure that the most current settings are used.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.EnsureRssSettings">
      <summary>Checks the RSS settings of the list, and, if necessary, updates them to ensure that the most current settings are used.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EventReceivers">
      <summary>Gets the collection of event receivers that have been registered for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection" /> object that represents the event receivers.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EventSinkAssembly">
      <summary>Gets or sets the strong name of a file in the global assembly cache that provides a Windows SharePoint Services 2.0 event handler for document library events.</summary>
      <returns>A string that contains the name of the assembly file. This property setting does not affect Windows SharePoint Services 3.0 events. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EventSinkClass">
      <summary>Gets or sets the fully qualified, case-sensitive name of a class that defines a Windows SharePoint Services 2.0 event handler for document library events.</summary>
      <returns>A string that contains the name of the class. This property setting does not affect Windows SharePoint Services 3.0 events. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.EventSinkData">
      <summary>Gets or sets an arbitrary string for use by a Windows SharePoint Services 2.0 event handler for document library events.</summary>
      <returns>A string for use by an event handler. This property setting does not affect Windows SharePoint Services 3.0 events. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ExcludeFromOfflineClient">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ExcludeFromTemplate">
      <summary>Gets a Boolean value that indicates whether the content of the list is included when the list is saved as a list template or when the site to which the list belongs is saved as a site template.</summary>
      <returns>true if the content of the list is included in the list or site template; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.FieldIndexes">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFieldIndexCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Fields">
      <summary>Gets the collection of field objects that represents all the fields in the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.FirstUniqueAncestorSecurableObject">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPSecurableObject" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Folders">
      <summary>Gets the collection of folder items for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> collection that represents the folder items.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ForceCheckout">
      <summary>Gets or sets a Boolean value that specifies whether forced checkout is enabled for the document library.</summary>
      <returns>true if forced checkout is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Forms">
      <summary>Gets a collection of form objects that represent the forms that are used in creating, editing, or displaying items in the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFormCollection" /> object that represents the forms.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetChanges">
      <summary>Returns the first 1000 changes in the current change log for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetChanges(Microsoft.SharePoint.SPChangeQuery)">
      <summary>Returns a collection of changes from the change log filtered by the specified query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes recorded for the list, filtered by the specified query. The maximum number of changes that can be returned in a single collection is 1000.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPChangeQuery" /> object that represents the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetChanges(Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes starting from a particular point in the change log.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes that have occurred in the list since the date and time that are specified by the change token.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time. An <see cref="T:Microsoft.SharePoint.SPException" /> exception is thrown if the token refers to a time before the start of the current change log. To start at the beginning of the change log, pass a null token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetChanges(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes logged over a specified period of time.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time.</param>
      <param name="changeTokenEnd">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies an ending date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetContentTypeIdByUrl(System.String)">
      <summary>Returns the content type identifier for the content type with the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> value that represents the content type identifier.</returns>
      <param name="url">A string that contains the URL for the content type.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetDataTable(Microsoft.SharePoint.SPQuery,Microsoft.SharePoint.SPListGetDataTableOptions,Microsoft.SharePoint.SPListItemCollectionPosition@)">
      <returns>Returns <see cref="T:System.Data.DataTable" />.</returns>
      <param name="query"></param>
      <param name="flags"></param>
      <param name="position"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetDefaultViewForContentType(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns the default view of list data that is used by the specified content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="id">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> value that represents the content type identifier.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetDirectChildContentType(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Returns the content type identifier for the content type that is the direct child of the specified content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> value that represents the identifier of the child content type.</returns>
      <param name="contentTypeId">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> value that represents the content type identifier of the parent content type.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetDistinctFieldValues(Microsoft.SharePoint.SPField,System.Object[0:,0:]@)">
      <summary>Returns a two-dimensional object that represents an array of field values in which data duplication within a specified field in the list is eliminated and each value returned is unique.</summary>
      <returns>Returns an <see cref="T:System.UInt32" /> An unsigned 32-bit integer that specifies the number of field values represented in the array.</returns>
      <param name="field">A <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field from which the duplicates are to be removed.</param>
      <param name="columnItems">A two-dimensional object array that is passed as an out parameter and that returns the values.</param>
      <exception cref="T:System.ArgumentNullException">Field is null.</exception>
      <exception cref="T:System.Exception">Can not get distinct values.Field Type is not text, number, currency, <see cref="T:System.DateTime" />, or <see cref="T:System.Boolean" />.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemById(System.Int32)">
      <summary>Returns the list item with the specified integer ID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the item.</returns>
      <param name="id">A 32-bit integer that identifies the item. The value of this parameter does not correspond to the index of the item within the collection of items for the list, but to the value of the <see cref="P:Microsoft.SharePoint.SPListItem.ID" /> property of the <see cref="T:Microsoft.SharePoint.SPListItem.SPListItem" /> class.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemByIdAllFields(System.Int32)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemByIdFields(System.Int32,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemByUniqueId(System.Guid)">
      <summary>Returns the list item that is associated with the specified global unique identifier (GUID).  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the item.</returns>
      <param name="uniqueId">The global unique identifier (GUID) that is associated with the list item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItems(Microsoft.SharePoint.SPQuery)">
      <summary>Returns a collection of items from the list based on the specified query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the items.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPQuery" /> object that contains the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItems(Microsoft.SharePoint.SPQuery,System.String)">
      <summary>Returns a collection of list items from the list based on the specified query and view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the list items.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPQuery" /> object that specifies the query.</param>
      <param name="viewName">A string that contains the GUID that specifies the view that is enclosed in braces ({}) and that is all uppercase. This value can be generated using View.ID.ToString("B").ToUpper().</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItems(Microsoft.SharePoint.SPView)">
      <summary>Returns a collection of list items from the list based on the specified view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the list items.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItems(System.String,System.String[])">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPListItemCollection" />.</returns>
      <param name="field1"></param>
      <param name="fields"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemsWithUniquePermissions">
      <returns>Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetItemsWithUniquePermissions(System.Int32,System.Boolean)">
      <returns>Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
      <param name="maxItemToReturn"></param>
      <param name="folderOnly"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetPropertiesXmlForUncustomizedViews">
      <summary>Returns properties of the uncustomized views of the list, including the GUID, the type, the display name, the URL, and the ID of the base view. </summary>
      <returns>A string that contains a Collaborative Application Markup Language fragment that specifies the properties.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetRelatedFields">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPRelatedFieldCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetRelatedFields(Microsoft.SharePoint.SPRelationshipDeleteBehavior)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPRelatedFieldCollection" />.</returns>
      <param name="deleteBehavior"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetUncustomizedViewByBaseViewId(System.Int32)">
      <summary>Returns the view object that is associated with the specified base view identifier. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the specified view.</returns>
      <param name="baseViewId">An integer value that is the identifier for the base view of the list.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetUserEffectivePermissionInfo(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPPermissionInfo" />.</returns>
      <param name="userName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetUserEffectivePermissions(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPBasePermissions" />.</returns>
      <param name="userName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.GetView(System.Guid)">
      <summary>Returns a view of the list based on the specified GUID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="viewGuid">The GUID that identifies the view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.HasExternalDataSource">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Hidden">
      <summary>Gets or sets a Boolean value that specifies whether the list is hidden.</summary>
      <returns>true if the list is hidden; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ID">
      <summary>Gets the GUID that identifies the list in the database.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ImageUrl">
      <summary>Gets the server-relative URL for the icon that represents the list.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.IrmEnabled">
      <summary>Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) is enabled for the list.</summary>
      <returns>true if IRM is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.IrmExpire">
      <summary>Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) expiration is enabled for the list.</summary>
      <returns>true if IRM expiration is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.IrmReject">
      <summary>Gets or sets a Boolean value that specifies whether Information Rights Management (IRM) rejection is enabled for the list.</summary>
      <returns>true if IRM rejection is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.IsContentTypeAllowed(Microsoft.SharePoint.SPContentType)">
      <summary>Verifies that the list supports the specified content type.</summary>
      <returns>true if the list supports the content type; otherwise, false.</returns>
      <param name="ct">An <see cref="T:Microsoft.SharePoint.SPContentType" /> object that represents the content type.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.IsContentTypeAllowed(Microsoft.SharePoint.SPContentTypeId)">
      <summary>Verifies that the list supports the specified content type.</summary>
      <returns>true if the list supports the content type; otherwise, false.</returns>
      <param name="id">An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the content type identifier. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.IsThrottled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ItemCount">
      <summary>Gets the number of items in the list.</summary>
      <returns>A 32-bit integer that indicates the number of items.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Items">
      <summary>Gets the collection of all items in the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the collection of items.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.LastItemDeletedDate">
      <summary>Gets the date and time that an item in the list was last deleted.</summary>
      <returns>A System.DateTime object that indicates the date and time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.LastItemModifiedDate">
      <summary>Gets the date and time that an item, field, or property of the list was last modified.</summary>
      <returns>A System.DateTime object that indicates the date and time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Lists">
      <summary>Gets the parent collection of lists to which the list belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListCollection" /> object that represents the parent collection of lists.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ListViewWebPartKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPList.m_arrListProps">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPList.m_iRow">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPList.m_ListAttributesDict">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPList.m_Lists">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPList.m_Permissions">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.MajorVersionLimit">
      <summary>Gets or sets the maximum number of major versions allowed for an item in a document library that uses version control with major versions only.</summary>
      <returns>An integer value indicating the maximum number of versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.MajorWithMinorVersionsLimit">
      <summary>Gets or sets the maximum number of major versions that are allowed for an item in a document library that uses version control with both major and minor versions.</summary>
      <returns>An integer value indicating the maximum number of versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.MobileDefaultDisplayFormUrl"></member>
    <member name="P:Microsoft.SharePoint.SPList.MobileDefaultEditFormUrl"></member>
    <member name="P:Microsoft.SharePoint.SPList.MobileDefaultNewFormUrl"></member>
    <member name="P:Microsoft.SharePoint.SPList.MobileDefaultViewUrl">
      <summary>Gets the URL of the default mobile view for the list.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.MultipleDataList">
      <summary>Gets or sets a Boolean value that specifies whether the list in a Meeting Workspace site contains data for multiple meeting instances within the site.</summary>
      <returns>true if the list contains data for multiple meeting instances; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.NoCrawl">
      <summary>Gets or sets a Boolean value specifying whether crawling is enabled for the list.</summary>
      <returns>true if crawling is not enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.NullCalculationSemantics">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.OnQuickLaunch">
      <summary>Gets or sets a Boolean value that specifies whether the list appears on the Quick Launch of the home page.</summary>
      <returns>true if the list appears on the Quick Launch area of the homepage; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Ordered">
      <summary>Gets or sets a Boolean value that specifies whether the option to allow users to reorder items in the list is available on the Edit View page for the list.</summary>
      <returns>true if the option is available on the Edit View page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ParentWeb">
      <summary>Gets the parent Web site for the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ParentWebUrl">
      <summary>Gets the URL of the parent Web site for the list.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Permissions">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPList.RoleAssignments" /> property instead, to get the collection of role assignments for the list. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Permissions property returned the collection of permission objects that represented all the permissions for the list and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPermissionCollection" /> object that represents the permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.PropertiesXml">
      <summary>Gets a fragment in Collaborative Application Markup Language that specifies property values for the list.</summary>
      <returns>A string that contains a CAML fragment that specifies property values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ReadSecurity">
      <summary>Gets or sets the Read security setting for the list.</summary>
      <returns>A 32-bit integer that indicates the Read security setting. Possible values include the following: 1 - All users have Read access to all items. 2 - Users have Read access only to items that they create.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.Recycle">
      <summary>Recycles the list and returns the list's globally unique identifier (GUID).</summary>
      <returns>A System.Guid object that identifies the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.RemoveWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Removes the specified workflow association from the list.  </summary>
      <param name="workflowAssociation">An <see cref="T:Microsoft.SharePoint.SPWorkflowAssociation" /> object that represents the workflow association.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.RenderAsHtml(Microsoft.SharePoint.SPQuery)">
      <summary>Returns a string representation of the specified query in HTML format.  </summary>
      <returns>A string representation of the query in HTML format.  </returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPQuery" /> object that represents the query.      </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.RequestAccessEnabled">
      <summary>Gets or sets a Boolean value that specifies whether the option to allow users to request access to the list is available.</summary>
      <returns>true if the request access option is available; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.ResetRoleInheritance">
      <summary>Removes the local role assignments and reverts to role assignments from the parent list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.RestrictedTemplateList">
      <summary>Gets a Boolean value that indicates whether access to the template list is restricted.</summary>
      <returns>true if access to the template list is restricted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ReusableAcl">
      <summary>Gets an opaque object that represents the raw access control list (ACL) information for the list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the raw ACL information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.RootFolder">
      <summary>Gets the folder that contains all the files that are used in working with the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the root folder.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.SaveAsTemplate(System.String,System.String,System.String,System.Boolean)">
      <summary>Saves the list as a template in the list template gallery and includes the option of saving with or without the data that is contained in the current list.</summary>
      <param name="strFileName">A string that contains the file name for the list template with an .stp extension.</param>
      <param name="strName">A string that contains the title for the list template.</param>
      <param name="strDescription">A string that contains the description for the list template.</param>
      <param name="bSaveData">true to save the data of the original list along with the list template; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.SchemaXml">
      <summary>Gets the schema in Collaborative Application Markup Language that defines the list.</summary>
      <returns>A string that contains the CAML schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.SendToLocationName">
      <summary>Gets or sets a file name to use when copying an item in the list to another document library.</summary>
      <returns>A string that contains the file name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.SendToLocationUrl">
      <summary>Gets or sets a URL to use when copying an item in the list to another document library.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ServerTemplateCanCreateFolders">
      <summary>Gets a Boolean value that specifies whether server template folder creation is enabled for the list.</summary>
      <returns>true if folder creation is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.ServerTemplateCanReceiveEmail(Microsoft.SharePoint.SPListTemplateType,Microsoft.SharePoint.SPWeb)">
      <summary>Returns a Boolean value that specifies whether the specified list template and Web site support receiving e-mail.</summary>
      <returns>true if the list template and Web site support receiving e-mail; otherwise, false.</returns>
      <param name="templateType">An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> object that represents a template type.        </param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.SetAttributesForPropertiesXML(System.Xml.XmlTextWriter)">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="w"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ShowUser">
      <summary>Gets or sets a Boolean value that specifies whether names of users are shown in the results of the survey.</summary>
      <returns>true if user names are shown; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.TemplateFeatureId">
      <summary>Gets the globally unique identifier (GUID) of a template feature that is associated with the list.</summary>
      <returns>The GUID of the template feature.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Title">
      <summary>Gets or sets the displayed title for the list.</summary>
      <returns>A string that contains the title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.TitleResource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResource" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.ToString">
      <summary>Returns the title of the list.</summary>
      <returns>A string that contains the title.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.Update">
      <summary>Updates the database with changes that are made to the list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.Update(System.Boolean)">
      <summary>Updates the database with changes that are made to the list, optionally including changes that result from data migration.</summary>
      <param name="bFromMigration">true to include changes that result from data migration; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.UpdateWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Updates the specified workflow assocation.  </summary>
      <param name="workflowAssociation">An <see cref="T:Microsoft.SharePoint.SPWorkflowAssociation" /> object that represents a workflow.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.UserCustomActions">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserCustomActionCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.UserResources">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResourceCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ValidationFormula">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.ValidationMessage">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Version">
      <summary>Gets the version number of the list.</summary>
      <returns>A 32-bit integer that specifies the version number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.Views">
      <summary>Gets the collection of view objects that represents all the views of the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewCollection" /> object that represents the views.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.WorkflowAssociations">
      <summary>Gets the collection of workflow association objects that represents all the workflows that are associated with the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWorkflowAssociationCollection" /> object that represents the workflows.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.WriteRssFeed(System.IO.Stream)">
      <summary>Writes the RSS feeds from the list to the specified document stream.</summary>
      <param name="outputStream">A Stream object that represents the document stream.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.WriteRssFeed(System.IO.Stream,System.Int32)">
      <summary>Writes the RSS feeds from the list that are associated with the specified meeting to the specified document stream.</summary>
      <param name="outputStream">A Stream object that represents the document stream.  </param>
      <param name="meetingInstanceId">An integer value that represents the meeting instance.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPList.WriteRssFeed(System.IO.Stream,System.Int32,Microsoft.SharePoint.SPView)">
      <summary>Writes the RSS feeds from the list that are associated with the specified meeting and view to the specified document stream.</summary>
      <param name="outputStream">A Stream object that represents the document stream.  </param>
      <param name="meetingInstanceId">An integer value that represents the meeting instance.  </param>
      <param name="spView">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPList.WriteSecurity">
      <summary>Gets or sets the Write security setting for the list.</summary>
      <returns>A 32-bit integer that specifies the Write security setting. Possible values include the following: 1 — All users can modify all items. 2 — Users can modify only items that they create. 4 — Users cannot modify any list item.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListCategoryType">
      <summary>Specifies a list template category type for use on the Create page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListCategoryType.None">
      <summary>Specifies Web Pages. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListCategoryType.Libraries">
      <summary>Specifies Libraries. Value = 1. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListCategoryType.Communications">
      <summary>Specifies Communications. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListCategoryType.Tracking">
      <summary>Specifies Tracking. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListCategoryType.CustomLists">
      <summary>Specifies Custom Lists. Value = 4.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPListCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPList" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,Microsoft.SharePoint.SPListTemplate)">
      <summary>Creates a list with the specified title, description, and list template object. </summary>
      <returns>A GUID that identifies the new list.</returns>
      <param name="title"></param>
      <param name="description"></param>
      <param name="template">An <see cref="T:Microsoft.SharePoint.SPListTemplate" /> object that represents the list definition or list template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,Microsoft.SharePoint.SPListTemplate,Microsoft.SharePoint.SPDocTemplate)">
      <summary>Creates a document library with the specified title, description, list template object, and document template object. </summary>
      <returns>A GUID that identifies the new list.</returns>
      <param name="title"></param>
      <param name="description"></param>
      <param name="template">An <see cref="T:Microsoft.SharePoint.SPListTemplate" /> object that represents the list definition or list template.</param>
      <param name="documentTemplate">An <see cref="T:Microsoft.SharePoint.SPDocTemplate" /> object that represents the document template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,Microsoft.SharePoint.SPListTemplateType)">
      <summary>Creates a list with the specified title, description, and list definition type. </summary>
      <returns>A System.Guid that identifies the new list.</returns>
      <param name="title"></param>
      <param name="description"></param>
      <param name="templateType">An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type of list definition.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,System.String,Microsoft.SharePoint.SPListDataSource)"></member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,System.String,System.String,System.Int32,System.String)">
      <summary>Creates a document library with the specified title, description, URL, Feature ID, list template type, and document template type.</summary>
      <returns>A GUID that identifies the new list.</returns>
      <param name="title"></param>
      <param name="description"></param>
      <param name="url"></param>
      <param name="featureId"></param>
      <param name="templateType">An integer that represents an <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type of list definition.</param>
      <param name="docTemplateType">A string that contains the integer ID for the document template type. This value corresponds to the Type attribute value that is specified for a document template in the Onet.xml file of the specified site template. The following list shows the default possible values:100 — None101 — Microsoft Office Word document102 — Microsoft Office SharePoint Designer Web page103 — Microsoft Office Excel spreadsheet104 — Microsoft Office PowerPoint presentation105 — Basic page 106 — Web Part page130 — Data connection1000 — Blank form</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,System.String,System.String,System.Int32,System.String,Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions)">
      <summary>Creates a list based on the specified title, description, URL, Feature ID, template type, document template type, and options for displaying a link to the list in Quick Launch.</summary>
      <returns>A GUID that identifies the new list.</returns>
      <param name="title"></param>
      <param name="description"></param>
      <param name="url"></param>
      <param name="featureId"></param>
      <param name="templateType">An integer that represents an <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type of list definition.</param>
      <param name="docTemplateType">A string that contains the integer ID for the document template type. This value corresponds to the Type attribute value that is specified for a document template in the Onet.xml file of the specified site template. The following list shows the default possible values:100 — None101 — Microsoft Office Word document102 — Microsoft Office SharePoint Designer Web page103 — Microsoft Office Excel spreadsheet104 — Microsoft Office PowerPoint presentation105 — Basic page 106 — Web Part page130 — Data connection1000 — Blank form</param>
      <param name="quickLaunchOptions">An <see cref="T:Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions" /> value that specifies whether to display Quick Launch links. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Add(System.String,System.String,System.String,System.String,System.Int32,System.String,System.String,Microsoft.SharePoint.Administration.SPFeatureDefinition,Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions)"></member>
    <member name="P:Microsoft.SharePoint.SPListCollection.Count">
      <summary>Gets the number of lists in the collection. </summary>
      <returns>A 32-bit integer that specifies the number of lists.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.CreateListFromRpc(System.Collections.Specialized.NameValueCollection,System.Uri@)">
      <summary>Creates a list from a name value collection that represents the arguments of a form submission.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the new list.</returns>
      <param name="queryString">A string that contains a System.Collections.Specialized.NameValueCollection object that represents the arguments from a form submission.</param>
      <param name="nextUrl">A string that contains the next URL to display after processing of the request has completed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.Delete(System.Guid)">
      <summary>Deletes the list with the specified GUID from the collection. </summary>
      <param name="uniqueID">A GUID that specifies the list to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.EnsureListsData(System.String)">
      <summary>Checks data for a specified list and, if necessary, updates the list to ensure that the most current data is used.</summary>
      <param name="strListName">A string that contains the name of a list.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.GetList(System.Guid,System.Boolean)">
      <summary>Returns the list with the specified GUID from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="uniqueId">The GUID for the list to return.</param>
      <param name="bFetchMetadata">true to retrieve metadata for the views and forms of the list; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.GetList(System.Guid,System.Boolean,System.Boolean)">
      <summary>Returns the list with the specified GUID from the collection, including security data.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="uniqueId">The GUID for the list to return.</param>
      <param name="bFetchMetadata">true to retrieve metadata for the views and forms of the list; otherwise, false.</param>
      <param name="bFetchSecurityData">true to retrieve security data for the list; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.GetList(System.Guid,System.Boolean,System.Boolean,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.SPListCollection.IncludeMobileDefaultViewUrl">
      <summary>Gets or sets a Boolean value that specifies whether to return the URL of the default mobile view for lists in the collection.</summary>
      <returns>true to return the URL of the default mobile view for each list in the collection; otherwise, false to return null for the default mobile view URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListCollection.IncludeRootFolder">
      <summary>Gets or sets a Boolean value that specifies whether the root folder of a list in the collection is returned by the <see cref="P:Microsoft.SharePoint.SPList.RootFolder" /> property.</summary>
      <returns>true if the root folder is returned by the <see cref="P:Microsoft.SharePoint.SPList.RootFolder" /> property; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListCollection.Item(System.Guid)">
      <summary>Gets the list object from the collection that has the specified GUID. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPListCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="uniqueID">A System.Guid objectthat specifies the GUID.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListCollection.Item(System.Int32)">
      <summary>Gets the list object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPListCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListCollection.Item(System.String)">
      <summary>Gets the list object that has the specified name from the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPListCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="strListName">A string that contains the name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListCollection.ListsForCurrentUser">
      <summary>Gets or sets a Boolean value that specifies whether only lists to which the current user has permissions are returned from the collection. </summary>
      <returns>true if only lists to which the user has permissions are returned; false if all lists in the collection are returned.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListCollection.TryGetList(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPListCollection.Web">
      <summary>Gets the parent Web site of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListDataSource">
      <summary>Provides information about an external data list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListDataSource.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPListDataSource.GetProperty(System.String)">
      <summary>Returns the value of a property about the external data source.</summary>
      <returns>The value of the property.<see cref="T:System.String" />.</returns>
      <param name="key">The name of the property to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListDataSource.SetProperty(System.String,System.String)">
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPListDataSource.BDCProperties"></member>
    <member name="F:Microsoft.SharePoint.SPListDataSource.BDCProperties.Entity"></member>
    <member name="F:Microsoft.SharePoint.SPListDataSource.BDCProperties.EntityNamespace"></member>
    <member name="F:Microsoft.SharePoint.SPListDataSource.BDCProperties.LobSystemInstance"></member>
    <member name="F:Microsoft.SharePoint.SPListDataSource.BDCProperties.Service"></member>
    <member name="F:Microsoft.SharePoint.SPListDataSource.BDCProperties.SpecificFinder"></member>
    <member name="T:Microsoft.SharePoint.SPListDataSource.CompareDelegate"></member>
    <member name="T:Microsoft.SharePoint.SPListDataValidationException"></member>
    <member name="M:Microsoft.SharePoint.SPListDataValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.FieldFailures"></member>
    <member name="M:Microsoft.SharePoint.SPListDataValidationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.ItemFailure"></member>
    <member name="T:Microsoft.SharePoint.SPListDataValidationException.SPFailure"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.SPFailure.Message"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.SPFailure.Name"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.SPFailure.Reason"></member>
    <member name="P:Microsoft.SharePoint.SPListDataValidationException.SPFailure.Type"></member>
    <member name="T:Microsoft.SharePoint.SPListDataValidationException.SPReason"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPReason.DataFailure"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPReason.FormulaError"></member>
    <member name="T:Microsoft.SharePoint.SPListDataValidationException.SPValidationType"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPValidationType.UserFormulaField"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPValidationType.UserFormulaItem"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPValidationType.RequiredField"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPValidationType.ChoiceField"></member>
    <member name="F:Microsoft.SharePoint.SPListDataValidationException.SPValidationType.MinMaxField"></member>
    <member name="T:Microsoft.SharePoint.SPListEvent">
      <summary>Represents an event that occurs within a document library. This class is maintained for backward-compatibility with event handling in Windows SharePoint Services 2.0.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEvent.Dispose">
      <summary>Releases all unmanaged resources used by the list event.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.ListID">
      <summary>Gets the GUID of the document library in which the event occurred.</summary>
      <returns>A GUID that specifies the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEvent.LoadHandler(System.String,System.String,System.String,System.String,System.String@)">
      <summary>This type or member supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.PropertiesAfter">
      <summary>Gets a collection of key-value pairs that represent the state of a document in a document library after the document was modified.</summary>
      <returns>A Hashtable object that represents the state of the document after update.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.PropertiesBefore">
      <summary>Gets a collection of key-value pairs that represent the state of a document in a document library before the document was modified.</summary>
      <returns>A Hashtable object that represents the state of the document before update.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.SinkData">
      <summary>Gets an arbitrary string of properties used by an event handler for a document library.</summary>
      <returns>A string that contains the properties.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.Site">
      <summary>Gets the parent site of the list in which the event occurs.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the parent site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.Title">
      <summary>Gets the title of the document library in which the event occurs.</summary>
      <returns>A string that contains the title of the document library.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.Type">
      <summary>Gets the type of an event that occurs in a document library.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListEventType" /> value that indicates the type of event.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.UrlAfter">
      <summary>Gets the new site-relative URL of a document or folder after any event except deletion has occurred.</summary>
      <returns>A string that contains the new site-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.UrlBefore">
      <summary>Gets the original site-relative URL of a document or folder before it was deleted, moved, or copied.</summary>
      <returns>A string that contains the original site-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.UserDisplayName">
      <summary>Gets the display name of the user whose action triggers the event.</summary>
      <returns>A string that contains the name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.UserID">
      <summary>Gets the ID of the user whose action triggered the event.</summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.UserLoginName">
      <summary>Gets the user name of the user whose action triggered the event.</summary>
      <returns>A string that contains the user name (DOMAIN\User_Alias) of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEvent.WebUrl">
      <summary>Gets the absolute URL of the site in which the event occurred.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListEventProperties">
      <summary>Contains properties for list events.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventProperties.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.FeatureId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.Field">
      <summary>Gets the field that is affected by adding, removing, or updating a field in the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.FieldName">
      <summary>Gets the name of the field that is affected by adding, removing, or updating a field in the list.</summary>
      <returns>A string that contains the name of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.FieldXml">
      <summary>Gets the XML definition of the field that is affected by adding, removing, or updating a field in the list.</summary>
      <returns>A string that contains the XML definition.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventProperties.InvalidateList"></member>
    <member name="M:Microsoft.SharePoint.SPListEventProperties.InvalidateWeb"></member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.List">
      <summary>Gets a reference to the list that is affected by the event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.ListId">
      <summary>Gets the GUID of the list affected by the event.</summary>
      <returns>A GUID that identifies the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.ListTitle">
      <summary>Gets the title of the list that is affected by the event.</summary>
      <returns>A string that contains the title of the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.TemplateId">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.UserDisplayName">
      <summary>Gets the display name of the user whose action caused the event.</summary>
      <returns>A string that contains the display name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.UserLoginName">
      <summary>Gets the user name of the user whose action caused the event.</summary>
      <returns>A string that contains the user name, or Domain\Alias, of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.Web">
      <summary>Gets a reference to the Web site that contains the list that is affected by the event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.WebId">
      <summary>Gets the GUID of the Web site that contains the list that is affected by the event.</summary>
      <returns>A GUID that identifies the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListEventProperties.WebUrl">
      <summary>Gets the URL of the Web site in which the event occurred.</summary>
      <returns>A string that contains the URL of the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListEventReceiver">
      <summary>Provides methods to trap events that occur for lists. This class is never instantiated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPListEventReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldAdded(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs after a field link is added.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldAdding(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs when a field link is being added to a content type.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldDeleted(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs after a field has been removed from the list.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldDeleting(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs when a field is in the process of being removed from the list.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldUpdated(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs after a field link has been updated </summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.FieldUpdating(Microsoft.SharePoint.SPListEventProperties)">
      <summary>Occurs when a field link is being updated </summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPListEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.ListAdded(Microsoft.SharePoint.SPListEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.ListAdding(Microsoft.SharePoint.SPListEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.ListDeleted(Microsoft.SharePoint.SPListEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListEventReceiver.ListDeleting(Microsoft.SharePoint.SPListEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPListEventType">
      <summary>Specifies the type of an event that occurs in a document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Invalid">
      <summary>Unused.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Insert">
      <summary>A new document is saved to the library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Update">
      <summary>A document in the library is edited.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Delete">
      <summary>A document in the library is deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Move">
      <summary>A document is moved or renamed in the library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.Copy">
      <summary>A document is copied within the document library. If a document is copied to a location outside the document library, a Delete event occurs.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.CheckIn">
      <summary>A document is checked into the library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.CheckOut">
      <summary>A document is checked out from the library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListEventType.UncheckOut">
      <summary>The check-out of a document is undone.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPListGetDataTableOptions"></member>
    <member name="F:Microsoft.SharePoint.SPListGetDataTableOptions.None"></member>
    <member name="F:Microsoft.SharePoint.SPListGetDataTableOptions.UseBooleanDataType"></member>
    <member name="F:Microsoft.SharePoint.SPListGetDataTableOptions.RetrieveLookupIdsOnly"></member>
    <member name="T:Microsoft.SharePoint.SPListItem">
      <summary>Represents an item or row in a list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Attachments">
      <summary>Gets the collection of attachments that are associated with the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAttachmentCollection" /> object that represents the attachments.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Audit">
      <summary>Gets the audit log that is associated with the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAudit" /> object that represents the audit log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.BackwardLinks">
      <summary>Returns the collection of links to the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLinkCollection" /> object that represents the links.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ContentType">
      <summary>Gets the content type that is associated with the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentType" /> object that represents the content type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ContentTypeId"></member>
    <member name="M:Microsoft.SharePoint.SPListItem.Copy(System.String,System.String)">
      <summary>Copies the specified version of the item to the specified destination.</summary>
      <param name="sourceUrl">A string that specifies the version in the the URL of the item to copy.</param>
      <param name="destinationUrl">A string that contains the URL of the item's destination.Note:The destination URL must reside on the same server on which the code is running. This copy operation does not copy to URLs on remote servers.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.Copy(System.String,System.String,System.Collections.Hashtable,System.Byte[])">
      <summary>Copies the specified item and its properties as a stream to the specified destination.    </summary>
      <param name="sourceUrl">A string that contains the URL of the source location of the item to copy, which is used to set the CopySource field of the copied item.</param>
      <param name="destinationUrl">A string that contains the URL of the item's destination.Note:The destination URL must reside on the same server on which the code is running. This copy operation does not copy to URLs on remote servers.</param>
      <param name="properties">A System.Collections.Hashtable object that contains the item's metadata.    </param>
      <param name="stream">A byte array that represents the item as a binary stream.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.CopyDestinations">
      <summary>Gets a list of URLs to which the item can be copied through the Windows SharePoint Services user interface.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCopyDestinationCollection" /> object that represents the list of destination URLs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.CopyFieldMask">
      <summary>Gets a field mask for a copied item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCopyFieldMask" /> object that represents the field mask.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.CopyFrom(System.String)">
      <summary>Overwrites the current item with the specified version of the item.</summary>
      <param name="sourceUrl">A string that contains the URL of the item version to copy and overwrite.Note:The source URL must reside on the same server on which the code is running. This copy operation does not copy from URLs on remote servers.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.CopyFrom(System.String,System.Collections.Hashtable,System.Byte[])">
      <summary>Overwrites the current item with the specified version of the item and its properties as a stream.</summary>
      <param name="sourceUrl">A string that contains the URL of the item version to copy, which is used to set the CopySource field of the copied item.Note:The source URL must reside on the same server on which the code is running. This copy operation does not copy from URLs on remote servers.</param>
      <param name="properties">A System.Collections.Hashtable object that contains the copied item's metadata.        </param>
      <param name="stream"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.CopySource">
      <summary>Gets the URL of the source item from which this item was copied, if the item results from a copy operation.</summary>
      <returns>A string that contains the source item URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.CopyTo(System.String)">
      <summary>Copies the item to the specified destination.</summary>
      <param name="destinationUrl">A string that contains the URL of the destination to which to copy the item.Note:The destination URL must reside on the same server on which the code is running. This copy operation does not copy to URLs on remote servers.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.Delete">
      <summary>Deletes the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.DisplayName">
      <summary>Gets the display name of the item.</summary>
      <returns>A string that contains the item display name, which for a document library item equals what the user types in the Name box of the item form. The default value equals the original name of the uploaded file minus the file type extension.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.DoesUserHavePermissions(Microsoft.SharePoint.SPUser,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks whether a specified user has the specified permissions to an item.</summary>
      <returns>true if permissions succeeded; otherwise, false.</returns>
      <param name="user"></param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies permissions for the item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.EffectiveBasePermissions">
      <summary>Gets the current user’s effective base permissions on the item, including group membership and policies.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the built-in permissions that are available on the item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.EnsureWorkflowInformation">
      <summary>Checks the item's workflow information and, if necessary, updates it to ensure that the most current information is used.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.EnsureWorkflowInformation(System.Boolean,System.Boolean)">
      <summary>Checks the item's workflow information and, if necessary, updates it to ensure that the most current information is used.</summary>
      <param name="retrieveAssociations">true to include workflow associations; otherwise, false.</param>
      <param name="retrieveWorkflows">true to include workflows; otherwise, false. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Fields">
      <summary>Gets or sets the collection of all fields in the parent of the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.File">
      <summary>Gets the file that is represented by the item from a document library.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file. Returns null in a document library if the item does not exist. The File property also returns null if the item is a folder, or if the item is not located in a document library, although it is not recommended that you call this property in these cases.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.FileSystemObjectType">
      <summary>Gets or sets the file system object type for the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileSystemObjectType" /> value that indicates the type: file, folder, Web, or invalid. It is only valid to set this property on new <see cref="T:Microsoft.SharePoint.SPListItem" /> objects—that is, before the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method is called for the first time and the objects are persisted in the database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.FirstUniqueAncestorSecurableObject"></member>
    <member name="P:Microsoft.SharePoint.SPListItem.Folder">
      <summary>Gets a folder object that is associated with a folder item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder if the item is a folder; otherwise null.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ForwardLinks">
      <summary>Gets a collection of hyperlinks that are associated with the item; for example, the hyperlinks in a URL field or rich text field.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLinkCollection" /> object that represents the hyperlinks.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.GetFormattedValue(System.String)">
      <summary>Returns the specified field value, including formatting.</summary>
      <returns>A string that contains the formatted value.</returns>
      <param name="fieldName">A string that contains either the internal name or the display name of the field. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.GetUserEffectivePermissionInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPListItem.GetUserEffectivePermissions(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPListItem.HasPublishedVersion">
      <summary>Gets a Boolean value that specifies whether a published version of the item exists.</summary>
      <returns>true if the item has a published version; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.HasUniqueRoleAssignments">
      <summary>Gets a Boolean value that specifies whether the item has unique security or inherits its role assignments from a parent object.</summary>
      <returns>true if the list item has unique security; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.IconOverlay"></member>
    <member name="P:Microsoft.SharePoint.SPListItem.ID">
      <summary>Gets the integer that identifies the item.</summary>
      <returns>An integer that identifies the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Item(System.Guid)">
      <summary>Gets or sets a field value in the item based on the specified GUID.</summary>
      <returns>An object that contains the field value.</returns>
      <param name="fieldId">The GUID that is associated with the field. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Item(System.Int32)">
      <summary>Gets or sets the value that is contained by the field at the specified index in the item. </summary>
      <returns>An object that contains the field value.</returns>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Item(System.String)">
      <summary>Gets or sets a field value in the item based on the specified field display name.</summary>
      <returns>An object that contains the field value.</returns>
      <param name="fieldName">A string that contains the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Level">
      <summary>Gets the level of publication for the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileLevel" /> object that represents the level of publication.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ListItems">
      <summary>Gets the parent collection of list item objects to which the item belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> object that represents the collection of list items.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.MissingRequiredFields">
      <summary>Gets a Boolean value that specifies whether required fields are missing from the item's properties.</summary>
      <returns>true if required fields are missing; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ModerationInformation">
      <summary>Gets Content Approval information for the item, including the status and comment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPModerationInformation" /> object that contains the information. Returns null if there is no Content Approval information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Name">
      <summary>Gets the name of the item.</summary>
      <returns>A string that contains the item name, which, for a document library item, equals the file name, including the file extension.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ParentList">
      <summary>Gets the parent list of the list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the parent list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ProgId"></member>
    <member name="P:Microsoft.SharePoint.SPListItem.Properties">
      <summary>Gets metadata for the item.</summary>
      <returns>A System.Collections.Hashtable object that contains the metadata.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.RecurrenceID">
      <summary>Returns the identifier (ID) of an instance of a recurrent item.</summary>
      <returns>Returns either a string that contains the ID or null if the item is not recurrent.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.Recycle">
      <summary>Recycles the item and returns the item's GUID.</summary>
      <returns>The GUID of the item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.ReplaceLink(System.String,System.String)">
      <summary>Replaces all instances of a specified link in the list item with a new link.</summary>
      <param name="oldUrl">A string that contains the absolute URL to be replaced.</param>
      <param name="newUrl">A string that contains the absolute URL with which to replace the old URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.ResetRoleInheritance">
      <summary>Removes the local role assignments and reverts to role assignments from the parent object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ReusableAcl">
      <summary>Gets an opaque object that represents the raw access control list (ACL) information for the item. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the raw ACL information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.ServerRedirected">
      <summary>Gets a Boolean value that indicates whether users who do not have access to view the item, or who do not have the appropriate client application installed, are redirected to server-side rendering of the item when they click a link to view it.</summary>
      <returns>true if users a redirected to server-side rendering of the item; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.SortType"></member>
    <member name="M:Microsoft.SharePoint.SPListItem.SystemUpdate">
      <summary>Updates the database with changes made to the list item, without effecting changes in the Modified or Modified By fields. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.SystemUpdate(System.Boolean)">
      <summary>Updates the database with changes that are made to the list item, without effecting changes in the Modified Time or Modified By fields, or optionally, the item version.</summary>
      <param name="incrementListItemVersion">true to increment the item version; otherwise, false. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Tasks">
      <summary>Gets the collection of workflow tasks for the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the workflow tasks.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Title">
      <summary>Gets the title of the item.</summary>
      <returns>A string that contains the item title, which is whatever the user types in the Title box of the item form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.UniqueId">
      <summary>Gets the GUID that uniquely identifies the item for the internal database.</summary>
      <returns>A System.Guid object that identifies the item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.UnlinkFromCopySource">
      <summary>Clears the source item URL if the item results from a copy operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.Update">
      <summary>Updates the database with changes that are made to the list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItem.UpdateOverwriteVersion">
      <summary>Updates the item without creating another version of the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Url">
      <summary>Gets the site-relative URL of the item.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Versions">
      <summary>Gets the collection of item version objects that represent the versions of the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemVersionCollection" /> object that represents the item versions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Web">
      <summary>Gets the Web site that is associated with the list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Workflows">
      <summary>Gets the collection of the workflow objects that represent instances of the item workflows that are currently running, but does not get the workflow associations.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection" /> object that represents instances of the item workflows that are currently running.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItem.Xml">
      <summary>Gets the data that is contained in the list item in XMLDATA format.</summary>
      <returns>A string that contains the item in XMLDATA format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListItemCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPListItem" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.Add">
      <summary>Creates an item but requires the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method to actually add the item to the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the new item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.Add(System.String,Microsoft.SharePoint.SPFileSystemObjectType)">
      <summary>Creates an item that uses the specified folder URL and object type but requires the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method to actually add the item to the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the new item.</returns>
      <param name="folderUrl">A string that contains the server-relative URL of the folder, beginning with a forward slash; for example, /sites/mysite/subweb/Lists/mylist/myfolder.</param>
      <param name="underlyingObjectType">An <see cref="T:Microsoft.SharePoint.SPFileSystemObjectType" /> value that indicates the object type. Only File and Folder are valid types for the underlying object type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.Add(System.String,Microsoft.SharePoint.SPFileSystemObjectType,System.String)">
      <summary>Creates an item that uses the specified folder URL, object type, and leaf name but requires the <see cref="M:Microsoft.SharePoint.SPListItem.Update" /> method to actually add the item to the list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the new item.</returns>
      <param name="folderUrl">A string that contains the server-relative URL of the folder, beginning with a forward slash; for example, /sites/mysite/subweb/Lists/mylist/myfolder.</param>
      <param name="underlyingObjectType">An <see cref="T:Microsoft.SharePoint.SPFileSystemObjectType" /> value that indicates the object type. Only File and Folder are valid types for the underlying object type.</param>
      <param name="leafName">A string that contains the leaf name, which is everything after the last forward slash in the URL, including the file extension. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.BeginLoadData"></member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.Count">
      <summary>Gets the number of list items in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of list items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.Delete(System.Int32)">
      <summary>Deletes the item at the specified index in the collection. </summary>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.DeleteItemById(System.Int32)">
      <summary>Deletes the item with the specified integer ID from the collection. </summary>
      <param name="id">A 32-bit integer that identifies the item to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.EndLoadData"></member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.EnsureListItemsData">
      <summary>Checks data for the items and, if necessary, updates the data to ensure it is current.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.EnsureListScopeData">
      <summary>Checks scope data for the items and, if necessary, updates it to ensure that the most current data is used.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.EnsureListScopeDict">
      <summary>Checks the scope dictionary for the items and, if necessary, updates it to ensure that the most current data is used.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.Fields"></member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.GetDataTable">
      <summary>Returns the collection of list items as a data table. </summary>
      <returns>A System.Data.DataTable object that contains the list items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.GetItemById(System.Int32)">
      <summary>Returns the item with the specified integer ID from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
      <param name="id">A 32-bit integer that identifies the item. The value of this parameter does not correspond to the index of the item within the collection of items for the list, but to the value of the <see cref="P:Microsoft.SharePoint.SPListItem.ID" /> property of the<see cref="T:Microsoft.SharePoint.SPListItem" /> class.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.Init(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPQuery,System.String)">
      <summary>Initializes the specified list, query, and view.  </summary>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.  </param>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPQuery" /> object that represents the query.  </param>
      <param name="strViewName">A string that contains the GUID of the view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.Item(System.Guid)">
      <summary>Gets the item object with the specified GUID from the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the item.</returns>
      <param name="uniqueId">A System.Guid objectthat specifies the GUID. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.Item(System.Int32)">
      <summary>Gets the list item at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the item.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.List">
      <summary>Gets the parent list of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the parent list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.ListItemCollectionPosition">
      <summary>Gets an object that is used to obtain the next set of rows in a paged view of a list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollectionPosition" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.ListScopeXmlHelper">
      <summary>Returns the scope XML of the collection.  </summary>
      <returns>A string that contains the scope XML.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPListItemCollection.m_iRowCount">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.NumberOfFields">
      <summary>Gets the number of fields that are represented in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.QueryFieldNames">
      <summary>Gets a collection of query field names.</summary>
      <returns>A StringCollection object that contains query field names.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollection.ReorderItems(System.Boolean[],System.Int32[],System.Int32)">
      <summary>Reorders items in the list. </summary>
      <param name="arrMovedItems">A Boolean array that contains bits that specify whether items need to be updated.</param>
      <param name="arrNewPositions">An integer array that specifies new positions for items in the collection.</param>
      <param name="positionOffset">A 32-bit integer that specifies the starting position of the items that are being reordered.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.SourceQuery"></member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.Xml">
      <summary>Gets all the data in the collection in XMLDATA format. </summary>
      <returns>A string that contains the data in XMLDATA format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.XmlDataSchema">
      <summary>Gets the schema that defines the XML that is returned by the <see cref="P:Microsoft.SharePoint.SPListItemCollection.Xml" /> property.</summary>
      <returns>A string that contains the schema in XMLDATA format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollection.XMLUseAllProperties">
      <summary>Gets a Boolean value that indicates whether the extended properties of the collection are serialized.</summary>
      <returns>true if the extended properties are serialized; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListItemCollectionPosition">
      <summary>Supports paging through data sets, storing the state that is required to get the next page of data for a specific view of a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemCollectionPosition.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPListItemCollectionPosition" /> class.</summary>
      <param name="strData">A string that contains paging information that is used to generate the next page of data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemCollectionPosition.PagingInfo">
      <summary>Gets or sets paging information that is used to generate the next page of data. </summary>
      <returns>A string that contains the paging information.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListItemInfo"></member>
    <member name="P:Microsoft.SharePoint.SPListItemInfo.Id"></member>
    <member name="P:Microsoft.SharePoint.SPListItemInfo.IsFolder"></member>
    <member name="P:Microsoft.SharePoint.SPListItemInfo.Title"></member>
    <member name="P:Microsoft.SharePoint.SPListItemInfo.Url"></member>
    <member name="T:Microsoft.SharePoint.SPListItemVersion">
      <summary>Represents a version of a list item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Created">
      <summary>Gets the creation date and time for the item version.</summary>
      <returns>A System.DateTime structure that provides the date and time that the item version was created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.CreatedBy">
      <summary>Gets the user that created the item version.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user that created the version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersion.Delete">
      <summary>Deletes the list item version.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Fields">
      <summary>Gets the collection of fields that are used in the list that contains the item version.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the list fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.IsCurrentVersion"></member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Item(System.Int32)">
      <summary>Gets the value that is contained by the item version at the specified index in the collection of fields that is associated with the item.</summary>
      <returns>An object that represents the value of the field.</returns>
      <param name="index">A 32-bit integer that specifies the index of the field with respect to the collection of fields in the list.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Item(System.String)">
      <summary>Gets a value in the item version based on the specified column display name.</summary>
      <returns>An object that represents the value of the field.</returns>
      <param name="fieldName">A string that specifies the display name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Level">
      <summary>Gets the level of publication for the item version.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFileLevel" /> object that represents the level of publication.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.ListItem">
      <summary>Gets the current list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the current list item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersion.Recycle">
      <summary>Recycles the list item version.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.Url">
      <summary>Gets the URL of the item version relative to the Web site that contains the item.</summary>
      <returns>A string that contains the Web site-relative URL of the item version. For the current item version, the string contains a value such as "Lists/MyList/1_.000". Otherwise, the string contains a value that includes the virtual directory and version ID used for versioning, such as "_vti_history/512/Lists/MyList/1_.000" or "_vti_history/1024/Lists/MyList/1_.000".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.VersionId">
      <summary>Gets the ID of the version.</summary>
      <returns>A 32-bit integer that indicates the version ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersion.VersionLabel">
      <summary>Gets the version number of the item version.</summary>
      <returns>A string that contains the major and minor version numbers separated by a period (.) in the format Major_Number.Minor_Number. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListItemVersionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPListItemVersion" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersionCollection.Count">
      <summary>Gets the number of versions in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of versions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.DeleteAll">
      <summary>Deletes the collection of versions except for the current version.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.GetVersionFromID(System.Int32)">
      <summary>Returns a version from the collection based on the specified version ID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemVersion" /> object that represents the version.</returns>
      <param name="versionId">A 32-bit integer that specifies the ID of the version to return, for example, 512, 1024, or 1536. For more information, see <see cref="P:Microsoft.SharePoint.SPListItemVersion.VersionId" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.GetVersionFromLabel(System.String)">
      <summary>Returns a version from the collection based on the specified version label.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemVersion" /> object that represents the version.</returns>
      <param name="versionLabel">A string that specifies the version label of the version to return. For information about the format of version labels, see <see cref="P:Microsoft.SharePoint.SPListItemVersion.VersionLabel" />.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersionCollection.Item(System.Int32)">
      <summary>Gets the version at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemVersion" /> object that represents the list item version.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersionCollection.ListItem">
      <summary>Gets the parent list item of the version collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the parent list item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.RecycleAll">
      <summary>Recycles the version collection except for the current version.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.Restore(System.Int32)">
      <summary>Restores the specified version as the current item version based on the specified index in the collection.</summary>
      <param name="iIndex">A 32-bit integer that specifies the index in the collection of the version to restore.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.RestoreByID(System.Int32)">
      <summary>Restores the specified version as the current item version based on the specified version ID.</summary>
      <param name="versionId">A 32-bit integer that specifies the ID of the version to return: for example, 512, 1024, or 1536. For more information, see <see cref="P:Microsoft.SharePoint.SPListItemVersion.VersionId" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPListItemVersionCollection.RestoreByLabel(System.String)">
      <summary>Restores the specified version as the current item version based on the specified version label.</summary>
      <param name="versionLabel">A string that specifies the version label of the version to return. For information about the format of version labels, see <see cref="P:Microsoft.SharePoint.SPListItemVersion.VersionLabel" />.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListItemVersionCollection.Web">
      <summary>Gets the parent Web site of the version collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListTemplate">
      <summary>Represents a list definition or a list template, which defines the fields and views for a list. List definitions are contained in files within \\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\FEATURES, but list templates are created through the user interface or through the object model when a list is saved as a template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.AllowsFolderCreation">
      <summary>Gets a Boolean value indicating whether folders can be created within lists created through the list definition or template. </summary>
      <returns>true if folders can be created; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.BaseType">
      <summary>Gets the base type for the list definition or list template. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPBaseType" /> value that indicates the base type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.CategoryType">
      <summary>Gets the category type of the list definition or template.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPListCategoryType" /> value that indicates the category type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.Description">
      <summary>Gets the description of the list definition or list template that is displayed in the user interface. </summary>
      <returns>A string that contains the description of the list template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.DocumentTemplate">
      <summary>Gets the ID of the document template associated with the list definition or list template.</summary>
      <returns>A string that contains the ID, which by default equals 101 for document libraries.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.EditPage">
      <summary>Gets the name of a custom application page (/_layouts) used as the page for editing list properties for lists created through the list template.</summary>
      <returns>A string that contains the name of the custom application page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.FeatureId">
      <summary>Gets the ID of the Feature containing the list definition. </summary>
      <returns>A System.Guid object that indicates the Feature ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.Hidden">
      <summary>Gets a Boolean value that specifies whether the list definition or list template is hidden from Web site users and does not appear as an option on the Create page. </summary>
      <returns>true if the list template is hidden from users; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.ImageUrl">
      <summary>Gets the relative path, based on the server, for the image used to represent the list definition or list template. </summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.InternalName">
      <summary>Gets the internal name used for the list definition or list template. </summary>
      <returns>A string that contains the internal name, which for list templates includes the .stp file name extension.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.IsCustomTemplate">
      <summary>Gets a Boolean value that indicates whether the <see cref="T:Microsoft.SharePoint.SPListTemplate" /> object represents a list template, in other words, a template contained within an .stp file (custom template file).</summary>
      <returns>true if the list template is a custom template; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.Name">
      <summary>Gets the display name for the list definition or list template. </summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.NewPage">
      <summary>Gets the name of a custom page used as the page for creating a new list through the list template.</summary>
      <returns>A string that contains the name of the custom application page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.OnQuickLaunch">
      <summary>Gets a Boolean value that specifies whether any list created with the list definition or list template is displayed on the Quick Launch bar. </summary>
      <returns>true if the list is displayed on the Quick Launch bar; otherwise, false</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.SchemaXml">
      <summary>Gets the schema that describes the list definition. </summary>
      <returns>A string in Collaborative Application Markup Language that contains the schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.Type">
      <summary>Gets the type of the list definition or list template. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that represents the type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplate.Unique">
      <summary>Gets a Boolean value that indicates whether only one instance of the list type can be created through the template, and that the template cannot be used to create a list through the object model or user interface.</summary>
      <returns>true if only one instance of the list type can be created through the template; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions">
      <summary>Specifies whether to display Quick Launch links to lists created through the list template.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions.Off">
      <summary>Do not display a link to the list in the Quick Launch. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions.On">
      <summary>Display a link to the list in the Quick Launch. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplate.QuickLaunchOptions.Default">
      <summary>Display a link to the list in the Quick Launch if the OnQuickLaunch attibute of the ListTemplate element in the Feature's element XML file equals TRUE. Value = 2.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPListTemplateCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPListTemplate" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplateCollection.Count">
      <summary>Gets the number of list definitions or list templates in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of list definitions or list templates.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplateCollection.Item(System.Int32)">
      <summary>Gets the list definition or list template object at the specified index in the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPListTemplateCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPListTemplate" /> object that represents the list definitions or list template.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplateCollection.Item(System.String)">
      <summary>Gets the list definitions or list template object with the specified name from the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPListTemplateCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPListTemplate" /> object that represents the list definitions or list template.</returns>
      <param name="strName">A string that contains the name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplateCollection.SchemaXml">
      <summary>Gets the schema that describes the collection of list definitions. </summary>
      <returns>A string in Collaborative Application Markup Language that contains the schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPListTemplateCollection.Web">
      <summary>Gets the parent Web site of the collection. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPListTemplateType">
      <summary>Specifies the type of a list definition or a list template.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.InvalidType">
      <summary>Not used. Value = -1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.NoListTemplate"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.GenericList">
      <summary>Custom list. Value = 100.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.DocumentLibrary">
      <summary>Document library. Value = 101.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Survey">
      <summary>Survey. Value = 102.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Links">
      <summary>Links. Value = 103.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Announcements">
      <summary>Announcements. Value = 104.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Contacts">
      <summary>Contacts. Value = 105.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Events">
      <summary>Calendar. Value = 106.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Tasks">
      <summary>Tasks. Value = 107.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.DiscussionBoard">
      <summary>Discussion board. Value = 108.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.PictureLibrary">
      <summary>Picture library. Value = 109.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.DataSources">
      <summary>Data sources for a site. Value = 110.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.WebTemplateCatalog">
      <summary>Site template gallery. Value = 111.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.UserInformation">
      <summary>User Information. Value = 112.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.WebPartCatalog">
      <summary>Web Part gallery. Value = 113.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.ListTemplateCatalog">
      <summary>List Template gallery. Value = 114.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.XMLForm">
      <summary>XML Form library. Value = 115.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.MasterPageCatalog">
      <summary>Master Page gallery. Value = 116.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.NoCodeWorkflows">
      <summary>No Code Workflows. Value = 117.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.WorkflowProcess">
      <summary>Custom Workflow Process. Value = 118.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.WebPageLibrary">
      <summary>Wiki Page Library. Value = 119.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.CustomGrid">
      <summary>Custom grid for a list. Value = 120.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.SolutionCatalog"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.NoCodePublic"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.ThemeCatalog"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.DataConnectionLibrary">
      <summary>Data connection library for sharing information about external data connections. Value = 130.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.WorkflowHistory">
      <summary>Workflow History. Value = 140.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.GanttTasks">
      <summary>Project Tasks. Value = 150.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Meetings">
      <summary>Meeting Series (Meeting). Value = 200.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Agenda">
      <summary>Agenda (Meeting). Value = 201.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.MeetingUser">
      <summary>Attendees (Meeting). Value = 202.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Decision">
      <summary>Decisions (Meeting). Value = 204.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.MeetingObjective">
      <summary>Objectives (Meeting). Value = 207.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.TextBox">
      <summary>Text Box (Meeting). Value = 210. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.ThingsToBring">
      <summary>Things To Bring (Meeting). Value = 211.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.HomePageLibrary">
      <summary>Workspace Pages (Meeting). Value = 212.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Posts">
      <summary>Posts (Blog). Value = 301.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Comments">
      <summary>Comments (Blog). Value = 302.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Categories">
      <summary>Categories (Blog). Value = 303.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Facility"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Whereabouts"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.CallTrack"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Circulation"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Timecard"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.Holidays"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.IMEDic"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.AssetLibrary"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.IssueTracking">
      <summary>Issue tracking. Value = 1100.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.AdminTasks">
      <summary>Administrator Tasks. Value = 1200.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.HealthRules"></member>
    <member name="F:Microsoft.SharePoint.SPListTemplateType.HealthReports"></member>
    <member name="T:Microsoft.SharePoint.SPLoadBalancer"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.#ctor(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.BeginOperation"></member>
    <member name="P:Microsoft.SharePoint.SPLoadBalancer.EndpointAddresses"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.OnDeserialization"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.OnEndpointAddressesChanged(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.Provision"></member>
    <member name="P:Microsoft.SharePoint.SPLoadBalancer.Provisioned"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancer.Unprovision"></member>
    <member name="P:Microsoft.SharePoint.SPLoadBalancer.Uri"></member>
    <member name="T:Microsoft.SharePoint.SPLoadBalancerContext"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancerContext.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPLoadBalancerContext.End"></member>
    <member name="P:Microsoft.SharePoint.SPLoadBalancerContext.EndpointAddress"></member>
    <member name="P:Microsoft.SharePoint.SPLoadBalancerContext.Status"></member>
    <member name="T:Microsoft.SharePoint.SPLoadBalancerStatus"></member>
    <member name="F:Microsoft.SharePoint.SPLoadBalancerStatus.Success"></member>
    <member name="F:Microsoft.SharePoint.SPLoadBalancerStatus.Failed"></member>
    <member name="T:Microsoft.SharePoint.SPLocale">
      <summary>Represents the information for a locale that can be set in a SharePoint site, including the display name and locale identifier (LCID). </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLocale.DisplayName">
      <summary>Gets the name of the locale as it is displayed in the user interface. </summary>
      <returns>A string that contains the name of the locale.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLocale.LCID">
      <summary>Gets the locale identifier (LCID) for the locale. </summary>
      <returns>A 32-bit integer that specifies the LCID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPLocaleCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPLocale" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLocaleCollection.Count">
      <summary>Gets the number of locales in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of locales.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPLocaleCollection.Item(System.Int32)">
      <summary>Gets the locale object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPLocaleCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPLocale" /> object that represents the locale. </returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPLocalizationCollection">
      <summary>Defines the list of strings that represent localization countries, languages, or regions.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPLocalizationCollection.Update">
      <summary>  Refreshes the system-based list of strings that represent localization countries, languages, or regions.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPLongOperation">
      <summary>Sets the web page image to the image used by the server to indicate a lengthy operation (typically, a rotating gear image with associated text).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.#ctor(System.Web.UI.Page)">
      <summary>Sets the web page image to the image used by the server to indicate a lengthy operation (typically, a rotating gear image with associated text), using the class constructor.</summary>
      <param name="page"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.Begin">
      <summary>Indicates to the server that a page should be loaded to indicate to the user that a lengthy server operation (such as a file transfer) has started.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.Begin(Microsoft.SharePoint.SPLongOperation.BeginOperation)"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.Begin(System.String,System.String,Microsoft.SharePoint.SPLongOperation.BeginOperation)"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.Dispose">
      <summary>Indicates to the server that the IDisposable object (and its associated image and text resources) are no longer needed and should be disposed of by the system. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.Dispose(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.End(System.String)">
      <summary>Informs the server that a lengthy server operation (such as a file transfer) has ended, and that the page used to indicate progress should no longer be displayed.</summary>
      <param name="strRedirectPage"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.End(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext,System.String)">
      <summary>Informs the server that a lengthy server operation (such as a file transfer) has ended and that the page used to indicate progress should no longer be displayed.</summary>
      <param name="strProposedRedirect"></param>
      <param name="rgfRedirect"></param>
      <param name="context"></param>
      <param name="queryString"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.End(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperation.EndScript(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPLongOperation.LeadingHTML">
      <summary>Used to specify the redirecting HTML code used by the server to indicate to the user that a lengthy server operation is in progress (such as a file transfer). This page typically contains an animated image (such as a rotating gear assembly) and associated text.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPLongOperation.TrailingHTML">
      <summary>HTML code used by the server to indicate the completion of a lengthy server operation (such as a file transfer).</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPLongOperation.BeginOperation"></member>
    <member name="T:Microsoft.SharePoint.SPLongOperationState"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperationState.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPLongOperationState.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SPLongOperationState.Status"></member>
    <member name="T:Microsoft.SharePoint.SPMember">
      <summary>Represents the base class for the <see cref="T:Microsoft.SharePoint.SPUser" /> and <see cref="T:Microsoft.SharePoint.SPGroup" /> classes. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPMember.ID">
      <summary>Gets the member ID for the user or group. </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPMemberCollection">
      <summary>An abstract class encapsulating the behavior of user collections and group collections.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPMemberCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPMemberCollection" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMemberCollection.m_arrRolesData">
      <summary>Store the role definition data as a two-dimensional array. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMemberCollection.m_dwCountRoles">
      <summary>Store the number of role definitions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMemberCollection.m_role">
      <summary>Store the role definition to which the collection belongs.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMemberCollection.m_web">
      <summary>Store the Web site to which the collection belongs.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPMemberCollection.RetrieveAllRoles">
      <summary>Gets or sets a Boolean value that specifies whether to preload roles for users to increase performance.</summary>
      <returns>true to preload roles to increase performance; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMemberCollection.Web">
      <summary>Gets the Web site to which the collection belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPMinuteSchedule">
      <summary>Represents a minute schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPMinuteSchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPMinuteSchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPMinuteSchedule.BeginSecond">
      <summary>Gets or sets the second at which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning second.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMinuteSchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPMinuteSchedule.EndSecond">
      <summary>Gets or sets the second at which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending second.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMinuteSchedule.Interval">
      <summary>Gets or sets the interval of the schedule.</summary>
      <returns>A 32-bit integer that specifies the interval in minutes. The default value is 5.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPMinuteSchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPMinuteSchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPMobileContext">
      <summary>Provides information about the current context that is needed for interaction between mobile devices and Windows SharePoint Services 3.0 Web sites. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.ControlMode">
      <summary>Gets the control mode of the current page or form: Display, New, or Edit. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.SPControlMode" /> that specifies whether the current form is for displaying, creating, or editing a list item. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.CurrentFolder">
      <summary>Gets the current folder. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the current folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.CurrentFolderUrl">
      <summary>Gets the URL of the current folder. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the current folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.IsForm">
      <summary>Gets a value that indicates whether the current page is one of the three basic types of forms: Display, New, or Edit. </summary>
      <returns>true if the current page is a form; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.IsInSubFolder">
      <summary>Gets a value that indicates whether the current folder has a parent folder. </summary>
      <returns>true if the current folder has a parent folder; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.IsView">
      <summary>Gets a value that indicates whether the current page is a list view page, instead of a form.</summary>
      <returns>true if the current page is a list view page; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.MarkupLanguage">
      <summary>Gets or sets the name of the markup language used by the mobile device. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the markup language such as "html32", "chtml10", "xhtml-mp", or "wml11".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.PageType">
      <summary>Gets a value that specifies the type of page. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that specifies the type of the current page. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.ParentHttpContext">
      <summary>Gets the current HTTP request context. </summary>
      <returns>An <see cref="T:System.Web.HttpContext" /> object that provides information about the context of the current request.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.ParentSPContext">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPContext" /> object that has this <see cref="T:Microsoft.SharePoint.SPMobileContext" /> object as its <see cref="P:Microsoft.SharePoint.SPContext.MobileContext" /> property. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContext" /> object that is the parent of the <see cref="T:Microsoft.SharePoint.SPMobileContext" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.RootFolderUrl">
      <summary>Gets the URL of the highest contain folder for the current list item. </summary>
      <returns>A <see cref="T:System.String" /> that represents the top-level folder that contains the current list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.View">
      <summary>Gets the current mobile view of the list that contains the current list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> that represents a valid mobile view of the list. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMobileContext.ViewId">
      <summary>Gets the identifier of the current mobile view of the current list item. </summary>
      <returns>A <see cref="T:System.Guid" /> that specifies the current mobile list view.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPModerationInformation">
      <summary>Provides information about the content approval status for an item in a list or a document library. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPModerationInformation.Comment">
      <summary>Gets or sets a comment that addresses why the item was approved or rejected. </summary>
      <returns>A string that contains the comment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModerationInformation.Status">
      <summary>Gets or sets a value that specifies the content approval status for an item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPModerationStatusType" /> value that specifies the status.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPModerationStatusType">
      <summary>Specifies values for content approval status of items in lists and document libraries.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPModerationStatusType.Approved">
      <summary>The last major version of the item is displayed in the public views of the list or document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPModerationStatusType.Denied">
      <summary>The last major version of the item is not displayed in the public views of the list or document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPModerationStatusType.Pending">
      <summary>The decision about displaying the item in public views of the list or document library is pending.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPModerationStatusType.Draft">
      <summary>The item minor version is being edited and is not ready for approval.   </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPModerationStatusType.Scheduled">
      <summary>The decision about displaying the item in public views of list or document library is pending and will be processed by a timer service.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPModule">
      <summary>Represents the collection of files and views that are used in a site template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.Enabled">
      <summary>Gets or sets a Boolean value that specifies whether the module is enabled for the site.</summary>
      <returns>true if the module is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.Name">
      <summary>Gets the name of the module.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.ParentWeb">
      <summary>Gets the parent site of the module.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.Properties">
      <summary>Gets metadata for the module.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPModule.SPModulePropertyBag" /> that contains the metadata.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.Url">
      <summary>Gets the server-relative URL for the module.</summary>
      <returns>A string that contains the server-relative URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPModule.SPModulePropertyBag">
      <summary>Represents metadata for a module.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPModule.SPModulePropertyBag.Item(System.String)">
      <summary>Gets or sets the value of a property for the module. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPModule.SPModulePropertyBag" /> class.</summary>
      <returns>A string that contains the value.</returns>
      <param name="strKey">A string that contains the key that references a value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPModule.SPModulePropertyBag.Update">
      <summary>Updates the database with changes made to properties of the module.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPModuleCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPModule" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPModuleCollection.Count">
      <summary>Gets the number of modules in the collection. </summary>
      <returns>A 32-bit integer that specifies the number of modules.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPModuleCollection.Item(System.Int32)">
      <summary>Gets the module object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPModuleCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPModule" /> object that represents the module.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPModuleCollection.Web">
      <summary>Gets the parent site of the collection.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPMonthlyByDaySchedule"></member>
    <member name="M:Microsoft.SharePoint.SPMonthlyByDaySchedule.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlyByDaySchedule.BeginDay"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlyByDaySchedule.BeginWeek"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlyByDaySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlyByDaySchedule.EndDay"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlyByDaySchedule.EndWeek"></member>
    <member name="M:Microsoft.SharePoint.SPMonthlyByDaySchedule.NextOccurrence(System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.SPMonthlyByDaySchedule.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPMonthlySchedule">
      <summary>Represents a monthly schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPMonthlySchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPMonthlySchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPMonthlySchedule.BeginDay">
      <summary>Gets or sets the day on which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning day. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPMonthlySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPMonthlySchedule.EndDay">
      <summary>Gets or sets the day on which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending day.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPMonthlySchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPMonthlySchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPMoveOperations">
      <summary>Specifies criteria for how to move files.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMoveOperations.None">
      <summary>No move operation specified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMoveOperations.Overwrite">
      <summary>Overwrite a file with the same name if it exists.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPMoveOperations.AllowBrokenThickets">
      <summary>Complete the move operation even if supporting files are separated from the file.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPNumberFormatTypes">
      <summary>Specifies the number of decimal places to use in number and currency fields.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.Automatic">
      <summary>Default setting, which is 2 decimal places.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.NoDecimal">
      <summary>No decimals are used.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.OneDecimal">
      <summary>1 decimal place.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.TwoDecimals">
      <summary>2 decimal places.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.ThreeDecimals">
      <summary>3 decimal places.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.FourDecimals">
      <summary>4 decimal places.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPNumberFormatTypes.FiveDecimals">
      <summary>5 decimal places.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPObjectType">
      <summary>Specifies the type of object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPObjectType.Web">
      <summary>The object is a site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPObjectType.List">
      <summary>The object is a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPObjectType.Item">
      <summary>The object is a list item.  </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPObjectType.Max">
      <summary>Unused.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPOfficialFileAction"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileAction.Copy"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileAction.Move"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileAction.Link"></member>
    <member name="T:Microsoft.SharePoint.SPOfficialFileHost"></member>
    <member name="M:Microsoft.SharePoint.SPOfficialFileHost.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPOfficialFileHost.#ctor(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.Action"></member>
    <member name="M:Microsoft.SharePoint.SPOfficialFileHost.CopyFrom(Microsoft.SharePoint.SPOfficialFileHost)"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.Explanation"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.OfficialFileName"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.OfficialFileUrl"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.ShowOnSendToMenu"></member>
    <member name="P:Microsoft.SharePoint.SPOfficialFileHost.UniqueId"></member>
    <member name="T:Microsoft.SharePoint.SPOfficialFileSubmissionMode"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileSubmissionMode.Manual"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileSubmissionMode.ExpirationPolicy"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileSubmissionMode.Workflow"></member>
    <member name="F:Microsoft.SharePoint.SPOfficialFileSubmissionMode.None"></member>
    <member name="T:Microsoft.SharePoint.SPOneTimeSchedule">
      <summary> Represents a schedule that specifies the time range during which the job will run.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPOneTimeSchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPOneTimeSchedule" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPOneTimeSchedule.#ctor(System.DateTime)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPOneTimeSchedule" /> class based on the specified DateTime value.</summary>
      <param name="dt">A System.DateTime structure that specifies the starting and ending times for the schedule.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPOneTimeSchedule.Description"></member>
    <member name="M:Microsoft.SharePoint.SPOneTimeSchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPOneTimeSchedule.Time">
      <summary>Gets or sets the starting and ending times for the schedule.</summary>
      <returns>A System.DateTime structure that specifies the starting and ending times.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPOneTimeSchedule.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPOpenBinaryOptions">
      <summary>Provides values to pass when opening a binary stream file when using the <see cref="M:Microsoft.SharePoint.SPFile.OpenBinary(Microsoft.SharePoint.SPOpenBinaryOptions)" /> or <see cref="M:Microsoft.SharePoint.SPFile.OpenBinaryStream(Microsoft.SharePoint.SPOpenBinaryOptions)" /> methods.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPOpenBinaryOptions.None">
      <summary>Provides no options on opening the binary file stream.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPOpenBinaryOptions.Unprotected"></member>
    <member name="F:Microsoft.SharePoint.SPOpenBinaryOptions.SkipVirusScan">
      <summary>Enables opening a binary stream file without running a virus scan when using the <see cref="M:Microsoft.SharePoint.SPFile.OpenBinary(Microsoft.SharePoint.SPOpenBinaryOptions)" /> or <see cref="M:Microsoft.SharePoint.SPFile.OpenBinaryStream(Microsoft.SharePoint.SPOpenBinaryOptions)" /> methods.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPPermission">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, <see cref="T:Microsoft.SharePoint.SPRole" /> represented the permission assigned to a user or group for a list or a site and is maintained for backward compatibility.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermission.BasePermissions">
      <summary>Gets the base permissions for the permission.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that indicates the base permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermission.Member">
      <summary>Gets the member object for the user or group that has the permission. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPMember" /> object that represents the member.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermission.Parent">
      <summary>Gets the parent object for the specified permission object, which can be a list or a Web site. </summary>
      <returns>The parent object for the permission object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermission.PermissionMask">
      <summary>Gets or sets the rights for the permission mask of the user or group. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies the rights.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermission.ToString">
      <summary>Returns the member ID of the user or group for the permission object. </summary>
      <returns>A string that contains the member ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermission.Xml">
      <summary>Gets the permission object in XML format. </summary>
      <returns>A string that contains the XML.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPPermissionCollection">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, <see cref="T:Microsoft.SharePoint.SPRole" /> represented a collection of <see cref="T:Microsoft.SharePoint.SPPermission" /> objects and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.Add(Microsoft.SharePoint.SPMember,Microsoft.SharePoint.SPRights)">
      <summary>Creates a permission object with the specified member and permissions in the collection.</summary>
      <param name="member">An <see cref="T:Microsoft.SharePoint.Member" /> object that represents the member.</param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies the permissions.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.AddCollection(Microsoft.SharePoint.SPUserInfo[],Microsoft.SharePoint.SPRights[],System.String[],Microsoft.SharePoint.SPRights[],System.String[],Microsoft.SharePoint.SPRights[])">
      <summary>Adds users and their permissions to a list, modifies the permissions of users for a list, modifies the permissions of an existing group for a list, or modifies the permissions of an existing role for a site.</summary>
      <param name="addUsersInfo">An <see cref="T:Microsoft.SharePoint.SPUserInfo" /> array that specifies information about users, including user names, e-mail addresses, display names, and notes about the users.</param>
      <param name="addUsersPermissions">An <see cref="T:Microsoft.SharePoint.SPRights" /> array that specifies permissions for a user.</param>
      <param name="addGroupsNames">A string array that specifies group names.</param>
      <param name="addGroupsPermissions">An <see cref="T:Microsoft.SharePoint.SPRights" /> array that specifies permissions for a group.</param>
      <param name="addRolesNames">A string array that specifies role names.</param>
      <param name="addRolesPermissions">An <see cref="T:Microsoft.SharePoint.SPRights" /> array that specifies permissions for a role.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.CheckPermissions(Microsoft.SharePoint.SPRights)">
      <summary>Verifies whether the current user has the specified permissions for the list or site and, if not, throws an Access Denied exception. </summary>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies the rights.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Count">
      <summary>Gets the number of permissions in the collection.</summary>
      <returns>A 32-bit integer that specifies the number of permissions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.DoesUserHavePermissions(Microsoft.SharePoint.SPRights)">
      <summary>Returns a value that indicates whether the current user has the specified permissions.</summary>
      <returns>true if the current user has the specified permissions; otherwise, raises an access-denied exception and prompts the user for authentication.</returns>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies the permissions.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Inherited">
      <summary>Gets a Boolean value that specifies whether the collection is inherited from the parent object.</summary>
      <returns>true if the permissions are inherited; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Item(Microsoft.SharePoint.SPMember)">
      <summary>Gets the permission object with the specified member from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPPermissionCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPermission" /> object that represents the permission.</returns>
      <param name="member">An <see cref="T:Microsoft.SharePoint.SPMember" /> object that specifies the member.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Item(System.Int32)">
      <summary>Gets the permission object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPPermissionCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPermission" /> object that represents the permission.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Parent">
      <summary>Gets the parent object for the collection of permissions, which can be a list or a site.</summary>
      <returns>An object that represents the parent object for the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.Remove(Microsoft.SharePoint.SPMember)">
      <summary>Removes from the collection the permission that is associated with the specified member.</summary>
      <param name="member">An <see cref="T:Microsoft.SharePoint.SPMember" /> object that contains the member to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.Remove(System.Int32)">
      <summary>Removes the permission object at the given index in the collection.</summary>
      <param name="index">A 32-bit integer that specifies the index of the object to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.RemoveCollection(System.Int32[])">
      <summary>Removes the permissions represented by an integer array of member IDs from the collection.</summary>
      <param name="removeIds">A 32-bit integer array that specifies an array of member IDs.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.RequestAccess">
      <summary>Gets or sets a Boolean value that specifies whether request for access is enabled for a list.</summary>
      <returns>true if request for access is enabled for the list; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.RequestAccessEmail">
      <summary>Gets or sets whether request for access is enabled for a site and specifies the e-mail address to which requests are sent.</summary>
      <returns>A string that contains the e-mail address. If set to an empty string, request for access to the site is not enabled.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPPermissionCollection.ResetPermissions">
      <summary>Resets the permissions inherited from the parent object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Xml">
      <summary>Gets the collection of permissions in XML format.</summary>
      <returns>A string that contains the XML representation of the collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPermissionCollection.Xml2">
      <summary>Gets the collection of permissions in XML format.</summary>
      <returns>A string that contains the XML representation of the collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPPermissionGroup">
      <summary>Represents the permissions available for role definitions on a Web site. This enumeration is obsolete. Use the <see cref="T:Microsoft.SharePoint.SPPermissionGroup64" /> enumeration instead.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.None">
      <summary>Has no permissions on the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.Guest">
      <summary>Has limited permissions to view specific pages and page elements. Has access to a specific list but not to the entire site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.Reader">
      <summary>Has read-only access to the Web site and cannot add content. Has permissions to view items, personalize Web Parts, use alerts, and create a Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.Contributor">
      <summary>Has Reader permissions, as well as permissions to add and edit items, manage personal groups and views, and personalize Web Parts Pages. Cannot create lists or document libraries, but can add content to existing ones.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.WebDesigner">
      <summary>Has Contributor permissions, plus permissions to cancel check-out, delete items, manage lists, and add and customize pages. Can modify the structure of the site and create lists or document libraries.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.Administrator">
      <summary>Has full control of the Web site, including the ability to manage role definitions and groups and to view usage data.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.All">
      <summary>Has all permissions on the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup.ValidPermissions">
      <summary>Has valid permissions for the site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPPermissionGroup64">
      <summary>Represents the permissions available for role definitions on a Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.None">
      <summary>Has no permissions on the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.Guest">
      <summary>Has limited permissions to view specific pages and page elements. Has access to a specific list but not to the entire site. Includes the following base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />): Open, BrowseUserInfo, ViewFormPages, UseClientIntegration, UseRemoteAPIs.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.Reader">
      <summary>Has read-only access to the Web site and cannot add content. Has permissions to view items, personalize Web Parts, use alerts, and create a Web site. In addition to the base permissions of Guest, includes the following base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />): ViewPages, ViewListItems, OpenItems, ViewVersions, CreateAlerts, CreateSSCSite.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.Participant"></member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.Contributor">
      <summary>Has Reader permissions, as well as permissions to add and edit items, manage personal groups and views, and personalize Web Parts Pages. Cannot create lists or document libraries, but can add content to existing ones. In addition to the base permissions of Reader, includes the following base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />): BrowseDirectories, ManagePersonalViews, UpdatePersonalWebParts, AddDelPrivateWebParts, AddListItems, EditListItems, DeleteListItems, DeleteVersions, EditMyUserInfo.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.WebDesigner">
      <summary>Has Contributor permissions, plus permissions to cancel check-out, delete items, manage lists, and add and customize pages. Can modify the structure of the site and create lists or document libraries. In addition to the base permissions of Contributor, includes the following base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />): AddAndCustomizePages, ManageLists, ApproveItems, ApplyThemeAndBorder, ApplyStyleSheets, CancelCheckout.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.Administrator">
      <summary>Has full control of the Web site, including the ability to manage groups and to view usage data. Includes the FullMask base permission (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.All">
      <summary>Has all permissions on the Web site. Includes the base permissions of Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPermissionGroup64.ValidPermissions">
      <summary>Has valid permissions for the site. Includes the following base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermission" />): ViewListItems, ViewFormPages,AddListItems, EditListItems, DeleteListItems, ApproveItems, CancelCheckout, ManagePersonalViews, ManageLists, Open, ViewPages, AddAndCustomizePages, ApplyThemeAndBorder, ApplyStyleSheets, ViewUsageData, CreateSSCSite, ManageSubwebs, CreateGroups, ManagePermissions, BrowseDirectories, BrowseUserInfo, AddDelPrivateWebParts, UpdatePersonalWebParts, ManageWeb, UseRemoteAPIs, EditMyUserInfo, EnumeratePermissions, OpenItems, ViewVersions, DeleteVersions, ManageAlerts, CreateAlerts.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPPermissionInfo"></member>
    <member name="P:Microsoft.SharePoint.SPPermissionInfo.Permissions"></member>
    <member name="P:Microsoft.SharePoint.SPPermissionInfo.RoleAssignments"></member>
    <member name="T:Microsoft.SharePoint.SPPictureLibrary">
      <summary>Represents a document library that contains pictures.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPPreviewValueSize">
      <summary>Specifies the size of the preview value for a multiline text field.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPreviewValueSize.Small">
      <summary>Specifies Field_Namefield value. as the preview.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPreviewValueSize.Medium">
      <summary>Specifies Field_Namefield value. and one sample sentence as the preview.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPreviewValueSize.Large">
      <summary>Specifies Field_Namefield value. and one sample paragraph as the preview.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPreviewValueSize.ExtraLarge">
      <summary>Specifies Field_Namefield value. and two sample paragraphs as the preview.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPPrincipal">
      <summary>Represents a user or group that can be assigned permissions in Windows SharePoint Services to control security.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPPrincipal.GetField(System.UInt32)">
      <param name="fieldIndex"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPPrincipal.InitMember">
      <summary>Initializes the member.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPrincipal.m_arrMembersData">
      <summary>Stores the member data as a two-dimensional array.  </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPrincipal.m_bDataInitialized">
      <summary>Contains a Boolean value indicating whether the data is initialized.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPrincipal.m_index">
      <summary>Contains the index into the <see cref="F:Microsoft.SharePoint.SPPrincipal.m_arrMembersData" /> array for the current member.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPPrincipal.m_web">
      <summary>Stores the Web site object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPPrincipal.Name">
      <summary>Gets or sets the name of the principal.</summary>
      <returns>A string that contains the name of the principal.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPrincipal.ParentWeb">
      <summary>Gets the parent Web site for the principal.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPPrincipal.Roles">
      <summary>Gets the collection of roles associated with the principal.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleCollection" /> object that represents the roles. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPPrincipal.SetField(System.UInt32,System.Object)">
      <param name="fieldIndex"></param>
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPProviderSearchArguments"></member>
    <member name="M:Microsoft.SharePoint.SPProviderSearchArguments.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPProviderSearchArguments.#ctor(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPProviderSearchArguments.HierarchyNodeID"></member>
    <member name="P:Microsoft.SharePoint.SPProviderSearchArguments.MaxCount"></member>
    <member name="P:Microsoft.SharePoint.SPProviderSearchArguments.ProviderName"></member>
    <member name="T:Microsoft.SharePoint.SPQuery">
      <summary>Represents a query in a list view. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPQuery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPQuery" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPQuery.#ctor(Microsoft.SharePoint.SPView)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPQuery" /> class by using the specified view. </summary>
      <param name="view"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.AutoHyperlink">
      <summary>Gets or sets a Boolean value that specifies whether text that resembles a hyperlink within the data set returned by the query is automatically formatted as a hyperlink. </summary>
      <returns>true if text that resembles a hyperlink is automatically formatted as a hyperlink; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.CalendarDate">
      <summary>Gets or sets the calendar date of the SharePoint site.</summary>
      <returns>A System.DateTime structure that contains the date based on the time-date format definition set on the system.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.DatesInUtc">
      <summary>Gets or sets a Boolean value that specifies whether the query returns dates in Coordinated Universal Time (UTC) format. </summary>
      <returns>true if dates are returned in UTC format; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ExpandRecurrence">
      <summary>Gets or sets a Boolean value that specifies whether to expand recurrent events in the calendar view.</summary>
      <returns>true to expand recurrent events; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ExpandUserField">
      <summary>Gets or sets a Boolean value that specifies whether to use special rendering for user field values that makes them include the login name, e-mail address, Session Initiation Protocol (SIP) address, and title, when present, which causes a user field to behave as a multilookup field.</summary>
      <returns>true to specify that special rendering be used for user field values so that they include the login name, e-mail address, Session Initiation Protocol (SIP) address, and title; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.Folder">
      <summary>Gets or sets the folder within a document library from which to return items in the query. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IncludeAllUserPermissions">
      <summary>Gets or sets a Boolean value that specifies whether the query returns security information, including access control lists and scopes.</summary>
      <returns>true to specify that the query return security information, including access control lists and scopes; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IncludeAttachmentUrls">
      <summary>Gets or sets a Boolean value that specifies whether to include the encoded full URLs, delimited by ;#, of attachments to each item.</summary>
      <returns>true to include the encoded full URLs of attachments; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IncludeAttachmentVersion">
      <summary>Gets or sets a Boolean value that specifies whether to include the unique identifier and version number, delimited by ;#, of attachments to each item.</summary>
      <returns>true to include the unique identifier and version number of attachments; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IncludeMandatoryColumns">
      <summary>Gets or sets a Boolean value that specifies whether fields that are required for calculated fields are returned in the query. Mandatory columns include, for example, owsHiddenVersion, dependent fields, and required fields.</summary>
      <returns>true if required and dependent fields are returned; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IncludePermissions">
      <summary>Gets or sets a Boolean value that specifies whether the query returns security information.</summary>
      <returns>true to return security information; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.IndividualProperties">
      <summary>Gets or sets a Boolean value that specifies whether to include properties in the query.</summary>
      <returns>true to include properties in the query; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ItemIdQuery">
      <summary>Gets or sets a Boolean value that specifies whether query selectivity is based on list item ID.</summary>
      <returns>true to specify that the query is based on list item ID; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.Joins"></member>
    <member name="P:Microsoft.SharePoint.SPQuery.ListItemCollectionPosition">
      <summary>Gets or sets an object that is used to obtain the next set of rows in a paged view of a list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollectionPosition" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.MeetingInstanceId">
      <summary>Gets or sets the ID that specifies the meeting instance from which to return information in the query. </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.Method"></member>
    <member name="P:Microsoft.SharePoint.SPQuery.ProjectedFields"></member>
    <member name="P:Microsoft.SharePoint.SPQuery.Query">
      <summary>Gets or sets the inner XML used in the query. </summary>
      <returns>A string that contains a fragment in Collaborative Application Markup Language that defines the query. The string corresponds to the inner XML of the Query element in CAML, excluding the opening and closing &lt;Query&gt;&lt;/Query&gt; tags.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.RecurrenceOrderBy">
      <summary>Gets or sets a Boolean value that specifies whether the sort order used to display items in an application that interacts with a SharePoint list remains the same as the sort order used in the browser. </summary>
      <returns>true if the sort order within the application remains the same as in the browser; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.RequestThrottleOverride"></member>
    <member name="P:Microsoft.SharePoint.SPQuery.RowLimit">
      <summary>Gets or sets a limit for the number of items returned in the query per page. </summary>
      <returns>An unsigned 32-bit integer that specifies the row limit.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ViewAttributes">
      <summary>Gets or sets the attributes of the view used in the query. </summary>
      <returns>A string that contains the view attributes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ViewFields">
      <summary>Gets or sets the fields that are returned in the query. </summary>
      <returns>A string that contains a fragment in Collaborative Application Markup Language that specifies the view fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPQuery.ViewFieldsOnly"></member>
    <member name="P:Microsoft.SharePoint.SPQuery.ViewXml">
      <summary>Gets or sets the XML schema that defines the view. </summary>
      <returns>A string that contains the view schema in Collaborative Application Markup Language.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPQueryThrottledException"></member>
    <member name="M:Microsoft.SharePoint.SPQueryThrottledException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPQueryThrottledException.#ctor(System.Runtime.InteropServices.COMException)"></member>
    <member name="M:Microsoft.SharePoint.SPQueryThrottledException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPQueryThrottledException.#ctor(System.String,System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.SPQueryThrottledException.#ctor(System.String,System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinItem">
      <summary>Represents an item in the Recycle Bin for a Web site or a site collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.Author">
      <summary>Gets the user who originally created the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who originally created the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.AuthorEmail">
      <summary>Gets the e-mail address of the user who originally created the item.</summary>
      <returns>A string that contains the e-mail address of the user who originally created the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.AuthorId">
      <summary>Gets the Windows SharePoint Services user ID of the user who originally created the item.</summary>
      <returns>A 32-bit integer that identifies the user ID of the user who originally created the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.AuthorName">
      <summary>Gets the display name of the user who originally created the item.</summary>
      <returns>A string that contains the display name of the user who originally created the item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItem.Delete">
      <summary>Deletes the item permanently from the Recycle Bin.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DeletedBy">
      <summary>Gets the user who deleted the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who deleted the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DeletedByEmail">
      <summary>Gets the e-mail address of the user who deleted the item.</summary>
      <returns>A string that contains the e-mail address of the user who deleted the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DeletedById">
      <summary>Gets the ID of the user who deleted the item.</summary>
      <returns>A 32-bit integer that identifies the user who deleted the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DeletedByName">
      <summary>Gets the display name of the user who deleted the item.</summary>
      <returns>A string that contains the display name of the user who deleted the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DeletedDate">
      <summary>Gets the date and time that the item was deleted.</summary>
      <returns>A System.DateTime structure that contains the date and time that the item was deleted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.DirName">
      <summary>Gets the Web site–relative URL of the list or folder that originally contained the item.</summary>
      <returns>A string that contains the Web site–relative URL of the list or folder that originally contained the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.ID">
      <summary>Gets the GUID of the item.</summary>
      <returns>A System.Guid object that identifies the transaction ID of the delete transaction. This value does not correspond to the original ID of the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.ImageUrl">
      <summary>Gets the server-relative URL to the icon of the item.</summary>
      <returns>A string that contains the server-relative URL to the icon of the item; for example, /_layouts/images/MyImage.gf.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.ItemState">
      <summary>Gets the Rrecycle Bin stage of the item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemState" /> value that indicates the Recycle Bin stage of the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.ItemType">
      <summary>Gets the type of the Recycle Bin item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemType" /> value that indicates the type of the Recycle Bin item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.LeafName">
      <summary>Gets the leaf name of the item.</summary>
      <returns>A string that contains the leaf name of the item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItem.MoveToSecondStage">
      <summary>Moves the item from the end-user Recycle Bin to the second stage Recycle Bin of the site collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.ProgId"></member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItem.Restore">
      <summary>Restores the item to its original location.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.Size">
      <summary>Gets the size of the item in bytes.</summary>
      <returns>A 64-bit integer that indicates the size of the item in bytes. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItem.System#IComparable#CompareTo(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.Title">
      <summary>Gets the title of the item.</summary>
      <returns>A string that contains the item title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItem.Web">
      <summary>Gets the Web site from which the item was deleted.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinItemCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPRecycleBinItem" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.BinType">
      <summary>Gets the type of Recycle Bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinType" /> value that indicates the type of Recycle Bin.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.Count">
      <summary>Gets the number of Recycle Bin items in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of Recycle Bin items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.Delete(System.Guid[])">
      <summary>Deletes the specified item from the Recycle Bin permanently.</summary>
      <param name="ids">A System.Guid object that specifies the item to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.DeleteAll">
      <summary>Deletes permanently all items from the Recycle Bin.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.GetItemById(System.Guid)">
      <summary>Returns the Recycle Bin item with the specified ID from the collection.</summary>
      <param name="id">A System.Guid object that specifies the item to return.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.Item(System.Int32)">
      <summary>Gets the Recycle Bin item at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItem" /> object that represents the Recycle Bin item.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.ItemCollectionPosition">
      <summary>Gets an object that is used to obtain the next set of rows in a paged view of the Recycle Bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.LastProcessedId">
      <summary>Used in bulk processing functions for deleting, restoring, or moving recycle bin items to get the GUID of the last recycle bin item that has been processed.</summary>
      <returns>A System.Guid that identifies the last recycle bin item that has been processed.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.MoveAllToSecondStage">
      <summary>Moves all items from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.MoveToSecondStage(System.Guid[])">
      <summary>Moves the item from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin based on the specified IDs.</summary>
      <param name="ids">A System.Guid array that specifies the Recycle Bin items to move to the second-stage Recycle Bin.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.MoveToSecondStage(System.Guid[],System.Boolean)">
      <summary>Moves the item from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin based on the specified IDs, and on a Boolean value that specifies whether to delete an item if it is too large for the second stage.</summary>
      <param name="ids">A System.Guid array that specifies the Recycle Bin items to move to the second-stage Recycle Bin.</param>
      <param name="deleteIfTooBig">true to delete an item permanently if the item is too big for the second-stage Recycle Bin; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.Restore(System.Guid[])">
      <summary>Restores the specified Recycle Bin items to their original locations.</summary>
      <param name="ids">A System.Guid array that specifies the Recycle Bin items to restore.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollection.RestoreAll">
      <summary>Restores all the Recycle Bin items to their original locations.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.Site">
      <summary>Gets the parent site collection of the site-collection Recycle Bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the parent site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollection.Web">
      <summary>Gets the parent Web site of the end-user Recycle Bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition">
      <summary>Stores information about the state that is required to get the next page of data for a recycle bin view.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition" /> class.</summary>
      <param name="pagingInfo">A string that contains paging information that is used to generate the next page of data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition.FirstPage">
      <summary>Gets the first page in a paged view of the recycle bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition" /> object that represents the first page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition.PagingInfo">
      <summary>Gets paging information that is used to generate the next page of data.</summary>
      <returns>A string that contains the paging information.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinItemState">
      <summary>Specifies the Recycle Bin stage of the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemState.InvalidStage"></member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemState.FirstStageRecycleBin">
      <summary>Specifies that the item is in the end-user Recycle Bin.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemState.SecondStageRecycleBin">
      <summary>Specifies that the item is in the second stage of the site-collection Recycle Bin.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinItemType">
      <summary>Specifies the type of Recycle Bin item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.Invalid"></member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.File">
      <summary>Specifies a file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.FileVersion">
      <summary>Specifies a file version.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.ListItem">
      <summary>Specifies a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.List">
      <summary>Specifies a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.Folder">
      <summary>Specifies a folder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.FolderWithLists">
      <summary>Specifies a folder that contains a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.Attachment">
      <summary>Specifies an attachment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.ListItemVersion"></member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinItemType.CascadeParent"></member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinOrderBy">
      <summary>Specifies the column by which to order a Recycle Bin query.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Min">
      <summary>Order by minimum size.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Default">
      <summary>Use default order.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Title">
      <summary>Name column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.DirName">
      <summary>Original Location column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Author">
      <summary>Created By column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.DeletedDate">
      <summary>Deleted column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Size">
      <summary>Size column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.DeletedBy">
      <summary>Deleted By column.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinOrderBy.Max">
      <summary>Order by maximum size.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinQuery">
      <summary>Represents a query against the Recycle Bin.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRecycleBinQuery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRecycleBinQuery" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinQuery.IsAscending">
      <summary>Gets or sets a Boolean value that specifies whether to sort in ascending order.</summary>
      <returns>true to sort in ascending order; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinQuery.ItemCollectionPosition">
      <summary>Gets or sets an object that is used to obtain the next set of rows in a paged view of the Recycle Bin.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollectionPosition" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinQuery.ItemState">
      <summary>Gets or sets the Recycle Bin stage of items to return in the query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemState" /> value that specifies the Recycle Bin stage.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinQuery.OrderBy">
      <summary>Gets or sets the column by which to order the Recycle Bin query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinOrderBy" /> value that specifies the column by which to order the query.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRecycleBinQuery.RowLimit">
      <summary>Gets or sets a limit for the number of items returned in the query per page.</summary>
      <returns>A 32-bit integer that specifies the row limit.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRecycleBinType">
      <summary>Specifies whether the Recycle Bin is the end-user or site-collection Recycle Bin.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinType.NoRecycleBin"></member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinType.RecycleBin">
      <summary>Specifies the end-user Recycle Bin. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRecycleBinType.SiteRecycleBin">
      <summary>Specifies the site-collection Recycle Bin. Value = 2.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRegionalSettings">
      <summary>Represents regional settings that are used on the server that is running Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.#ctor(Microsoft.SharePoint.SPWeb)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> class for the specified Web site.</summary>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site from which to retrieve regional settings.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.#ctor(Microsoft.SharePoint.SPWeb,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> class based on the specified Web site.</summary>
      <param name="web"></param>
      <param name="bIsUserRegionalSetting">true to specify that the regional settings pertain to a user; otherwise, false to specify that the regional settings pertain to a Web site. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.AdjustHijriDays">
      <summary>Gets or sets the number of days to extend or reduce the current month in Hijri calendars. </summary>
      <returns>A 16-bit integer that specifies the number of days.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.AlternateCalendarType">
      <summary>Gets or sets an alternate calendar type that is used on the server.  </summary>
      <returns>A 16-bit integer that specifies the type of alternate calendar.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.AM">
      <summary>Gets the string that is used to represent A.M. on the server. </summary>
      <returns>A string that specifies how A.M. is represented.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.CalendarType">
      <summary>Gets or sets the calendar type that is used on the server. </summary>
      <returns>A 16-bit integer that specifies the type of calendar.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.Collation">
      <summary>Gets or sets the collation that is used on the site. </summary>
      <returns>A 16-bit integer that specifies the collation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.CollationLCID">
      <summary>Gets the locale identifier (LCID) for the collation rules that are used on the site. </summary>
      <returns>A 32-bit integer that indicates the collation LCID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.DateFormat">
      <summary>Gets the date format that is used on the server. </summary>
      <returns>An unsigned 32-bit integer that specifies the date format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.DateSeparator">
      <summary>Gets the separator that is used for dates on the server. </summary>
      <returns>A string that specifies the date separator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.DecimalSeparator">
      <summary>Gets the separator that is used for decimals on the server. </summary>
      <returns>A string that specifies the decimal separator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.DigitGrouping">
      <summary>Gets the separator that is used in grouping digits. </summary>
      <returns>A string that contains the separator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.FirstDayOfWeek">
      <summary>Gets or sets the first day of the week used in calendars on the server. </summary>
      <returns>An unsigned 32-bit integer that indicates the first day of the week. The following values are possible: 0 -- Sunday 1 -- Monday 2 -- Tuesday 3 -- Wednesday 4 -- Thursday 5 -- Friday 6 -- Saturday </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.FirstWeekOfYear">
      <summary>Gets or sets the first week of the year used in calendars on the server. </summary>
      <returns>A 16-bit integer that specifies the first week of the year.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.GetDefaultCalendarType(System.Int32)">
      <summary>Returns the default calendar type for the specified locale ID.  </summary>
      <returns>A 32-bit integer that indicates the default calendar type for the specified locale ID.</returns>
      <param name="localeId">A 32-bit integer that specifies the locale ID.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.GetDefaultCollation(System.Int32)">
      <summary>Returns the default collation used on the site based on the specified locale identifier (LCID). </summary>
      <returns>A 32-bit integer that represents the collation.</returns>
      <param name="lcid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.GetDefaultTime24(System.UInt32)">
      <summary>Returns a Boolean value that specifies whether the 24-hour time format is the default format for representing time on the site. </summary>
      <returns>true if the 24-hour time format is the default format; otherwise, false.</returns>
      <param name="lcid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.GetTimeZoneID(Microsoft.SharePoint.SPTimeZoneInformation)">
      <summary>Returns the ID of the time zone used on the site based on the specified time zone settings. </summary>
      <returns>An unsigned 16-bit integer ID that specifies the time zone.</returns>
      <param name="tzi"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.GlobalInstalledLanguages">
      <summary>Gets the collection of language packs that are installed on the server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguageCollection" /> object that represents the installed language packs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.GlobalServerLanguage">
      <summary>Gets the language in which Windows SharePoint Services 2.0 was originally installed. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguage" /> object that represents the language.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.GlobalTimeZones">
      <summary>Gets the time zones that are recognized on the server that is running Windows SharePoint Services 2.0. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPTimeZoneCollection" /> object that represents the time zones that are recognized on the Windows SharePoint Services 2.0 server. This list of time zones is different from the Windows Server time zones.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.InstalledLanguages">
      <summary>Gets the collection of languages used in a server farm. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguageCollection" /> object that represents the languages.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.IsEastAsia">
      <summary>Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.   </summary>
      <returns>true if the Web site locale is an East Asian locale; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.IsRightToLeft">
      <summary>Gets a Boolean value that indicates whether the Web site locale uses a right-to-left language.  </summary>
      <returns>true if the Web site locale uses a right-to-left language; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRegionalSettings.IsRightToLeftLocale(System.Int32)">
      <summary>Returns a Boolean value that indicates whether the locale ID represents a right-to-left language.</summary>
      <returns>true if the locale ID represents a right-to-left language; otherwise, false.</returns>
      <param name="LocaleId">A 32-bit integer that specifies the locale ID.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.IsUIRightToLeft">
      <summary>Gets a Boolean value that indicates whether the Web site user interface (UI) uses a right-to-left language. </summary>
      <returns>true if the Web site UI uses a right-to-left language; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.LocaleId">
      <summary>Gets or sets the locale ID in use on the server.  </summary>
      <returns>An unsigned 32-bit integer that specifies the locale ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.Locales">
      <summary>Gets the collection of locales used in a server farm. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLocaleCollection" /> object that represents the locales.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.NegativeSign">
      <summary>Gets the symbol that is used to represent a negative sign on the server. </summary>
      <returns>A string that specifies the negative sign.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.NegNumberMode">
      <summary>Gets the negative number mode that is used for displaying negative numbers in calculated fields based on the locale of the server. </summary>
      <returns>An unsigned 32-bit integer that indicates the negative number mode.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.PM">
      <summary>Gets the string that is used to represent P.M. on the server. </summary>
      <returns>A string that specifies how P.M. is represented.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.PositiveSign">
      <summary>Gets the symbol that is used to represent a positive sign on the server. </summary>
      <returns>A string that specifies the positive sign.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.ServerLanguage">
      <summary>Gets the language that is used on the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguage" /> object that represents the language.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.ShowWeeks">
      <summary>Gets or sets a Boolean value that specifies whether to display the week number in day or week views of a calendar. </summary>
      <returns>true to display weeks on the calendar; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.ThousandSeparator">
      <summary>Gets the thousand separator used for numbers on the server. </summary>
      <returns>A string that specifies the thousand separator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.Time24">
      <summary>Gets or sets a Boolean value that specifies whether to use a 24-hour time format in representing the hours of the day. </summary>
      <returns>true if the hours of the day are represented in 24-hour format; otherwise, false to display in 12 hour AM/PM format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.TimeMarkerPosition">
      <summary>Gets a value that indicates whether A.M. and P.M. appear before or after the time string. </summary>
      <returns>An unsigned 32-bit integer that indicates the position of A.M. or P.M. in relation to the time string, where 0 indicates after and 1 indicates before.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.TimeSeparator">
      <summary>Gets the time separator that is used on the server. </summary>
      <returns>A string that indicates the time separator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.TimeZone">
      <summary>Gets the time zone that is used on the server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPTimeZone" /> object that represents the time zone.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.TimeZones">
      <summary>Gets the collection of time zones used in a server farm. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPTimeZoneCollection" /> object that represents the time zones.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.WorkDayEndHour">
      <summary>Gets or sets the default hour at which the work day ends on the calendar that is in use on the server.  </summary>
      <returns>A 16-bit integer that specifies the default hour at which the work day ends. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.WorkDays">
      <summary>Gets or sets a number that represents the work days of Web site calendars.</summary>
      <returns>A 16-bit integer that specifies the work days of the Web site calendars.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRegionalSettings.WorkDayStartHour">
      <summary>Gets or sets the default hour at which the work day starts on the calendar that is in use on the server.    </summary>
      <returns>A 16-bit integer that specifies the default hour at which the work day starts. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRelatedField"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedField.FieldId"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedField.ListId"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedField.LookupList"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedField.RelationshipDeleteBehavior"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedField.WebId"></member>
    <member name="T:Microsoft.SharePoint.SPRelatedFieldCollection"></member>
    <member name="M:Microsoft.SharePoint.SPRelatedFieldCollection.CopyTo(Microsoft.SharePoint.SPRelatedField[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedFieldCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedFieldCollection.Item(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPRelatedFieldCollection.List"></member>
    <member name="T:Microsoft.SharePoint.SPRelationshipDeleteBehavior"></member>
    <member name="F:Microsoft.SharePoint.SPRelationshipDeleteBehavior.None"></member>
    <member name="F:Microsoft.SharePoint.SPRelationshipDeleteBehavior.Cascade"></member>
    <member name="F:Microsoft.SharePoint.SPRelationshipDeleteBehavior.Restrict"></member>
    <member name="T:Microsoft.SharePoint.SPRequestContext">
      <summary>Manages a list of references to the <see cref="T:Microsoft.SharePoint.SPSites" /> that are being opened for a specific request.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPResource"></member>
    <member name="M:Microsoft.SharePoint.SPResource.GetString(System.Globalization.CultureInfo,System.String,System.Object[])">
      <param name="culture"></param>
      <param name="name"></param>
      <param name="values"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPResource.GetString(System.String,System.Object[])">
      <param name="name"></param>
      <param name="values"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPResourceExpressionBuilder">
      <summary>Evaluates expressions during Windows SharePoint Services page parsing. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPResourceExpressionBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPResourceExpressionBuilder" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPResourceExpressionBuilder.EvaluateExpression(System.Object,System.Web.UI.BoundPropertyEntry,System.Object,System.Web.Compilation.ExpressionBuilderContext)">
      <summary>Returns an object that represents a resource string.</summary>
      <returns>An object that represents a resource string.</returns>
      <param name="target"></param>
      <param name="entry"></param>
      <param name="parsedData">The object that contains parsed data as returned by the System.Web.Compilation.ExpressionBuilder.ParseExpression method.</param>
      <param name="context">Contextual information for the evaluation of the expression.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPResourceScope">
      <summary>Specifies the scope for a user resource (<see cref="T:Microsoft.SharePoint.SPUserResource" />).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPResourceScope.Web">
      <summary>Web site scope.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPResourceScope.List">
      <summary>List scope.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPResourceType">
      <summary>Specifies the type of string that is used for a user resource (<see cref="T:Microsoft.SharePoint.SPUserResource" />).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPResourceType.SingleLine">
      <summary>A single line string with less than 256 characters.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPResourceType.MultiLine">
      <summary>A multi-line string with more than 256 characters.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPReusableAcl">
      <summary>Represents an access control list (ACL) that is applied to a site collection, Web site, list, or list item.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRichTextMode">
      <summary>Specifies the rich text formatting of a field.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRichTextMode.Compatible">
      <summary>Display plain text, or display rich text with bold, italics, or text alignment. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRichTextMode.FullHtml">
      <summary>Display enhanced rich text, including pictures, tables, and hyperlinks. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRichTextMode.HtmlAsXml">
      <summary>Display HTML as XML. Value = 2. This value is not supported by multiline text fields. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRichTextMode.ThemeHtml"></member>
    <member name="T:Microsoft.SharePoint.SPRights">
      <summary>Specifies the rights that apply to users, site groups, and cross-site groups.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.EmptyMask">
      <summary>Value: 0x00000000. Has no permissions on the Web site. Not available through the user interface. Groups: N/A.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ViewListItems">
      <summary>Value: 0x00000001. View items in lists, documents in document libraries, and view Web discussion comments. Groups: Reader, Contributor, Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.AddListItems">
      <summary>Value: 0x00000002. Add items to lists, add documents to document libraries, and add Web discussion comments. Groups: Contributor, Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.EditListItems">
      <summary>Value: 0x00000004. Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries. Groups: Contributor, Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.DeleteListItems">
      <summary>Value: 0x00000008. Delete items from a list, documents from a document library, and Web discussion comments in documents. Groups: Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.CancelCheckout">
      <summary>Value: 0x00000100. Check in a document without saving the current changes. Groups: WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManagePersonalViews">
      <summary>Value: 0x00000200. Create, change, and delete personal views of lists. Groups: Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManageListPermissions">
      <summary>No longer used.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManageLists">
      <summary>Value: 0x00000800. Create and delete lists, add or remove columns in a list, and add or remove public views of a list. Groups: WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.OpenWeb">
      <summary>Value: 0x00010000. Allow users to open a Web site, list, or folder. Groups: Guest, Reader, Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ViewPages">
      <summary>Value: 0x00020000. View pages in a Web site. Groups: Reader, Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.AddAndCustomizePages">
      <summary>Value: 0x00040000. Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Windows SharePoint Services–compatible editor. Groups: WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ApplyThemeAndBorder">
      <summary>Value: 0x00080000. Apply a theme or borders to the entire Web site. Groups: Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ApplyStyleSheets">
      <summary>Value: 0x00100000. Apply a style sheet (.css file) to the Web site. Groups: WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ViewUsageData">
      <summary>Value: 0x00200000. View reports on Web site usage. Groups: Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.CreateSSCSite">
      <summary>Value: 0x00400000. Create a Web site using Self-Service Site Creation. Groups: Reader, Contributor, Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManageSubwebs">
      <summary>Value: 0x00800000. Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites. Groups: Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.CreatePersonalGroups">
      <summary>Value: 0x01000000. Create a group of users that can be used anywhere within the site collection. Groups: Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManageRoles">
      <summary>Value: 0x02000000. Create, change, and delete site groups, including add users to the site groups and specifyi which rights are assigned to a site group. Groups: Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.BrowseDirectories">
      <summary>Value: 0x04000000. Enumerate files and folders in a Web site by using Microsoft Office SharePoint Designer 2007 and Web DAV interfaces. Groups: Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.BrowseUserInfo">
      <summary>Value: 0x08000000. View information about users of the web site. Guest, Reader, Contributor, Web Designer, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.AddDelPrivateWebParts">
      <summary>Value: 0x10000000. Add or remove personal Web Parts on a Web Part. Groups: Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.UpdatePersonalWebParts">
      <summary>Value: 0x20000000. Update Web Parts to display personalized information. Groups: Contributor, WebDesigner, Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.ManageWeb">
      <summary>Value: 0x40000000. Manage a site, including the ability to perform all administration tasks for the site and manage contents and permissions. Groups: Administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRights.FullMask">
      <summary>Value: -1. Has all permissions on the Web site. Not available through the user interface. Groups: N/A.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRole">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, <see cref="T:Microsoft.SharePoint.SPRole" /> represented a site group and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.AddGroup(Microsoft.SharePoint.SPGroup)">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the AddGroup method added the specified group to the role and is maintained for backward compatibility.)</summary>
      <param name="group"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.AddUser(Microsoft.SharePoint.SPUser)">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the AddUser method added the specified user to the role and is maintained for backward compatibility.)</summary>
      <param name="user"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.AddUser(System.String,System.String,System.String,System.String)">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the AddUser method added the user specified by user name, e-mail address, display name, and notes to the role and is maintained for backward compatibility.)</summary>
      <param name="loginName">A string that contains the user name (DOMAIN\User_Alias).</param>
      <param name="email"></param>
      <param name="name"></param>
      <param name="notes"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Description">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Description property returned or set the description for the role and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Groups">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Groups property returned the collection of groups that are assigned to the role and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.ID">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the ID property returned the member ID for the role and is maintained for backward compatibility.)</summary>
      <returns>A 32-bit integer that specifies the member ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Name">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Name property returned or set the name for the role and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.ParentWeb">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the ParentWeb property returned the parent Web site for the role and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.PermissionMask">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the PermissionMask property returned or set the permission mask for the role is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies rights for the permission mask.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.RemoveGroup(Microsoft.SharePoint.SPGroup)">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the RemoveGroup method removed the specified group from the role and is maintained for backward compatibility.)</summary>
      <param name="group"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.RemoveUser(Microsoft.SharePoint.SPUser)">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the RemoveUser method removed the specified user from the role and is maintained for backward compatibility.)</summary>
      <param name="user"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.ToString">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the ToString method returned the name of the role and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Type">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Type property returned the type of the role is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleType" /> value that specifies the type of role.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRole.Update">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Update method updated the database with changes made to the role and is maintained for backward compatibility.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Users">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Users property returned the collection of users that belong to the role and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRole.Xml">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Xml property returned the role in XML format and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the role in XML format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleAssignment">
      <summary>Defines the role assignments for a user or group on the current object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignment.#ctor(Microsoft.SharePoint.SPPrincipal)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> class that has no role definition bindings for the specified user or group.</summary>
      <param name="principal">An <see cref="T:Microsoft.SharePoint.SPPrincipal" /> object that represents the user or group.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignment.#ctor(System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> class that has no role definition bindings for the specified user.</summary>
      <param name="LoginName">String that contains the user name of the user in the format DOMAIN\User_Alias.</param>
      <param name="Email">String that contains the e-mail address of the user.</param>
      <param name="Name">String that contains the display name of the user.</param>
      <param name="Notes">String that contains notes for the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignment.ImportRoleDefinitionBindings(Microsoft.SharePoint.SPRoleDefinitionBindingCollection)">
      <summary>Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment.</summary>
      <param name="roleDefinitionBindings">An <see cref="T:Microsoft.SharePoint.SPRoleDefinitionBindingCollection" /> object that represents the role definition bindings that will be imported.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignment.Member">
      <summary>Gets the user or group for the role assignment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPrincipal" /> object that represents the user or group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignment.Parent">
      <summary>Gets the parent object for the role assignment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.ISecurable" /> interface that represents the parent object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignment.ParentSecurableObject"></member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignment.RoleDefinitionBindings">
      <summary>Gets the collection of role definition bindings for the role assignment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinitionBindingCollection" /> object that represents the role definition bindings.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignment.Update">
      <summary>Updates the role assignment object with changes that have been made to its properties.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleAssignmentCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> objects that defines all the role assignments for each securable object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.Add(Microsoft.SharePoint.SPPrincipal)"></member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.Add(Microsoft.SharePoint.SPRoleAssignment)">
      <summary>Adds a role assignment to the collection of role assignment objects.</summary>
      <param name="roleAssignment">An <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> object that represents the role assignment to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.AddToCurrentScopeOnly(Microsoft.SharePoint.SPRoleAssignment)"></member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.Count">
      <summary>Gets the number of role assignments in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of role assignments.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.GetAssignmentByPrincipal(Microsoft.SharePoint.SPPrincipal)">
      <summary>Gets the role assignment object based on the specified user or group.</summary>
      <param name="principalToFind">An <see cref="T:Microsoft.SharePoint.SPPrincipal" /> object that represents the user or group.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.Id">
      <summary>Gets the ID of the role assignment collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.Item(System.Int32)">
      <summary>Gets the role assignment at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> object that represents the role assignment.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.Parent">
      <summary>Gets the parent object that controls the permissions for the object to which the role assignments apply.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.ISecurableObject" /> interface that represents the parent object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.ParentSecurableObject"></member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.Remove(Microsoft.SharePoint.SPPrincipal)">
      <summary>Removes the specified user or group from the role assignment collection.</summary>
      <param name="member">An <see cref="T:Microsoft.SharePoint.SPPrincipal" /> object that represents the user or group.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.Remove(System.Int32)">
      <summary>Removes the user or group at the specified index from the collection, in other words, from all roles on the object.</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.RemoveById(System.Int32)">
      <summary>Removes the user or group with the specified ID from the role assignment collection.</summary>
      <param name="Id">A 32-bit integer that specifies the ID. The value of the ID does not correspond to the index of the role definition within the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleAssignmentCollection.RemoveFromCurrentScopeOnly(Microsoft.SharePoint.SPPrincipal)"></member>
    <member name="P:Microsoft.SharePoint.SPRoleAssignmentCollection.Xml">
      <summary>Gets the role assignment collection in XML format.</summary>
      <returns>A string that contains the role assignment collection in XML format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleCollection">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, <see cref="T:Microsoft.SharePoint.SPRoleCollection" /> represented a collection of <see cref="T:Microsoft.SharePoint.SPRole" /> objects and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.Add(System.String,System.String,Microsoft.SharePoint.SPRights)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Add method created a role object with the specified name, description, and permission mask in the collection and is maintained for backward compatibility.)</summary>
      <param name="name">A string that contains the name of the role.</param>
      <param name="description">A string that contains the description of the role.</param>
      <param name="permissionMask">An<see cref="T:Microsoft.SharePoint.SPRights" />value that specifies rights for the permission mask.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleCollection.Count">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Count property returned the number of roles in the collection and is maintained for backward compatibility.). </summary>
      <returns>A 32-bit integer that indicates the number of roles.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.GetByID(System.Int32)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the GetByID method returned the role with the specified member ID and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRole" /> object that represents the role.</returns>
      <param name="id">A 32-bit integer that specifies the member ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.GetCollection(System.String[])">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the GetCollection method returned the roles specified by an array of names from the collection and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleCollection" /> object that represents the roles.</returns>
      <param name="names">A string array that contains the names.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.GetSpecialRole(Microsoft.SharePoint.SPRoleType)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the GetCollection method returned a system role specified by its type and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRole" /> object that represents the role.</returns>
      <param name="roleType">An <see cref="T:Microsoft.SharePoint.SPRoleType" /> value that specifies the type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleCollection.Item(System.Int32)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Item property returned the role object at the specified index in the collection and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRole" /> object that represents the role.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleCollection.Item(System.String)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Item property returned the role object with the specified name from the collection and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRole" /> object that represents the role.</returns>
      <param name="name">A string that contains the name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.Remove(System.Int32)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Remove method removed the role at the specified index in the collection and is maintained for backward compatibility.)</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.Remove(System.String)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Remove method removed the role with the specified name from the collection and is maintained for backward compatibility.)</summary>
      <param name="name">A string that contains the name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleCollection.RemoveByID(System.Int32)">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the RemoveByID method removed the role with the specified member ID from the collection and is maintained for backward compatibility.)</summary>
      <param name="id">A 32-bit integer that specifies the ID.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleCollection.Web">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Web property returned the parent Web site for the collection of roles and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleCollection.Xml">
      <summary>Obsolete. Use the new <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> and <see cref="T:Microsoft.SharePoint.SPRoleAssignment" /> classes instead, to define roles and to assign users to them. For more information, see Changes in the Authorization Object Model. (In Windows SharePoint Services 2.0, the Xml property returned the collection of roles in XML format and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the XML.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleDefinition">
      <summary>Defines a single role definition, including a name, description, management properties, and a set of rights.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinition.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> class that has no permissions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinition.#ctor(Microsoft.SharePoint.SPRoleDefinition)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> class by copying the permissions of another role definition.</summary>
      <param name="def"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.BasePermissions">
      <summary>Gets or sets the base permissions for a role definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the base permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Description">
      <summary>Gets or sets a description for the role definition.</summary>
      <returns>A string containing the description that is limited to 512 characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Hidden">
      <summary>Gets a Boolean value that indicates whether the role definition is displayed on the Add Users page.</summary>
      <returns>true if the role definition is displayed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Id">
      <summary>Gets the ID of the role definition within the collection.</summary>
      <returns>A 32-bit integer that identifies the role definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Name">
      <summary>Gets or sets the name of the role definition.</summary>
      <returns>A string containing the name that is limited to 255 characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Order">
      <summary>Specifies the order in which permission levels are displayed on the Permission Levels page for a site collection.</summary>
      <returns>A 32-bit integer that specifies the order.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.ParentWeb">
      <summary>Gets the parent Web site for the role definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Type">
      <summary>Gets the type of the role definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleType" /> value that indicates the role type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinition.Update">
      <summary>Updates the role definition with changes that have been made to its properties.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinition.Xml">
      <summary>Gets the permissions for the role definition in XML format.</summary>
      <returns>A string that contains the permissions in XML format. For example, the XML property returns the following role definition for the Contribute permission level: Copy Code&lt;Role ID="1073741827" Name="Contribute" Description="Can view, add, update, and delete." Order="0" Hidden="False" Type="Contributor" BasePermissions="ViewListItems, AddListItems, EditListItems, DeleteListItems, OpenItems, ViewVersions, DeleteVersions, ManagePersonalViews, ViewFormPages, Open, ViewPages, CreateSSCSite, BrowseDirectories, BrowseUserInfo, AddDelPrivateWebParts, UpdatePersonalWebParts, UseClientIntegration, UseRemoteAPIs, CreateAlerts, EditMyUserInfo" /&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleDefinitionBindingCollection">
      <summary>Defines the role definitions that are bound to a role assignment object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPRoleDefinitionBindingCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Add(Microsoft.SharePoint.SPRoleDefinition)">
      <summary>Adds the specified role definition to the binding collection.</summary>
      <param name="roleDefinition">An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Contains(Microsoft.SharePoint.SPRoleDefinition)">
      <summary>Returns a Boolean value that indicates whether the specified role definition is in the binding collection.</summary>
      <returns>true if the collection contains the role definition; otherwise, false.</returns>
      <param name="roleDefinition">An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Count">
      <summary>Gets the number of role definitions in the binding collection.</summary>
      <returns>A 32-bit integer that indicates the number of role definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Item(System.Int32)">
      <summary>Gets the role definition at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Remove(Microsoft.SharePoint.SPRoleDefinition)">
      <summary>Removes the specified role definition from the binding collection.</summary>
      <param name="roleDefinition">An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Remove(System.Int32)">
      <summary>Removes the role definition at the specified index in the collection.</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.RemoveAll">
      <summary>Removes all role definitions from the binding collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionBindingCollection.Xml">
      <summary>Gets the role definitions of the binding collection in XML format.</summary>
      <returns>A string that contains the role definitions in XML format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleDefinitionCollection">
      <summary>Represents the collection of <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> objects defining the role definitions that are available for use within the Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.Add(Microsoft.SharePoint.SPRoleDefinition)">
      <summary>Adds a new role definition to the collection.</summary>
      <param name="role"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.BreakInheritance(System.Boolean,System.Boolean)">
      <summary>Breaks the role definition inheritance and gives the current Web site its own copy of the role definitions.</summary>
      <param name="CopyRoleDefinitions">true to copy the role definitions of the parent Web site when breaking inheritance; false to use the default role definitions from the template.</param>
      <param name="KeepRoleAssignments">true to break role definition inheritance yet maintain role assignments; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionCollection.Count">
      <summary>Gets the number of role definitions in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of role definitions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.Delete(System.Int32)">
      <summary>Deletes the role definition at the specified index in the collection.</summary>
      <param name="indexer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.Delete(System.String)">
      <summary>Deletes the role definition with the specified display name from the collection.</summary>
      <param name="roleName">A string that contains the display name of the role definition to be deleted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.DeleteById(System.Int32)">
      <summary>Deletes the role definition with the specified ID from the collection.</summary>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.GetById(System.Int32)">
      <summary>Gets the role definition with the specified ID from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</returns>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPRoleDefinitionCollection.GetByType(Microsoft.SharePoint.SPRoleType)">
      <summary>Returns the role definition of the specified type from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</returns>
      <param name="roleType">An <see cref="T:Microsoft.SharePoint.SPRoleType" /> value that specifies the role type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionCollection.Item(System.Int32)">
      <summary>Gets the role definition at the specified index in the collection of role definition objects.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</returns>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionCollection.Item(System.String)">
      <summary>Gets the role definition with the specified display name from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinition" /> object that represents the role definition.</returns>
      <param name="name"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPRoleDefinitionCollection.Xml">
      <summary>Gets the role definitions for the Web site in XML format.</summary>
      <returns>A string that contains the role definitions.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPRoleType">
      <summary>Specifies the types of roles that are available for users and groups.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.None">
      <summary>Has no rights on the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.Guest">
      <summary>Has limited rights to view pages and specific page elements. This role is used to give users access to a particular page, list, or item in a list, without granting rights to view the entire site. Users cannot be added explicitly to the Guest role; users who are given access to lists or document libraries by way of per-list permissions are added automatically to the Guest role. The Guest role cannot be customized or deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.Reader">
      <summary>Has rights to view items, personalize Web parts, use alerts, and create a top-level Web site using Self-Service Site Creation. A reader can only read a site; he or she cannot add content. When a reader creates a site using Self-Service Site Creation, he or she becomes the site owner and a member of the Administrator role for the new site. This does not affect the user's role membership for any other site. Rights included: CreateSSCSite, ViewListItems, ViewPages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.Contributor">
      <summary>Has Reader rights, plus rights to add items, edit items, delete items, manage list permissions, manage personal views, personalize Web Part Pages, and browse directories. Inclues all rights in the Reader role, plus the following: AddDelPrivateWebParts, AddListItems, BrowseDirectories, CreatePersonalGroups, DeleteListItems, EditListItems, ManagePersonalViews, UpdatePersonalWebParts. Contributors cannot create new lists or document libraries, but they can add content to existing lists and document libraries. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.WebDesigner">
      <summary>Has Contributor rights, plus rights to cancel check out, delete items, manage lists, add and customize pages, define and apply themes and borders, and link style sheets. Includes all rights in the Contributor role, plus the following: AddAndCustomizePages, ApplyStyleSheets, ApplyThemeAndBorder, CancelCheckout, ManageLists.WebDesigners can modify the structure of the site and create new lists or document libraries. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.Administrator">
      <summary>Has all rights from other roles, plus rights to manage roles and view usage analysis data. Includes all rights in the WebDesigner role, plus the following: ManageListPermissions, ManageRoles, ManageSubwebs, ViewUsageData. The Administrator role cannot be customized or deleted, and must always contain at least one member. Members of the Administrator role always have access to, or can grant themselves access to, any item in the Web site. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPRoleType.Participant"></member>
    <member name="T:Microsoft.SharePoint.SPRoundRobinLoadBalancer"></member>
    <member name="M:Microsoft.SharePoint.SPRoundRobinLoadBalancer.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPRoundRobinLoadBalancer.#ctor(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.SPRoundRobinLoadBalancer.BeginOperation"></member>
    <member name="T:Microsoft.SharePoint.SPRoundRobinLoadBalancerContext"></member>
    <member name="M:Microsoft.SharePoint.SPRoundRobinLoadBalancerContext.End"></member>
    <member name="P:Microsoft.SharePoint.SPRoundRobinLoadBalancerContext.EndpointAddress"></member>
    <member name="P:Microsoft.SharePoint.SPRoundRobinLoadBalancerContext.Status"></member>
    <member name="T:Microsoft.SharePoint.SPSchedule">
      <summary>Abstract base class that supports the different schedule types that are used in job definitions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPSchedule.Description"></member>
    <member name="F:Microsoft.SharePoint.SPSchedule.DummyYear"></member>
    <member name="F:Microsoft.SharePoint.SPSchedule.Empty">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPJobDefinition.IsDisabled" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition" /> class to determine if a particular job has been disabled.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPSchedule.FromString(System.String)">
      <summary>Creates a schedule object from the specified recurrence string.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSchedule" /> object that represents the schedule.</returns>
      <param name="recurrenceValue">A string that expresses the recurrence.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.SPSchedule.NextOccurrence(System.DateTime)">
      <summary>Returns a random time in the period between the begin and end times specified by the schedule that occurs after the specified time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time after which the randomized time occurs.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RandomizeOccurrence(System.DateTime,System.DateTime)">
      <param name="dtOccur"></param>
      <param name="dtEnd"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RoundToDay(System.DateTime,System.DateTime)">
      <param name="dt"></param>
      <param name="dtRound"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RoundToHour(System.DateTime,System.DateTime)">
      <param name="dt"></param>
      <param name="dtRound"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RoundToMinute(System.DateTime,System.DateTime)">
      <param name="dt"></param>
      <param name="dtRound"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RoundToMonth(System.DateTime,System.DateTime)">
      <param name="dt"></param>
      <param name="dtRound"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.RoundToSecond(System.DateTime,System.DateTime)">
      <param name="dt"></param>
      <param name="dtRound"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSchedule.WasFixed"></member>
    <member name="T:Microsoft.SharePoint.SPSearchResult">
      <summary>This class is deprecated. For Search, use the Execute method of the <see cref="T:Microsoft.SharePoint.Search.Query.KeywordQuery" /> class or the <see cref="T:Microsoft.SharePoint.Search.Query.FullTextSqlQuery" /> class. Represents the item returned as a result of a search performed on a list, document library, or site. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.DateLastModified">
      <summary>Deprecated. Gets the time stamp that indicates when the item was last modified. </summary>
      <returns>A System.DateTime object that indicates when the item was last modified.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.IconUrl">
      <summary>Deprecated. Gets the URL of the icon corresponding to the item. </summary>
      <returns>A string that contains the URL of the icon.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.ListName">
      <summary>Deprecated. Gets the name of the list that contains the item. </summary>
      <returns>A string that contains the list name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.ModifiedBy">
      <summary>Deprecated. Gets the name of the user who last modified the item specified by title. </summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.ModifiedByUrl">
      <summary>Deprecated. Gets the name of the user who last modified the item specified by the URL of its display form. </summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.Size">
      <summary>Deprecated. Gets the size of the item if it is a file in a document library. </summary>
      <returns>A 32-bit integer that indicates the size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.Title">
      <summary>Deprecated. Gets the display name for the item. </summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResult.Url">
      <summary>Deprecated. Gets the URL of the display form for the item.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSearchResultCollection">
      <summary>This method is deprecated. For Search, use the Execute method of the <see cref="T:Microsoft.SharePoint.Search.Query.KeywordQuery" /> class or the <see cref="T:Microsoft.SharePoint.Search.Query.FullTextSqlQuery" /> class. Represents a collection of <see cref="T:Microsoft.SharePoint.SPSearchResult" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResultCollection.Count">
      <summary>Deprecated. Gets the number of search result objects in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of search results.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSearchResultCollection.GetQuery(System.String)">
      <summary>Deprecated.</summary>
      <param name="strData">Deprecated.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResultCollection.Item(System.Int32)">
      <summary>Deprecated. Gets the search result object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPSearchResultCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSearchResult" /> object that represents the item returned through a search.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSearchResultCollection.NextPagePosition">
      <summary>Deprecated. Gets the position for the next page of data in a paged view of the search results. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSearchResultCollectionPosition" /> object that represents the position for the next page of data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSearchResultCollectionPosition">
      <summary>Deprecated. For Search, use the Execute method of the <see cref="T:Microsoft.SharePoint.Search.Query.KeywordQuery" /> class or the <see cref="T:Microsoft.SharePoint.Search.Query.FullTextSqlQuery" /> class. Supports paging through the results of a search and storing the state that is required to get the next page of data. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSearchResultCollectionPosition.#ctor(System.String)">
      <summary>Deprecated. Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSearchResultCollectionPosition" /> class.</summary>
      <param name="PagingPosition">A string that specifies the position in the paged view of the search results.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSearchResultCollectionPosition.ToString">
      <summary>Deprecated. Returns the position in the paged view of the search results. </summary>
      <returns>A string that contains the position.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSecurableObject"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.AllRolesForCurrentUser"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.BreakRoleInheritance(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.BreakRoleInheritance(System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.CheckPermissions(Microsoft.SharePoint.SPBasePermissions)"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.DoesUserHavePermissions(Microsoft.SharePoint.SPBasePermissions)"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.EffectiveBasePermissions"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.FirstUniqueAncestor"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.FirstUniqueAncestorSecurableObject"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.GetUserEffectivePermissionInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.GetUserEffectivePermissions(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.HasUniqueRoleAssignments"></member>
    <member name="M:Microsoft.SharePoint.SPSecurableObject.ResetRoleInheritance"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.ReusableAcl"></member>
    <member name="P:Microsoft.SharePoint.SPSecurableObject.RoleAssignments"></member>
    <member name="T:Microsoft.SharePoint.SPSecurity">
      <summary>Provides static security management properties and methods. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSecurity.AuthenticationMode">
      <summary>Gets the user authentication mode for the SharePoint deployment.</summary>
      <returns>An <see cref="T:System.Web.Configuration.AuthenticationMode" /> that specifies whether the SharePoint deployment is using Windows, Windows Live (formerly Passport), Microsoft ASP.NET 2.0 Forms-based, or custom authentication of users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSecurity.CatchAccessDeniedException">
      <summary>Gets or sets a value indicating whether "access denied" exceptions within page requests are caught and handled by Windows SharePoint Services 3.0.</summary>
      <returns>true if the exceptions are handled by Windows SharePoint Services 3.0; otherwise, false. The default is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(Microsoft.SharePoint.SPSecurity.CodeToRunElevated)">
      <summary>Executes the specified method with Full Control rights even if the user does not otherwise have Full Control.</summary>
      <param name="secureCode">A <see cref="T:Microsoft.SharePoint.SPSecurity.CodeToRunElevated" /> object that represents a method that is to run with elevated rights.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSecurity.SetApplicationCendentialKey(System.Security.SecureString)">
      <summary>Do not use. Use <see cref="M:Microsoft.SharePoint.SPSecurity.SetApplicationCredentialKey(System.Security.SecureString)" /> instead.</summary>
      <param name="password"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSecurity.WebConfigAllowsAnonymous">
      <summary>Gets a value indicating whether anonymous users can access the current Windows SharePoint Services 3.0 site.</summary>
      <returns>true if anonymous users can access the current Windows SharePoint Services 3.0 site; otherwise, false. The default is true.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSecurity.CodeToRunElevated">
      <summary>Represents methods that are passed to <see cref="M:Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(Microsoft.SharePoint.SPSecurity.CodeToRunElevated)" />, so that the methods can run with Full Control privileges even if the current user does not otherwise have Full Control. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSecurity.SuppressAccessDeniedRedirectInScope"></member>
    <member name="M:Microsoft.SharePoint.SPSecurity.SuppressAccessDeniedRedirectInScope.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSecurity.SuppressAccessDeniedRedirectInScope.Dispose"></member>
    <member name="T:Microsoft.SharePoint.SPSecurityContext"></member>
    <member name="M:Microsoft.SharePoint.SPSecurityContext.GetWindowsIdentity"></member>
    <member name="P:Microsoft.SharePoint.SPSecurityContext.IsWindowsIdentityAvailable"></member>
    <member name="P:Microsoft.SharePoint.SPSecurityContext.SecurityToken"></member>
    <member name="M:Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(System.Uri)"></member>
    <member name="T:Microsoft.SharePoint.SPServiceAuthenticationMode"></member>
    <member name="F:Microsoft.SharePoint.SPServiceAuthenticationMode.Windows"></member>
    <member name="F:Microsoft.SharePoint.SPServiceAuthenticationMode.Claims"></member>
    <member name="T:Microsoft.SharePoint.SPServiceContext">
      <summary>The runtime service context.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPServiceContext.Current">
      <summary>Gets the service context for the application that is currently running.</summary>
      <returns>A  <see cref="T:Microsoft.SharePoint.SPServiceContext" /> that is the current service context.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPServiceContext.Default">
      <summary>Obsolete. Use <see cref="P:Microsoft.SharePoint.SPServiceContext.Current" />, <see cref="M:Microsoft.SharePoint.SPServiceContext.GetContext(Microsoft.SharePoint.SPSite)" />, or <see cref="M:Microsoft.SharePoint.SPServiceContext.GetContext(System.Web.HttpContext)" /> instead.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPServiceContext" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.Equals(Microsoft.SharePoint.SPServiceContext)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="serviceContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.Equals(System.Object)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="obj"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.GetContext(Microsoft.SharePoint.SPSite)">
      <summary>Gets the service context for the specified <see cref="T:Microsoft.SharePoint.SPSite" /> object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPServiceContext" /> for the specified site.</returns>
      <param name="site">Specifies the site from which to get the service context.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.GetContext(System.Web.HttpContext)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPServiceContext" />.</returns>
      <param name="httpContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.GetDefaultProxy(System.Type)">
      <summary>Returns the default service application proxy for the specified type that is in the proxy cache.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxy" /> that is the default service application proxy for the specified type.</returns>
      <param name="serviceApplicationProxyType">The type that specifies which default service application proxy to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.GetHashCode">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.GetProxies(System.Type)">
      <summary>Returns an enumerator that can be used to iterate over the service application proxies of the specified type.</summary>
      <returns>An <see cref="T:System.Collections.Generic.IEnumerable" /> of type <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxy" /> that can be used to iterate through the service application proxies.<see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
      <param name="serviceApplicationProxyType">The type that specifies which service application proxies to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.op_Equality(Microsoft.SharePoint.SPServiceContext,Microsoft.SharePoint.SPServiceContext)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="serviceContextA"></param>
      <param name="serviceContextB"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPServiceContext.op_Inequality(Microsoft.SharePoint.SPServiceContext,Microsoft.SharePoint.SPServiceContext)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="serviceContextA"></param>
      <param name="serviceContextB"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPServiceContext.SiteSubscriptionId">
      <summary>Gets the site subscription id for this service context.</summary>
      <returns>A <see cref="T:System.Guid" /> that uniquely identifies the site subscription.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder">
      <summary>Represents an expression builder that returns an encoded resource string with simple text formatting.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSimpleFormattingEncodedResourceExpressionBuilder" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSimpleItem">
      <summary>Provides the methods to add, modify, or delete an <see cref="SPSimpleItem" /> object and the fields that are associated with that object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.#ctor(Microsoft.SharePoint.SPFieldCollection,System.Object[])">
      <summary>Initializes a new instance of the <see cref="SPFieldCollection" /> class and the XML data for the <see cref="SPSimpleItem" /> object.</summary>
      <param name="fieldCollection">The <see cref="SPFieldCollection" /> object that is associated with the <see cref="SPSimpleItem" /> object.</param>
      <param name="itemData">A pointer to XML data that is associated with the fields for the <see cref="SPSimpleItem" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.#ctor(Microsoft.SharePoint.SPFieldCollection,System.String)">
      <summary>Initializes a new instance of the <see cref="SPFieldCollection" /> class that is associated with the <see cref="SPSimpleItem" /> object.</summary>
      <param name="fieldCollection">The <see cref="SPFieldCollection" /> object that is associated with the <see cref="SPSimpleItem" /> object.</param>
      <param name="xmlData">The XML data values that are associated with the <see cref="SPFieldCollection" /> fields for the specified <see cref="SPSimpleItem" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.Delete">
      <summary>Deletes the specified item, its field collection, and associated field data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.EffectiveBasePermissions"></member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.FirstUniqueAncestorSecurableObject"></member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.GetUserEffectivePermissionInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.GetUserEffectivePermissions(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.Item(System.Int32)">
      <summary>Gets or sets a collection item, based on a specified index value.</summary>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.Item(System.String)">
      <summary>Returns an item from the <see cref="SPSimpleItem" /> collection, by using the string name of the associated field.</summary>
      <param name="fieldName">Name of the associated field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.ReusableAcl"></member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.ToHashtable">
      <summary>Creates an indexed table for efficient lookup of the specified item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSimpleItem.Update">
      <summary>Updates the specified item, its field collection, and associated field data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSimpleItem.Xml">
      <summary>Gets the XML data that is associated with the specified item.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite">
      <summary>Represents a collection of sites in a Web application, including a top-level Web site and all its subsites. Each SPSite object, or site collection, is represented within an <see cref="T:Microsoft.SharePoint.SPSiteCollection" /> object that consists of the collection of all site collections in the Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified GUID for a site collection.</summary>
      <param name="id">A System.Guid object that specifies the site collection. If no site collection is found with the specified GUID, this constructor throws a File Not Found exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.Guid,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified site collection GUID and URL zone.</summary>
      <param name="id">A GUID that specifies the site collection.</param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the URL zone.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.Guid,Microsoft.SharePoint.Administration.SPUrlZone,Microsoft.SharePoint.SPUserToken)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified site collection GUID, URL zone, and user token.</summary>
      <param name="id">A GUID that specifies the site collection.</param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the URL zone.</param>
      <param name="userToken">An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the user token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.Guid,Microsoft.SharePoint.SPUserToken)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified site collection GUID and user token.</summary>
      <param name="id">A GUID that specifies the site collection.</param>
      <param name="userToken">An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the user token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified absolute URL.</summary>
      <param name="requestUrl">A string that specifies the absolute URL for the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.#ctor(System.String,Microsoft.SharePoint.SPUserToken)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSite" /> class based on the specified absolute URL and user token.</summary>
      <param name="requestUrl">A string that specifies the absolute URL for the site collection.</param>
      <param name="userToken">An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the user token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.AddWorkItem(System.Guid,System.DateTime,System.Guid,System.Guid,System.Guid,System.Int32,System.Boolean,System.Guid,System.Guid,System.Int32,System.Byte[],System.String,System.Guid)">
      <summary>Adds a work item to the site collection.  </summary>
      <returns>A GUID that identifies the work item.</returns>
      <param name="gWorkItemId">A GUID that identifies the work item.  </param>
      <param name="schdDateTime">A System.DateTime object that represents the date and time at which the work item takes place.  </param>
      <param name="gWorkItemType">A GUID that specifies the work item type.    </param>
      <param name="gWebId">A GUID that specifies the Web site that is associated with the work item.    </param>
      <param name="gParentId">A GUID that identifies the parent of the work item.  </param>
      <param name="nItemId">A 32-bit integer that identifies a list item that is associated with the work item. </param>
      <param name="fSetWebId">true to set the Web identifier; otherwise, false.</param>
      <param name="gItemGuid">A GUID that specifies a list item that is associated with the work item. Might return null if the work item was created without a list item ID (for example, an alerts work item).</param>
      <param name="gBatchId">A GUID that specifies a context identifier for the job work item engine. The value can vary depending on the job type; for example, for alerts it might store a user ID but for workflow it would store a workflow ID.</param>
      <param name="nUserId">A 32-bit integer index that identifies an SPUser object that represents the user who is responsible for scheduling the work item.</param>
      <param name="rgbBinaryPayload">A byte array that specifies a binary payload.</param>
      <param name="strTextPayload">A string that specifies a text payload.</param>
      <param name="gProcessingId">A GUID that identifies the processing of the work item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AllowDesigner"></member>
    <member name="P:Microsoft.SharePoint.SPSite.AllowMasterPageEditing"></member>
    <member name="P:Microsoft.SharePoint.SPSite.AllowRevertFromTemplate"></member>
    <member name="P:Microsoft.SharePoint.SPSite.AllowRssFeeds">
      <summary>Gets a Boolean value that specifies whether the site collection allows RSS feeds.</summary>
      <returns>true if RSS feeds are allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AllowUnsafeUpdates">
      <summary>Gets or sets a Boolean value that specifies whether to allow updates to the database as a result of a GET request or without requiring a security validation. </summary>
      <returns>true if unsafe updates are allowed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AllWebs">
      <summary>Gets the collection of all Web sites that are contained within the site collection, including the top-level site and its subsites.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that represents the Web sites.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ApplicationRightsMask">
      <summary>Gets the rights mask for the parent Web application of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the rights mask for the Web application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Audit">
      <summary>Gets an audit store that is attached to the site collection.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAudit" /> object that represents the audit store.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AuditLogTrimmingCallout">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AuditLogTrimmingRetention">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.AverageResourceUsage">
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.BypassUseRemoteApis">
      <summary>Bypasses using SOAP, WebDAV, or Microsoft Office SharePoint Designer 2007 interfaces to access the site collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.CatchAccessDeniedException">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPSecurity.CatchAccessDeniedException" /> property instead to specify whether Windows SharePoint Services traps and handles Access Denied exceptions.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.CertificationDate">
      <summary>Gets the date and time on which use of the site collection was confirmed for automatic deletion.</summary>
      <returns>A System.DateTime object that indicates when use was confirmed.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.CheckForPermissions(Microsoft.SharePoint.SPReusableAcl,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks the permissions for a given set of rights and throws an Unauthorized Access exception if the permission check fails.</summary>
      <param name="acl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the reusable access control list of the site collection.</param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies base permissions for the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Close">
      <summary>Closes the site collection and releases resources.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.ConfirmUsage">
      <summary>Certifies that the site collection is in use.</summary>
      <returns>The ConfirmUsage method always returns true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ContentDatabase">
      <summary>Gets the content database that is associated with the site collection.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentDatabase" /> object that represents the content database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.CurrentChangeToken">
      <summary>Gets the change token that will be used to log the next change to the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.CurrentResourceUsage">
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.DeadWebNotificationCount">
      <summary>Gets the number of notifications that have been sent about Web sites within the site collection that are out of use.</summary>
      <returns>A 16-bit integer that indicates the number of notifications.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Delete">
      <summary>Deletes the site collection from the server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Delete(System.Boolean)">
      <summary>Deletes the site collection from the server and removes the site collection users from Active Directory Domain Services (ADDS) if <paramref name="bDeleteADAccounts" /> is true.</summary>
      <param name="bDeleteADAccounts">true to remove the site collection users from ADDS; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Delete(System.Boolean,System.Boolean)">
      <param name="deleteADAccounts"></param>
      <param name="gradualDelete"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Dispose">
      <summary>Releases all unmanaged resources that are used by the site collection object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.DoesUserHavePermissions(Microsoft.SharePoint.SPReusableAcl,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Returns a Boolean value indicates whether the user has permissions for the specified set of rights.  </summary>
      <returns>true if the user has permissions for the specified set of rights; otherwise, false.</returns>
      <param name="acl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents an access control list.  </param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies base permissions for the site collection.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.DoesUserHavePermissions(Microsoft.SharePoint.SPReusableAcl,Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.SPWeb)">
      <summary>Returns a Boolean value that indicates whether the user has permissions for the specified Web site and set of rights.   </summary>
      <returns>true if the user has permissions for the specified set of rights; otherwise, false. The permissions are checked against the reusable ACL, and the results do not depend on the specified <see cref="T:Microsoft.SharePoint.SPWeb" /> object. If you do not specify an <see cref="T:Microsoft.SharePoint.SPWeb" /> object, Windows SharePoint Services uses the root Web site in the site collection. If you already initialized an <see cref="T:Microsoft.SharePoint.SPWeb" /> object, specifying it can improve performance because you do not need to initialize the root Web site.</returns>
      <param name="acl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents a reusable access control list (ACL).  </param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies base permissions for the site collection.  </param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a SharePoint Web site.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.EnabledClaimProviders">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.EventReceivers">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Exists(System.Uri)">
      <summary>Returns a Boolean value that indicates whether the specified site collection exists.   </summary>
      <returns>true if the site exists; otherwise, false.</returns>
      <param name="uri">A System.Uri object that represents the Uniform Resource Identifier (URI) of the site collection.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ExternalBinaryIds">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPExternalBinaryIdCollection" /> object that is used to retrieve the IDs of external binary large object (BLOB) files that are contained in the external BLOB store provider (EBS Provider). </summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPExternalBinaryIdCollection" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.FeatureDefinitions">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Features">
      <summary>Gets the collection of <see cref="T:Microsoft.SharePoint.SPFeature" /> objects that are associated with the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureCollection" /> collection of SPFeature objects.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetAllReusableAcls">
      <summary>Returns the reusable access control lists (ACLs) for the site collection.</summary>
      <returns>A collection of the reusable ACLs of the site collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetAllReusableAcls(System.Int32)">
      <summary>Returns the reusable access control lists (ACLs) of the site collection up to a specified limit.</summary>
      <returns>A System.Collections.Generic.IDictionary interface that represents the collection of reusable ACLs of the site collection.</returns>
      <param name="maximumNumberToFetch">A 32-bit integer that specifies the maximum number of ACLs to return. If the number of unique ACLs in the site collection exceeds the value specified by <paramref name="maximumNumberToFetch" />, nothing is returned.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetCatalog(Microsoft.SharePoint.SPListTemplateType)">
      <summary>Returns the list template gallery, site template gallery, Web Part gallery, master page gallery, or other galleries from the site collection, including custom galleries that are defined by users.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the gallery.</returns>
      <param name="typeCatalog">An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type for the gallery</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetChanges">
      <summary>Returns the first 1000 changes listed in the current change log for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetChanges(Microsoft.SharePoint.SPChangeQuery)">
      <summary>Returns a collection of changes from the change log filtered by the specified query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes recorded for the site collection, filtered by the specified query. The maximum number of changes that can be returned in a single collection is 1000.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPChangeQuery" /> object that represents the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetChanges(Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes, starting from a particular point in the change log.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes that have occurred in the site collection after the date and time that are specified by the change token.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time. An <see cref="T:Microsoft.SharePoint.SPException" /> exception is thrown if the token refers to a time before the start of the current change log. To start at the beginning of the change log, pass a null token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetChanges(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes that have been logged over a specified period of time.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time.</param>
      <param name="changeTokenEnd">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies an ending date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetCustomListTemplates(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the collection of custom list templates, which are created by end users, from the specified site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListTemplateCollection" /> object that represents the list templates.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetCustomWebTemplates(System.UInt32)">
      <summary>Returns the collection of site templates for the site collection based on the specified locale ID (LCID).</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the site templates.</returns>
      <param name="LCID">A 32-bit unsigned integer that specifies the LCID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetEffectiveRightsForAcl(Microsoft.SharePoint.SPReusableAcl)">
      <summary>Returns the actual permissions that the current user has for the specified Access Control List (ACL).  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies base permissions for the site collection.  </returns>
      <param name="acl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents an access control list.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetEffectiveRightsForAcl(Microsoft.SharePoint.SPReusableAcl,Microsoft.SharePoint.SPWeb)">
      <summary>Returns the actual permissions that the current user has for the specified access control list (ACL).</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies base permissions for the site and ACL.  </returns>
      <param name="acl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents an ACL.</param>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web site. The Web site that you specify serves as a helper object that is used to calculate permission on the specified ACL. Specifying a Web site improves performance by eliminating the need to recreate the root Web site object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetRecycleBinItems(Microsoft.SharePoint.SPRecycleBinQuery)">
      <summary>Returns a collection of recycle bin items based on the specified query. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollection" /> object that represents a collection of recycle bin items.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPRecycleBinQuery" /> object that represents a query on items in the recycle bin. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetRecycleBinStatistics(System.Int32@,System.Int64@)">
      <summary>Returns the number of items in the recycle bin and its size as output parameters.  </summary>
      <param name="itemCount">A 32-bit integer that indicates the number of items in the recycle bin.</param>
      <param name="size">A long integer that indicates the size of the recycle bin.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetReusableAclForScope(System.Guid)">
      <summary>Returns the reusable access control list (ACL) for the specified scope.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the access control list.      </returns>
      <param name="scopeId">A GUID that identifies the scope.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetSelfServiceSiteCreationSettings(System.Boolean@,System.Boolean@,System.String@)">
      <summary>Returns the settings that are used for Self-Service Site Creation.</summary>
      <param name="bIsSscEnabled">true if Self-Service Site Creation is enabled for the site collection; otherwise, false.</param>
      <param name="bRequireSecondaryContact">true if a secondary owner is required for every site that is created by using Self-Service Site Creation; otherwise, false.</param>
      <param name="strInclusionExclusions">A string in XML format that contains URL namespaces that are included or excluded in the SharePoint Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetVisualReport">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetWebTemplates(System.UInt32)">
      <summary>Returns the collection of site definitions that are available for creating Web sites within the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the site definitions.</returns>
      <param name="LCID">A 32-bit unsigned integer that specifies the language of the site definitions to return from the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.GetWorkItems(Microsoft.SharePoint.SPWorkItemCollection,System.UInt32@,System.UInt32@,System.Object@)">
      <summary>Returns the individual work items, number of columns, and number of rows in the specified work item collection as output parameters.  </summary>
      <param name="workItems">An <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> object that represents the collection of work items.  </param>
      <param name="pdwColCount">A 32-bit unsigned integer that specifies the number of work item columns.  </param>
      <param name="pdwRowCount">A 32-bit unsigned integer that specifies the number of work item rows.    </param>
      <param name="pvarWorkItems">The individual work items.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.GlobalPermMask">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPSite.ApplicationRightsMask" /> property to get the rights mask for the Web application instead. (In Windows SharePoint Services 2.0, the GlobalPermMask property got the rights for the permissions mask that was used globally on the virtual server.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRights" /> value that specifies the rights.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.HostHeaderIsSiteName">
      <summary>Gets a Boolean value that specifies whether the host header is used instead of the server-relative path to uniquely identify the site collection.</summary>
      <returns>true if the host header is used instead of the server relative path to uniquely identify the site collection; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.HostName">
      <summary>Gets the name of the server that hosts the site collection.</summary>
      <returns>A string that contains the name of the host.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ID">
      <summary>Gets the GUID that identifies the site collection.</summary>
      <returns>A GUID that identifies the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.IISAllowsAnonymous">
      <summary>Gets a Boolean value that indicates whether anonymous access is enabled in Microsoft Internet Information Services (IIS).</summary>
      <returns>true if anonymous access is enabled in IIS; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Impersonating">
      <summary>Gets a Boolean value that indicates the impersonation status of the SPSite object.</summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.SPSite" /> object was created with an <see cref="T:Microsoft.SharePoint.SPUserToken" /> parameter, indicating that the site collection impersonates the identity of a user; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.InvalidateCacheEntry(System.Uri,System.Guid)">
      <summary>Removes the specified cache entry and returns a Boolean value that indicates whether the entry was cached.</summary>
      <returns>true if the entry was cached; otherwise, false.</returns>
      <param name="uri">A System.Uri object that represents the absolute URL from the request.    </param>
      <param name="siteId">A GUID that identifies the site.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.IsPaired">
      <summary>Gets a Boolean value that indicates whether the site collection is paired with its parent.</summary>
      <returns>true if the site is paired with its parent; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.LastContentModifiedDate">
      <summary>Gets the date and time in Coordinated Universal Time (UTC) when the content of the site was last changed.</summary>
      <returns>A System.DateTime object that contains the date and time when the content was last changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.LastSecurityModifiedDate">
      <summary>Gets the date and time in Coordinated Universal Time (UTC) when security on the site was last changed.</summary>
      <returns>A System.DateTime object that contains the date and time when the security was last changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.LockIssue">
      <summary>Gets or sets the comment that is used in locking a site collection.</summary>
      <returns>A string that contains the comment.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.LookupUriInRemoteFarm(Microsoft.SharePoint.Administration.SPFarm,System.Guid,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Returns the Uniform Resource Identifier (URI) of a Web site in the specified remote server farm.  </summary>
      <returns>A System.Uri object that represents the URI of the Web site.  </returns>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the remote server farm.  </param>
      <param name="id">A GUID that identifies the Web site.      </param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> object that represents the URL zone of the URI to return.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.MakeFullUrl(System.String)">
      <summary>Returns the full URL for the specified server-relative URL.</summary>
      <returns>A string that contains the full URL.</returns>
      <param name="strUrl">A string that specifies the server-relative URL.</param>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.MaxFullUrlLength">
      <summary>Represents the maximum number of characters that can be used in the absolute URL for a site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.MaxWebNameLength">
      <summary>Represents the maximum number of characters that can be used in site names for the site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.OpenWeb">
      <summary>Returns the site that is associated with the URL that is used in an <see cref="T:Microsoft.SharePoint.SPSite" /> constructor.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.OpenWeb(System.Guid)">
      <summary>Returns the site with the specified GUID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
      <param name="gWebId">A GUID that specifies which site to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.OpenWeb(System.String)">
      <summary>Returns the site that is located at the specified server-relative or site-relative URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
      <param name="strUrl">A string that contains either the server-relative or site-relative URL of the site. A server-relative URL begins with a forward slash ("/"), while a site-relative URL does not begin with a forward slash.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.OpenWeb(System.String,System.Boolean)">
      <summary>Returns the site that is located at the specified server-relative or site-relative URL based on a Boolean value that specifies whether the exact URL must be supplied.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
      <param name="strUrl">A string that contains either the server-relative or site-relative URL of the site. A server-relative URL begins with a forward slash ("/"), while a site-relative URL does not begin with a forward slash.</param>
      <param name="requireExactUrl">true if an exact URL must be supplied; otherwise false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Owner">
      <summary>Gets or sets the owner of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the owner.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Port">
      <summary>Gets the port number that is used for input and output on the virtual server that contains the site collection.</summary>
      <returns>A 32-bit integer that indicates the port number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.PortalName">
      <summary>Gets or sets the name of a portal.</summary>
      <returns>A string that contains the portal name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.PortalUrl">
      <summary>Gets or sets the URL to a portal.</summary>
      <returns>A string that contains a URL ending with a forward slash ("/"), as in "http://Portal_Name/".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Protocol">
      <summary>Gets the protocol, HTTP or HTTPS, that is used by the server.</summary>
      <returns>A string that specifies the protocol and ends with a colon (:).</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.QueryFeatures(Microsoft.SharePoint.SPFeatureScope,System.Boolean)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="scope"></param>
      <param name="needsUpgrade"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.QueryFeatures(System.Guid)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.QueryFeatures(System.Guid,System.Boolean)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
      <param name="needsUpgrade"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.QueryFeatures(System.Guid,System.Version)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
      <param name="featureVersion"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Quota">
      <summary>Gets or sets a quota for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuota" /> object that represents the quota.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ReadLocked">
      <summary>Gets or sets a Boolean value that specifies whether the site collection is locked and unavailable for Read access.</summary>
      <returns>true if the site collection is locked for Read access; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ReadOnly">
      <summary>Gets or sets a Boolean value that specifies whether the site collection is read-only, locked, and unavailable for write access.</summary>
      <returns>true if the site collection is read-only, locked, and unavailable for write access; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.RecalculateStorageUsed">
      <summary>Recalculates the storage that is used by the site collection.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.RecycleBin">
      <summary>Gets the collection of recycle bin items for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPRecycleBinItemCollection" /> object that represents the recycle bin items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.RefreshEmailEnabledObjects">
      <summary>Refreshes the e-mailed–enabled objects of the site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.Rename(System.Uri)">
      <summary>Changes the URL of a host-header-named site collection to a new URL.</summary>
      <param name="newUri">A System.Uri object that represents the new URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ResourceQuotaExceeded">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ResourceQuotaExceededNotificationSent">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ResourceQuotaWarningNotificationSent">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.RootWeb">
      <summary>Gets the root Web site of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the root Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.SearchServiceInstance">
      <summary>Gets an SPServiceInstance object that represents an instance of the SharePoint Search service that is associated with the site collection.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPServiceInstance" /> object that represents the SharePoint Search service instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.SecondaryContact">
      <summary>Gets or sets the secondary contact that is used for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the secondary contact.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.SelfServiceCreateSite(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>Creates a site collection by using Self-Service Site Creation.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the absolute URL for the site collection.</param>
      <param name="title">A string that contains the title for the site collection.</param>
      <param name="description">A string that contains the description for the site collection.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the locale identifier (LCID).</param>
      <param name="webTemplate">A string that contains the name of the site definition to use to create the site collection.</param>
      <param name="ownerLogin">A string that contains the user name for the site collection owner.</param>
      <param name="ownerName">A string that contains the display name for the site collection owner.</param>
      <param name="ownerEmail">A string that contains the e-mail address for the site collection owner.</param>
      <param name="contactLogin">A string that contains the user name for the secondary contact.</param>
      <param name="contactName">A string that contains the display name for the secondary contact.</param>
      <param name="contactEmail">A string that contains the e-mail address for the secondary contact.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.SelfServiceCreateSite(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>Creates a site collection by using Self-Service Site Creation based on the specified quota template and other information.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the absolute URL for the site collection.</param>
      <param name="title">A string that contains the title for the site collection.</param>
      <param name="description">A string that contains the description for the site collection.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the locale ID.</param>
      <param name="webTemplate">A string that contains the name of the site definition to use to create the site collection.</param>
      <param name="ownerLogin">A string that contains the user name for the site collection owner.</param>
      <param name="ownerName">A string that contains the display name for the site collection owner.</param>
      <param name="ownerEmail">A string that contains the e-mail address for the site collection owner.</param>
      <param name="contactLogin">A string that contains the user name for the secondary contact.</param>
      <param name="contactName">A string that contains the display name for the secondary contact.</param>
      <param name="contactEmail">A string that contains the e-mail address for the secondary contact.</param>
      <param name="quotaTemplate">A string that contains the name of the quota template.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the root Web site in the site collection.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.ShowURLStructure"></member>
    <member name="P:Microsoft.SharePoint.SPSite.SiteSubscription">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPSiteSubscription" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Solutions">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserSolutionCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.StorageManagementInformation(Microsoft.SharePoint.SPSite.StorageManagementInformationType,Microsoft.SharePoint.SPSite.StorageManagementSortOrder,Microsoft.SharePoint.SPSite.StorageManagementSortedOn,System.UInt32)">
      <summary>Returns information about storage management for the site collection.</summary>
      <returns>A System.Data.DataTable object that contains the storage information</returns>
      <param name="ltVar">An <see cref="T:Microsoft.SharePoint.SPSite.StorageManagementInformationType" /> value that specifies the kind of storage management data to display.</param>
      <param name="sordVar">An <see cref="T:Microsoft.SharePoint.SPSite.StorageManagementSortOrder" /> value that specifies the direction in which items are sorted on the page.</param>
      <param name="soVar">An <see cref="T:Microsoft.SharePoint.SPSite.StorageManagementSortedOn" /> value that specifies whether items on the page are sorted by size or by date.</param>
      <param name="nMaxResults">An unsigned 32-bit integer that specifies the maximum number of results to return.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.SyndicationEnabled">
      <summary>Gets or sets a Boolean value that specifies whether RSS syndication is enabled for the site collection.</summary>
      <returns>true to enable syndication; otherwise, false. Setting this property to true has no effect if syndication is blocked at a higher level. If the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.SyndicationEnabled" /> property of the parent Web application is set to true, setting this property to true means that the site collection supports RSS feeds, and it also means that the <see cref="P:Microsoft.SharePoint.SPSite.AllowRssFeeds" /> property returns true. If the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.SyndicationEnabled" /> property of the parent Web application is set to false, setting this property to true has no effect on the <see cref="P:Microsoft.SharePoint.SPSite.AllowRssFeeds" /> property and does not enable RSS feeds in the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.SystemAccount">
      <summary>Gets the system account of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the system account.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.ToString">
      <summary>Returns the name of the site collection.  </summary>
      <returns>A string that contains the name of the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.TrimAuditLog">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UIVersionConfigurationEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UIVersionConfigurationEnabledInAllWebs">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.UpdateValidationKey">
      <summary>Updates the key that is used to generate the form digest validation of the site collection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UpgradeRedirectUri">
      <summary>Gets an object representation of the upgrade redirect uniform resource identifier (URI) of the site collection.</summary>
      <returns>A Uri object that represents the URI.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Url">
      <summary>Gets the full URL to the root Web site of the site collection, including host name, port number, and path.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Usage">
      <summary>Gets information about site usage, including bandwidth, storage, and number of visits to the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite.UsageInfo" /> structure that contains the usage information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UserAccountDirectoryPath">
      <summary>Gets or sets the provider-specific user account directory path for the site collection.</summary>
      <returns>A string that contains the user account directory path for the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UserCodeEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UserCustomActions">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserCustomActionCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.UserToken">
      <summary>Gets the user token that is associated with the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the token that identifies the authentication process that is applied to the current user. If the <see cref="T:Microsoft.SharePoint.SPSite" /> object was created with a specific <see cref="T:Microsoft.SharePoint.SPUserToken" /> object, that token is returned; otherwise, the token of the current user is returned.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.ValidateDomainCompatibility(Microsoft.SharePoint.SPSite,Microsoft.SharePoint.SPSite)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="site1"></param>
      <param name="site2"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.ValidateDomainCompatibility(System.String,System.String)">
      <summary>Verifies whether two URLs point to the same site collection, even if the domain portions of the URLs are different.</summary>
      <returns>true if the two URLs point to the same site collection; otherwise, false.</returns>
      <param name="site1Url">A string that specifies the absolute URL of the first site collection.</param>
      <param name="site2Url">A string that specifies the absolute URL of the second site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSite.VisualUpgradeWebs"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WarningNotificationSent">
      <summary>Gets a Boolean value that indicates whether a warning notification has been sent.</summary>
      <returns>true if a notification has been sent; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.WebApplication">
      <summary>Gets the parent SharePoint Web application for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.WorkflowManager">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowManager" /> object that is associated with the site collection, enabling you to centrally control the workflow templates and instances across the site collection.  </summary>
      <returns>The SPWorkflowManager object that is associated with the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.WriteLocked">
      <summary>Gets or sets a Boolean value that specifies whether the site collection is locked and unavailable for Write access.</summary>
      <returns>true if the site collection is locked for Write access; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSite.Zone">
      <summary>Gets the URL zone that was specified in the constructor that was used to create the current <see cref="T:Microsoft.SharePoint.SPSite" /> object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that indicates the zone.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite.StorageManagementInformationType">
      <summary>Specifies the kind of storage management data to display.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementInformationType.List">
      <summary>A list in a site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementInformationType.DocumentLibrary">
      <summary>A document library in a site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementInformationType.Document">
      <summary>A document in a site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite.StorageManagementSortedOn">
      <summary>Specifies whether items on a page are sorted by size (increasing or decreasing) or by date (increasing or decreasing).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementSortedOn.Size">
      <summary>Sort items according to their size.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementSortedOn.Date">
      <summary>Sort items according to the date they were modified. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite.StorageManagementSortOrder">
      <summary>Specifies the direction in which items are sorted on a page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementSortOrder.Increasing">
      <summary>Increasing order.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.StorageManagementSortOrder.Decreasing">
      <summary>Decreasing order.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite.UsageInfo">
      <summary>Provides fields used to access information regarding site collection usage.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.UsageInfo.Bandwidth">
      <summary>Contains the cumulative bandwidth used by the site collection on the previous day or on the last day that log files were processed, which is tracked by usage analysis code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.UsageInfo.DiscussionStorage">
      <summary>Contains the amount of storage, identified in bytes, used by Web discussion data in the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.UsageInfo.Hits">
      <summary>Contains the cumulative number of hits on the site collection, which is tracked by the usage analysis code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.UsageInfo.Storage">
      <summary>Contains the total amount of storage in bytes that is consumed by the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPSite.UsageInfo.Visits">
      <summary>Contains the cumulative number of visits to the site collection, which is tracked by the usage analysis code.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPSite.WebVisualReport"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.CustomMasterUrl"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.MasterUrl"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.PendingVisualUpgrade"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.SitePath"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.UIVersion"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.UIVersionConfigurationEnabled"></member>
    <member name="P:Microsoft.SharePoint.SPSite.WebVisualReport.WebPath"></member>
    <member name="T:Microsoft.SharePoint.SPSiteDataQuery">
      <summary>Describes a query performed across multiple lists, which may be located in multiple Web sites in the same Web site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteDataQuery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSiteDataQuery" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.Lists">
      <summary>Gets or sets the inner XML that specifies which lists to include in the query.</summary>
      <returns>An XML string that contains either an integer ID that specifies the list type, or GUIDs that specify the IDs of lists.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.Query">
      <summary>Gets or sets the inner XML that defines the query.</summary>
      <returns>A string that contains the inner XML that defines the query.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.RequestThrottleOverride"></member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.RowLimit">
      <summary>Gets or sets a limit for the number of items in the query that are returned per page.</summary>
      <returns>A 32-bit unsigned integer that specifies a limit for the number of items returned.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.ViewFields">
      <summary>Gets or sets the inner XML that describes the view fields used in the query.</summary>
      <returns>A string containing the inner XML that specifies the view fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSiteDataQuery.Webs">
      <summary>Gets or sets the inner XML that specifies which Web sites to include in the query as specified by the <paramref name="Scope" /> attribute on the Webs tag in the query. By default, the query considers the current Web site, that is, the Web site from which the <see cref="M:Microsoft.SharePoint.SPWeb.GetSiteData(Microsoft.SharePoint.SPSiteDataQuery)" /> method was invoked.</summary>
      <returns>A string containing the inner XML that specifies the Web sites to include.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.DaysAgo"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.ResourceId"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.ResourceUsage"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.SampleCount"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionDailyResourceUsageRecord.SolutionId"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSolutionResourceUsageQuotaRecord"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionResourceUsageQuotaRecord.RecentInvocations"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSolutionResourceUsageQuotaRecord.ResourceQuota"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscription"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscription.Add(Microsoft.SharePoint.SPSite)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscription.Create"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscription.Delete"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscription.Id"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscription.Sites"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscription.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionCollection"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionCollection.CopyTo(Microsoft.SharePoint.SPSiteSubscription[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionCollection.Item(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.Int64)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Add(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.ContainsKey(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.Remove(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.Int64)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.SetValue(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionSettings">
      <summary> The runtime site subscription settings object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.GetSettings(Microsoft.SharePoint.SPServiceContext)">
      <summary> Gets the site subscription settings for a particular SPServiceContext object. </summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.SPSiteSubscriptionSettings" /> with the site subscription settings.</returns>
      <param name="serviceContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.GetSettings(Microsoft.SharePoint.SPSiteSubscription)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPSiteSubscriptionSettings" />.</returns>
      <param name="siteSubscription"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.Boolean@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.DateTime@)">
      <returns>
        <see cref="T:System.Boolean" />
      </returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.Guid@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.Int32@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.Int64@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetAdminProperty(System.String,System.String@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.Boolean@)">
      <summary> Returns the Boolean value associated with the key. </summary>
      <returns> Returns a <see cref="T:System.Boolean" /> indicating whether the setting was found.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.DateTime@)">
      <summary> Returns the date and time setting associated with the key. </summary>
      <returns> Returns a <see cref="T:System.Boolean" /> indicating whether the setting was found.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.Guid@)">
      <summary> Returns the Guid associated with the setting   key.</summary>
      <returns> Returns a <see cref="T:System.Boolean" /> indicating whether the setting was found.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.Int32@)">
      <summary> Returns the integer associated with the setting key. </summary>
      <returns> Returns a <see cref="T:System.Boolean" /> indicating whether the setting was found.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.Int64@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettings.TryGetProperty(System.String,System.String@)">
      <summary> Returns the string associated with the setting key. </summary>
      <returns> Returns a  <see cref="T:System.Boolean" /> indicating whether the setting was found.</returns>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.AssignFeatureSetToSiteSubscription(Microsoft.SharePoint.SPFeatureSet,Microsoft.SharePoint.SPSiteSubscription)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.CreateFeatureSet"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.GetAdminProperties(Microsoft.SharePoint.SPSiteSubscription)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.GetAllFeatureSets"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.GetFeatureSet(Microsoft.SharePoint.SPSiteSubscription)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.GetProperties(Microsoft.SharePoint.SPSiteSubscription)"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.Local"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSettingsManager.LocalOrThrow"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Delete"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Deserialize(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Id"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.RemoveObject"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Serialize"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.StoreObject(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.ToString"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Update"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.Version"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSettingsObject.WasDeleted"></member>
    <member name="T:Microsoft.SharePoint.SPSiteSubscriptionSiteCollection"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSiteCollection.CopyTo(Microsoft.SharePoint.SPSite[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPSiteSubscriptionSiteCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.SPSiteSubscriptionSiteCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionExporter"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWeb(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,Microsoft.SharePoint.SPSolutionExporter.ExportMode,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWeb(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,Microsoft.SharePoint.SPSolutionExporter.ExportMode,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWebToGallery(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,Microsoft.SharePoint.SPSolutionExporter.ExportMode,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWebToGallery(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,Microsoft.SharePoint.SPSolutionExporter.ExportMode,System.Boolean,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWorkFlowTemplate(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.ExportWorkflowToList(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionExporter.MaxSolutionGalleryFileCopies"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionExporter.MaxTotalFileSize"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionExporter.PathCombine(System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionExporter.ExportMode"></member>
    <member name="F:Microsoft.SharePoint.SPSolutionExporter.ExportMode.FullReuse"></member>
    <member name="F:Microsoft.SharePoint.SPSolutionExporter.ExportMode.FullPortability"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregator"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregator.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregator.GetAggregatedRecord"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount.AggregatedRecord"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount.GetAggregatedRecord"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCount.RecordCount"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorCountWeightedMean.GetAggregatedRecord"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorMean.GetAggregatedRecord"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorSum"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorSum.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorSum.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorSum.GetAggregatedRecord"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean.AggregateRecord(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageAggregatorTimeWeightedMean.GetAggregatedRecord"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageLog"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageLog.GetSiteSolutionResourceUsage(System.Guid,System.Nullable{System.Int32})"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageLog.GetSolutionResourceQuota(System.Guid,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageLog.GetSolutionResourceUsage(System.Guid,System.Guid,System.Nullable{System.Int32})"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageLog.LogResourceUsage(Microsoft.SharePoint.SPSolutionResourceUsageRecord)"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageLog.LogResourceUsage(Microsoft.SharePoint.SPSolutionResourceUsageRecord,System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.SPSolutionResourceUsageRecord"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageRecord.#ctor"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.EndTime"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.ResourceId"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.ResourceUsage"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.SampleCount"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.SiteId"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.SolutionId"></member>
    <member name="P:Microsoft.SharePoint.SPSolutionResourceUsageRecord.StartTime"></member>
    <member name="M:Microsoft.SharePoint.SPSolutionResourceUsageRecord.ToString"></member>
    <member name="T:Microsoft.SharePoint.SPStatefulLongOperation"></member>
    <member name="M:Microsoft.SharePoint.SPStatefulLongOperation.Begin(Microsoft.SharePoint.SPStatefulLongOperation.BeginStatefulOperation)"></member>
    <member name="M:Microsoft.SharePoint.SPStatefulLongOperation.Begin(System.String,System.String,Microsoft.SharePoint.SPStatefulLongOperation.BeginStatefulOperation)"></member>
    <member name="M:Microsoft.SharePoint.SPStatefulLongOperation.Run(Microsoft.SharePoint.SPStatefulLongOperation.RunStatefulOperation)"></member>
    <member name="T:Microsoft.SharePoint.SPStatefulLongOperation.BeginStatefulOperation"></member>
    <member name="T:Microsoft.SharePoint.SPStatefulLongOperation.RunStatefulOperation"></member>
    <member name="T:Microsoft.SharePoint.SPSystemTime">
      <summary>Provides properties used to define system date and time values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPSystemTime.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.UInt16)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPSystemTime" /> structure.</summary>
      <param name="iYear">An unsigned 16-bit integer that specifies the year.</param>
      <param name="iMonth">An unsigned 16-bit integer that specifies the month.</param>
      <param name="iDayOfWeek">An unsigned 16-bit integer that specifies the day of the week.</param>
      <param name="iDay">An unsigned 16-bit integer that specifies the day.</param>
      <param name="iHour">An unsigned 16-bit integer that specifies the hour.</param>
      <param name="iMinute">An unsigned 16-bit integer that specifies the minute.</param>
      <param name="iSecond">An unsigned 16-bit integer that specifies the second.</param>
      <param name="iMilliseconds">An unsigned 16-bit integer that specifies the milliseconds.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Day">
      <summary>Gets or sets the day.</summary>
      <returns>An unsigned 16-bit integer that specifies the day.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.DayOfWeek">
      <summary>Gets or sets the day of the week.</summary>
      <returns>An unsigned 16-bit integer that specifies the day of the week.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Hour">
      <summary>Gets or sets the hour.</summary>
      <returns>An unsigned 16-bit integer that specifies the hour.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Milliseconds">
      <summary>Gets or sets the milliseconds.</summary>
      <returns>An unsigned 16-bit integer that specifies the milliseconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Minute">
      <summary>Gets or sets the minute.</summary>
      <returns>An unsigned 16-bit integer that specifies the minute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Month">
      <summary>Gets or sets the month.</summary>
      <returns>An unsigned 16-bit integer that specifies the month.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Second">
      <summary>Gets or sets the second.</summary>
      <returns>An unsigned 16-bit integer that specifies the second.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPSystemTime.Year">
      <summary>Gets or sets the year.</summary>
      <returns>An unsigned 16-bit integer that specifies the year.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPTabularViewUpgradeInfo"></member>
    <member name="M:Microsoft.SharePoint.SPTabularViewUpgradeInfo.#ctor(System.Guid,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SPTabularViewUpgradeInfo.#ctor(System.Guid,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SPTabularViewUpgradeInfo.#ctor(System.Int32,System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.SPTemplateFileType">
      <summary>Specifies the type of file that is created based on the site definition or template.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPTemplateFileType.StandardPage">
      <summary>Indicates a standard Windows SharePoint Services page is created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPTemplateFileType.WikiPage">
      <summary>Indicates a Wiki page is created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPTemplateFileType.FormPage"></member>
    <member name="T:Microsoft.SharePoint.SPTimeZone">
      <summary>Represents the time zone setting that is implemented on a SharePoint Web site. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZone.Description">
      <summary>Gets the description for the time zone.</summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPTimeZone.EnsureTZData"></member>
    <member name="P:Microsoft.SharePoint.SPTimeZone.ID">
      <summary>Gets or sets the ID of the time zone.</summary>
      <returns>A 16-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZone.Information">
      <summary>Gets information about the time zone.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPTimeZoneInformation" /> structure that contains information about the time zone.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPTimeZone.LocalTimeToUTC(System.DateTime)">
      <summary>Converts the specified DateTime value from local time to Coordinated Universal Time (UTC).</summary>
      <returns>A System.DateTime object that contains the date converted to UTC.</returns>
      <param name="date">A System.DateTime object that represents the local date and time value to convert.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTimeZone.UTCToLocalTime(System.DateTime)">
      <summary>Converts the specified DateTime value from Coordinated Universal Time (UTC) to local time.</summary>
      <returns>A System.DateTime structure that contains the date and time converted to their local values.</returns>
      <param name="date"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPTimeZoneCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPTimeZone" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneCollection.Count">
      <summary>Gets the number of time zones represented in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of time zones.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneCollection.Item(System.Int32)">
      <summary>Gets the time zone object at the specified index in the collection. In Microsoft Visual C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPTimeZoneCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPTimeZone" /> object that represents the time zone.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPTimeZoneInformation">
      <summary>Provides fields used to define a time zone.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPTimeZoneInformation.#ctor(System.Int32,Microsoft.SharePoint.SPSystemTime,System.Int32,Microsoft.SharePoint.SPSystemTime,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPTimeZoneInformation" /> structure.</summary>
      <param name="iBias">A 32-bit integer that specifies the bias in the number of minutes that the time zone differs from Coordinated Universal Time (UTC).</param>
      <param name="stStandardDate">A <see cref="T:Microsoft.SharePoint.SPSystemTime" /> structure that contains the date on which standard time begins for the time zone.</param>
      <param name="iStandardBias">A 32-bit integer that specifies the bias in the number of minutes that standard time for the time zone differs from UTC</param>
      <param name="stDaylightDate">A <see cref="T:Microsoft.SharePoint.SPSystemTime" /> structure that contains the date on which daylight time begins for the time zone.</param>
      <param name="iDaylightBias">A 32-bit integer that specifies the bias in the number of minutes that dayllight time for the time zone differs from UTC.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneInformation.Bias">
      <summary>Gets the bias in the number of minutes that the time zone differs from Coordinated Universal Time (UTC).</summary>
      <returns>A 32-bit integer that specifies the bias in minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneInformation.DaylightBias">
      <summary>Gets the bias in the number of minutes that daylight time for the time zone differs from Coordinated Universal Time (UTC).</summary>
      <returns>A 32-bit integer that specifies the bias in minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneInformation.DaylightDate">
      <summary>Gets the date on which daylight time begins for the time zone.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSystemTime" /> object that represents the date.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneInformation.StandardBias">
      <summary>Gets the bias in the number of minutes that standard time for the time zone differs from coordinated universal time (UTC).</summary>
      <returns>A 32-bit integer that specifies the bias in minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPTimeZoneInformation.StandardDate">
      <summary>Gets the date on which standard time begins for the time zone.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSystemTime" /> object that represents the date.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPTransformCacheType"></member>
    <member name="F:Microsoft.SharePoint.SPTransformCacheType.IE3"></member>
    <member name="F:Microsoft.SharePoint.SPTransformCacheType.IE4"></member>
    <member name="F:Microsoft.SharePoint.SPTransformCacheType.Blocklist"></member>
    <member name="T:Microsoft.SharePoint.SPTransformServer"></member>
    <member name="M:Microsoft.SharePoint.SPTransformServer.#ctor(System.String)">
      <param name="LoadBalancerLocation"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformServer.ConvertFile(System.Guid,System.Guid,System.Byte[],System.String,System.String,System.Int32,System.Boolean)">
      <param name="transformerId"></param>
      <param name="webAppId"></param>
      <param name="fileBits"></param>
      <param name="taskName"></param>
      <param name="configInfo"></param>
      <param name="timeout"></param>
      <param name="fReturnFileBits"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformServer.CreateHtml(System.Byte[],Microsoft.HtmlTrans.BrowserType,System.String,System.String,System.Int32,System.Boolean)">
      <param name="fileBits"></param>
      <param name="bt"></param>
      <param name="requestFile"></param>
      <param name="taskName"></param>
      <param name="timeout"></param>
      <param name="fReturnFileBits"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformServer.TriggerConversionEventReceivers(Microsoft.SharePoint.SPFile,Microsoft.SharePoint.SPFile,Microsoft.SharePoint.SPUser)">
      <param name="ParentFile"></param>
      <param name="ChildFile"></param>
      <param name="User"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPTransformUtilities"></member>
    <member name="M:Microsoft.SharePoint.SPTransformUtilities.GenerateTaskName(System.String)">
      <param name="originalFile"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformUtilities.GenerateTaskName(System.String,Microsoft.HtmlTrans.BrowserType)">
      <param name="originalFile"></param>
      <param name="bt"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformUtilities.GetBrowserType(System.String)">
      <param name="userAgent"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPTransformUtilities.GetCacheType(System.String)">
      <param name="userAgent"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPTrustedClaimProvider"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.ClaimTypes"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.ClaimValueTypes"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.Description"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.EntityTypes"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.GetClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.GetHierarchy(System.Uri,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.IdentityClaimType"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.Resolve(System.Uri,System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.Resolve(System.Uri,System.String[],System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.Schema"></member>
    <member name="M:Microsoft.SharePoint.SPTrustedClaimProvider.Search(System.Uri,System.String[],System.String,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.SupportsEntityInformation"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.SupportsHierarchy"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.SupportsResolve"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.SupportsSearch"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.TrustedEntityType"></member>
    <member name="P:Microsoft.SharePoint.SPTrustedClaimProvider.Version"></member>
    <member name="T:Microsoft.SharePoint.SPUrlFieldFormatType">
      <summary>Specifies the format used for URL fields.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUrlFieldFormatType.Hyperlink">
      <summary>Represents an image that serves as a hyperlink. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUrlFieldFormatType.Image">
      <summary>Represents a usual anchor tag.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPUser">
      <summary>Represents a user in Microsoft Windows SharePoint Services.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.Alerts">
      <summary>Gets the collection of alerts the user has created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertCollection" /> object that represents the alerts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.AllowBrowseUserInfo"></member>
    <member name="P:Microsoft.SharePoint.SPUser.Email">
      <summary>Gets or sets the e-mail address of the user.</summary>
      <returns>A string that contains the e-mail address.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUser.GetBinaryId">
      <summary>Returns the system ID of the user in binary format.</summary>
      <returns>A byte array that contains the system ID of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.Groups">
      <summary>Gets the collection of groups of which the user is a member.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.ID">
      <summary>Gets the member ID for the user.</summary>
      <returns>A 32-bit integer that specifies the member ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.IsApplicationPrincipal"></member>
    <member name="P:Microsoft.SharePoint.SPUser.IsDomainGroup">
      <summary>Gets a Boolean value that indicates whether the user is a domain group.</summary>
      <returns>true if the user is a domain group; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.IsSiteAdmin">
      <summary>Gets or sets a Boolean value that specifies whether the user is a site collection administrator.</summary>
      <returns>true if the user is a site collection administrator; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.IsSiteAuditor">
      <summary>Gets a Boolean value that indicates whether the user is a site collection auditor.</summary>
      <returns>true if the user is a site collection auditor; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.LoginName">
      <summary>Gets the user name of the user.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.Name">
      <summary>Gets or sets the display name of the user.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.Notes">
      <summary>Gets or sets notes for the user.</summary>
      <returns>A string that contains the notes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.OwnedGroups">
      <summary>Gets the collection of groups that the user owns.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.RawSid">
      <summary>Gets the system ID of the user in binary format.</summary>
      <returns>A byte array that contains the system ID of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.RegionalSettings">
      <summary>Gets or sets the regional settings associated with the user.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> object that represents the regional settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.RequireRequestToken"></member>
    <member name="P:Microsoft.SharePoint.SPUser.Sid">
      <summary>Gets the unique security ID for the network account of the user.</summary>
      <returns>A string that contains the unique security ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUser.ToString">
      <summary>Returns the user name of the user.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUser.Update">
      <summary>Updates the database with changes made to the properties of the user object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.UserToken">
      <summary>Gets the user token that identifies the authentication process applied to the user.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the user token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUser.Xml">
      <summary>Gets the XML representation of the user.</summary>
      <returns>A string that contains the XML.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPUser" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>Adds the specified user to the collection.</summary>
      <param name="loginName">A string that contains the user name (DOMAIN\alias) of the user. </param>
      <param name="email">A string that contains the e-mail address of the user.</param>
      <param name="name">A string that contains the display name of the user.</param>
      <param name="notes">A string that contains notes about the user. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.AddCollection(Microsoft.SharePoint.SPUserInfo[])">
      <summary>Adds a collection of users to the existing collection based on an array that specifies user information.</summary>
      <param name="addUsersInfo">An array of <see cref="T:Microsoft.SharePoint.SPUserInfo" /> field values that specify user information.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.Count">
      <summary>Gets the number of users in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of users.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.GetByEmail(System.String)">
      <summary>Returns the user with the specified e-mail address. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
      <param name="emailAddress"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.GetByID(System.Int32)">
      <summary>Returns the user with the specified member ID. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
      <param name="id">A 32-bit integer that specifies the member ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.GetCollection(System.String[])">
      <summary>Returns the collection of users with the specified user names. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
      <param name="loginNames">A string array that contains the user names.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.Item(System.Int32)">
      <summary>Gets the user object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPUserCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.Item(System.String)">
      <summary>Gets the user object with the specified user name from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPUserCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
      <param name="loginName">A string that contains the user name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.Remove(System.Int32)">
      <summary>Removes the user at the specified index in the collection.</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.Remove(System.String)">
      <summary>Removes the user with the specified user name from the collection.</summary>
      <param name="loginName">A string that contains the user name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.RemoveByID(System.Int32)">
      <summary>Removes the user with the specified member ID from the collection.</summary>
      <param name="id">A 32-bit integer that specifies the member ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserCollection.RemoveCollection(System.String[])">
      <summary>Removes the collection of users represented by a string array that contains their user names.</summary>
      <param name="removeUsersLoginNames">A string array that contains the user names of users to be removed.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.SchemaXmlEx">
      <summary>Gets a list schema that specifies fields used to define the collection. </summary>
      <returns>A string in Collaborative Application Markup Language that contains the list schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.ViewSchemaXmlEx">
      <summary>Gets a schema that describes the default view used to return user information for the collection. </summary>
      <returns>A string in Collaborative Application Markup Language that contains the view schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.Xml">
      <summary>Gets an XML representation of the collection.</summary>
      <returns>A string that contains the XML.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserCollection.XmlEx">
      <summary>Gets the collection in XMLDATA format. </summary>
      <returns>A string that contains the collection in XMLDATA format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserCustomAction"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.CommandUIExtension"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.CommandUIExtensionResource"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomAction.Delete"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomAction.Delete(System.Int32@,System.Int32@)"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Description"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.DescriptionResource"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Group"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Id"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Location"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Name"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.RegistrationId"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.RegistrationType"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Rights"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Scope"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.ScriptBlock"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.ScriptSrc"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Sequence"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Title"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.TitleResource"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomAction.Update"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.Url"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomAction.Validate"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomAction.VersionOfUserCustomAction"></member>
    <member name="T:Microsoft.SharePoint.SPUserCustomActionCollection"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.Add"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.Clear"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.CopyTo(Microsoft.SharePoint.SPUserCustomAction[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomActionCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomActionCollection.Item(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomActionCollection.Scope"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomActionCollection.System#Collections#ICollection#IsSynchronized"></member>
    <member name="P:Microsoft.SharePoint.SPUserCustomActionCollection.System#Collections#ICollection#SyncRoot"></member>
    <member name="M:Microsoft.SharePoint.SPUserCustomActionCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPUserCustomActionRegistrationType"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionRegistrationType.None"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionRegistrationType.List"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionRegistrationType.ContentType"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionRegistrationType.ProgId"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionRegistrationType.FileType"></member>
    <member name="T:Microsoft.SharePoint.SPUserCustomActionScope"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionScope.Unknown"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionScope.Site"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionScope.Web"></member>
    <member name="F:Microsoft.SharePoint.SPUserCustomActionScope.List"></member>
    <member name="T:Microsoft.SharePoint.SPUserInfo">
      <summary>Defines information about a user who is not currently registered in the content database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUserInfo.Email">
      <summary>Contains the e-mail address of the user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUserInfo.LoginName">
      <summary>Contains the user name (DOMAIN\User_Alias) of the user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUserInfo.Name">
      <summary>Contains the display name of the user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPUserInfo.Notes">
      <summary>Contains notes for the user.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserResource">
      <summary>Represents a user-defined localizable resource.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserResource.#ctor(System.String,Microsoft.SharePoint.SPResourceType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPUserResource" /> class based on a specified name and resource type.</summary>
      <param name="name">A string that specifies the name for the user resource.</param>
      <param name="type">An <see cref="T:Microsoft.SharePoint.SPResourceType" /> value that specifies the type of resource.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserResource.#ctor(System.String,System.String,Microsoft.SharePoint.SPResourceType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPUserResource" /> class based on a specified name, value, and resource type. </summary>
      <param name="name">A string that specifies the name for the user resource.</param>
      <param name="value">A string that specifies the value of the resource for the current culture.</param>
      <param name="type">An <see cref="T:Microsoft.SharePoint.SPResourceType" /> value that specifies the type of resource.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserResource.GetValueForUICulture(System.Globalization.CultureInfo)">
      <summary>Returns the value of the resource for the requested culture.</summary>
      <returns>A <see cref="T:System.String" /> that contains the value of the resource for the culture.</returns>
      <param name="cultureInfo">A<see cref="System.Globalization.CultureInfo" /> object that provides information about the culture.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserResource.Name">
      <summary>Gets the name of the user resource. </summary>
      <returns>A <see cref="T:System.String" /> that contains the name of the resource, which must start with an alphanumeric character and cannot be null.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserResource.Parent">
      <summary>Gets an object that represents the scope of the user resource, which can be an <see cref="T:Microsoft.SharePoint.SPList" /> object or an <see cref="T:Microsoft.SharePoint.SPWeb" /> object.</summary>
      <returns>An <see cref="T:System.Object" /> that represents the parent list or Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserResource.Scope">
      <summary>Gets a value that indicates the scope of the user resource.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPResourceScope" /> value that indicates the scope.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserResource.SetValueForUICulture(System.Globalization.CultureInfo,System.String)">
      <summary>Sets the value of the resource for the requested culture.</summary>
      <param name="cultureInfo">A <see cref="System.Globalization.CultureInfo" /> object that specifies the culture for which the value is specified.</param>
      <param name="value">A string that specifies the value of the resource in the requested culture.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserResource.Type">
      <summary>Gets the type of the user resource, which can be single line or multi-line.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPResourceType" /> value that indicates the type of resource.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserResource.Update">
      <summary>Applies the values for the resource. This method must be called after you make any changes to the resource values.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserResource.Value">
      <summary>Gets or sets the value of the resource for the thread's current culture.</summary>
      <returns>A <see cref="T:System.String" /> that contains the value of the current culture. The default value is the culture of the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserResourceCollection"></member>
    <member name="M:Microsoft.SharePoint.SPUserResourceCollection.Add(Microsoft.SharePoint.SPUserResource)"></member>
    <member name="M:Microsoft.SharePoint.SPUserResourceCollection.Add(System.String,System.String,Microsoft.SharePoint.SPResourceType)"></member>
    <member name="M:Microsoft.SharePoint.SPUserResourceCollection.CopyTo(Microsoft.SharePoint.SPUserResource[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPUserResourceCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPUserResourceCollection.Item(System.String)"></member>
    <member name="P:Microsoft.SharePoint.SPUserResourceCollection.Parent"></member>
    <member name="T:Microsoft.SharePoint.SPUserSolution">
      <summary>Represents a deployed user solution.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserSolution.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SPUserSolution.HasAssemblies"></member>
    <member name="P:Microsoft.SharePoint.SPUserSolution.Name">
      <summary>Gets the name of the user solution. </summary>
      <returns>Returns a <see cref="T:System.String" /> representing the name of the user solution.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserSolution.Signature"></member>
    <member name="P:Microsoft.SharePoint.SPUserSolution.SolutionId">
      <summary>Gets the ID of the user solution</summary>
      <returns>Returns a <see cref="T:System.Guid" /> representing the user solution.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserSolution.Status">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserSolutionStatus" /> representing the status of a user solution.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserSolutionCollection">
      <summary> A collection of user solutions within a site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserSolutionCollection.Add(System.Int32)">
      <summary> Deploys a  user solution in the solutions gallery and activated all features within it. </summary>
      <returns>Returns the <see cref="T:Microsoft.SharePoint.SPUserSolution" /> object.</returns>
      <param name="solutionGalleryItemId"> Item id of the solution to be deployed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserSolutionCollection.CopyTo(Microsoft.SharePoint.SPUserSolution[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPUserSolutionCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.SPUserSolutionCollection.Item(System.Guid)">
      <returns>Returns a <see cref="T:Microsoft.SharePoint.SPUserSolution" /> from the solution collection.</returns>
      <param name="solutionId">Takes the user solution id of a solution within the collection. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserSolutionCollection.Remove(Microsoft.SharePoint.SPUserSolution)">
      <summary> Removes a solution from the collection and deactivates its features.. </summary>
      <param name="solution"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserSolutionStatus"></member>
    <member name="F:Microsoft.SharePoint.SPUserSolutionStatus.Deactivated"></member>
    <member name="F:Microsoft.SharePoint.SPUserSolutionStatus.Activated"></member>
    <member name="F:Microsoft.SharePoint.SPUserSolutionStatus.Disabled"></member>
    <member name="T:Microsoft.SharePoint.SPUserStorage">
      <summary>Maintains information about the user of a Web Part Page and the amount of space the user is consuming in bytes.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorage.Length">
      <summary>Gets the number of bytes that the user is consuming through his or her personalization information for Web Parts on a page.</summary>
      <returns>A 64-bit integer that indicates the number of bytes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorage.UserId">
      <summary>Gets the ID of the user associated with the storage object.</summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorage.UserName">
      <summary>Gets the user name of the user associated with the storage object.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserStorageCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPUserStorage" /> objects used to maintain storage information for all users of a Web Part Page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserStorageCollection.CopyTo(Microsoft.SharePoint.SPUserStorage[],System.Int32)">
      <summary>Copies the elements of the collection to an array of user-storage objects, starting at the specified array index. </summary>
      <param name="userStorageArray">The array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
      <param name="index">The index in the array at which copying begins.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorageCollection.Count">
      <summary>Gets the number of user-storage objects in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of user-storage objects.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserStorageCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the collection. </summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorageCollection.IsSynchronized">
      <summary>Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe.</summary>
      <returns>true if access to the collection is synchronized; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorageCollection.Item(System.Int32)">
      <summary>Gets the user-storage object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.SPUserStorageCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPUserStorage" /> object that represents the user storage.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserStorageCollection.SyncRoot">
      <summary>Gets an object that is used to synchronize access to the collection.</summary>
      <returns>An object that is used to synchronize access to the collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPUserToken">
      <summary>Represents the token that identifies the authentication process applied to a user.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserToken.#ctor(System.Byte[])">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPUserToken" /> class based on the specified byte array.</summary>
      <param name="token">A byte array that contains the token used to authenticate a user. For information about the format of user tokens, see Authorization Object Relations.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPUserToken.BinaryToken">
      <summary>Gets the byte array identifying the authentication process for a user token.</summary>
      <returns>A byte array identifying the authentication proccess.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPUserToken.CompareUser(Microsoft.SharePoint.SPUserToken)">
      <summary>Compares this user token with another specified user token.</summary>
      <returns>true if the user tokens are the same; otherwise, false.</returns>
      <param name="userTokenCheck">A <see cref="T:Microsoft.SharePoint.SPUserToken" /> object representing the other user token object against which to compare the user token.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPView">
      <summary>Represents a view of the data that is contained in a list on a SharePoint site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.#ctor(Microsoft.SharePoint.SPList,System.Xml.XmlDocument)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPView" /> class.</summary>
      <param name="list"></param>
      <param name="xd"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Aggregations">
      <summary>Gets or sets field references for one or more aggregate, or total, columns used in a view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the field references.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.AggregationsStatus">
      <summary>Gets or sets a string that specifies whether aggregate, or total, columns are used in the view. </summary>
      <returns>A string that specifies On if an aggregate column is used in the view; otherwise, an empty string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.ApplyStyle(Microsoft.SharePoint.SPViewStyle)">
      <summary>Applies the specified style to the view. </summary>
      <param name="viewStyle">An <see cref="T:Microsoft.SharePoint.SPViewStyle" /> object that represents the view style.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.BaseViewID">
      <summary>Gets the ID of the base view for the view. </summary>
      <returns>A string that contains the ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.Clone(System.String,System.UInt32,System.Boolean,System.Boolean)">
      <summary>Creates and returns a duplicate of the view. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the duplicate view.</returns>
      <param name="strNewViewName">A string that contains the view name.</param>
      <param name="iRowLimit">An unsigned 32-bit integer that specifies the maximum number of items to return in the view.</param>
      <param name="bPaged">true if the view supports displaying more items page by page; otherwise, false.</param>
      <param name="bMakeViewDefault">true if the duplicate view is the default view; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ContentTypeId">
      <summary>Gets or sets the ID of the content type with which the view is associated so that the view is available only on folders of this content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents ID of the content type with which the view is associated.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.CssStyleSheet"></member>
    <member name="P:Microsoft.SharePoint.SPView.DefaultView">
      <summary>Gets or sets a Boolean value that specifies whether the view is the default view. </summary>
      <returns>true if the view is the default view; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.DefaultViewForContentType">
      <summary>Gets or sets a Boolean value that specifies whether the view is the default view for the associated content type.   </summary>
      <returns>true if the view is the default view; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.EditorModified">
      <summary>Gets a Boolean value that indicates whether the view was modified in an HTML editor. </summary>
      <returns>true if the view was modified in an HTML editor; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Formats">
      <summary>Gets or sets definitions for column and row formatting that are used in a datasheet view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the descriptions of column and row formatting.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.GetAggregationString(System.String)">
      <summary>Returns the formula that is implemented in an aggregate, or total, view of a list column. </summary>
      <returns>A string that contains the formula.</returns>
      <param name="name">A string that represents the type of aggregation that is defined for that field in the view. Possible values include COUNT, AVG, MAX, MIN, SUM, STDEV, and VAR.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.GroupByFooter">
      <summary>Gets or sets the definition of the Group By footer that is used in the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the footer definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.GroupByHeader">
      <summary>Gets or sets the definition of the Group By header used in the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the header definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Hidden">
      <summary>Gets or sets a Boolean value that specifies whether the view is hidden. </summary>
      <returns>true if the view is hidden; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.HtmlSchemaXml">
      <summary>Gets the entire schema for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) and HTML string that contains the entire view schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ID">
      <summary>Gets the GUID that identifies the view. </summary>
      <returns>A System.Guid structure that identifies the view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.SPView.IncludeRootFolder">
      <summary>Gets or sets a Boolean value that specifies whether the root folder is returned in the list view.</summary>
      <returns>true to return the root folder in the view; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.InlineEdit"></member>
    <member name="P:Microsoft.SharePoint.SPView.Joins"></member>
    <member name="P:Microsoft.SharePoint.SPView.Level">
      <summary>Gets the level of publication for documents that are displayed in the view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileLevel" /> value that indicates the level of publication.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.MobileDefaultView">
      <summary>Gets or sets a Boolean value that specifies whether the view is the default view for a mobile device.</summary>
      <returns>true if the view is the default view for a mobile device; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.MobileItemLimit"></member>
    <member name="P:Microsoft.SharePoint.SPView.MobileUrl"></member>
    <member name="P:Microsoft.SharePoint.SPView.MobileView">
      <summary>Gets or sets a Boolean value that specifies whether the view applies to a mobile device.</summary>
      <returns>true if the view applies to a mobile device; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ModerationType">
      <summary>Gets the Content Approval type for the view. </summary>
      <returns>A string that indicates the Content Approval type, which can be one of the following values:HideUnapproved -- Unapproved draft items are hidden from users who only have permission to read items.Contributor -- Pending and rejected items for the current user are displayed.Moderator -- Pending and rejected items for all users are displayed to users who have managed list permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.OpenApplicationExtension"></member>
    <member name="M:Microsoft.SharePoint.SPView.OptOutTabularView(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.SPTabularViewUpgradeInfo})"></member>
    <member name="P:Microsoft.SharePoint.SPView.OrderedView">
      <summary>Gets a Boolean value that indicates whether users can reorder items through the user interface. </summary>
      <returns>true if items can be reordered; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Paged">
      <summary>Gets or sets a Boolean value that specifies whether the list supports displaying more items page by page. </summary>
      <returns>true if the list supports displaying more items page by page; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ParameterBindings">
      <summary> An attribute of the view specifying its parameter bindings. Gets or sets these bindings. </summary>
      <returns>Returns a <see cref="T:System.String" /> of parameter bindings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ParentList">
      <summary>Gets the parent list for the view. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.PersonalView">
      <summary>Gets a Boolean value that indicates whether the view is personalized. </summary>
      <returns>true if the view is personalized; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ProjectedFields"></member>
    <member name="P:Microsoft.SharePoint.SPView.PropertiesXml">
      <summary>Gets properties of the view, including the GUID, the type, the display name, the URL, and the ID of the base view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains a fragment that specifies the properties.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Query">
      <summary>Gets or sets a string that contains the query for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the Where clause for the query.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ReadOnlyView">
      <summary>Gets a Boolean value that indicates whether the view is read-only. </summary>
      <returns>true if the view is read-only; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.RecurrenceRowset">
      <summary>Gets a Boolean value that specifies whether the view supports recurrence rowsets. </summary>
      <returns>true if the view supports recurrence; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.RenderAsHtml">
      <summary>Returns the view in HTML format. </summary>
      <returns>A string that contains the view in HTML format.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.RenderAsHtml(System.Boolean,System.Boolean,System.String)">
      <summary>Returns the view in HTML format but allows for rendering within a frameset.</summary>
      <returns>A string that contains the view in HTML format.</returns>
      <param name="bInFrameset">true to specify that the view is in a frameset; otherwise, false.</param>
      <param name="bIncludeNewItem">true to display the New List Item button; otherwise, false.</param>
      <param name="strSourceAbsoluteUrl">A string that contains the site-relative list view URL in the form "Lists/List_Name/View_File_Name.aspx".</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.RequiresClientIntegration"></member>
    <member name="P:Microsoft.SharePoint.SPView.RowLimit">
      <summary>Gets or sets the limit for the number of items that are returned in the view query per page.</summary>
      <returns>An unsigned 32-bit integer that indicates the row limit.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.RowLimitExceeded">
      <summary>Gets or sets alternate rendering when the value set by the <see cref="P:Microsoft.SharePoint.SPView.RowLimit" /> property is exceeded.</summary>
      <returns>A string that contains the XML definition for alternate rendering.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.SchemaXml">
      <summary>Gets the schema that defines the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the view schema.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Scope">
      <summary>Gets or sets the recursive scope for the view of a document library.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewScope" /> value that specifies the scope.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the view page.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.StyleID">
      <summary>Gets the ID of the view style for the view. </summary>
      <returns>A string that contains the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.TabularView"></member>
    <member name="P:Microsoft.SharePoint.SPView.Threaded">
      <summary>Gets a Boolean value that indicates whether the view is threaded. </summary>
      <returns>true if the view is threaded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Title">
      <summary>Gets or sets the display name for the view. </summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Toolbar">
      <summary>Gets or sets the toolbar for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the toolbar definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ToolbarTemplateName">
      <summary>Gets the name of the predefined toolbar template that is used for the view toolbar.</summary>
      <returns>A string that contains the name of the toolbar template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ToolbarType">
      <summary>Gets the type of toolbar that is used in the view. </summary>
      <returns>A string that indicates the toolbar type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.ToString">
      <summary>Returns the title of the view. </summary>
      <returns>A string that contains the title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Type">
      <summary>Gets the type of the view. </summary>
      <returns>A string that specifies an <see cref="T:Microsoft.SharePoint.SPViewCollection.SPViewType" /> value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPView.Update">
      <summary>Updates the database with changes that are made to the view. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Url">
      <summary>Gets the site-relative URL of the page that contains the view. </summary>
      <returns>A string that contains the site-relative URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewBody">
      <summary>Gets or sets the body of the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the view body definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewData">
      <summary>Gets or sets the schema definition for additional properties that are associated with the view.</summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the definition for additional properties associated with the view, such as follows: Copy Code&lt;FieldRef Name="Title" Type="CalendarMonthTitle" /&gt;
&lt;FieldRef Name="Title" Type="CalendarWeekTitle" /&gt;
&lt;FieldRef Name="Location" Type="CalendarWeekLocation" /&gt;
&lt;FieldRef Name="Title" Type="CalendarDayTitle" /&gt;
&lt;FieldRef Name="Location" Type="CalendarDayLocation" /&gt;</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewEmpty">
      <summary>Gets or sets what is displayed when the query returns no list data for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the definition for what is displayed when the view is empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewFields">
      <summary>Gets the view fields that are used in the view. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewFieldCollection" /> object that represents the view fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewFooter">
      <summary>Gets or sets the footer area for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the view footer definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.ViewHeader">
      <summary>Gets or sets the header area for the view. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the view header definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Views">
      <summary>Gets the parent view collection for the view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewCollection" /> object that represents the parent view collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPView.Xsl"></member>
    <member name="P:Microsoft.SharePoint.SPView.XslLink">
      <summary> An attribute specifying the XSL file used by the view. Gets or sets the XSL file. </summary>
      <returns>Returns a <see cref="T:System.String" /> of the name of an XSL file.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPView" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewCollection.Add(System.String,System.Collections.Specialized.StringCollection,System.String,System.UInt32,System.Boolean,System.Boolean)">
      <summary>Creates a view in the collection with the specified name, view fields, query string, row limit, and Boolean values that specify whether the view displays items page by page and whether it is the default view. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the new view.</returns>
      <param name="strViewName">A string that contains the name of the view.</param>
      <param name="strCollViewFields">A System.Collections.Specialized.StringCollection object that contains the internal names of the view fields.</param>
      <param name="strQuery">A Collaborative Application Markup Language string that contains the Where clause for the query.</param>
      <param name="iRowLimit">A 32-bit unsigned integer that specifies the maximum number of items to return in the view. Specifying a value greater than Int32.MaxValue (2,147,483,647 or hexadecimal 0x7FFFFFFF) throws an exception because the value is out of range.</param>
      <param name="bPaged">true to specify that the view supports displaying more items page by page; otherwise, false.</param>
      <param name="bMakeViewDefault">true to make the view the default view; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewCollection.Add(System.String,System.Collections.Specialized.StringCollection,System.String,System.UInt32,System.Boolean,System.Boolean,Microsoft.SharePoint.SPViewCollection.SPViewType,System.Boolean)">
      <summary>Creates in the collection a view with the specified name, view fields, query string, row limit, Boolean values specifying whether the view displays items page by page and whether it is the default view, the view type, and a Boolean value specifying whether the view is personal or public. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="strViewName">A string that contains the name of the view.</param>
      <param name="strCollViewFields">A System.Collections.Specialized.StringCollection object that contains the internal names of the view fields.</param>
      <param name="strQuery">A Collaborative Application Markup Language (CAML) string that contains the Where clause for the query.</param>
      <param name="iRowLimit">A 32-bit unsigned integer that specifies the maximum number of items to return in the view. Specifying a value greater than Int32.MaxValue (2,147,483,647 or hexadecimal 0x7FFFFFFF) throws an exception because the value is out of range.</param>
      <param name="bPaged">true to specify that the view supports displaying more items page by page; otherwise, false.</param>
      <param name="bMakeViewDefault">true to make the view the default view; otherwise, false.</param>
      <param name="type"></param>
      <param name="bPersonalView">true to create a personal view; false to create a public view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.Count">
      <summary>Gets the number of views in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of views.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewCollection.Delete(System.Guid)">
      <summary>Deletes the view with the specified GUID from the collection. </summary>
      <param name="id">A GUID that specifies the view to delete.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.Item(System.Guid)">
      <summary>Gets the view object with the specified GUID from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="guid"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.Item(System.Int32)">
      <summary>Gets the view object at the specified index in the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPViewCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.Item(System.String)">
      <summary>Gets the view object with the specified name from the collection. In Microsoft Visual C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPViewCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
      <param name="strDisplayName">A string that contains the name of the view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.List">
      <summary>Gets the parent list for the view collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewCollection.SchemaXml">
      <summary>Gets the complete view schemas for the collection. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the view schemas.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewCollection.SPViewTypeToString(Microsoft.SharePoint.SPViewCollection.SPViewType)">
      <summary>Returns a string representation of the specified view type.</summary>
      <returns>A string that contains a representation of the view type.</returns>
      <param name="type"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewCollection.StringToSPViewType(System.String)">
      <summary>Returns a view type for the specified string.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewCollection.SPViewType" /> value that represents the view type.</returns>
      <param name="type"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewCollection.SPViewType">
      <summary>Specifies the type of view implemented for a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Invalid"></member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Html">
      <summary>Represents a standard HTML view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Grid">
      <summary>Represents a datasheet view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Calendar">
      <summary>Represents a calendar view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Recurrence">
      <summary>Represents a view that displays recurring events.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Chart">
      <summary>Represents a chart view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewCollection.SPViewType.Gantt">
      <summary>Represents a Gantt chart, which provides a graphical illustration of a schedule for planning, coordinating, and tracking specific tasks in a project.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewContext">
      <summary>Provides specific information about the context of a view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewContext.NeedToRedirect">
      <summary>Gets a Boolean value that indicates whether the content type that is associated with the view equals the content type that is associated with the root folder of the view.</summary>
      <returns>true if the content type of the view does not equal the content type of the root folder; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewContext.RedirectIfNecessary">
      <summary>Performs URL redirection to the root folder of the view when the content type of the root folder differs from the content type of the view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewContext.View">
      <summary>Gets the view that is described by the view context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewContext.ViewId">
      <summary>Gets the identifier of the view that is described by the view context.</summary>
      <returns>A GUID that identifies the view.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewContext.ViewType">
      <summary>Gets the view type of the current page that is described by the view context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPage.ViewType" /> value that indicates the view type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewFieldCollection">
      <summary>Represents the collection of fields returned in a view. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Add(Microsoft.SharePoint.SPField)">
      <summary>Adds the specified field to the collection.</summary>
      <param name="field">An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Add(System.String)">
      <summary>Adds the field with the specified name to the collection. </summary>
      <param name="strField">A string that contains the field name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewFieldCollection.Count">
      <summary>Gets the number of view fields in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of view fields.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Delete(Microsoft.SharePoint.SPField)">
      <summary>Deletes the specified field from the collection.</summary>
      <param name="field">An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Delete(System.String)">
      <summary>Deletes the field with the specified name from the collection.</summary>
      <param name="strField">A string that contains the field name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.DeleteAll">
      <summary>Deletes all the view fields from the collection. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Exists(System.String)">
      <summary>Returns a Boolean value that indicates whether the specified view field exists. </summary>
      <returns>true if the view field specified by the given name exists; otherwise, false.</returns>
      <param name="Name">A string that contains the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Explicit(System.Int32)">
      <summary>Verifies whether the field at the specified index in the collection is explicitly declared in the view definition. </summary>
      <returns>true if the field is explicitly declared in the view definition; otherwise, false.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index of the field in the collection of view fields.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.Explicit(System.String)">
      <summary>Verifies whether the field with the specified name in the collection is explicitly declared in the view definition. </summary>
      <returns>true if the field is explicitly declared in the view definition; otherwise, false.</returns>
      <param name="Name">A string that contains the name of the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewFieldCollection.Item(System.Int32)">
      <summary>Gets the internal name of the view field at the specified index in the collection. </summary>
      <returns>A string that contains the internal name.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.MoveFieldTo(System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPViewFieldCollection.SchemaXml">
      <summary>Gets the schema that specifies the view fields in the collection. </summary>
      <returns>A Collaborative Application Markup Language (CAML) string that contains the schema.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewFieldCollection.ToStringCollection">
      <summary>Loads the names of the view fields into a StringCollection object.</summary>
      <returns>A System.Collections.Specialized.StringCollection object that contains the names of the view fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewFieldCollection.View">
      <summary>Gets the parent view for the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewFlags"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.None"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Html"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Hidden"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Grid"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.RecurrenceRowset"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Chart"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Calendar"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Default"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Mobile"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.DefaultMobile"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Gantt"></member>
    <member name="F:Microsoft.SharePoint.SPViewFlags.Unknown"></member>
    <member name="T:Microsoft.SharePoint.SPViewScope">
      <summary>Specifies the recursive scope of a view for a document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewScope.Default">
      <summary>Show only the files and subfolders of a specific folder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewScope.Recursive">
      <summary>Show all files of all folders.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewScope.RecursiveAll">
      <summary>Show all files and all subfolders of all folders.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPViewScope.FilesOnly">
      <summary>Show only the files of a specific folder.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewStyle">
      <summary>Represents a style for a view. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.BaseTemplate">
      <summary>Gets the list definition type on which the view style is based. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.BaseType">
      <summary>Gets the base list type on which the view style is based. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBaseType" /> value that specifies the base list type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.HasBaseType">
      <summary>Gets a Boolean value that indicates whether the style is based on one of the built-in base types for lists. </summary>
      <returns>true if the style is based on one of the built-in base types; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.HasTemplateType">
      <summary>Gets a Boolean value that indicates whether the style is based on one of the built-in list definition types. </summary>
      <returns>true if the style is based on one of the built-in list definition types; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.ID">
      <summary>Gets the ID for the view style. </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.Script">
      <summary>Gets a section of script from the view style. </summary>
      <returns>A string that contains the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.Title">
      <summary>Gets the name of the view style. </summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyle.ViewFields">
      <summary>Gets the collection of view fields for the style. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewFieldCollection" /> object that represents the view fields.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPViewStyleCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPViewStyle" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewStyleCollection.#ctor(Microsoft.SharePoint.SPWeb)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPViewStyleCollection" /> class.</summary>
      <param name="web"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyleCollection.Count">
      <summary>Gets the number of view styles in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of view styles.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyleCollection.Item(System.Int32)">
      <summary>Gets the view style object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewStyle" /> object that represents the view style.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyleCollection.Item(System.String)">
      <summary>Gets the view style object with the specified name from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewStyle" /> object that represents the view style.</returns>
      <param name="strDisplayName">A string that specifies the display name of the view.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPViewStyleCollection.StyleByID(System.Int32)">
      <summary>Returns the view style with the specified ID from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewStyle" /> object that represents the view style.</returns>
      <param name="ID">A 32-bit integer that specifies the ID of the view style.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPViewStyleCollection.Web">
      <summary>Gets the parent Web site of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPVirusCheckStatus"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.Clean"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.Infected"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.InfectedCleanable"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.Cleaned"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.CleanFailed"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.Deleted"></member>
    <member name="F:Microsoft.SharePoint.SPVirusCheckStatus.Timeout"></member>
    <member name="T:Microsoft.SharePoint.SPWeb">
      <summary>Represents a Windows SharePoint Services Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.AddWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" />.</returns>
      <param name="workflowAssociation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Alerts">
      <summary>Gets the collection of alerts for the site or subsite.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAlertCollection" /> object that represents the alerts.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.AllowAllWebTemplates">
      <summary>Resets the available Web templates on the Web site to the complete set of Web templates.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllowAnonymousAccess">
      <summary>Gets a Boolean value that indicates whether anonymous access is allowed for the Web site.</summary>
      <returns>true if anonymous access is allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllowAutomaticASPXPageIndexing">
      <summary>Gets or sets a Boolean value that specifies whether the .aspx page within the Web site should be indexed by the search engine.</summary>
      <returns>true to specify that the .aspx page within the Web site should be indexed by the search engine; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllowRssFeeds">
      <summary>Gets a Boolean value that specifies whether the Web site allows RSS feeds.</summary>
      <returns>true if RSS feeds are allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllowUnsafeUpdates">
      <summary>Gets or sets a Boolean value that specifies whether to allow updates to the database as a result of a GET request or without requiring a security validation. </summary>
      <returns>true if unsafe updates are allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllProperties">
      <summary>Gets a hash table that contains metadata for the Web site.</summary>
      <returns>A System.Collections.Hashtable object that contains information such as shown in the following code sample: Copy Codevti_extenderversion  12.0.0.3528vti_approvallevels  Approved Denied Pending\ Reviewvti_associatevisitorgroup  4vti_categories  Business Competition Expense\ Report Goals/Objectives Ideas In\ Process Miscellaneous Planning Schedule Travel VIP Waitingvti_associatemembergroup  5vti_defaultlanguage  en-usvti_associateownergroup  3vti_associategroups  5;4;3vti_createdassociategroups  5;4;3</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllUsers">
      <summary>Gets the collection of user objects that represents all users who are either members of the site or who have browsed to the site as authenticated members of a domain group in the site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AllWebTemplatesAllowed">
      <summary>Gets a Boolean value that indicates whether the available Web templates that are returned by the <see cref="M:Microsoft.SharePoint.SPWeb.GetAvailableWebTemplates" /> method comprise the complete set of templates.</summary>
      <returns>true if all Web templates are available; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AlternateCssUrl">
      <summary>Gets or sets the URL for an alternate cascading style sheet (CSS) to use in the Web site.</summary>
      <returns>A string that contains the URL for an alternate CSS file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AlternateHeader">
      <summary>Gets or sets the URL for an alternate .aspx page that will be used to render the top navigation area in Windows SharePoint Services pages.</summary>
      <returns>A string that contains the URL for the alternate page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AnonymousPermMask64">
      <summary>Gets the base permissions for anonymous users of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies permissions for the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AnonymousState">
      <summary>Gets or sets the level of access for anonymous users on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb.WebAnonymousState" /> value that specifies the level of access. If you set the value to WebAnonymousState.On, the value of the <see cref="P:Microsoft.SharePoint.SPWeb.AnonymousPermMask64" /> property depends on the permission mask for the Limited Access role.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ApplyTheme(System.String)">
      <summary>Applies a theme to a Web site.</summary>
      <param name="strNewTheme">A string that contains the template ID of a theme that is specified in the SPTHEMES.XML file of the \\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\Locale_ID folder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ApplyWebTemplate(Microsoft.SharePoint.SPWebTemplate)">
      <summary>Applies the specified site definition object or site template object to the Web site that has no template applied to it.</summary>
      <param name="webTemplate">An <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object that represents the site definition or site template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ApplyWebTemplate(System.String)">
      <summary>Applies the specified site definition or site template to the Web site that has no template applied to it.</summary>
      <param name="strWebTemplate">A string that contains the name of the site definition or the file name of the site template, including the .stp extension.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ASPXPageIndexed">
      <summary>Gets a Boolean value that specifies whether the .aspx pages of the Web site are automatically indexed.</summary>
      <returns>true if ASPX pages are automatically indexed; false otherwise.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ASPXPageIndexMode">
      <summary>Gets or sets the .aspx page indexing that is used by the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebASPXPageIndexMode" /> value that specifies the type of page indexing.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AssociatedGroups">
      <summary>Gets a list of the groups that are associated with the Web site.</summary>
      <returns>A System.Collections.IList interface that provides a list of the groups that are associated with the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AssociatedMemberGroup">
      <summary>Gets the users who have been given contribute permissions to the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the group of users who have been given contribute permissions to the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AssociatedOwnerGroup">
      <summary>Gets or sets the associated owner groups of the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the associated owner group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AssociatedVisitorGroup">
      <summary>Gets or sets the associated visitor group of the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroup" /> object that represents the associated visitor group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Audit">
      <summary>Gets the audit log that is associated with the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPAudit" /> object that represents the audit log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AuthenticationMode">
      <returns>This property always returns System.Web.Configuration.AuthenticationMode.Windows.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Author">
      <summary>Gets a user object that represents the user who created the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who created the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AvailableContentTypes">
      <summary>Gets the collection of all content type templates that apply to the current scope, including those of the current Web site, as well as any parent Web sites.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeCollection" /> object that represents the content types.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.AvailableFields">
      <summary>Gets the collection of the available fields of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.BreakRoleInheritance(System.Boolean,System.Boolean)">
      <param name="CopyRoleAssignments"></param>
      <param name="ClearSubScopes"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.BypassUseRemoteApis">
      <summary>Accesses the Web site by bypassing the SOAP, WebDAV and Microsoft Office SharePoint Designer 2007 interfaces.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CacheAllSchema">
      <summary>Gets or sets a Boolean value that specifies whether caching of all schemas on the Web site is enabled.</summary>
      <returns>true if caching is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ClientTag">
      <returns>Returns <see cref="T:System.Int16" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.Close">
      <summary>Closes the Web site at the end of a request and releases resources.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Configuration">
      <summary>Gets either the identifier (ID) of the site definition configuration that was used to create the site, or the ID of the site definition configuration from which the site template used to create the site was derived.</summary>
      <returns>A 16-bit integer that indicates the ID of the configuration. This value corresponds to the <paramref name="ID" /> attribute of the Configuration element in Collaborative Application Markup Language (CAML).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ContentTypes">
      <summary>Gets the collection of content types for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeCollection" /> object that represents the content types.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Created">
      <summary>Gets a date and time value that indicates when the site was created.</summary>
      <returns>A System.DateTime object that indicates when the site was created, specified in Coordinated Universal Time (UTC) format and not in system time or time zone settings in Windows SharePoint Services.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.CreateDefaultAssociatedGroups(System.String,System.String,System.String)">
      <param name="userLogin"></param>
      <param name="userLogin2"></param>
      <param name="groupNameSeed"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CurrencyLocaleID">
      <summary>Gets the locale identifier (ID) that is used for currency in the Web site.</summary>
      <returns>A 32-bit integer that specifies the locale ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CurrentChangeToken">
      <summary>Gets the change token that is used when the next change is logged to the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the change token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CurrentUser">
      <summary>Gets the current user of the site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the current user</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.CustomizeCss(System.String)">
      <summary>Customizes the specified style sheet for the Web site.</summary>
      <param name="cssFile">A string that contains the name of the style sheet (.css) file.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CustomMasterUrl">
      <summary>Gets or sets the URL for a custom master page file to apply to the Web site.</summary>
      <returns>A string that contains the URL of the custom master page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.CustomUploadPage">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.DataRetrievalServicesSettings">
      <summary>Gets an object that represents the data retrieval service settings for the deployment of Windows SharePoint Services.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDataRetrievalServicesSettings" /> object that represents the settings.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.Delete">
      <summary>Deletes the Web site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Description">
      <summary>Gets or sets the description for the site.</summary>
      <returns>A string that contains the description of the site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.DescriptionResource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResource" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.Dispose">
      <summary>Releases all unmanaged resources that are used by the Web site object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.DocTemplates">
      <summary>Gets the collection of document templates that are used on the site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDocTemplateCollection" /> object that represents the document templates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.DoesUserHavePermissions(System.String,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Checks permissions of the specified user for a specified set of rights and returns a Boolean value.</summary>
      <returns>true if the user has the specified rights; otherwise, false. </returns>
      <param name="login">A string that contains the user name (DOMAIN\User_Alias) of a Web site user.</param>
      <param name="permissionMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the rights.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.EffectiveBasePermissions">
      <summary>Gets the effective base permissions that are assigned to the current user. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that represents the permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.EffectivePresenceEnabled">
      <summary>Gets a Boolean value that indicates whether effective presence information is enabled on the site.</summary>
      <returns>true if effective presence information is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.EmailInsertsEnabled">
      <summary>Gets a Boolean value that indicates whether document libraries on the virtual server can accept e-mail attachments from public folders.</summary>
      <returns>true if e-mail attachments can be accepted in document libraries; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.EnsureApplicationPrincipal(System.String,System.Boolean,System.Boolean)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUser" />.</returns>
      <param name="logonName"></param>
      <param name="allowBrowseUserInfo"></param>
      <param name="requireRequestToken"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.EnsureUser(System.String)">
      <summary>Checks whether the specified login name belongs to a valid user of the Web site, and if the login name does not already exist, adds it to the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
      <param name="logonName">A string that contains the login name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.EventHandlersEnabled">
      <summary>Gets a Boolean value that indicates whether Windows SharePoint Services 2.0 event handlers can be used on the site.</summary>
      <returns>true if Windows SharePoint Services 2.0 event handlers are enabled; otherwise, false. This value does not correspond to Windows SharePoint Services 3.0 events.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.EventReceivers">
      <summary>Gets the collection of event receiver definitions that are currently available on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPEventReceiverDefinitionCollection" /> object that represents the event receiver definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ExcludeFromOfflineClient">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ExecuteUrl">
      <summary>Gets the URL that is called after  the site definition for a business solutions site is instantiated.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Exists">
      <summary>Gets a Boolean value that indicates whether the Web site exists.</summary>
      <returns>true if the site exists; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ExportUserResources(System.Globalization.CultureInfo,System.Boolean,System.IO.Stream)">
      <param name="language"></param>
      <param name="allResources"></param>
      <param name="outputFile"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ExternalSecurityProviderSetting">
      <summary>Gets the settings that are used by an external security provider for the site.</summary>
      <returns>A string that contains the external security provider settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Features">
      <summary>Gets the collection of Features that are currently activated in the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureCollection" /> object that represents the Features.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Fields">
      <summary>Gets the collection of field objects that represents all the fields in the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> object that represents the fields.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.FieldTypeDefinitionCollection">
      <summary>Gets the collection of <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinition" /> objects that represents type definition information for the fields of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldTypeDefinitionCollection" /> object that represents the field type definition information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.FileDialogPostProcessorId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Files">
      <summary>Gets the collection of all files in the root directory of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFileCollection" /> object that represents the files.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.FirstUniqueAncestorSecurableObject">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPSecurableObject" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.FirstUniqueAncestorWeb">
      <summary>Gets the first parent Web site that has unique permissions.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the first parent site that has unique permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.FirstUniqueRoleDefinitionWeb">
      <summary>Gets the Web site where the role definitions for the current site were defined.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site where the role definitions were defined.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Folders">
      <summary>Gets the collection of all first-level folders in the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolderCollection" /> object that represents the folders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetAvailableCrossLanguageWebTemplates">
      <summary>Returns the collection of available cross-language Web templates.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the Web templates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetAvailableWebTemplates(System.UInt32)">
      <summary>Returns the Web templates that are available for creating subsites beneath the specified subsite, based on the specified locale identifier.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the Web templates.</returns>
      <param name="lcid">An unsigned 32-bit integer that specifies the locale ID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetAvailableWebTemplates(System.UInt32,System.Boolean)">
      <summary>Returns the site templates that are available for creating subsites beneath the Web site, based on the specified locale identifier; also returns a Boolean value that specifies whether language neutral site templates should also be returned.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the Web templates.</returns>
      <param name="lcid">An unsigned 32-bit integer that specifies the locale ID.</param>
      <param name="doIncludeCrossLanguage">true to include language-neutral site templates; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetCatalog(Microsoft.SharePoint.SPListTemplateType)">
      <summary>Returns the list template gallery, site template gallery, or Web Part gallery for the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the gallery.</returns>
      <param name="typeCatalog">An <see cref="T:Microsoft.SharePoint.SPListTemplateType" /> value that specifies the type for the gallery</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetChanges">
      <summary>Returns the first 1000 changes listed in the current change log for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetChanges(Microsoft.SharePoint.SPChangeQuery)">
      <summary>Returns a collection of changes from the change log filtered by the specified query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes recorded for the Web site, filtered by the specified query. The maximum number of changes that can be returned in a single collection is 1000.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPChangeQuery" /> object that represents the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetChanges(Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes starting from a particular point in the change log.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes that have occurred in the site collection since the date and time specified by the change token.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time. An <see cref="T:Microsoft.SharePoint.SPException" /> exception is thrown if the token refers to a time before the start of the current change log. To start at the beginning of the change log, pass a null token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetChanges(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes logged over a specified period of time.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies the starting date and time.</param>
      <param name="changeTokenEnd">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies the ending date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetDocDiscussions(System.String)">
      <summary>Returns the collection of document discussion objects for the specified directory in the site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPDocDiscussionCollection" /> object that represents the document discussions.</returns>
      <param name="strDocDir">A string that specifies the name of the directory that contains the documents; for example, "Shared Documents".</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFieldLocalizations(System.Globalization.CultureInfo)">
      <summary>Returns the collection of localizations for the Web site for the specified culture. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLocalizationCollection" /> object that represents the localizations.</returns>
      <param name="cultureInfo">A CultureInfo object that represents culture information. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFile(System.Guid)">
      <summary>Returns the file object with the specified GUID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="uniqueId">A GUID that identifies the file object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFile(System.String)">
      <summary>Returns the file object located at the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> object that represents the file.</returns>
      <param name="strUrl">A string that contains the URL for the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFileAsString(System.String)">
      <summary>Returns the contents of the file object located at the specified URL as a string.</summary>
      <returns>A string that contains the contents of the file.</returns>
      <param name="url">A string that specifies the URL for the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFileOrFolderObject(System.String)">
      <summary>Returns a file or folder on the Web site with the specified URL. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" /> or <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the file or folder.</returns>
      <param name="strUrl">A string that contains the URL of the file or folder. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFilePersonalizationInformation(System.String,System.Boolean@,Microsoft.SharePoint.SPFileLevel@)">
      <summary>Returns the file level of a specified document as output parameters and also returns a value that specifies whether the document has personalized Web Parts. </summary>
      <param name="url">The fully qualified URL of the document.</param>
      <param name="hasPersonalizedWebParts">true if the document includes personalized Web Parts; otherwise, false.</param>
      <param name="fileLevel">An <see cref="T:Microsoft.SharePoint.SPFileLevel" /> value that specifies the file level. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFolder(System.Guid)">
      <summary>Returns the folder object with the specified GUID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
      <param name="uniqueId">A GUID that identifies the folder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetFolder(System.String)">
      <summary>Returns the folder object that is located at the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the folder.</returns>
      <param name="strUrl">A string that contains the URL for the folder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetLimitedWebPartManager(System.String,System.Web.UI.WebControls.WebParts.PersonalizationScope)">
      <summary>Returns the limited Web Part Manager for the specified Web Part page and view. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" /> object that represents the Web Part Manager.</returns>
      <param name="fullOrRelativeUrl">A string that contains the URL of the Web Part page that is associated with the Web Part Manager. </param>
      <param name="scope">A PersonalizationScope value that specifies how the Web Parts are viewed on the Web Part page. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetList(System.String)">
      <summary>Returns the list that is associated with the specified site-relative URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="strUrl">A string that contains the site-relative URL for a list, for example, /Lists/Announcements.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetListFromUrl(System.String)">
      <summary>Returns the list that is associated with the first Web Part on the specified Web Part page. Beginning in Windows SharePoint Services 3.0, use the <see cref="M:Microsoft.SharePoint.SPWeb.GetListFromWebPartPageUrl(System.String)" /> method instead of the GetListUrl method..</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="pageUrl">A string that contains the site-relative URL of a Web Part page, for example, /Lists/Announcements/AllItems.aspx.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetListFromWebPartPageUrl(System.String)">
      <summary>Returns the list that is associated with the first Web Part on the specified Web Part page. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
      <param name="pageUrl">A string that contains the site-relative URL of a Web Part page, for example, /Lists/Announcements/AllItems.aspx.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetListItem(System.String)">
      <summary>Returns the list item that is associated with the specified server-relative URL. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
      <param name="strUrl">A string that contains the server-relative URL, for example,"/sites/MySite/Shared Documents/MyDocument.docx".</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetListItemFields(System.String,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetListsOfType(Microsoft.SharePoint.SPBaseType)">
      <summary>Returns a collection of list objects of the specified type from the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListCollection" /> object that represents the lists.</returns>
      <param name="baseType">An <see cref="T:Microsoft.SharePoint.SPBaseType" /> value that specifies the base list type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetObject(System.String)">
      <summary>Returns a file, folder, or list item that is associated with the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFile" />, <see cref="T:Microsoft.SharePoint.SPFolder" />, or <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the file, folder, or list item, respectively.</returns>
      <param name="strUrl">A string that contains the URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetRecycleBinItems(Microsoft.SharePoint.SPRecycleBinQuery)">
      <summary>Returns a collection of recycle bin items that are based on the specified query.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollection" /> object that represents a collection of recycle bin items.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPRecycleBinQuery" /> object that represents a query on items in the recycle bin. </param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetSiteData(Microsoft.SharePoint.SPSiteDataQuery)">
      <summary>Performs a query for list items across multiple lists, which can be located in multiple Web sites in the same Web site collection.</summary>
      <returns>A System.Data.DataTable object that represents the result of the query. Each DataRow object in the DataTable.Rows collection represents a single item that satisfies the query. Each DataColumn object in the DataTable.Columns collection represents a field that is requested in the query fields, and the column name of the field equals the value of the <paramref name="Name" /> attribute for that field. In addition, DataTable.Columns contains a DataColumn named ListId, which identifies the list that contains each item, a DataColumn named WebId, which identifies the Web site that contains each item, and a DataColumn named ID, which identifies each item.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPSiteDataQuery" /> object that describes the query to perform, as well as specifying which Web sites and lists participate, what fields to return, and the Where and OrderBy sections to apply.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetSubwebsForCurrentUser">
      <summary>Returns the collection of subsites beneath the current site of which the current user is a member.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that represents the collection of subsites.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetSubwebsForCurrentUser(System.Int32)">
      <summary>Returns the collection of subsites beneath the current Web site of which the current user is a member based on the specified site definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that represents the collection of subsites.</returns>
      <param name="nWebTemplateFilter">A 32-bit integer that specifies the site definition. This parameter corresponds to the <paramref name="ID" /> attribute of the Template element in Collaborative Application Markup Language (CAML).</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetSubwebsForCurrentUser(System.Int32,System.Int16)">
      <summary>Returns the collection of subsites beneath the current Web site in which the current user is a member, based on the specified site definition and configuration.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that represents the collection of subsites.</returns>
      <param name="nWebTemplateFilter">A 32-bit integer that specifies the site definition. This parameter corresponds to the <paramref name="ID" /> attribute of the Template element in Collaborative Application Markup Language (CAML).</param>
      <param name="nConfigurationFilter">A 16-bit integer that specifies the identifier (ID) of a configuration. This parameter corresponds to the <paramref name="ID" /> attribute of the Configuration element in CAML.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetUsageData(Microsoft.SharePoint.Administration.SPUsageReportType,Microsoft.SharePoint.Administration.SPUsagePeriodType)">
      <summary>Returns a table that contains information about the usage of a Web site, based on the specified report type and time interval.</summary>
      <returns>A System.Data.DataTable object that contains the information.</returns>
      <param name="itemType">An <see cref="T:Microsoft.SharePoint.Administration.SPUsageReportType" /> value that specifies the type of report to be created.</param>
      <param name="periodType">An <see cref="T:Microsoft.SharePoint.Administration.SPUsagePeriodType" /> value that specifies the time interval to use in the information that is returned.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetUsageData(Microsoft.SharePoint.Administration.SPUsageReportType,Microsoft.SharePoint.Administration.SPUsagePeriodType,System.Int32,System.DateTime)">
      <summary>Returns a table that contains information about the usage of a Web site based on the specified report type, time interval, number of columns to display, and last day to display.</summary>
      <returns>A System.Data.DataTable object that contains the information.</returns>
      <param name="itemType">An <see cref="T:Microsoft.SharePoint.Administration.SPUsageReportType" /> value that specifies the type of report to be created.</param>
      <param name="periodType">An <see cref="T:Microsoft.SharePoint.Administration.SPUsagePeriodType" /> value that specifies the time interval to use in the information that is returned.</param>
      <param name="numColsToDisplay">A 32-bit integer that specifies the number of columns to return in the table.</param>
      <param name="lastDayToDisplay">A System.DateTime value that specifies the most recent day to represent in the information that is returned. The value that is passed in this parameter must specify a time that is greater than or equal to the last time usage processing was run for the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetUserEffectivePermissionInfo(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPPermissionInfo" />.</returns>
      <param name="userName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetUserEffectivePermissions(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPBasePermissions" />.</returns>
      <param name="userName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetUserToken(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserToken" />.</returns>
      <param name="userName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetViewFromUrl(System.String)">
      <summary>Returns a view of a list within the site based on the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the view of the list</returns>
      <param name="listUrl">A string that contains either an absolute URL or a site-relative URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetWebPartCollection(System.String,Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.SPFile.GetLimitedWebPartManager(System.Web.UI.WebControls.WebParts.PersonalizationScope)" /> method of the <see cref="T:Microsoft.SharePoint.SPFile" /> class to return an <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" /> object to manage Web Parts instead. (In Windows SharePoint Services 2.0 the GetWebPartCollection method returned the collection of Web Parts on the page at the specified URL.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebPartCollection" /> object that represents the Web Parts on the Web Part page.</returns>
      <param name="fullOrRelativeUrl">A string that contains the absolute URL or the relative URL for the Web Part page.</param>
      <param name="storage">An <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies the scope of the collection that is returned, according to either all users or individual users of the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.GetWebsAndListsWithUniquePermissions">
      <returns>Returns <see cref="T:System.Collections.ObjectModel.Collection`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Groups">
      <summary>Gets the collection of cross-site groups for the site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the cross-site groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.HasExternalSecurityProvider">
      <summary>Gets a Boolean value that indicates whether the site uses an external security provider.</summary>
      <returns>true if the site uses an external security provider; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.HasUniquePerm">
      <summary>Gets or sets a Boolean value that specifies whether the site has unique permissions.</summary>
      <returns>true if the Web site has unique permissions; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.HasUniqueRoleDefinitions">
      <summary>Gets a Boolean value that indicates whether the role definitions are uniquely defined for this Web site or inherited from a parent Web site.</summary>
      <returns>true if the Web site has unique role definitions; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ID">
      <summary>Gets the GUID for the site.</summary>
      <returns>A string that contains the GUID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ImportUserResources(System.Globalization.CultureInfo,System.IO.Stream)">
      <param name="language"></param>
      <param name="inputFile"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.IncludeSupportingFolders">
      <summary>Gets or sets a Boolean value that specifies whether supporting folders for files or folders in the site are included in enumerations of files or folders.</summary>
      <returns>true if supporting files are included in enumerations of files and folders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.InsertAlertEvent(System.Guid,System.String,System.Int32,Microsoft.SharePoint.SPReusableAcl)">
      <summary>Inserts an event in the events table for the specified custom prematching GUID, event data, event type, and reusable access control list (ACL). </summary>
      <param name="key">A System.Guid that represents the prematching identifier.</param>
      <param name="eventData">A Collaborative Application Markup Language (CAML) string that contains the event data.</param>
      <param name="eventType">A 32-bit integer that specifies the event type.</param>
      <param name="reusableAcl">An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the ACL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.InsertAlertEvent(System.Guid,System.String,System.Int32,System.Byte[])">
      <summary>Inserts an event in the events table for the specified custom prematching GUID, event data, event type, and access control list (ACL). </summary>
      <param name="key">A System.Guid that represents the prematching identifier.</param>
      <param name="eventData">A Collaborative Application Markup Language (CAML) string that contains the event data.</param>
      <param name="eventType">A 32-bit integer that specifies the event type.</param>
      <param name="acl">A byte array that contains the ACL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.IsADAccountCreationMode">
      <summary>Gets a Boolean value that indicates whether user accounts are automatically created in Active Directory Domain Services (AD DS) when users are invited to the Web site.</summary>
      <returns>true if user accounts are automatically created in AD DS; false if only local, preexisting accounts can be used and no AD DS account is created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.IsADEmailEnabled">
      <summary>Gets a Boolean value that indicates whether e-mail for Active Directory Domain Services (AD DS)is enabled on the site.</summary>
      <returns>true if AD DS e-mail is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.IsCurrentUserMemberOfGroup(System.Int32)">
      <summary>Returns a Boolean value that specifies whether the current user is a member of the specified group. </summary>
      <returns>true if the user is a member of the group; otherwise, false. </returns>
      <param name="groupId">A 32-bit integer that specifies the group identifier (ID). </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.IsMultilingual">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.IsRootWeb">
      <summary>Gets a Boolean value that indicates whether the site is the top-level Web site of the site collection.</summary>
      <returns>true if the site is the top-level Web site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Language">
      <summary>Gets the locale identifier for the language that is used on the site.</summary>
      <returns>A 32-bit unsigned integer that indicates the locale identifier for the language.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.LastItemModifiedDate">
      <summary>Gets the date and time that an item was last modified in the site.</summary>
      <returns>A System.DateTime object that indicates when an item was last modified.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Lists">
      <summary>Gets the collection of all lists that are contained in the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListCollection" /> object that represents the lists.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ListTemplates">
      <summary>Gets the collection of all list definitions and list templates that are available for creating lists on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListTemplateCollection" /> object that represents all the list definitions and list templates that are available for creating lists. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Locale">
      <summary>Gets or sets the locale for the Web site.</summary>
      <returns>A System.Globalization.CultureInfo object that specifies the locale identifier (ID).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.MasterPageReferenceEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.MasterUrl">
      <summary>Gets or sets the URL of the master page that is used for the Web site.</summary>
      <returns>A string that contains the URL of the master page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Modules">
      <summary>Gets the collection of modules that are used on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPModuleCollection" /> object that represents the modules.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Name">
      <summary>Gets or sets the name of the Web site.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Navigation">
      <summary>Gets a navigation object that represents navigation on the Web site, including the Quick Launch area and the top navigation bar.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Navigation.SPNavigation" /> object that represents the Web site navigation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.NoCrawl">
      <summary>Gets or sets a Boolean value that specifies whether searching is enabled for the Web site. </summary>
      <returns>true if searching is not enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.OriginalBaseUrl(System.Web.HttpRequest)">
      <summary>Returns the base URL for the current request.</summary>
      <returns>A string that contains the base URL.</returns>
      <param name="r">A System.Web.HttpRequest object that represents the request.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.OverwriteTranslationsOnChange">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ParentWeb">
      <summary>Gets the parent Web site of the specified Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ParentWebId">
      <summary>Gets the identifier (ID) of the parent Web site for the site.</summary>
      <returns>A GUID that identifies the parent Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ParserEnabled">
      <summary>Gets or sets a Boolean value that specifies whether parsing is enabled for the Web site. </summary>
      <returns>true if parsing is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Permissions">
      <summary>Gets the collection of permissions for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPermissionCollection" /> object that represents the permissions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PortalMember">
      <summary>Gets a Boolean value that indicates whether the Web site is associated with a portal site.</summary>
      <returns>true if the Web site is associated with a portal site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PortalName">
      <summary>Gets the name of a portal site that is associated with the site.</summary>
      <returns>A string that contains the name of the portal site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PortalSubscriptionUrl">
      <summary>Gets the URL that is used for alerts within a portal.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PortalUrl">
      <summary>Gets the URL to a portal site that is associated with the site.</summary>
      <returns>A string that contains a URL that ends with a forward slash ("/"), as in "http://Portal_Name/".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PresenceEnabled">
      <summary>Gets or sets a Boolean value that specifies whether inline presence information is enabled on the Web site.</summary>
      <returns>true if inline presence information is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ProcessBatchData(System.String)">
      <summary>Processes the specified batch string of commands for sending multiple requests to the server per transaction.</summary>
      <returns>A string that contains the results.</returns>
      <param name="strBatchData">A Collaborative Application Markup Language (CAML) string that contains the batch string of commands, which consists of a Batch element and any number of subordinate Method elements that each specify a Windows SharePoint Services remote procedure call (RPC) method.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Properties">
      <summary>Gets property settings for the site, such as the version of Windows SharePoint Services and the language locale. Instead use the new <see cref="P:Microsoft.SharePoint.SPWeb.AllProperties" /> property to return the settings for a Web site, because Properties returns only a subset of these settings.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPPropertyBag" /> object that contains the property settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Provisioned">
      <summary>Gets a Boolean value that indicates whether the Web site has been provisioned.</summary>
      <returns>true if the Web site has been provisioned; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.PublicFolderRootUrl">
      <summary>Gets the URL of the public folder that is used for e-mail attachments in document libraries.</summary>
      <returns>A string that contains the URL, including the public folder server and root path, for example, "http://myexchange/public/".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.QuickLaunchEnabled">
      <summary>Gets or sets a Boolean value that specifies whether the Quick Launch area is enabled on the Web site.</summary>
      <returns>true to enable the Quick Launch area on the Web site; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.RecalculateWebFineGrainedPermissions">
      <summary>Recalculates whether the Web site contains a list or list item that has unique permissions, and updates the value of the <see cref="P:Microsoft.SharePoint.SPWeb.AllowAutomaticASPXPageIndexing" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RecycleBin">
      <summary>Gets the recycle bin of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRecycleBinItemCollection" /> object that represents the recycle bin.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RecycleBinEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RegionalSettings">
      <summary>Gets the regional settings that are currently implemented on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> object that represents the regional settings.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.RemoveExternalSecurityProvider">
      <summary>Removes the external security provider for the Web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.RemoveWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <param name="workflowAssociation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RequestAccessEmail">
      <summary>Gets or sets the e-mail address to which requests for access are sent.</summary>
      <returns>A string that contains the e-mail address to which requests for access are sent.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RequestAccessEnabled">
      <summary>Gets a Boolean value that indicates whether request for access to the Web site is enabled.</summary>
      <returns>true if request for access is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ResetRoleInheritance">
      <summary>Resets the role inheritance for the Web site. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ReusableAcl">
      <summary>Gets the reusable access control list (ACL) for the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPReusableAcl" /> object that represents the ACL of the Web site. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.RevertAllDocumentContentStreams">
      <summary>Restores all files within the Web site to their original uncustomized state so that their logic becomes cached in memory (also known as "ghosted") rather than stored within the database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.RevertCss(System.String)">
      <summary>Reverts style sheet customization of a file to the default style sheet.</summary>
      <param name="cssFile"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RoleDefinitions">
      <summary>Gets the collection of role definitions for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleDefinitionCollection" /> object that represents the role definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Roles">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPWeb.RoleDefinitions" /> property to get the collection of role definitions for a Web site. In Windows SharePoint Services 2.0, the Roles property was used to get the collection of site groups on the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRoleCollection" /> object that represents the site groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.RootFolder">
      <summary>Gets the root folder for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents the root folder.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SaveAsTemplate(System.String,System.String,System.String,System.Boolean)">
      <summary>Saves the Web site as a site template.</summary>
      <param name="strTemplateName">A string that contains the internal name of the site template.</param>
      <param name="strTemplateTitle">A string that contains the display name of the site template.</param>
      <param name="strTemplateDescription">A string that contains the description of the site template.</param>
      <param name="fSaveData">true if data on the Web site is saved as part of the site template; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SearchDocuments(System.String)">
      <summary>Obsolete. For Search, use the Execute method of the <see cref="T:Microsoft.SharePoint.Search.Query.KeywordQuery" /> class or the <see cref="T:Microsoft.SharePoint.Search.Query.FullTextSqlQuery" /> class instead. (In Windows SharePoint Services 2.0, the SearchDocuments method searched documents in the Web site for the specified string.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSearchResultCollection" /> object that represents the search results.</returns>
      <param name="strSearchTerm">The string to search for in the documents.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SearchDocuments(System.String,System.UInt32,Microsoft.SharePoint.SPSearchResultCollectionPosition)">
      <summary>Obsolete. For Search, use the Execute method of the <see cref="T:Microsoft.SharePoint.Search.Query.KeywordQuery" /> class or the <see cref="T:Microsoft.SharePoint.Search.Query.FullTextSqlQuery" /> class instead. (In Windows SharePoint Services 2.0, the SearchDocuments method searched documents in the Web site for the specified string based on the specified row limit and page position for the return set.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSearchResultCollection" /> object that represents the search results.</returns>
      <param name="strSearchTerm">The string to search for in the documents.</param>
      <param name="nRowLimit">A 32-bit unsigned integer that specifies the row limit.</param>
      <param name="pagePos">An <see cref="T:Microsoft.SharePoint.SPSearchResultCollectionPosition" /> object that specifies the position in a paged view of the search results.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SearchListItems(System.String)">
      <summary>Searches list data in the Web site for the specified string.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSearchResultCollection" /> object that represents the search results.</returns>
      <param name="strSearchTerm">The string to search for in the lists.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SearchListItems(System.String,System.UInt32,Microsoft.SharePoint.SPSearchResultCollectionPosition)">
      <summary>Searches list data in the Web site for the specified string, based on the specified row limit and page position for the return set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSearchResultCollection" /> object that represents the search results.</returns>
      <param name="strSearchTerm">The string to search for in the lists.</param>
      <param name="nRowLimit">A 32-bit unsigned integer that specifies the row limit.</param>
      <param name="pagePos">An <see cref="T:Microsoft.SharePoint.SPSearchResultCollectionPosition" /> object that specifies the position in a paged view of the search results.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ServerRelativeUrl">
      <summary>Gets or sets the server-relative URL for the Web site.</summary>
      <returns>A string that contains the server-relative URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SetAvailableCrossLanguageWebTemplates(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.SPWebTemplate})">
      <summary>Specifies a set of language-neutral Web templates that are available for creating subsites below the Web site, regardless of locale.</summary>
      <param name="webTemplates">A collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> objects.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.SetAvailableWebTemplates(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.SPWebTemplate},System.UInt32)">
      <summary>Specifies the Web templates that are available for creating subsites below the Web site for the specified locale.</summary>
      <param name="webTemplates">A collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> objects. </param>
      <param name="lcid">An unsigned 32-bit integer that specifies the locale ID. </param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Site">
      <summary>Gets the parent site collection for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the parent site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteAdministrators">
      <summary>Gets the collection of the Web site administrators.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the Web site administrators.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteGroups">
      <summary>Gets the collection of cross-site groups for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPGroupCollection" /> object that represents the groups.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteLogoDescription">
      <summary>Gets or sets the description of the Web site logo.</summary>
      <returns>A string that contains the description of the logo.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteLogoUrl">
      <summary>Gets or sets the server-relative URL of the Web site logo.</summary>
      <returns>A string that contains the URL of the Web site logo.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteUserInfoList">
      <summary>Gets the UserInfo list of the site collection that contains the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the UserInfo list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SiteUsers">
      <summary>Gets the collection of all users that belong to the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.SyndicationEnabled">
      <summary>Gets or sets a Boolean value that specifies whether syndication is enabled in the Web site.</summary>
      <returns>true to enable syndication in the Web site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Theme">
      <summary>Gets the name of the theme that is applied to the Web site.</summary>
      <returns>A string that contains the name of the theme.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ThemeCssUrl">
      <summary>Gets the URL for the cascading style sheets file that is used in the theme for the Web site.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ThemedCssFolderUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Title">
      <summary>Gets or sets the title for the Web site.</summary>
      <returns>A string that contains the title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.TitleResource">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResource" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ToString">
      <summary>Returns the title of the Web site.</summary>
      <returns>A string that contains the title of the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.TreeViewEnabled">
      <summary>Gets or sets a Boolean value that specifies whether the Windows SharePoint Services TreeView is enabled in the left navigational area of Web site pages.</summary>
      <returns>true to enable the TreeView in the site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UICulture">
      <returns>Returns <see cref="T:System.Globalization.CultureInfo" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UIVersion">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UIVersionConfigurationEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.Update">
      <summary>Updates the database with changes that are made to the Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.UpdateWorkflowAssociation(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <param name="workflowAssociation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Url">
      <summary>Gets the absolute URL for the Web site.</summary>
      <returns>A string that contains the absolute URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UserCustomActions">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserCustomActionCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UserIsSiteAdmin">
      <summary>Gets a Boolean value that indicates whether the user has administrative rights on the Web site, including ManageSubwebs, ManagePermissions, and ManageWeb permissions.</summary>
      <returns>true if the user has administrative rights for the site collection; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UserIsWebAdmin">
      <summary>Gets a Boolean value that indicates whether the user is a member of the Administrator site group for the site.</summary>
      <returns>true if the user is a member of the Administrator site group for the site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.UserResources">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPUserResourceCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Users">
      <summary>Gets the collection of user objects that are explicitly assigned permissions in the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUserCollection" /> object that represents the users.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeb.ValidateFormDigest">
      <summary>Validates the form digest control that is used in the current request.</summary>
      <returns>true if the form digest control is valid, otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.ViewStyles">
      <summary>Gets the collection of view styles for the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPViewStyleCollection" /> object that represents the view styles.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Webs">
      <summary>Gets a Web site collection object that represents all Web sites immediately beneath the Web site, excluding children of those Web sites.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that represents the child Web sites.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.WebTemplate">
      <summary>Gets the name of the site definition that was used to create the site, or gets the name of the site definition from which the site template that was used to create the site is derived.</summary>
      <returns>A string that contains the name of the site definition. This value corresponds to the <paramref name="Name" /> attribute of the Template element in Collaborative Application Markup Language (CAML).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.WebTemplateId">
      <summary>Gets the identifier (ID) of the site definition that was used to create the site or the ID of the site definition from which the site template that was used to create the site is derived.</summary>
      <returns>A 32-bit integer that specifies the ID. This value corresponds to the ID attribute of the Template element in Collaborative Application Markup Language (CAML) (CAML).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.WorkflowAssociations">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.Workflows">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeb.WorkflowTemplates">
      <summary>Gets the collection of workflow templates of the Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWorkflowTemplateCollection" /> object that represents the workflow templates.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWeb.WebAnonymousState">
      <summary>Specifies settings for anonymous access to a Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWeb.WebAnonymousState.Disabled">
      <summary>Specifies that anonymous users have no access to a Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWeb.WebAnonymousState.Enabled">
      <summary>Specifies that anonymous users can access lists and libraries if the lists and libraries allow anonymous access.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWeb.WebAnonymousState.On">
      <summary>Specifies that anonymous users can access the entire Web site. This setting means that the value of the <see cref="P:Microsoft.SharePoint.SPWeb.AnonymousPermMask64" /> property depends on the permission mask for the Limited Access role.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPWeb" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebCollection.Add(System.String)">
      <summary>Creates a Web site object with the specified Web site-relative URL. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
      <param name="strWebUrl">A string that contains the new Web site URL relative to the root Web site in the site collection. For example, to create a Web site at http://MyServer/sites/MySiteCollection/MyNewWebsite, specify MyNewWebsite, or to create a Web site one level lower at http://MyServer/sites/MySiteCollection/Website/MyNewWebsite, specify Website/MyNewWebsite.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebCollection.Add(System.String,System.String,System.String,System.UInt32,Microsoft.SharePoint.SPWebTemplate,System.Boolean,System.Boolean)">
      <summary>Creates a Web site object with the specified site-relative URL, title, description, locale ID, and site definition or site template object. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
      <param name="strWebUrl">A string that contains the new Web site URL relative to the root Web site in the site collection. For example, to create a Web site at http://MyServer/sites/MySiteCollection/MyNewWebsite, specify MyNewWebsite, or to create a Web site one level lower at http://MyServer/sites/MySiteCollection/Website/MyNewWebsite, specify Website/MyNewWebsite.</param>
      <param name="strTitle">A string that contains the title.</param>
      <param name="strDescription">A string that contains the description.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the locale ID.</param>
      <param name="WebTemplate">An <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object that represents the site definition or site template.</param>
      <param name="useUniquePermissions">true to create a subsite that does not inherit permissions from another site; otherwise, false.</param>
      <param name="bConvertIfThere">true to convert an existing folder of the same name to a SharePoint site. false to throw an exception that indicates that a URL path with the specified site name already exists.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebCollection.Add(System.String,System.String,System.String,System.UInt32,System.String,System.Boolean,System.Boolean)">
      <summary>Creates a Web site object with the specified site-relative URL, title, description, locale ID, and site definition or site template name. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the new Web site.</returns>
      <param name="strWebUrl">A string that contains the new Web site URL relative to the root Web site in the site collection. For example, to create a Web site at http://MyServer/sites/MySiteCollection/MyNewWebsite, specify MyNewWebsite, or to create a Web site one level lower at http://MyServer/sites/MySiteCollection/Website/MyNewWebsite, specify Website/MyNewWebsite.</param>
      <param name="strTitle">A string that contains the title.</param>
      <param name="strDescription">A string that contains the description.</param>
      <param name="nLCID">A 32-bit unsigned integer that specifies the locale ID.</param>
      <param name="strWebTemplate">A string that contains the name of the site definition configuration or site template. The following table shows the values for the default site definition configurations that are included in an installation of Windows SharePoint Services.ValueSite DefinitionSTS#0Team SiteSTS#1Blank SiteSTS#2Document WorkspaceMPS#0Basic Meeting WorkspaceMPS#1Blank Meeting WorkspaceMPS#2Decision Meeting WorkspaceMPS#3Social Meeting WorkspaceMPS#4Multipage Meeting WorkspaceWIKI#0WikiBLOG#0BlogBy default, a global site template (GLOBAL#0) is added to all site definitions. You cannot explicitly create a site based on a global site template.</param>
      <param name="useUniquePermissions">true to create a subsite that does not inherit permissions from another site; otherwise, false .</param>
      <param name="bConvertIfThere">true to convert an existing folder of the same name to a SharePoint site. false to throw an exception that indicates that a URL path with the specified site name already exists.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebCollection.Count">
      <summary>Gets the number of Web sites that are represented in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of Web sites.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebCollection.Delete(System.String)">
      <summary>Deletes the Web site object with the specified Web site-relative URL from the collection. </summary>
      <param name="strWebUrl">A string that contains the Web site URL relative to the root Web site in the site collection. For example, if the Web site to delete is located at http://MyServer/sites/MySiteCollection/DeleteSubsite, specify DeleteSubsite, or if it is located at http://MyServer/sites/MySiteCollection/Subsite/DeleteSubsite, specify Subsite/DeleteSubsite.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebCollection.Item(System.Guid)">
      <summary>Gets the Web site object with the specified GUID from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
      <param name="id">A GUID that identifies the Web site.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebCollection.Item(System.Int32)">
      <summary>Gets the Web site object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
      <param name="i">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebCollection.Item(System.String)">
      <summary>Gets the Web site object with the specified site-relative URL from the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the Web site.</returns>
      <param name="name"></param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebCollection.Names">
      <summary>Gets an array that contains the site-relative URLs of all the Web sites in the collection. </summary>
      <returns>A string array that contains the site-relative URLs.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.SPWebEventProperties">
      <summary>Contains properties for Web site events.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventProperties.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.FullUrl">
      <summary>Gets the absolute URL of the Web site for which the event occurs.</summary>
      <returns>A string that contains the absolute URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventProperties.InvalidateWeb"></member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.NewServerRelativeUrl">
      <summary>Gets a server-relative URL that represents the address of the Web site after it has been moved.</summary>
      <returns>A string that contains the server-relative URL of the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.ParentWebId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.ServerRelativeUrl">
      <summary>Gets a server-relative URL that represents the address of the Web site before it was moved, or gets the current server-relative URL if a Web site is renamed.</summary>
      <returns>A string that contains the server-relative URL of the Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.UserDisplayName">
      <summary>Gets the display name of the user whose action caused the event.</summary>
      <returns>A string that contains the display name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.UserLoginName">
      <summary>Gets the user name of the user whose action caused the event.</summary>
      <returns>A string that contains the user name, or Domain\Alias, of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.Web">
      <summary>Gets the Web site for which the event occurred.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebEventProperties.WebId">
      <summary>Gets the ID of the Web site for which the event occurred.</summary>
      <returns>A GUID that identifies the Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebEventReceiver">
      <summary>Provides methods for trapping events that occur to Web sites. This class is never instantiated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPWebEventReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.SiteDeleted(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Occurs after a site collection has been deleted.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.SiteDeleting(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Occurs when a site collection is being deleted.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebAdding(Microsoft.SharePoint.SPWebEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebDeleted(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Asynchronous After event that occurs after an existing Web site is completely deleted.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebDeleting(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Synchronous Before event that occurs before an existing Web site is completely deleted.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebMoved(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Asynchronous After event that occurs after an existing Web site has been moved.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebMoving(Microsoft.SharePoint.SPWebEventProperties)">
      <summary>Synchronous Before event that occurs before an existing Web site has been renamed or moved to a different parent object.</summary>
      <param name="properties">An <see cref="T:Microsoft.SharePoint.SPWebEventProperties" /> object that represents properties of the event handler.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebEventReceiver.WebProvisioned(Microsoft.SharePoint.SPWebEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebListInfo"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.HasUniqueRoleAssignments"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.ListId"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.Title"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.Type"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.Url"></member>
    <member name="P:Microsoft.SharePoint.SPWebListInfo.WebId"></member>
    <member name="T:Microsoft.SharePoint.SPWebPartCollection">
      <summary>Use the <see cref="M:Microsoft.SharePoint.SPFile.GetLimitedWebPartManager(System.Web.UI.WebControls.WebParts.PersonalizationScope)" /> method of the <see cref="T:Microsoft.SharePoint.SPFile" /> class to return an <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" /> object to manage Web Parts instead. (In Windows SharePoint Services 2.0 the SPWebPartCollection class represented a collection of Web Parts.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Add(Microsoft.SharePoint.WebPartPages.ListViewWebPart)">
      <summary>Obsolete. Adds the specified List View Web Part to the collection. </summary>
      <returns>A GUID that identifies the Web Part.</returns>
      <param name="listWebPart">A<see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" />object that represents the new Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Add(Microsoft.SharePoint.WebPartPages.WebPart)">
      <summary>Obsolete. Adds the specified Web Part to the collection. </summary>
      <returns>A GUID that identifies the Web Part.</returns>
      <param name="webPart">A Web Part object that represents the new Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Add(System.String)">
      <summary>Obsolete. Adds a Web Part to the collection based on the specified Web Part definition file. </summary>
      <returns>A GUID that identifies the Web Part.</returns>
      <param name="dwp"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Add(System.Web.UI.WebControls.WebParts.WebPart,System.Boolean)">
      <summary>Obsolete.</summary>
      <param name="webPart"></param>
      <param name="throwIfLocked"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.CacheInvalidate(System.Guid,Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Obsolete. Invalidates the cache for a Web Part, including the output and Web Part caches. </summary>
      <param name="storageKey">A GUID that identifies the Web Part.</param>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies whether the storage for the Web Part is personal or shared.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Clear">
      <summary>Obsolete.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Contains(Microsoft.SharePoint.WebPartPages.WebPart)">
      <summary>Obsolete. Returns a Boolean value that indicates whether the specified Web Part is contained in the collection. </summary>
      <returns>true if the collection contains the Web Part; otherwise, false.</returns>
      <param name="webPart">A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> object that represents the Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.CopyTo(Microsoft.SharePoint.WebPartPages.WebPart[],System.Int32)">
      <summary>Obsolete. Copies the elements of the collection to an array of Web Part objects, starting at the specified array index. </summary>
      <param name="array">The array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
      <param name="index">The index in the array at which copying begins.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.Delete(System.Guid)">
      <summary>Obsolete. Deletes the Web Part with the specified GUID from the collection. </summary>
      <param name="storageKey">A GUID that identifies the Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.DeleteAllPersonalizations">
      <summary>Obsolete. Deletes all personalizations by all users from the collection. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.DeleteAllPersonalizations(System.Int32)">
      <summary>Obsolete. Deletes all personalizations by the user with the specified ID from the collection. </summary>
      <param name="userId">A 32-bit integer that identifies the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.DeletePersonalizations(System.Guid)">
      <summary>Obsolete. Deletes personalizations of the Web Part with the specified GUID. </summary>
      <param name="storageKey">A GUID that identifies the Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.GetEnumerator">
      <summary>Obsolete. Returns an enumerator to iterate through the collection. </summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.IndexOf(Microsoft.SharePoint.WebPartPages.WebPart)">
      <summary>Obsolete. Returns the collection index of the specified Web Part. </summary>
      <returns>A 32-bit integer that identifies the Web Part within the collection.</returns>
      <param name="webPart">A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> object that represents the Web Part for which to return the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.IsSynchronized">
      <summary>Obsolete. Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. </summary>
      <returns>true if access to the collection is synchronized; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.Item(System.Guid)">
      <summary>Obsolete. Gets the Web Part object with the specified GUID from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebPartCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> object that represents the Web Part.</returns>
      <param name="storageKey">A GUID that identifies the Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.Item(System.Int32)">
      <summary>Obsolete. Gets the Web Part object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebPartCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> object that represents the Web Part.</returns>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.RemoveAt(System.Int32)">
      <summary>Obsolete.</summary>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.SaveChanges(System.Guid)">
      <summary>Obsolete. Saves changes made to a single Web Part. </summary>
      <param name="storageKey">A GUID that identifies the Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.ServerRelativeUrl">
      <summary>Obsolete. Gets the server-relative URL of the collection. </summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.Storage">
      <summary>Obsolete. Gets the storage mode that was used to create the collection. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies the storage mode.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.SyncRoot">
      <summary>Obsolete. Gets an object that is used to synchronize access to the collection. </summary>
      <returns>An object that is used to synchronize access to the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.System#Collections#IList#Add(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.System#Collections#IList#Clear"></member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.System#Collections#IList#Insert(System.Int32,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.System#Collections#IList#Remove(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.SPWebPartCollection.System#Collections#IList#RemoveAt(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.SPWebPartCollection.Web">
      <summary>Obsolete. Gets the parent Web site of the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the parent Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebProvisioningProperties">
      <summary>Represents the properties of a Web site creation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebProvisioningProperties.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPWebProvisioningProperties" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebProvisioningProperties.Data">
      <summary>Gets custom data that is used in creating the Web site.</summary>
      <returns>A string that contains the custom data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebProvisioningProperties.Web">
      <summary>Gets the root Web site that is affected by the creation of the Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the root Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebProvisioningProvider">
      <summary>Provides a handler for responding to Web site creation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebProvisioningProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPWebProvisioningProvider" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebProvisioningProvider.Provision(Microsoft.SharePoint.SPWebProvisioningProperties)">
      <summary>Occurs after a Web site is created.</summary>
      <param name="props">An <see cref="T:Microsoft.SharePoint.SPWebProvisioningProperties" /> object that represents properties of the site creation event.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebTemplate">
      <summary>Represents a site definition configuration or site template that is used to create SharePoint sites. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.AllowGlobalFeatureAssociations">
      <summary>Gets a value that indicates whether global Feature associations are allowed on sites created with the site definition configuration or site template. </summary>
      <returns>true if global Feature associations are allowed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.Description">
      <summary>Gets the description for the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.String" /> that contains the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.DisplayCategory">
      <summary>Gets the name, as it appears in the user interface, of the category of site definition configurations and site templates to which the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> belongs. </summary>
      <returns>A <see cref="T:System.String" /> that identifies the category of the site definition configuration.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.FilterCategories">
      <summary>Gets the legacy category of the site that served as the source for the template when <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> represents a custom site template.  </summary>
      <returns>null, if the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> represents a site definition configuration instead of a site template."Meetings", if the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> represents a site template and the source site from which it was created uses any of the configurations in the MPS site definition."Collaboration", if the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> represents a site template and the source site from which it was created uses a configuration from any other site definition, such as STS, BLOG, or WIKI. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.ID">
      <summary>Gets the ID for the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.Int32" /> that specifies the ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.ImageUrl">
      <summary>Gets the URL to the image that is used to represent the site definition configuration or site template in the user interface of Windows SharePoint Services 3.0. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL as a virtual directory beginning with "/_layouts/".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.IsCustomTemplate">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object is a custom site definition configuration or is, instead, a site template. </summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object is a custom site template; otherwise, false, which means it is a site definition configuration.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.IsHidden">
      <summary>Gets a value that indicates whether the site definition configuration is displayed in the user interface as one of the optional configurations used for creating new sites. </summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> represents a site definition configuration and the configuration is not displayed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.IsRootWebOnly">
      <summary>Gets a value that indicates whether the site definition configuration or site template is applicable to only the root site in the site collection.  </summary>
      <returns>true if the template or configuration applies only to root sites; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.IsSubWebOnly">
      <summary>Gets a value that indicates whether the site definition configuration or site template is applicable only to subsites created within the site collection. </summary>
      <returns>true if the template or configuration applies only to subsites; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.IsUnique">
      <summary>Gets a value that indicates whether the site created from the site definition configuration or site template inherits from its parent site. </summary>
      <returns>true if the subsite created from the site definition configuration or site template does not inherit from its parent site; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.Lcid">
      <summary>Gets the locale ID of the site definition configuration or site template.</summary>
      <returns>An <see cref="T:System.UInt32" /> that specifies the locale ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.Name">
      <summary>Gets the name of the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name; for example, "STS#0" or "MyCustomSiteTemplate.stp".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.ProvisionAssembly">
      <summary>Gets the name of an assembly that contains a class that provides logic for provisioning sites created through the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.String" /> that contains the name of the assembly.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.ProvisionClass">
      <summary>Gets the name of a class that provides logic for provisioning sites created through the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.String" /> that contains the name of the class.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.ProvisionData">
      <summary>Specifies custom data to pass to the site provisioning handler for creating sites. </summary>
      <returns>A <see cref="T:System.String" /> that contains the custom data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.Title">
      <summary>Gets the display name for the site definition configuration or site template. </summary>
      <returns>A <see cref="T:System.String" /> that contains the display name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWebTemplate.ToString">
      <summary>Returns a culture-invariant string that describes the site definition configuration or site template. </summary>
      <returns>A culture-invariant <see cref="T:System.String" /> describing the template or configuration.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplate.VisibilityFeatureDependencyId">
      <summary>Gets the GUID that identifies a Feature on which the site definition configuration or site template depends.</summary>
      <returns>A <see cref="T:System.Guid" /> that identifies a Feature on which the site definition configuration or template depends. The default is all zeros.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplateBLOG">
      <summary>The name of the site definition used for blog sites. Value = "BLOG".</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplateMWS">
      <summary>The name of the site definition used for a Meetings sites. Value = "MPS". </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplateSTS">
      <summary>The name of the site definition used for Team sites. Value = "STS". </summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplateWIKI">
      <summary>The name of the site definition used for wiki sites. Value = "WIKI".</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebTemplate.TeamCollaborationSiteConfiguration">
      <summary>Specifies the type of team collaboration site definition.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.TeamCollaborationSiteConfiguration.Default">
      <summary>Standard SharePoint site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.TeamCollaborationSiteConfiguration.Blank">
      <summary>Blank site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.TeamCollaborationSiteConfiguration.DocumentWorkspace">
      <summary> Document workspace site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebTemplate.WebTemplate">
      <summary>Specifies the type of a site definition.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.Invalid">
      <summary>Not used. Value = -1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.TeamCollaborationSite">
      <summary>Standard team collaboration site. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.Meetings">
      <summary>Meetings Workspace site. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.CentralAdmin">
      <summary>Administrative site. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.Wiki">
      <summary>Wiki site. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWebTemplate.WebTemplate.Blog">
      <summary>Blog site. Value = 9.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPWebTemplateCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplateCollection.Count">
      <summary>Gets the number of site definition configurations or site templates in the collection. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the number of site definition configurations or site templates.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplateCollection.Item(System.Int32)">
      <summary>Gets the site definition configuration or site template object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object that represents the site definition configuration or site template.</returns>
      <param name="index">An <see cref="T:System.Int32" /> that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWebTemplateCollection.Item(System.String)">
      <summary>Gets the site definition configuration or site template object with the specified name from the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> class.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWebTemplate" /> object that represents the site definition configuration or site template.</returns>
      <param name="strKey"></param>
    </member>
    <member name="T:Microsoft.SharePoint.SPWeeklySchedule">
      <summary>Represents a weekly schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeeklySchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPWeeklySchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeeklySchedule.BeginDayOfWeek">
      <summary>Gets or sets the weekday on which the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning weekday.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWeeklySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPWeeklySchedule.EndDayOfWeek">
      <summary>Gets or sets the weekday on which the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending weekday.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeeklySchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWeeklySchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWikiPageHomePageFeatureReceiver"></member>
    <member name="M:Microsoft.SharePoint.SPWikiPageHomePageFeatureReceiver.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SPWikiPageHomePageFeatureReceiver.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="M:Microsoft.SharePoint.SPWikiPageHomePageFeatureReceiver.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)"></member>
    <member name="T:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver">
      <summary>Sets the Welcome Page URL for Windows SharePoint Services Web sites.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver.#ctor">
      <summary>Instantiates a new instance of the class that creates a new receiver.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver.FeatureActivated(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>An event that occurs when a feature is activated for a particular object.</summary>
      <param name="properties">An <see cref="SPFeatureReceiverProperties" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver.FeatureDeactivating(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>An event that occurs when a feature is deactivated for a particular object.</summary>
      <param name="properties">An <see cref="SPFeatureReceiverProperties" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver.FeatureInstalled(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>An event that occurs when a feature is installed for a particular object.</summary>
      <param name="properties">An <see cref="SPFeatureReceiverProperties" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWikiWelcomeFeatureReceiver.FeatureUninstalling(Microsoft.SharePoint.SPFeatureReceiverProperties)">
      <summary>An event that occurs when a feature is uninstalled for a particular object.</summary>
      <param name="properties">An <see cref="SPFeatureReceiverProperties" /> object.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPWorkItem">
      <summary>Provides properties that control the characteristics and behaviors of work item object instances. This class is used in conjunction with the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.BatchId">
      <summary>Gets a unique identifier (GUID) that identifies a specified group of SPWorkItem objects that are most logically processed (for performance) as a contiguous batch. For workflow events, the <see cref="P:Microsoft.SharePoint.Workflow.SPWorkflow.InstanceId" /> value is used as the BatchId property for their respective work item instances.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.Created">
      <summary>Gets a DateTime value specifying when the work item entered the workflow priority queue on the database. In the event of a failure in processing a work item, this value is reset to the system time of the failure.</summary>
      <returns>Returns a DateTime value representing the time that a work item entered the workflow priority queue.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.DeliveryDate">
      <summary>Gets or sets a DateTime value specifying SQL Server time when the work item is picked off the priority queue for processing.</summary>
      <returns>Returns a DateTime value representing the SQL time.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.Id">
      <summary>Unique identifier of the work item.</summary>
      <returns>Returns a globally unique identifier (GUID) for the work item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.InternalState">
      <summary>Instance value returned from the <see cref="T:Microsoft.SharePoint.SPWorkItemStatus" /> enumeration that specifies the current processing status of the work item.</summary>
      <returns>Returns an enumeration value specifying the processing state of the work item object.NoneProcessing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object has not started.InProgressProcessing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object is in progress.CompletedProcessing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object has been completed.AllProcessing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object is either in the InProgress state or the Completed state.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.ItemGuid">
      <summary>Provides a globally unique identifier (GUID) of a list item when a work item must be correlated with a specific list item. This is an optional property that is used when working with list items.</summary>
      <returns>Returns a GUID for a list item associated with an <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.ItemId">
      <summary>Gets the item ID of a list item when a work item must be correlated with a specific list item. This is an optional property, used for working with list items.</summary>
      <returns>Returns the item ID for a list item associated with a work item object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.ParentId">
      <summary>A globally unique identifier (GUID) that specifies a user-defined parent, or ancester, object appropriate to scope the data object that is correlated with the work item.</summary>
      <returns>Returns a GUID specifying a parent object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.SiteId">
      <summary>A globally unique identifier (GUID) specifying a Web site associated with an <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object. This is an optional property, used for working with <see cref="T:Microsoft.SharePoint.SPSite" /> objects</summary>
      <returns>Returns a GUID that specifies a related site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.SubType"></member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.TextPayload">
      <summary>Serves as a store for user-defined string data, such as SML, that is associated with a work item.</summary>
      <returns>Returns a string representing content associated with the work item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.Type">
      <summary>Gets the globally unique identifier (GUID) that specifies the work item type for <see cref="T:Microsoft.SharePoint.SPWorkItem" /> objects.</summary>
      <returns>Returns a GUID that specifies a work item type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.UserId">
      <summary>Gets an integer specifying the ID of the user who created the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object instance.</summary>
      <returns>Returns an integer that identifies the user who created the work item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItem.WebId">
      <summary>Gets a globally unique identifier (GUID) that identifies a Web site that is associated with an <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object. This is an optional property, used for working with <see cref="T:Microsoft.SharePoint.SPWeb" /> objects</summary>
      <returns>Returns a GUID that identifies a Web site associated with the work item.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWorkItemCollection">
      <summary>A collection of <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object instances. Derives from <see cref="T:Microsoft.SharePoint.SPBaseCollection" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.#ctor(Microsoft.SharePoint.Administration.SPContentDatabase,System.Guid)">
      <summary>Creates a new instance of <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> that specifies the content database and provides a unique identifier for the work item type for objects in the collection.</summary>
      <param name="db">Content database (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />) associated with the work item collection.</param>
      <param name="workItemType">GUID that specifies the work item type for objects in the work item collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.#ctor(Microsoft.SharePoint.SPSite,System.Guid)">
      <summary>Instantiates a new instance of <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> that specifies the <see cref="T:Microsoft.SharePoint.SPSite" /> object, and a uniqe identifier for the work item type for object in the collection.</summary>
      <param name="site">
        <see cref="T:Microsoft.SharePoint.SPSite" /> object instance representing the site on which the collection work items are set.</param>
      <param name="workItemType">GUID that specifies the work item type for objects in the work item collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.CompleteInProgressWorkItems(System.Guid,System.Guid,System.Guid)">
      <summary>Marks the list of in-progress work items as "complete" upon successfully processing the work item collection. Has the added effect of keeping the work items in the work item table, but in a state where they are not picked up by the GetRunnableWorkItems query.</summary>
      <param name="parentId">Optional. Specifies the GUID of the parent entity of the work item collection, if any.</param>
      <param name="typeId">Required. Specifies the work item type for work items in the collection.</param>
      <param name="batchId">Optional. Specifies the GUID of the work item collection batch, if any.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ContentDatabase">
      <summary>Gets a content database object instance (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />).</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.CopyTo(Microsoft.SharePoint.SPWorkItem[],System.Int32)">
      <summary>Copies one work item collection as an array into another work item collection.</summary>
      <param name="array">Array of work items in the collection.</param>
      <param name="index">Integer specifying the position in the collection at which to start the array.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.Count">
      <summary>Gets a count of the number of <see cref="T:Microsoft.SharePoint.WorkItem" /> objects in the collection.</summary>
      <returns>Returns an integer specifying the number of work items in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.DeleteInProgressWorkItems(System.Guid,System.Guid,System.Guid)">
      <summary>Marks the list of in-progress work items as "complete" upon successfully processing the work item collection and deletes the work items from the processing queue.</summary>
      <param name="parentId">Optional. Specifies the GUID of the parent entity of the work item collection, if any.</param>
      <param name="typeId">Required. Specifies the work item type for work items in the collection.</param>
      <param name="batchId">Optional. Specifies the GUID of the work item collection batch, if any.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.DeleteWorkItem(System.Guid)">
      <summary>Deletes a single specified work item from the processing queue.</summary>
      <param name="workItemId">Unique identifier of the work item to be deleted.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.Item(System.Guid)">
      <summary>Gets a specific <see cref="T:Microsoft.SharePoint.WorkItem" /> object in the collection by using a globally unique identifier (GUID).</summary>
      <returns>Returns a globally unique identifier (GUID) for the specified work item.</returns>
      <param name="workItemId">The globally unique identifier (GUID) that identifies the work item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.Item(System.Int32)">
      <summary>Gets a specific <see cref="T:Microsoft.SharePoint.WorkItem" /> object in the collection by its index into the collection.</summary>
      <returns>Returns an integer specifying the object position by index.</returns>
      <param name="index">Integer specifying the position of the specified <see cref="T:Microsoft.SharePoint.WorkItem" /> object in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ParentId">
      <summary>Gets a globally unique identifier (GUID) for the parent entity.</summary>
      <returns>Returns a GUID for the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> parent.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ParentList">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPList" />object representing the parent list for objects in the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> collection.</summary>
      <returns>Returns an SPList object that is the parent of the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ParentWeb">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the parent of objects in the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> collection, in cases in which the parent is scoped to the level of the Web.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPWeb" /> object that is the parent of the work item collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ProcessingBatchSize">
      <summary>Gets or sets the maximum number of work items that are paged in to a processing timer job.</summary>
      <returns>Returns an integer specifying the maximum batch size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.ProcessingThrottle">
      <summary>Gets or sets a value that specifies the maximum number of workflow instances that can be obtained on a given query for runnable work items.</summary>
      <returns>Returns and integer specifying the maximum number of workflow instances.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.RevertInProgressWorkItem(System.Guid)">
      <summary>Marks an in-process work item as not yet completed, but also not processed. Has the effect of returning the work item to an unprocessed state so it is picked up during a subsequent invocation of the RunnableWorkItems query.</summary>
      <param name="workItemId">Unique identifier of the work item to be reverted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.RevertInProgressWorkItems(System.Guid,System.Guid,System.Guid,System.Guid,System.Boolean)">
      <summary>Marks an in-process work item collection as not yet completed, but also not processed. Has the effect of returning the entire collection to an unprocessed state so it is picked up during a subsequent invocation of the RunnableWorkItems query.</summary>
      <returns>Returns a Boolean true if in-progress work items should be reverted to their pre-processing state; otherwise returns false.</returns>
      <param name="processingMachineId">Unique identifier (GUID) of the computer that is performing the proceessinge.</param>
      <param name="parentId">Optional. Specifies the GUID of the parent entity of the work item collection, if any.</param>
      <param name="typeId">Required. Specifies the work item type for work items in the collection.</param>
      <param name="batchId">Optional. Specifies the GUID of the work item collection batch, if any.</param>
      <param name="bRevertAll">Boolean specifying whether to revert all work items in the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.SubCollection(Microsoft.SharePoint.SPSite,Microsoft.SharePoint.SPWeb,System.UInt32,System.UInt32)">
      <summary>Returns an <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> instance (as a subcollection) from individual sites while iterating over all sites to assemble the full work item collection from the site-specific subcollections.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> object instance that acts as a subcollection.</returns>
      <param name="site">The <see cref="T:Microsoft.SharePoint.SPSite" /> instance whose work items are assembled into a subcollection.</param>
      <param name="web">The <see cref="T:Microsoft.SharePoint.SPWeb" /> instance whose site collection comprises sites from which work items are assembled into a subcollection.</param>
      <param name="offset">Specifies the starting point in index of the site collection array at which the subcollection starts.</param>
      <param name="maxIndex">Specifies the index that is one integer beyond the end of the site collection array that constitutes the subcollection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPWorkItemCollection.UpdateWorkItem(System.Guid,System.DateTime,System.Byte[],System.String)">
      <summary>Allows you to change the delivery date, the binary payload, or the text payload on a specified work item.</summary>
      <param name="workItemId">Unique identifier (GUID) of the work item you intend to update. Required.</param>
      <param name="deliveryDate">Optional. Updates the date-time value specifying the delivery date of the work item.</param>
      <param name="binaryPayload">Optional. Updates the byte array representing the contents of the binary payload.</param>
      <param name="textPayload">Optional. Updates the string value representing the contents of the text payload.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPWorkItemCollection.WorkItemType">
      <summary>Gets a globally unique identifier (GUID) that specifies the type of work items in the <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> collection. The types themselves are user defined.</summary>
      <returns>Returns a GUID that specifies a type for collection of runnable work items.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.SPWorkItemStatus">
      <summary>Specifies the current processing status of an <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object instance. The value is passed to the <see cref="P:Microsoft.SharePoint.SPWorkItem.InternalState" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWorkItemStatus.None">
      <summary>Indicates that processing of the SPWorkItem object has not started.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWorkItemStatus.InProgress">
      <summary>Indicates that processing of the SPWorkItem object is in progress.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWorkItemStatus.Completed">
      <summary>Indicates that processing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object has been completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.SPWorkItemStatus.All">
      <summary>Indicates that processing of the <see cref="T:Microsoft.SharePoint.SPWorkItem" /> object is either in the InProgress state or the Completed state.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.SPXmlDocumentCollection">
      <summary>The XML document collection that is associated with a specific site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPXmlDocumentCollection.Add(System.Xml.XmlDocument)">
      <summary>Adds the specified XML document to the XML document collection, which in turn is associated with the specified SharePoint site collection.</summary>
      <param name="document">An XML document that is added to the XML document collection, which in turn is associated with a specified SharePoint site collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPXmlDocumentCollection.Count">
      <summary>Returns the number of documents in an XML document collection that are associated with the specified site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPXmlDocumentCollection.Delete(System.String)">
      <summary>Deletes the specified XML document from the XML document collection that is associated with the specified SharePoint site collection.</summary>
      <param name="namespaceUri">The namespace Uniform Resource Identifier (URI) that belongs to an XML document collection and is associated with a specified SharePoint site collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPXmlDocumentCollection.Item(System.Int32)">
      <summary>Returns the string that is associated with a specific document index in a collection of XML documents, which in turn are associated with the specified site collection.</summary>
      <param name="index">A zero-based integer that specifies a particular document in an XML collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SPXmlDocumentCollection.Item(System.String)">
      <summary>Returns the namespace Uniform Resource Identifier (URI) that is associated with a specific document string in a collection of XML documents, which in turn are associated with the specified site collection.</summary>
      <param name="namespaceUri">The namespace URI that belongs to an XML document collection and is associated with a specified SharePoint site collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SPYearlySchedule">
      <summary>Represents a yearly schedule for a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SPYearlySchedule.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SPYearlySchedule" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.SPYearlySchedule.BeginMonth">
      <summary>Gets or sets the month that the schedule begins.</summary>
      <returns>A 32-bit integer that specifies the beginning month.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SPYearlySchedule.Description"></member>
    <member name="P:Microsoft.SharePoint.SPYearlySchedule.EndMonth">
      <summary>Gets or sets the month that the schedule ends.</summary>
      <returns>A 32-bit integer that specifies the ending month.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SPYearlySchedule.NextOccurrence(System.DateTime)">
      <summary>Returns the next occurrence of the schedule based on the specified date and time.</summary>
      <returns>A System.DateTime value that represents the next occurrence.</returns>
      <param name="dt">A System.DateTime structure that specifies the date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SPYearlySchedule.ToString">
      <summary>Returns the recurrence string of the schedule.</summary>
      <returns>A string that expresses the recurrence.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Strings">
      <summary>This type or member supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Strings.#ctor"></member>
    <member name="F:Microsoft.SharePoint.Strings.AAMAndSiteUriConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.AAMUpdateRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.AbortingBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.AbortingRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.AcceptOnlyIdForResourceList"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessAdminSiteAt"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessBlocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessDenied"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessDeniedInAdminServiceJobConstructor"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessDeniedWhenUpdatingFarmAdministratorsGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccessSiteAt"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccountAlreadyRegistered"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccountDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccountNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccountPasswordExpired"></member>
    <member name="F:Microsoft.SharePoint.Strings.AccountStillInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddDocLibBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddDocLibBodyText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddDocLibSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddDocSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddGroupBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddGroupBodyDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddGroupBodyDLEmail"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddGroupSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddItemBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddItemSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddListBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddListBodyText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddListSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddWebBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddWebBodyText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ACLAddWebSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclCustomPerms"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclEmailErr"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclFullControlBucket"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackDoc"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackDocLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackFormLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackImgLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackList"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclGoBackTemplateLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclMinusGifTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclNoGoodUsersErr"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclNoPerms"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclOnlyDLsErr1"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclOnlyDLsErr2"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclPlusGifTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclSetFailedBecauseFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclViewBucket"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclViewEditAddBucket"></member>
    <member name="F:Microsoft.SharePoint.Strings.AclViewEditBucket"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivateFeatureOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivatingFeatureNotPossibleWhileUserCodeServiceNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivatingSolutionFailedUserCodeServiceNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivatingSolutionNotPossibleWhileUserCodeServiceNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivatingUserSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivatingWorkerProcessProxyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivationSolutionDependencyDeactivated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivationSolutionDependencyEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivationSolutionDependencyNotActivated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivationSolutionDependencyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActivationSolutionDependencyUnknown"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActiveDirectoryClaimProviderDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ActiveDirectoryClaimProviderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddingToList"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddListWorkflowListSetting"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddListWorkflowNotExisting"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddrBookAddText"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddrBookPlatformMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddrBookSelectUsersText"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddWebPartsTo"></member>
    <member name="F:Microsoft.SharePoint.Strings.AddWppackNoDeployRequiresFilename"></member>
    <member name="F:Microsoft.SharePoint.Strings.ADInformationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminApplicationNoSelfInherit"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminAppPoolCredentialDeploymentJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_DefaultProvisioningContextIsNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_ErrorsInJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_FailedToCreateProvisioningContext"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_InstanceProvisioningFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_LocalSPFarmIsNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_LocalSPServerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_ServiceApplicationCreationFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_ServiceApplicationProvisioningFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_ServiceApplicationProxyProvisioningFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminConfigServicesJob_ServiceInstancesCollectionNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminDesc_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdministratorsDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminJobNotExecuted"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminMustBeAuditor"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminObjectCannotDeleteDependency"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminObjectDependencyDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminObjectExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminObjectIdInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminObjectNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminPortNotExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminProcessGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminServiceNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminTitle_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminVs401Message"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminVSCannotBeDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.AdminVSCreatedInNullFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.ADPasswordDiffersFromDB"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertAllChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertDiscussionChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertEditAlert"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertItemDiscussionChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertItemModifyChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertListAddChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertListDeleteChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertListDiscussionChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertListModifyChanges"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertNewAlert"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertFilterNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertFilterView"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertListNotSettableOnItemAlerts"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertTimeNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertTitleDefault"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAlertTypeRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsAllItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsInsufficientSpace"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsItemAndParentListCannotBeNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsItemNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsListCannotBeNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsListNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsMatchIdNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsNoDeliveryChannel"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsNoReadown"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsNotItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertSPAlertDeliveryChannels_Email"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertSPAlertDeliveryChannels_None"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertSPAlertDeliveryChannels_Sms"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsPropertyBagCouldNotBeInitialized"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsPropertyCannotBeChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsPropertyNotAvailableOnPendingAlert"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsPropertyNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertsSmsOnlySupportImmediateAlert"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlertUserNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.AliasEndsWithPeriod"></member>
    <member name="F:Microsoft.SharePoint.Strings.AliasInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.AliasTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlignLeft"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlignRight"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllColumnsGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllContentTypesGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllDayEventLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllFacilities"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllFoldersUnderThisFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicatesValidationWarningContentApproval"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicatesValidationWarningContentApprovalAndUniquePerms"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicatesValidationWarningUniquePerms"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicateValuesAutoIndex"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicateValuesDisallowedOnBuiltInFieldId"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowDuplicateValuesDisallowedOnListWithReadYourOwnSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllowUpdatesDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllSearch"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllUsers"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.AllWebsViewDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlreadyInUseRestoreSiteUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateAccessMappingAttemptAdd"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateAccessMappingAttemptDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateAccessMappingFailureEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateAccessMappingSuccessEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateUrlCollectionTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateUrlForCrossFirewallAccessNotDefined"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateUrlInvalidFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.AlternateUrlNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AnotherJobRunningError"></member>
    <member name="F:Microsoft.SharePoint.Strings.AntivirusJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.AppCredentialKeyCreate"></member>
    <member name="F:Microsoft.SharePoint.Strings.AppendOnlyNoEntries"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationPoolProvisionEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationPoolUsesDifferentASP"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationPrincipalCannotBeSiteAdminOrAuditor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationXMLMaximumValueShouldBeGreaterThanZero"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApplicationXMLTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.AppPoolCredsMustMatchAdmin"></member>
    <member name="F:Microsoft.SharePoint.Strings.AppPoolDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApproveDescWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApproveError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ApproximateDiskSpace"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArchiveListAlias"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArchiveListDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArchiveListHasNoAlias"></member>
    <member name="F:Microsoft.SharePoint.Strings.Arg0ValueNotString"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArgumentDelegateTypeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArgumentException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArgumentNullExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ArgumentNullText"></member>
    <member name="F:Microsoft.SharePoint.Strings.AspWebPartOnPageRequiresCallingNewWebMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyFileDefinitionNameErrorException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyFileDoesNotExistException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyGroupIdNotValidException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyGroupNeedsContentException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyGroupProviderNotRegisteredException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssemblyGroupSerializationErrorException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssignToEmailMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.AssociateWorkflowTemplateDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachContentDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachDatabaseError"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentFieldUpdatesNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentFileBlocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentFileFailedPrologue"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentsNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentsTooBigError"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachmentUrlTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.AttachToNewItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.AuditingArgumentException"></member>
    <member name="F:Microsoft.SharePoint.Strings.AuditingQueryRowLimitOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.AuthenticationMappingDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.AutoCreatedRoleDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.AutoCreatedRoleName"></member>
    <member name="F:Microsoft.SharePoint.Strings.AutoGenerateColumnsIsNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.AutomaticEmailSettingsUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.Backup"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupAccessDeniedFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupAlreadyAborted"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupComponentNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupConfigurationOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupDiagnosticsServiceDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupDiagnosticsServiceName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupDiagnosticsServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupDirEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupDirNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupFailedFor"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupFailedNoRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupFileSizeChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupItemTooManyFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupLowercase"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupMethodNeeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupNotDescendent"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupObjectGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupObjectGroupType"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreAdminServiceNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreAlreadyInList"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreErrorCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreLogMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreNeedName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseAbort"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseDone"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseDoneWithErrors"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseDoneWithErrorsAndWarnings"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseDoneWithWarnings"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseNotSelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnBackupComplete"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnPostRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnPrepareBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnPreRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseOnRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseStarting"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestorePhaseUnknown"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreTimerJobName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreTree"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreWarningCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupRestoreWritingXmlFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionCollectionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionCollectionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionCollectionTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionLanguagePackDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionLanguagePackTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSolutionTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusBackupId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusBackupMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusBackupThreads"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusContentDatabaseAttached"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusCurrentItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusCurrentJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusCurrentPhase"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusDirectory"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusErrorCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusFailureMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusFilename"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusFilenameOverwrite"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusFinishTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusInitializing"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusLastUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusNoPreviousStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusNoStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusPreviousJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusProgress"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusRequestedBy"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusRestoreMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusRestoreThreads"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusServerRelativeUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusSiteCollectionUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusStartTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusTopComponent"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupStatusWarningCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupThreadCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupTimerJobsGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUINext"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUIPrevious"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUIStartBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUIStartRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUpdateProgress"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUsageSettingsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUsageSettingsName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupUsageSettingsTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BackupWebApplicationNoDefaultUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadAspx"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadBackupSiteUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadListParameterInURL"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadManifestFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadPageInherits"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadSetFieldCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.BadWorkflowInstanceIdParameterInURL"></member>
    <member name="F:Microsoft.SharePoint.Strings.BaseXmlDataSourceXPathContainsNamespacePrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.BaseXmlDataSourceXPathEndsIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ActionIDInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ActionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ActionsGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AddAction_ImageURLFormatInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AddAction_Remove"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AddAction_URLFormatInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AddUsers"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AdminCatalogIsNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ApplicationRegistryServiceName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ApplicationsGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeFormBased"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModePassThrough"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeRdbCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeRevertToSelf"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeWindows"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_AuthModeWindowsCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_BeginPackageProcessing"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_BusinessDataCatalog"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_BusinessObjectIDInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ChooseRightsDescriptionForAdd"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ChooseRightsDescriptionForEdit"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ChooseUsers"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ChooseUsersDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_CrawlACLWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_CreatingProfilePageForEntity"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_CreatingProfilePages"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_DefaultServiceAppProxyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Destination"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_DuplicateActionParameterNameError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EditRights"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EditServiceAppBottomText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EditServiceAppPageDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EditServiceAppPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EditUsersDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EmptyPropertyValueNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EntitiesGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EntityIDInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EntityNameNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EntityNameSpaceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_EntityNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_FailedToCreateServiceApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_FieldsGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_FiltersGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportErrorLineNumber"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportFailedMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportingApplicationDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportRetryButtonText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportSuccessful"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportSuccessfulMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ImportWarningsMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_InvalidPropertyValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemCannotBeFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemIDInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemInformation"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemInstanceIDInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemInstanceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemInstancesGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemNameNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemSettingPageDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemSettingPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LobSystemsGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_LoggedOnUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ModelNameNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ModelNotWellFormed"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_No"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoAppsMatchingSearch"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoDefaultProxyFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoEntitiesMatchingSearch"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoMaximumConnections"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoMetadataObjectFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoSelectedEntity"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NotSupportedSystemTypeForSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NoValidScenarioIdFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NullActionId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NullBusinessObjectId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NullEntityId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NullLobSystemId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_NullLobSystemInstanceId"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Odbc"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Oledb"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Oracle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_PackageProcessingStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_PageDigestInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_PagerRangeString"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_PropertySettingControlToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ProxyTimeoutFormatError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_RelationshipsGridTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Ribbon_ApplicationModelView"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Ribbon_EntityView"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Ribbon_LOBSystemView"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Ribbon_SelectView"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Rights_Edit"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Rights_Execute"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Rights_SelectableInClients"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Rights_SetPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SecurableBusinessObjectNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SelectResourcesToExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SelectResourcesToImport"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SelectSsoApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServerProcessAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceAppIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceApplicationInformation"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceAppNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceAppProxyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceNotResponding"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_ServiceProxyNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SetPermissionsFailedErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SortDownToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SortFieldToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SortUpToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Source"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SqlServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_StoredCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_StoredDatabaseCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_StoredWindowsCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SucceedToCreateServiceApp"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_SucceedToEditServiceApp"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_TenantAdminFeatureNotActivated"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_UndeletedChildren"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_UnlimitedMaxConnection"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_UserSectionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Warnings"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDC_Yes"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCAccessDeniedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCCannotConnectError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceEntityInValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceSpecificFinderNameInValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceSystemInstanceNameInValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewAssociationNameInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewCannotFindInstanceToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewCannotFindInstanceToUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewCreateUpdateDeleteModeIncompatibility"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewEntityNameInValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewEntityNamespaceInValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewItemIdInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewMaxRowOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewNotValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewNullOrEmptyFinderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCDataSourceViewNullOrEmptySpecificFinderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCEntityText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCExecutionWithSsoCredsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCGenericExecutionError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCIdentity_DisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCItemNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCMetaDataError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCMetaDataObjectNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCSsoAccessDeniedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCSsoExpiredCredsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCSystemText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCUnknownDataMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.BDCUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BeginUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlankGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlockedFileListAddDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlockedTypeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlockedTypeTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlockedTypeTooMany"></member>
    <member name="F:Microsoft.SharePoint.Strings.BlogCommentDefaultReplyPrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.BodySscWasEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.BoundFieldDataItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BoundFieldNoNamingContainer"></member>
    <member name="F:Microsoft.SharePoint.Strings.Branding"></member>
    <member name="F:Microsoft.SharePoint.Strings.Browse"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataActionsMenu_BDCServiceUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataActionsMenu_ImgAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataActionsMenu_NoActions"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_DisambiguationPopup_MoreItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_DisambiguationPopup_NoMatchingItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_MultipleMatches_HoverOverRedUnderlinesText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_NoMatches_HoverOverRedUnderlinedText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_PickerDialogColumnDisplayName_Application"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_PickerDialogColumnDisplayName_BusinessDataType"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_PickerDialogTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_PickerTextBoxToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_ResolveButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataEntityPicker_TooManyMatches_HoverOverRedUnderlinedText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldControl_EnterValidValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldControl_EnterValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_CatalogNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_EntityAndSystemFormatString_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_FeatureDisabled_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_HasActions_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_LinkToProfile_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_NoEntitiesAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_NoEntitiesFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataFieldEditor_TooManyEntities"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_Blank_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_CaseSensitiveSearch_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_DialogTitle_StaticText"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_DialogTitle_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_MoreItems_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_MultipleMatches_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_NoColumns_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_NoFilters_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_NoMatches_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_NoSearchString_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataItemPicker_TypeMismatch_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_Begin_Synchronizing"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_Confirmation_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_ItemsFailed_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_ItemsFailed_UnauthorizedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_ItemsUpdated_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_NoItems_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_NotABusinessColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_SingleItemFailed_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_SingleItemFailed_UnauthorizedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_SingleItemUpdated_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_Title"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_UpdateProgress_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.BusinessDataSync_UpdateSuccess_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextActivateSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextAlertMe"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextAlertMeAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextApproveRejectItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextApproveRejectItemAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextAttachFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextAttachFileAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextBoxEditItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCancel"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCancelAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextChangePassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextChangePasswordAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCheckIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCheckInAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCheckOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCheckOutAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextClose"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextCloseAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextDeactivateSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextDeleteItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextDeleteItemAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextDeleteResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEditItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEditItemAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEditResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEditSeries"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEditSeriesAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextEnterFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextExportWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextExportWebPartAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextManageCopies"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextManageCopiesAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextManagePermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextManagePermissionsAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMerge"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMergeAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMyAlerts"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMyAlertsAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMyRegionalSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextMyRegionalSettingsAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewFolderDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewFolderInListWithContentTypes"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewItemAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNewRow"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNextPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextNextPageAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextRelink"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextRelinkAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextRelinkAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextRelinkAllAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextSave"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextSaveAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextScenarioCancel"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextScenarioCloseScenario"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextScenarioFinish"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextScenarioMoreScenarios"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextScenarioNext"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextStartWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextStartWorkflowAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextUpgradeSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextVersionHistory"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextVersionHistoryAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextViewXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.ButtonTextViewXmlAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorCirc"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorDiv0"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorNA"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorNum"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorRef"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalcLibErrorValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalculatingImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarDailySummaryText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarDateOutOfSupportedRangeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarEditNoAttendeeUpdates"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarExceEventAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarGreyiconAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendariconAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarMonthSummaryText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarRecurEventAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CalendarWeekSummaryText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CallbackTimeout"></member>
    <member name="F:Microsoft.SharePoint.Strings.CancelButtonAccessKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.CanceledImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.CancelingImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddBuiltInGroupsToDomainGroups"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddGroupToGroupInRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddOldDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddOrphanedRoleDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddRoleAssignmentWithoutRoleDefinitionBindings"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddRoleDefinitionFromAnotherWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddToGac"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAddUserToGuests"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotApproveFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAttachContentDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotAttachDB0"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCacheSchemaWhenHeterogeneous"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotChangeDependencyParentObjectId"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotChangeLookupList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotChangePrimaryFieldId"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotChangeRootwebPerm"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotContactAdminService"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotConvertFeatureXmlAttributeToPositiveInt"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCopyRoleAssignmentsWithoutRoleDefinitions"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCreateBasicPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCreateDifferentSPSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCreateFieldOfGivenType"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCreateTempFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCreateWebPartPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotCustomizeRoleDefinitionOnInheritedWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteCurrentVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteDB0Ex1"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteLastContentTypeInList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteRootweb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDeleteSharePointAdministratorsSiteGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDelRootwebByDelweb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotDetachDB0"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotEnumServices"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindControlTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindFeatureAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindFeatureAttributes"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindFeatureElement"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindFeatureWebTemplateXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindInstalledWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindPermission"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindSiteByGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindUnusedInstanceId"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindUnusedUrlZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotFindWebPartPackage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotForceCheckinFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetConfigDBVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetMachineName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetMember"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetRolesWebContext"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetRolesWebContextGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetUpgradeLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotGetValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotImportThisWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotInvokeDirectly"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotLoadClass"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotLoadRBSClasses"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotMakeBrowserCacheSafeLayoutsUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotMakeBrowserCacheSafeResourceUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotModifyCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotModifyOutgoingZoneUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotModifySysRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotParseWebTemplateFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotPublishFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRefreshConfigCache"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotReleaseSelf"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRemoveFromGac"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRemoveLastFarmAdmin"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRemoveSysRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRenameWebToEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRestoreItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRestoreLoadFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotRunDisabledJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotSetEnableThrottle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotSetSortTypeOnAnExistingItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotSetSortTypeToFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotShrinkDB0Ex1"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotTranslateField"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpdateContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpdateFeatureDefProps"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpdateNewRoleDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpdateRecurrentItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpdateTopNav"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpgradeV1VirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.CannotUpgradeVirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantAccessRootwebResourceBySubwebUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantAddDuplicatedPrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantChangeAllAdminRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantChangeDomainAccountPassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantChangeOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantCreatePageInherits"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantCreateSPFileWithoutSPFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantCreateSPFileWithTemplateWithoutList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantCustomizeFormsForUserInformationList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindCalendarViewByListViewRetriever"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindDefaultDisplayFormForList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindDefaultEditFormForList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindDefaultNewFormForList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindFacilitiesField"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindFormMathingUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindIISBindingFromUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindIISInstanceForHostNamePort"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindIISInstanceFromName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindResourceAndEventList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindServerByAutoDiscover"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantFindUnusedPort"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantGetDistinctValuesException"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantGetFullNameOrEmailFromLogin"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantLoadCodeBehindPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantReadPolicyFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantRefreshConfCacheFailedGetWebServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantRemoveCurrentWebServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantRemoveRootFromHostHeaderPrefixes"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantRestartVirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantSetBothWebTemplateAndConvert"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantSetBotUniquePermAndConvert"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantUnextendEarlierVersionVs"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantUseAutoDiscoverInFormsAuth"></member>
    <member name="F:Microsoft.SharePoint.Strings.CantUseAutoDiscoverWhenUserRightsNotEnough"></member>
    <member name="F:Microsoft.SharePoint.Strings.CapacitySettingsOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_0"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_1"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_2"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_3"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_4"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_5"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_6"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_7"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_8"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_9"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_A"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_B"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_C"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_D"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_E"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_F"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_G"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_H"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_I"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_J"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_K"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_L"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_M"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_N"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_O"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_P"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_Q"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_R"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_S"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_T"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_U"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_V"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_W"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_X"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_Y"></member>
    <member name="F:Microsoft.SharePoint.Strings.Captcha_SpokenCharacter_Z"></member>
    <member name="F:Microsoft.SharePoint.Strings.CaptchaImageToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.CaptchaInvalidResponseTextValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.CaptchaResetButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.CaptchaSpeechButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.CascadeDeleteWarningMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CascadeRecycleWarningMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CasDeployNoFirstMatchCodeGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CasDeployNoTrustNode"></member>
    <member name="F:Microsoft.SharePoint.Strings.CatalogEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.CellStorageGetResponseItemCatchUnknownException"></member>
    <member name="F:Microsoft.SharePoint.Strings.CentralAdministrationDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CentralAdminSiteTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CentralAdminTemplateMisMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.CertificateStillInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.CertificateStoreDeploymentJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CertificateWithNameNotFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.CertificateWithThumbprintNotFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ChangeStateCheckoutError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ChangeStateError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ChangeTokenIncorrectScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.ChangeTokenTooEarly"></member>
    <member name="F:Microsoft.SharePoint.Strings.Checkin"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinCheckoutBreakCheckoutPrompt"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinDesp"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinMinorVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinOverwriteError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinTypeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckinVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckInWithMissingFields"></member>
    <member name="F:Microsoft.SharePoint.Strings.checkperm_givenpermstitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.checkperm_otherpermstitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermAllow"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermAnonyDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermAnonyUnAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermDeny"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermGivenDirectly"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermListAnonyNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermNoDirectBasePerm"></member>
    <member name="F:Microsoft.SharePoint.Strings.CheckPermNoRoleAssignment"></member>
    <member name="F:Microsoft.SharePoint.Strings.ChoiceFieldFillInChoiceText"></member>
    <member name="F:Microsoft.SharePoint.Strings.CircularFileDependencyExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimAuthenticationModeForms"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimAuthenticationModePersonalCard"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimAuthenticationModeTrustedProvider"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimAuthenticationModeWindows"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_Department"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_Email"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_JobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_MobilePhone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_SIPAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProvider_SchemaElementNames_WorkPhone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionDefaultMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionNameCannotBeChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionNolaimProvidersInAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionNotAClaimProvider"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionUndefinedAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderExceptionUndefinedClass"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimProviderServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthInvalidRequestSourceExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthIssuerIsNotTrustedExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthIssuerIsUndefinedExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthIssuerIsUnknownExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthNumberOfClaimsMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthPrincipalHasNoIdentities"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthPrincipalHasTooManyIdentities"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthSubjectContainsNoIdentityExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthTooManySubjectsExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthTrustedClaimProviderDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClaimsAuthUnknownRequestSourceExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLConfirmationsHeaderBy"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLConfirmationsHeaderConfirmed"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLConfirmationsHeaderDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLConfirmed"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLCopiedTitleFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClearFilterFromField"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClientRequestExceedMaxResources"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLNoCirculationErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLNotCirculationList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLNotConfirmed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ClosePopUpAndOpenToolPane"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLToolbarButtonConfirm"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLToolbarButtonCopyCirculation"></member>
    <member name="F:Microsoft.SharePoint.Strings.CLToolbarButtonDisconfirm"></member>
    <member name="F:Microsoft.SharePoint.Strings.CmdletReturnedEmptyFileWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collapse"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation0"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation1"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation10"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation11"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation12"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation13"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation14"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation15"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation16"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation17"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation18"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation19"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation2"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation20"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation21"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation22"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation23"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation24"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation25"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation26"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation27"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation28"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation29"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation3"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation30"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation31"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation32"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation33"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation34"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation35"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation36"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation37"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation38"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation4"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation5"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation6"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation7"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation8"></member>
    <member name="F:Microsoft.SharePoint.Strings.Collation9"></member>
    <member name="F:Microsoft.SharePoint.Strings.CollectLogsJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ColumnHeaderFormatStringMonthDay"></member>
    <member name="F:Microsoft.SharePoint.Strings.ColumnTemplateInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.CommandLineError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CommandLineErrorInvalidParameter"></member>
    <member name="F:Microsoft.SharePoint.Strings.CommandLineUpgradeRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompatibleNeedsUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompatParserAttributeConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompatParserUpgradeComment"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompletedImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompletedSCBackupMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompletedSCRestoreMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CompressingFileImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConcurrencyExceptionDefaultMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigDatabaseNoBuildVersionId"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigRefreshJobInternalError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartDialogHeight"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartDialogHeightWithAppXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartDialogWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartDialogWidthWithAppXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigSilverlightWebPartHyperlinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigurationDatabaseDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConfigurationDatabaseTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_FailedToConnect"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_InvalidConnect"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_InvalidUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SessionExpired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SessionInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SuccessfulConnectDefaultAssociations"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SuccessfulConnectNoManageUrlDefaultAssociations"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SuccessfulConnectNoManageUrlNonDefaultAssociations"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectApplication_SuccessfulConnectNonDefaultAssociations"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectedApplicationUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectedServiceApplicationAddressesRefreshJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ConnectionTo"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContainsIllegalChar"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContainsReservedName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentAppPoolCredentialDeploymentJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentApprovalNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseAttachFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseMaxQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseReadOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentDatabaseWarnQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentsPageGenericError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentsPageQueryStringRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeFromFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeIdInvalidFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeIdUpdatesNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeNameEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeNoChildren"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeOutOfScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeReadOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeSealed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeTemplateAlreadyInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentTypeTemplateNotAllowedOnList"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContentWebServiceNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContextSelectorAccessKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContextSelectorChange"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContextSelectorClearSelection"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContextSelectorDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContextSelectorNoSelection"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContinueUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContributorDescs_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.ContributorTitle_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.ControlIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ControlIsNotSafeControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ControlModeNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.ControlTypeIncorrect"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyCopyOf"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyDestinationCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyDestinationInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyDestinationMWS"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyDestinationPropertyCorrupted"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyGoToCopySource"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyMaskPropertyCorrupted"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsDestinationCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsDestinationInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsDestinationMWS"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsPageDescription1"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsPageDescription2"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsSourceInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyResultsUrlInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopySourceInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyUnlink"></member>
    <member name="F:Microsoft.SharePoint.Strings.CopyUserNotInWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.CorruptedRecurrenceDataTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotAbort"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotConvertGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotCreateDir"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotLoadWindowsIdentity"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotReadFileFragment"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotRemoveDir"></member>
    <member name="F:Microsoft.SharePoint.Strings.CouldNotUploadFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.CountNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateAdminVsOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDirectoryErrorException"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDwsAlreadyInDws"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDwsConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDwsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDwsLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateDwsName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateListErrorCreatingList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateListInvalidListName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateListMustEnterListName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateListMustSelectListType"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateLogDumpActivityTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateLogDumpCollectingJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateLogDumpMergingJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateLogDumpStartingJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateSiteFailedInExtendVs"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateV4PagesLibAskCreateLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateV4PagesLibContactSiteOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageDuplicateTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageInvalidList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageInvalidName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageInvalidTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageNewPageName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreateWebPageWithName"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreatingFileImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreatingNewFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreatingNewWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.CreationTypeEmailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDecryptionError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminAppPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminAppPoolLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminAppPoolProvision"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminPoolDBAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminPoolTimer"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployAdminPoolVssWriter"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployFEK"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployFEKDecryption"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployFEKReencryption"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialDeployMasterPassphrase"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialEncryptionDecryption"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialEncryptionError"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialKeyCreate"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialLockActive"></member>
    <member name="F:Microsoft.SharePoint.Strings.CredentialUpdateEncryptedString"></member>
    <member name="F:Microsoft.SharePoint.Strings.CTNoItemErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CTNotPhoneCallMemoList"></member>
    <member name="F:Microsoft.SharePoint.Strings.CTToolbarButtonMarkAsResolved"></member>
    <member name="F:Microsoft.SharePoint.Strings.CTToolbarButtonMarkAsUnresolved"></member>
    <member name="F:Microsoft.SharePoint.Strings.cui_RelatedListFieldTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.cui_RelatedListFieldToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.CurrentDisplayLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.CurrentlySelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.CurrentObjectBackupRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.CurrentObjectNewNameRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.Custom"></member>
    <member name="F:Microsoft.SharePoint.Strings.Custom_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.CustomColumnsGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CustomContentTypesGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.CustomizeDocTransformerLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.CustomTemplateSchemaXmlNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.CustomZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.Daily"></member>
    <member name="F:Microsoft.SharePoint.Strings.DailyNotificationsOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseCorruptionMissingFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseCorruptionMissingSiteDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseExceptionDefaultMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseIsReadOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseNameInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseNotAssociatedWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseNotResponding"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabasePermissionsException"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseReadOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseSchemaTooNew"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseSnapshotRestoreNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatusNoAction"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatusUpgradeCompatible"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatusUpgradeIncompatible"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatusUpgradeInProcess"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseStatusUpgradeNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseTooLargeToBeMigrated"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatabaseTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataFileExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataRetrievalServicesFullList"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataSourceControlDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataViewThrottleListIndex"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataViewThrottleListNoIndex"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataViewThrottleMoreInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataViewThrottleServiceWindow"></member>
    <member name="F:Microsoft.SharePoint.Strings.DataViewThrottleText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DateColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.DateFormatString"></member>
    <member name="F:Microsoft.SharePoint.Strings.DateLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatePickerNextMonth"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatePickerPreviousMonth"></member>
    <member name="F:Microsoft.SharePoint.Strings.DatePickerWeekAcronym"></member>
    <member name="F:Microsoft.SharePoint.Strings.DateTimeFieldInvalidValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.Day1FrequencyLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DayFrequencyLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DaysAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeCannotFindSiteCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeDatabaseNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeDifferentServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeDifferentWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeNoSitesToMove"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMergeSameDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMigrateAttachDbError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMigrateDetachDbError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DbMigrateNoConfigDbInstance"></member>
    <member name="F:Microsoft.SharePoint.Strings.DBMoveSiteExistsInDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeactivateFeatureOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultConstructorRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultInclusionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultLookupField"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultMemberGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultMemberGroupDescriptionRichText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultMemberGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultOutgoingZoneUrlNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultOwnerGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultOwnerGroupDescriptionRichText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultOwnerGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultVisitorGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultVisitorGroupDescriptionRichText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultVisitorGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultWorkflowHistoryListName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultWorkflowTaskListName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultWorkflowUserGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultWorkflowUserGroupDescriptionRichText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultWorkflowUserGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DefaultZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DelegateControlCreateFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.DelegateUpgradeJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteConfirmMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletedConcurrencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteDepJobCmdError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteDepJobCmdServerOrAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteDepJobCmdSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletedObjectConcurrencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteExceptionWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteJobHistoryJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteThisVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteThisVersionAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeleteUserFromSiteCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletingContentDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletingItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletingReplacingFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeletingServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.DependentLookupsNotDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeployingToVirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeploymentCancelJobIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeploymentCancelRunningJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.DeploymentForcingCheckin"></member>
    <member name="F:Microsoft.SharePoint.Strings.DesignerDesc_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.DesignerTitle_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.DestAlreadyExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.DestInstanceNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.DestSqlShouldBe2008"></member>
    <member name="F:Microsoft.SharePoint.Strings.DetachDatabaseError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DetachedThemeExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DetailColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.DetailedView"></member>
    <member name="F:Microsoft.SharePoint.Strings.DevDashTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DevDashTraceLinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiagnosticsLogLocationPathTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiagnosticsLogsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiagnosticsLogsTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiagnosticsServiceJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.Dir0NotExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectionDirValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectiveAttributeNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectiveNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectoryManagementServiceVersionInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectoryNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirectoryNotFoundInPackage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DirtyCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiskSpaceError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DiskSpaceRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.DLExceptionWrapper"></member>
    <member name="F:Microsoft.SharePoint.Strings.DLExistsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DLNeedsAliasError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DLPendingError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DLsNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSAccessDeniedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSApprovalDeniedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_ApproveFail_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_DeleteFail_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_DuplicateAlias_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_InvalidCmd_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_InvalidListItemID_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSCmd_RejectFail_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSDuplicateAliasError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSErrorWrapper"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSExceptionWrapper"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSInvalidArgumentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSObjectNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSServiceNotConfiguredError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSServiceUnavailableError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DMSUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrConversionFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrConversionFailedTrace"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrFailedToGetChildFileName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrFailedToSaveChildFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrFileContentsNotAvailableLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrFileNotFoundLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrFileTooBigLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrInvalidConverterIdLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrInvalidRequestLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrInvalidRequestMsg"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrInvalidSiteIdLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrInvalidWebIdLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvErrNoTaskName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvLoadBalancerPickerNoneSelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocConvWorkItemJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformerConversionServerMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformerInvalidConversionServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformerInvalidFileSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformerInvalidRetryCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformerInvalidTimeoutLength"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformRetriesMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertBodyHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertBodyViewConvertedFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertBodyViewOriginalFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgCantGetUniqueChildName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgCantSaveChild"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgFileHasNoBits"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgFileTooBig"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgNoTask"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgTransformerErrorWithExtraInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgTransformerErrorWithoutExtraInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedMsgTransformerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertFailedSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsAlertSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsConvertedDocumentButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsConvertedDocumentLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformsParentDocumentLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransformTimeoutMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidConverterSettingsForContentTypePage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidExtension"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidMaxFileSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidRetries"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidTimeout"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocTransOMInvalidTransformUIPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocumentLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.DocumentWorkspaces"></member>
    <member name="F:Microsoft.SharePoint.Strings.DoesNotSupportWebTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.DoNotReplyText"></member>
    <member name="F:Microsoft.SharePoint.Strings.DownloadExternalDataFailedToRetrieveStream"></member>
    <member name="F:Microsoft.SharePoint.Strings.DownloadExternalDataNoData"></member>
    <member name="F:Microsoft.SharePoint.Strings.DownloadExternalDataStreamTooBig"></member>
    <member name="F:Microsoft.SharePoint.Strings.DropDownChoiceButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.DropDownChoiceDropDownToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.DropDownListNoneValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.DSCrackNamesErrorStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.DSCrackNamesNoResult"></member>
    <member name="F:Microsoft.SharePoint.Strings.DSCrackNamesUnexpectedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DueDateColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateAlternateUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateAlternateUrlInDifferentZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateChangeToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateFeatureDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateName"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateThreadIndexError"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateTypeNameCodeBehind"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateWebTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateWebTemplate2"></member>
    <member name="F:Microsoft.SharePoint.Strings.DuplicateWorkflowNameDetected"></member>
    <member name="F:Microsoft.SharePoint.Strings.DwpFileRootTagMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.DwsDefaultAnnouncementBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.DwsDefaultAnnouncementTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.DWSTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.DWSViewDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.EarlierVersionInstalledOnVs"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditContentLiteral"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditContentTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditDocumentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditDocumentError2"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditDocumentRuntimeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EditQTTitleInstructions"></member>
    <member name="F:Microsoft.SharePoint.Strings.ElementManifestPathInvalidFeatureAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailAliasesDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailAliasInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailAliasNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailAttachmentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailCriticalDirError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailCriticalFileError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailFieldTypeConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailFolderAccessError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailFolderNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailIsRequiredForAlert"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailNotSent"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailPullJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailPushJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailServerSettingsInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailServiceNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryBasicInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryErrorCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryMessageId"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryNoMessageId"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryPopularityListing"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummarySuccessCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryTopRecipients"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryTopSenders"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailSummaryUnknownAliases"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailUnknownAlias"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailWarningError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailWarningFileError"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailWSSettings_ADContainer_AlreadySet_Warn"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmailWSSettings_DMS_Unreachable"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmptyFileAndStreamException"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmptyGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmptyMeetingTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.EmptyUserName"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnableIsapiOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnableWorkflowInstancesDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.EncodedLiteralNotSupportMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.endDateRange0LabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.endDateRange1LabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.endDateRange2LabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnsurePerformanceCounterJobDefinitionJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnterDateFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnterDoProvisionApplicationPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnterDoProvisionProcessIdentity"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnterUrlAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnumDeploymentStatusActive"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnumDeploymentStatusFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.EnumDeploymentStatusPending"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrMsgsRoleNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorActivatingEventHandlerException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorActivatingRemoteProcessObjectException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorActivatingRemoveWorkerProcessObjectException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorActivatingUserCodeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorActivationReturnedNullException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorAddHelpText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorCachedAssemblyNotFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorCachingFileException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorCannotUpdateNewAssignment"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorCreatingRootDirectoryException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorExecutingEventHandlerException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorExecutingFeatureReceiverException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorExecutingUserCodeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorExecutingWorkerProcessRequestException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorFileNotInMemoryException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorFindUserInADTimeOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorGettingUserInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInCheckContactName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInCheckOwnerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInheritedPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInitializingPerformanceCountersException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInitializingProcessException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInstantiatingFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorInStrongNameButNotFileNameException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorLoadingAssemblyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorMessageCannotModifyActiveSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorMessageCannotResolveResourceListId"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorMessageValidatorRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorMessageValidatorRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorPageRequestGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorProvisioning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorReadingDiskSpace"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorStartingProcessException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorStartingTimerService"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorStoppingWorkerProcessException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorTypeCouldNotBeActivatedException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ErrorUnprovisioning"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventLogWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventLogZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventPropertiesCannotBeChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverAssemblyNameNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverAssemblyNotInGAC"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverAsyncBeforeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverCancelRequest"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverClassNameNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverTypeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventReceiverWorkflowContextInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.EventResourceListNotExisting"></member>
    <member name="F:Microsoft.SharePoint.Strings.Exception_BusinessDataField_cs0"></member>
    <member name="F:Microsoft.SharePoint.Strings.Exception_BusinessDataField_cs1"></member>
    <member name="F:Microsoft.SharePoint.Strings.Exception_BusinessDataFieldEditor_ascx_cs0"></member>
    <member name="F:Microsoft.SharePoint.Strings.Exception_ItemQueryControl_cs0"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExceptionOnFeatureInstall"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExceptionOnFeatureUninstall"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExceptionOnFeatureUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExceptionWhileCleaningAdminServiceJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExceptionWhileExecutingAdminServiceJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExclusionsAreDepricated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExclusiveArgs"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExecutingAdminJobsActivity"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExecutingAdminServiceJobMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExitDesignMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExitDoProvisionApplicationPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExitDoProvisionProcessIdentity"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExpandCollapseAltText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExpectSafeControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExpireDateInPast"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExplicitInclusion"></member>
    <member name="F:Microsoft.SharePoint.Strings.Export"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportDirNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.Exporting"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportingFileVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportingOnlyLastMajor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportObjectNotFoundById"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportObjectNotFoundByUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportOperationFilesGenerated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportOperationInvalidUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportOperationLogFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportTimerJobName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportUIStartExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportVersionOptionAllVersions"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportVersionOptionCurrent"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportVersionOptionLastMajor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportVersionOptionLastMajorMinor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapExportError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapExportFileNoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapExportWebNoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapInvalidArgument"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapInvalidExportUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExportWebSoapUploadDataError"></member>
    <member name="F:Microsoft.SharePoint.Strings.Extend"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExtendVsOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalApplicationSettingsNotEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_CannotFindInstanceToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_CannotFindInstanceToUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_DataSourceUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_DeleteNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_EntityNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_FieldToUpdateNotFoundOnItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_FinderForViewGroupNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_InvalidFilterSpecifiedForFinder"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_InvalidFinderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_ItemGone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_MetadataObjectNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_NoDefaultFinderForViewGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_NoFinderSpecifiedInQuery"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_RequiredPropertyNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_SpecificFinderNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedExcludeFromOfflineClientValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedListItemCollectionIndexer_Guid"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedListItemCollectionIndexer_Int32"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedProperty_Get"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedProperty_Set"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UnsupportedProperty_SetWithValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_UpdateNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_ValidationSettingsNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalDataLists_ViewNotFoundForSpecificFinder"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExternalItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExtranetZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ExtraPageInherits"></member>
    <member name="F:Microsoft.SharePoint.Strings.Failed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedDeactivationForCTElement"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedFeatureInstalls"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedSqlQueryForElementDeactivation"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToActivateFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToBindToList"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToBindToListItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToBindToWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToBuildCustomControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToCompressCab"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToCopyPackageFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToCreateCustomControlForMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToDeactivateFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToExecuteUserCodeRequestException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToExportListSchemaXmlDuplicateSiteContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToExportListSchemaXmlSiteContentTypeNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToGetFeatureProperties"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToImportSPUserCustomActionsNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToImportSPUserCustomActionsUnknownFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToOpenUserCodeConnectionException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToParseCountryLine"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToParseHolidayLine"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToPersistDependencyInformation"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToRemovePackageFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToSaveWebConfig"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToSaveXmlDocument"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToStapleFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToUncompressCab"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailedToUpdateFeatureProperties"></member>
    <member name="F:Microsoft.SharePoint.Strings.FailtoLoadAssemblyCriticalEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmAccountLoginName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmAccountMustBeSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmAdminGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmAdministratorsGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.farmconfigurationwizard_joinfarm_serverdoesnotexist"></member>
    <member name="F:Microsoft.SharePoint.Strings.farmconfigurationwizard_joinfarm_targetmissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.farmconfigurationwizard_morewizards"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmNotCreatedYet"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.FarmTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FatallyCompletedImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.FCGroupsNewItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.FCGroupsNewItemDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivatedAtWrongScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivateDeactivateScopeAmbiguous"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivationCalloutThrew"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivationDependencyNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivationDependencyNotPresent"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivationDependencyNotUpScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActivationDependencyThrew"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureActive"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureAlreadyActivated"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureAlreadyActivatedNoActionReqd"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureAlreadyActivatedNoScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureCreateReceiverFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureCreateUpgradeReceiverFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDeactivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDeactivationDependencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDefinitionExistsInAnotherSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDefinitionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeHidden"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeHiddenHasDependent"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeLowerScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeOther"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionAnotI"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionMust"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionNotAdded"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionNotAddedUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionNotInstalledS"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionOnlyLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionOnlyName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeSolutionTitled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependeeUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureDependencyInsufficentVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureElementFailedValidation"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureElementFailedValidationWithDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureElementNotUnderFeaturesPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureElementNotUnderTemplatesPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureFailedValidation"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureFailedValidationNoId"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureFailedValidationWithDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureFailedValidationWithDetailsNoId"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureHasActivationsUseForce"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureHasActivationsWithLocationsUseForce"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureHiddenDependencyHasDependencies"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureImportFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureIsNotSiteScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureIsNotWebScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureLimitedToHostHeaderSites"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureLoadAssemblyFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureLoadMigratorAssemblyFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureLoadUpgradeAssemblyFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureManifestLoadError"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotActivatedAtScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotCurrentlyInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotInstalledActivateFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureNotInstalledDeactivateFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIAboutToDeactivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIDeactivateFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIDeactivateWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIFeatureIsHiddenCantDeactivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIFeatureNotActive"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeaturesUIInvalidParameter"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureToBeStapledNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureUpgradeInvalidSiteWebFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureUrlNotSpecifiedActivationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureUrlNotSpecifiedDeactivationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FeatureVersionBelowMinium"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldCannotBeUpdated"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldGone"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldGoneByName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldNotAccessible"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldPreviewValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldTemplateObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.FieldTypeNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileAlreadyCheckedOutError"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileAlreadyExistsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileAlreadyExistsException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileExistsSendToOfficialFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileName"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNameContainsInvalidCharsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNameExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNameTruncationIndicator"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotFound3"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotFoundInAssemblyGroupException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotFoundInPackage"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileNotLocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileOrFragmentOutOfSync"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileRevertCustomizedPageNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileScanError"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileSizeKB"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileSizeMB"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileSizeSmall"></member>
    <member name="F:Microsoft.SharePoint.Strings.FileTooLargeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.FillInOptionTextTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.FilterBlankSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.FilterNullSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.FilterPickerIconButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.FilterSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.FinishedCurrentObjectType"></member>
    <member name="F:Microsoft.SharePoint.Strings.FinishSurvey"></member>
    <member name="F:Microsoft.SharePoint.Strings.FinishTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.FixBadPasswordWithPowerShell"></member>
    <member name="F:Microsoft.SharePoint.Strings.FixDBAclError"></member>
    <member name="F:Microsoft.SharePoint.Strings.Folder"></member>
    <member name="F:Microsoft.SharePoint.Strings.FolderImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.FolderObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.FoldersNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ForceCheckoutNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.FormApprovalInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.FormIdInSchemaXmlNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FormNotAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.FormRequireApproval"></member>
    <member name="F:Microsoft.SharePoint.Strings.FormulaSyntaxHelpLinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.FoundActivatedUserSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.FoundNumberOfItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.FriendlyIncompatibleDatabaseSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.FromHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.FullBackupNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.FullBackupNotFoundForRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.FullControlAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.FullRichTextHelpLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.GanttMissingFields"></member>
    <member name="F:Microsoft.SharePoint.Strings.GanttMoreAccessibleRecommeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.GanttNoList"></member>
    <member name="F:Microsoft.SharePoint.Strings.GanttNotRendered"></member>
    <member name="F:Microsoft.SharePoint.Strings.GearPleaseWait"></member>
    <member name="F:Microsoft.SharePoint.Strings.GeneralCollation"></member>
    <member name="F:Microsoft.SharePoint.Strings.GenericInvalidPropertyValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.GenericRecycleBinRestoreError"></member>
    <member name="F:Microsoft.SharePoint.Strings.GenericRunUpgradeRemedy"></member>
    <member name="F:Microsoft.SharePoint.Strings.GenericWebPartError"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetAdminPort"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetAssembliesErrorException"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetAssembliesThrewExceptionException"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetFieldValueFromFieldControlFail"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetSilverlightImageAlt"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetSiteLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.GetWebPartPageDocumentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.GhostedFileNotUpgraded"></member>
    <member name="F:Microsoft.SharePoint.Strings.GlobalPermMaskZero"></member>
    <member name="F:Microsoft.SharePoint.Strings.GoToCentralAdministration"></member>
    <member name="F:Microsoft.SharePoint.Strings.GoToTopLevelSiteSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrantVssAccess_FailedToCreateKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrantVssAccess_SPAdminOperationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.GridViewNotWorking"></member>
    <member name="F:Microsoft.SharePoint.Strings.GridViewNotworkingLinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupCannotAddDomainGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupCantBeEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupDistributionGroupErrorMessageContainingLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupMemberImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupNoDomainGroupOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupNoRoleOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupSettingsPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupSucceededButDLFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentClaim"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentClaimFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentClaimTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentRelease"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentReleaseFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.GroupTaskAssignmentReleaseTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpAbsent"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpAddMailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpAddMailBody2"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpAddMailSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpMember"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.GrpOwnerAbsent"></member>
    <member name="F:Microsoft.SharePoint.Strings.GuestDesc_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.GuestTitle_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.GuidNotValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.HasDuplicateValuesExceptionErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HasDuplicateValuesExceptionGenericErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HasDuplicateValuesFormErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalysisJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalysisOnDemandJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerButtonTextFixNow"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerButtonTextFixNowAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerButtonTextReRunNow"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerButtonTextRunNow"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerButtonTextRunNowAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerCoreRuleFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerCoreRuleFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerRuleAssemblyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerRuleExecutionFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerRuleLinkDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthAnalyzerRuleNotRunYet"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthCheckSuccessMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthEngineExceptionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthEngineInvalidErrorLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_AAMNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_AppPoolMemoryLimitsAreSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_AppServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_AutoUpdateSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_BuiltInAccountsUsedAsProcessIdentities"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ContentDbsAreTooLarge"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ContentOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_DatabasesAreDefragmented"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_DatabasesAreOnAppServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_DatabasesUpgradeRecommended"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_DatabasesUpgradeRequired1"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_DatabasesUpgradeRequired2"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_FarmAccountIsSharedWithUserServices"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_HealthRulesDoNotHaveMatchingTimerJobs"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_LocalMachineIsNotJoined"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_LoggingTooVerbose"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_OutgoingEmailIsNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_PagingFileSizeShouldExceedRam"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ProductsNotCompatibleAmongFarmServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ProductsNotCompatibleAmongFarmServers_InstallRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ProductsNotCompatibleAmongFarmServers_UpgradeAvailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ProductsNotCompatibleAmongFarmServers_UpgradeRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ReadOnlyDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_RequestFilteringSettingsAreIncorrect"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ServerIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ServiceIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_SiteOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_SqlServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Explanation_ViewStateKeysAreOutOfSync"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_KBLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_AAMNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_AppPoolMemoryLimitsAreSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_AppServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_AutoUpdateSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ContentDatabaseCorruption"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ContentDbsAreTooLarge"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ContentOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_DatabasesAreDefragmented"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_DatabasesAreOnAppServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_DatabaseUpgradeRecommended"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_DatabaseUpgradeRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_FarmAccountIsSharedWithUserServices"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_HealthRulesDoNotHaveMatchingTimerJobs"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_LocalMachineIsNotJoined"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_LoggingTooVerbose"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_OutgoingEmailIsNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_PagingFileSizeShouldExceedRam"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ProductsNotCompatibleAmongFarmServers_InstallPatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ProductsNotCompatibleAmongFarmServers_InstallPatchWithUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ProductsNotCompatibleAmongFarmServers_InstallProduct"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ProductsNotCompatibleAmongFarmServers_RunUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ReadOnlyDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_RequestFilteringSettingsAreIncorrect"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ServerIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ServiceIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_SiteOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_SqlServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Remedy_ViewStateKeysAreOutOfSync"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_AAMNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_AppPoolMemoryLimitsAreSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_AppServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_AutoUpdateSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_BuiltInAccountsUsedAsProcessIdentities"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ContentDatabaseCorruption"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ContentDbsAreTooLarge"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ContentOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_DatabasesAreDefragmented"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_DatabasesAreOnAppServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_DatabasesUpgradeRecommended"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_DatabasesUpgradeRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_FarmAccountIsSharedWithUserServices"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_HealthRulesDoNotHaveMatchingTimerJobs"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_LocalMachineIsNotJoined"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_LoggingTooVerbose"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_OutgoingEmailIsNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_PagingFileSizeShouldExceedRam"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ProductsNotCompatibleAmongFarmServers"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ReadOnlyDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_RequestFilteringSettingsAreIncorrect"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ServerIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ServiceIsNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_SiteOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_SqlServerDrivesAreNearlyFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRule_Summary_ViewStateKeysAreOutOfSync"></member>
    <member name="F:Microsoft.SharePoint.Strings.HealthRuleAutomaticRepairSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpAndHowToTopicIconAlt"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpAssetCheckedInByCabImporter"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpAssetWithGivenIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBadParamPassedIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBadParamZeroLength"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBeginningAddUpdDel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBrowseContextCollectionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBrowseContextIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBrowseContextLengthZero"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpBrowseContextMissingCannotMakeUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCabPathInvalidException"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCannotCreateItemFromXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCannotRenderHelpNullHC"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCannotRenderHelpNullHCTech"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCategoryNoChildren"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCheckYourSpelling"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionActivatedOnSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionAddOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionDeactivatedOnSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionDeleteOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionLacksBothManifAndCab"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCollectionNoChildren"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCompletingAddUpdDel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpCouldNotCreateFolderInSharePoint"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpDefaultPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpDocLibNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorContentItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorDeterminingContextHelpLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorHcOnlyValidAtLibraryRoot"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorItemIdMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorMissingConfigurationDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorMissingQueryStringValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorNoBrowseContextSupplied"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorNoSuchManifestItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorNotAContentItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorOnlyHcValidAtLibraryRoot"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorUnknownHelpContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpErrorWrittenToTraceLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpFailedToReadEntireFileFromFileSys"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpFileNotExistInSharePoint"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpFileSysPathToManifestsNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpGetCollectionFailedNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpGroupNotFoundNorCreated"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpHCInstalExeDocuAddedAdvance"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpHCInstalExeDocuShort"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpHcinstalExeOutcomeCodeIs"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpHelpFoldDescrip"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpInputCollectionVersionSame"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpInvalidAssetKeyFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpItemNotFoundInManifest"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpItemsOrSynonym"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpMalformedManifIdDots"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpManifDirNotExistInFileSys"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpManifFileNotFoundOnFileSys"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpManifNSReq"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpManifNSValueInvalidSlash"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpMissingRequiredParameter"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpNoCollectionFoundForContext"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpNoCollectionFoundForLocale"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpNoSearchResultsFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpNoSearchResultsSuggestions"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpNumLocIdReq"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpParamXRequiresParamYButMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpProductHelpLibraryDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpProductHelpLibraryName"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpProductHelpSiteCollectionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpProductHelpSiteCollectionMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpProductHelpSiteCollectionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpQueryCreationException"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpRelatedLinksWithoutTopic"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpRelatedLinksWithTopic"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpReqSubdirMetadataOrContent"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpRootCategNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpRootListNotFoundInSystem"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchButtonLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchResultsPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchServiceUnavailableException"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchTextBoxAltAccessibility"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchUnavailableWarningBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSearchUnavailableWarningTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSettingNoHelpCollectionsFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSettingUrlEnteredNotValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSiteBasedPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSiteHelpLibraryDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSiteHelpLibraryDescriptionInactive"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSiteHelpLibraryName"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSPTimerHCInstalJobDefCannotUpd"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSubcategoriesSectionTitle1Root"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSubcategoriesSectionTitle2Nonroot"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpSubheaderUnderRootCategory"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpTopicsSectionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpTryADifferentPhrase"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUICategoryTocHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIErrorIconText"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIFrameNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIGenericErrorTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMenuAllSectionCollectionsLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMenuButtonTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMenuSectionTitleLocalProductCollections"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMenuSectionTitleOfficeOnlineCollections"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMenuSectionTitleSiteCollections"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMoreItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIMultipleCollectionsTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingCountLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingNextAltDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingNextLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingNextTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingPageLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingPrevAltDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIPagingPrevTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUIRootCategoryTocHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUISearchResultsBarTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUISearchResultsTitleLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUISuggestionsTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITitleBack"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITitleForward"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITitleHome"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITitlePrint"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITitleSearch"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITopicNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITopicTocHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUITopicTocHeaderShort"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToDeleteContentSubdir"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToDeleteHCCabFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToDeleteManifFromFileSys"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToDeleteMetadataSubdir"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToDeleteTempCabDir"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToObtainTopicContent"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnableToProcessCabInManifDir"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnrecognizedParamName"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpUnrecognizedParamValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpVersionCompareRulesViolatedDots"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpVersionNodeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.HelpZeroSearchResultsItemsToDisplay"></member>
    <member name="F:Microsoft.SharePoint.Strings.HiddenAttributeUpdateNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.HierarchyControlNeedsSPWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.HierarchyMustSetDataSourceOnNode"></member>
    <member name="F:Microsoft.SharePoint.Strings.HierarchySpecifyContainedControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.HierarchyUnableToParseDataPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.HistoryListNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryDefault"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryFrance"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryGermany"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryJapan"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryUK"></member>
    <member name="F:Microsoft.SharePoint.Strings.HolidayDefaultCategoryUS"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderDoesNotMatchWebAppPort"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderModeUrlCannotContainLoopbackAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderModeUrlCannotMatchAlternateAccessUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderModeUrlCantHavePath"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderNotSpecifiedSiteUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.HostHeaderSiteCreationRequiresExistingHostHeaderRootSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.HoursAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.HoursLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTFileIsCorrupt"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTFileTooBig"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTIncorrectServerConfig"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTInvalidDocInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTInvalidDocRequest"></member>
    <member name="F:Microsoft.SharePoint.Strings.HtmlAsXmlUnsupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.HtmltransadminErrorInvalidCacheSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.HtmltransadminErrorInvalidFileSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTNoConverter"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTNoFileAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTRequestedFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTResourcesUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTServiceIsOff"></member>
    <member name="F:Microsoft.SharePoint.Strings.HttpCompileExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HttpParseExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HttpServerIsBusyMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTTransAppCrashHang"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTTransformNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTTransformTimeOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.HTUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.HyperLinkClickHereToTestText"></member>
    <member name="F:Microsoft.SharePoint.Strings.IBackupRestoreDiskSizeRequiredInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.IconOverlayFieldDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IdAsTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.IgnoreDatabaseUserPassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.IgnoringItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisApplicationPoolMetabaseKeyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisBindingInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.IISNoForceResetRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisResetJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.IISResetRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisRootDirectoryInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisRootVirtualDirectoryMetabaseKeyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.IIsVirtualDirectoryInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisWebServiceMetabaseKeyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisWebSiteAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisWebSiteDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.IisWebSiteMetabaseKeyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.IIsWebSiteNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.IllegalFeatureIdentifier"></member>
    <member name="F:Microsoft.SharePoint.Strings.IllegalHiddenFeatureWithDependencies"></member>
    <member name="F:Microsoft.SharePoint.Strings.IllegalSolutionIdentifier"></member>
    <member name="F:Microsoft.SharePoint.Strings.IllegalStreamSeekException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImeTicketButtonDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImeTicketButtonTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.Import"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportCreatingObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportedItemFailedOnExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportFieldNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportGroupsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportGuidAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportGuidAlreadyExistsInRecycleBin"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportIgnoringItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.Importing"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportingAttachments"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportingFromUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportingLinkCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportingWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportOperationMultipleRoots"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_InvalidFolder"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_InvalidListItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_InvalidParentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_KeyNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_ValueNotDateTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_ValueNotInt32"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportPropertyBag_ValueNull"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportRequirementFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportRoleAssignmentsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportRolesError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportSiteSubscriptionSettingsValidationError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_CatchError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_EmptyRegId"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_GUID"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_ListCustomAction"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_ListToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_RegId"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_RegType"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_SiteScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUserCustomAction_WebCustomAction"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportUsersError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebMembersError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapCleanupError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapDownloadDataError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapImportError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapImportFileNoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapImportWebCantCreate"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapImportWebNoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapImportWebNotEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapInvalidArgument"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapInvalidImportUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapLogFileNoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapPrepareDataFolderError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWebSoapSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWorkflowAssociation_CodeBased"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWorkflowAssociation_EmptyConfigUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWorkflowAssociation_InvalidContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWorkflowAssociation_List"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWrkflHistoryListNamePattern"></member>
    <member name="F:Microsoft.SharePoint.Strings.ImportWrkflTaskListNamePattern"></member>
    <member name="F:Microsoft.SharePoint.Strings.InaccessibleDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncomingEmailDropFolderInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncomingEmailServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncomingEmailTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncompatibleDatabaseSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncompatibleNeedsUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncompatibleParametersSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncompleteBackupOnRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.IncorrectFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.IndexerNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.IndexNotAvailOnDependentLookup"></member>
    <member name="F:Microsoft.SharePoint.Strings.IndividualQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.IndxColStaleData"></member>
    <member name="F:Microsoft.SharePoint.Strings.InheritedWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.InitializeOnlyOnceException"></member>
    <member name="F:Microsoft.SharePoint.Strings.InitializingImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.InitializingPreRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.InitializingSPPersistedObjectState"></member>
    <member name="F:Microsoft.SharePoint.Strings.InnerException"></member>
    <member name="F:Microsoft.SharePoint.Strings.InPlaceOrSideBySide"></member>
    <member name="F:Microsoft.SharePoint.Strings.InputLengthGreaterThanMaxLength"></member>
    <member name="F:Microsoft.SharePoint.Strings.InstallFeatureOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.IntegratedSecurityNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.InternetZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IntranetZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidADContainerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidAdminGroupAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidAllowOverride"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidApplicationXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidApplicatonPoolClr"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidArg"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidArgsToWebTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidArgumentShowValidArguments"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidArgumentText"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidAuditDeleteScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidAuditEventData"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidBackupId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidBackupMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidCastToProxyableType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidChildControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidConfigFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidContentTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidContextMaybeNoSiteCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidControlTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidCssReference"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidCustomActionScriptUsage"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDatabaseCollation"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDatabaseIdentity"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDatabaseName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDatabaseVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDateInHolidayLine"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDeploymentSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDeploymentSetting"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDirectoryName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDisplaySize"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDoclibTemplateUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDRServiceName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidDRServicesSetting"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidEndpointAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidEventReceiverHostType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExportChangeToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExportObjectChangeToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExportObjectType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExportObjectTypeForIncremental"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExportObjectUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidExternalSiteMapProvderType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFailoverServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureDefinitionFileName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureDefinitionNotUnderFeatures"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureDefinitionPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureElementScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureOperationParameters2"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureOperationParameters3"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureScopeForStapling"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureSetFeatureDefinitionScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFeatureUpgradeActionScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFieldId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFieldName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFieldType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFieldValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFileFragmentManager"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFileName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFileOrFolderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidFormIdFormatInSchemaXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidHolidayCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidIisInstanceId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidInput"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidInputInWebForm"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidLoadBalancerStatusValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidLogFilesNumber"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidLoginAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidLookupChoice"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidMachineKeyInConfigDb"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidMaxTemplateDocumentSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidMobileNumber"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidObjectId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidOWSControlUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidOWSFormUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPageTypeForAForm"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPercentage"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPercentageZeroToOneHundred"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPrimaryLookup"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPropertyDialogControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPropertyName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPropertyNameType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPropertyType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidPropertyValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidProxyOperationType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidQueryString"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidQuotaTemplateName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidReasonValueException"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidReceiversScope"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidReportFileSetting"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidRequest"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidRequestToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidRestoreMethod"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidServerAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidServerCollation"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSetProperty"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidShowField"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSiteId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSiteName"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSolutionDeploymentJobId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSPGridViewCallbackParameterExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidStoredProcedureReturnValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSubscriptionId"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSupportingProxy"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidSystemTokenNameEncountered"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTagError"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTargetUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidThemeExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTimePropertyValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTitleDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTopologyServiceUri"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidTransferType"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidUriFormatForDefaultLoadBalancer"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidUsageDataRetentionPolicyExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidUserCodeToken"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidVersionRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidViewSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidVirtualServerUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.InvalidWelcomePage"></member>
    <member name="F:Microsoft.SharePoint.Strings.IPGrantArgumentException"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptByCategoryDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptByCategoryName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptByOwnerDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptByOwnerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptCreationTimelineDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptCreationTimelineName"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptStatusTimelineDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.IssueRptStatusTimelineName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemAlreadyExistsInRecycleBin"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemAtUrlDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemCountColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemGone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemLinkColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemNotBeingDifferentialRestored"></member>
    <member name="F:Microsoft.SharePoint.Strings.ItemNotInCatalog"></member>
    <member name="F:Microsoft.SharePoint.Strings.IUpgradableCannotUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.IUpgradableNeedsUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.IUpgradableOK"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobCannotBeDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionInvalidServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionNoAppError"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionNoTargets"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionRetryInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionRetryRecurring"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionScheduleInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionServerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobDefinitionTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobExecuteException"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobExecuteInternalError"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobFailedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobLoadException"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobRequiresSpadminWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.JobStartTimeout"></member>
    <member name="F:Microsoft.SharePoint.Strings.LanguageMisMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.LanguageNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListEnableUnthrottledWindow"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListLimitAndWarningNotMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetAllowOMOverride"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetMaxResultSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetMaxResultSetOverride"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetMaxResultSetTooLow"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetUnthrottledWindow"></member>
    <member name="F:Microsoft.SharePoint.Strings.LargeListSetWarningLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.LastUpdated"></member>
    <member name="F:Microsoft.SharePoint.Strings.LastUpdateFormatString"></member>
    <member name="F:Microsoft.SharePoint.Strings.LcidArgRequiresGlobalInst"></member>
    <member name="F:Microsoft.SharePoint.Strings.LDAPProviderArgumentEmptyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.LDAPProviderArgumentIsNotStringException"></member>
    <member name="F:Microsoft.SharePoint.Strings.LDAPProviderGeneralFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.LDAPProviderUserDeleteFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.LeadingTailingSlashNotAcceptable"></member>
    <member name="F:Microsoft.SharePoint.Strings.LessItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.LinkFieldPreviewValueLinkDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.LinkFieldPreviewValueLinkUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.LinkToMeetingError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListColumnsGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListCreateSucceededButEmailFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListDataValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListDataValidationFailedDocumentCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListeditPagetitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListEventFailCreateInstance"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListEventFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListEventFailIListEventSink"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListEventFailLoadAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListEventGetTypeFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListGone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListIDFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemExportsAttachment"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemNeedsParentFolderId"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeAnnouncement"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeContact"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeDocument"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeIssue"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeLinks"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeSurvey"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemTypeTask"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListItemUniqueIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListPropertyNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListResults"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListRights"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListRssChannelDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListRssChannelTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListsAddArgumentNullException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListsAndLibrariesWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListSchemaChangedDuringOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListTemplateElementNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListTemplateFeatureNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListTemplatesDoNotMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListThrottleText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListTypeColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListVersionMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListView"></member>
    <member name="F:Microsoft.SharePoint.Strings.ListWithoutCtEdit"></member>
    <member name="F:Microsoft.SharePoint.Strings.LoadControlTemplateFail"></member>
    <member name="F:Microsoft.SharePoint.Strings.LOBiCannotConnectException"></member>
    <member name="F:Microsoft.SharePoint.Strings.LOBiObjectNotFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.LocalService"></member>
    <member name="F:Microsoft.SharePoint.Strings.LocalSystem"></member>
    <member name="F:Microsoft.SharePoint.Strings.LocalSystemCannotBeApplicationPoolAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.LocalUpgradeStatusOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.LocationColumnHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.LockFoundDuringFarmEncryptionKeyUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.LockTimeout"></member>
    <member name="F:Microsoft.SharePoint.Strings.LockTypeIncompatibleWithAdminServiceJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.LoginColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.LoginNotInValidDomainAccountFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.LogonRedirectionFailureException"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation2"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation3"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation4"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation5"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation6"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_ExceptionMessage_InvalidOperation7"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_JobDidNotComplete_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_JobFailed_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_JobId_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_LastUpdated_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_NoActiveJobs_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_Progress_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_Started_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StartingStatusMessage_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_Status_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StatusFailed_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StatusNotStarted_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StatusRunning_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StatusSuccessful_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_StatusTimedOut_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LongRunningOper_UserName_Text"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupCountRelatedTag"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupFieldNoneOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupListDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupListNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupRelationshipsAndAllowDuplicateValuesAutoIndex"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupRelationshipsAutoIndex"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupRelationshipsRestrictInsertError"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupRelationshipsSiteColumnsCannotHaveRI"></member>
    <member name="F:Microsoft.SharePoint.Strings.LookupWordWheelDropdownAlt"></member>
    <member name="F:Microsoft.SharePoint.Strings.LR_AllJobsTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MaintenancePageDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.MaintenancePageLinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MakeDirIisApp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ManagedPathNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ManagedPathOverlapsSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.ManifestFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.MasterPassphraseDeploymentJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MaxAclExceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.MaximumNumberOfWebPartsDisplayed"></member>
    <member name="F:Microsoft.SharePoint.Strings.MaxZonePartsExceededError"></member>
    <member name="F:Microsoft.SharePoint.Strings.Me"></member>
    <member name="F:Microsoft.SharePoint.Strings.MeetingsLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MeetingWorkspaces"></member>
    <member name="F:Microsoft.SharePoint.Strings.MegaBytes"></member>
    <member name="F:Microsoft.SharePoint.Strings.MegaBytesPerDay"></member>
    <member name="F:Microsoft.SharePoint.Strings.MembershipProviderErrorNameConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.MembershipProviderNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.MergeLogsJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MergeLogsStartJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MethodNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.metrics_all"></member>
    <member name="F:Microsoft.SharePoint.Strings.metrics_AreaUnknown"></member>
    <member name="F:Microsoft.SharePoint.Strings.metrics_CategoryCustomizedTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.MigrateUserNoFormsSIDHistory"></member>
    <member name="F:Microsoft.SharePoint.Strings.MigrateUserNoMatches"></member>
    <member name="F:Microsoft.SharePoint.Strings.MigrationNotPossible"></member>
    <member name="F:Microsoft.SharePoint.Strings.MinorVersionNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.MinuteAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.MinutesAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.MinutesLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.MiscellaneousWebPartGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.MismatchedLicensesOnFarmJoin"></member>
    <member name="F:Microsoft.SharePoint.Strings.MismatchedProductsOnFarmJoin"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissDefaultUrlForCssLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingAppCredentialKeyInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingAttrsInWebConfig"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingBinaryParameter"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingControlTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingEmailAlias"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingFeatureElementFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingFieldName"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingFileRef"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingInstallsOnServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingItemId"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingRequiredArguments"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingRequiredField"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingRequiredFieldWithName"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingRequiredQueryString"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingScenarioContext"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissingUpgradableAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.MissRequiredArg"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileAllCategoriesText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileCannotActivateStandardFormMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileContactsSimpleViewItemFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileContactsSimpleViewNameFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileDateFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileDeleteConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileDependentLookupFieldTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileDetailViewNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileEllipsisSymbol"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileEventsSimpleViewItemFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileExtranetPageUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileFieldReadOnlyText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileImageSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileIntranetPageUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileListItemNoTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileListViewNavigationTextFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileNextPageNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileNoItemWithFilterText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileNoPeopleToSaveMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePeopleAndGroupPickerTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePeopleNotFoundMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePeopleOnlyPickerTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePeoplePickerNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePeopleTooManyPeopleMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePersonNotInUserInfoMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobilePreviousPageNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileRecycleConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileRedirectUrlNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSearchResultLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSimpleViewNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRAllDayCrossScheduleFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRAllDaySameScheduleFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRCrossDayScheduleFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRDailyViewText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRDateLabelFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRMonthlyViewText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRPersonalViewLinkFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRPersonalViewTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRSameDayScheduleFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileSRWeeklyViewText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileThumbnailViewNavigationText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileTitleDeleteItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileTitleError"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileTitleNewItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileTitleSeparator"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewCannotBeEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewFilterPageTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewFilterStatusLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewNotEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileViewSelectorLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileVirtualListNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileWANotComingLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MobileWANotReturnLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MoblogAccessBlockedError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModeratedListOrderError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModerationStatusApproved"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModerationStatusDraft"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModerationStatusPending"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModerationStatusRejected"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModerationStatusScheduled"></member>
    <member name="F:Microsoft.SharePoint.Strings.ModifyWorkflowBadState"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthFormatString"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthFrequency0LabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthFrequency1LabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthlyNotificationsOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthPickerNextYear"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthPickerPreviousYear"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthsAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.MonthSummary"></member>
    <member name="F:Microsoft.SharePoint.Strings.MostRecentDay"></member>
    <member name="F:Microsoft.SharePoint.Strings.MostRecentDayHits"></member>
    <member name="F:Microsoft.SharePoint.Strings.MostRecentDayVisits"></member>
    <member name="F:Microsoft.SharePoint.Strings.MovingObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailBodyPhraseAccepted"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailBodyPhraseDeclined"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailBodyPhraseNoResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailBodyPhraseTentative"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailBodyTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailSubjectLine"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeEmailSubjectTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeSendEmailReply"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeStatusAccepted"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeStatusDeclined"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeStatusNoResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.MtgAttendeeStatusTentative"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiDayMidTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiDayTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiDayTimeEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiDayTimeStart"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiLineFieldPreviewValueParagraph"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiLineFieldPreviewValueSentence"></member>
    <member name="F:Microsoft.SharePoint.Strings.multipagesExistingSearchServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.multipagesNextPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.multipagesPreviousPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiPeoplePickerDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultipleInstancesOfPropertyInApplicationXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultipleMeetingTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultipleResponsesNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.MultiUserFieldDefaultDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.MustBeLocalServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.MvlGroupTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MvlPossibleValuesTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MvlSelectedValuesTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSAddMeetingError"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSCantDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSFailWorkspaceList"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSInvalidICal"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSInvalidLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSNotWorkspace"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSUntitled"></member>
    <member name="F:Microsoft.SharePoint.Strings.MWSViewDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.NA"></member>
    <member name="F:Microsoft.SharePoint.Strings.NameColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.NameTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.NavLinkHome"></member>
    <member name="F:Microsoft.SharePoint.Strings.NeedsNewUIVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.NeedsOldUIVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.NeedToBeSiteAdmin"></member>
    <member name="F:Microsoft.SharePoint.Strings.NeedZeroOrGreater"></member>
    <member name="F:Microsoft.SharePoint.Strings.NestedGroups"></member>
    <member name="F:Microsoft.SharePoint.Strings.NetworkService"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewFormTitleNewItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewQTTitleInstructions"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewQuotaTemplateMarker"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewRestoreCannotOverwrite"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewServerNameAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewWebPartFileAlreadyExistsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewWebPartFileLengthError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewWebPartFileNameEmptyError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewWebPartNoSafeControls"></member>
    <member name="F:Microsoft.SharePoint.Strings.NewWikiPageButtonTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.NextPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.NextPageNullOrEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.No"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoAccountWasFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoADCreateRequiresOwnerLogin"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoAspNetSuffix"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoBackupHistory"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoBackupRestoreItemSelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoBackupSelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoBackupToRestart"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoCacheInvalidationRecordsForClient"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoChannelRegisteredException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoClaimProviderManagerObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoClaimProviderServiceApplicationObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoClaimProviderServiceObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoConfigurationDatabaseFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoContentDatabaseForSiteCreation"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoContentDatabaseSiteScheduledForDeletion"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoContentDatabaseUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoContentException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoContentExported"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoCrossDomainCopyOperations"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoCssExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoCustomMasterPageForSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDataInMasterSysfiles"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDefaultMasterPageForSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDiagnosticsServiceObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoDomainGrpsInRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoEntitiesText"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoEventHandlerInstanceException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoFacility"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoFarmObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoFeaturesText"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoFileAndName"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoFilteringSupportOnSubscriptions"></member>
    <member name="F:Microsoft.SharePoint.Strings.NOfTotalCompleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoGrpsInRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoHistoryListLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoInclusionDefinedForCreateSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoInclusionDefinedForSsc"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoLockFoundDuringFarmEncryptionKeyUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoMatchingAccountsFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoMembershipProviderInFormsAuthentication"></member>
    <member name="F:Microsoft.SharePoint.Strings.NonApplicableProperty"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoNewFeaturesFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NonExistantField"></member>
    <member name="F:Microsoft.SharePoint.Strings.NonHistoryListForWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.NonTaskListForWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.NonWorkflowTaskUsedForWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoOldConfigurationDatabaseFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoOldWebApplicationFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoOne"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoOnlineServiceInstances"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPartitionIdsForClient"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPartsFoundAllWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPartsFoundListAndLibraries"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPartsFoundSuggested"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPictureLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPrefixWasSelected"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoPropertyOrFieldForType"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoRemoteApplicationAddresses"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoRequestAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoRootSiteToEnableSsc"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSafeControlsSection"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSecurityTokenServiceApplicationObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSecurityTokenServiceObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoServerScriptAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoServerSideInclude"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSetReqAccWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSideBySideForADMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSideBySideForHostHeaderMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSideBySidePendingInPlaceUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSiteAtUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSiteNeedsUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoSlicedXmlForClient"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotAdministrable"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotApplicable"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotAvailableForTopLevelSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotAvailOnDetachedField"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotAvailOnDetachedFieldCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotClientCallableClientObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotEnoughDiskSpace"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotGrpOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotifyAfterOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoTimeAndImmediate"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotInDocLib"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotInList"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoTopologyServiceObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoTopologyServiceProxyObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotOverwriteExportError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotRestoringAlternateUrls"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotRestoringConfigurationDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotSiteOwner"></member>
    <member name="F:Microsoft.SharePoint.Strings.NotValidUntilAfterDataBound"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoUpgradeForPreBeta2"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoUserCodeObjectException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoUserCodeServerException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoUsersInRole"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoValidObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoWebAppOnPort80"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoWebException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoWebPartTitleToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoWebsText"></member>
    <member name="F:Microsoft.SharePoint.Strings.NoWebTemplatesDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.NULLArgument0"></member>
    <member name="F:Microsoft.SharePoint.Strings.NULLArgument0to1"></member>
    <member name="F:Microsoft.SharePoint.Strings.NullAssemblyGroupIdException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NullFeatureIdentifier"></member>
    <member name="F:Microsoft.SharePoint.Strings.NullOrEmptyAssemblyFileDefinitionNameException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NullOrEmptyStrongNameException"></member>
    <member name="F:Microsoft.SharePoint.Strings.NullServerErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.NumberFieldGreaterRangeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NumberFieldLessRangeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NumberFieldRangeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.NumberFieldValueOverflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.NumberIncorrectFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectNewNameRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectNotNewlyCreated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectNotPaired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectOnEventNodeFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectPairingInformationMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectPairNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectPercentDone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectsExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectsImport"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTooNew"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTooOld"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeDoc"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeList"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeNotCompatibleWithSPDataSourceViewPropertyDescriptor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeNotCompatibleWithSPDataSourceViewResultItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeProfile"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObjectTypeWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.ObsoleteSPFarmOpen"></member>
    <member name="F:Microsoft.SharePoint.Strings.officialfileadmin_newconnection"></member>
    <member name="F:Microsoft.SharePoint.Strings.officialfileadmin_webaddrlabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminAddError"></member>
    <member name="F:Microsoft.SharePoint.Strings.officialfileadmincopyoption"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminInValidUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.officialfileadminlinkoption"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialfileadminLocationUpdatetext"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminMissingUrlError"></member>
    <member name="F:Microsoft.SharePoint.Strings.officialfileadminmoveoption"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminRemoveError"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminUpdateError"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileAdminValidUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileDefaultName"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileSubmissionFileCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileSubmissionTargetEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileSubmissionTargetNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfficialFileSubmissionTooBig"></member>
    <member name="F:Microsoft.SharePoint.Strings.Offline"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfflineDatabaseError"></member>
    <member name="F:Microsoft.SharePoint.Strings.OfflineTimeOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.OneClickRequiresLocalDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.OneMore"></member>
    <member name="F:Microsoft.SharePoint.Strings.OneOfFileAndName"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnEventNodeFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlineDatabaseError"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlyGroups"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlyInWikiLibraries"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlySiteAndWebScopedFeaturesSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlySupportedInAdAccountCreationMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.OnlyWebScopedFeaturesSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.OpenMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.OpenTraceExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.OperationInvalidInLocalFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.OperationInvalidInRemoteFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.OperationInvalidOnCurrentServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.OperationSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.OutboundMobileServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.OutboundSMTPServerNotProvided"></member>
    <member name="F:Microsoft.SharePoint.Strings.OutgoingEmailServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.OutgoingSmtpNotValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.OverbookResourceSchedule"></member>
    <member name="F:Microsoft.SharePoint.Strings.OverQuotaRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.OwnerNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.OwnerNotUserAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.PackageAlreadyInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageDisabledInADMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageDisabledInADModeNoStsAdm"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageInPersonalMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageInSharedMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageModeVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageModified"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageParserPathInvalidAllowScriptCompilationModeCombo"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageSecurityValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateCheckOutFailedGetRequest"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateDeleteConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateErrorTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateExitNoSaveButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateExitNoSaveConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateFileVersionConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateGenericSPException"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNoApprovalTaskFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationApprovalCancelled"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationApproved"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationCheckoutDiscarded"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationFileCheckedIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationFileCheckedOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationFilePublished"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationFileSubmittedForApproval"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationFileUnpublished"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationOverrideCheckout"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationRejected"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateNotificationSave"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateOkButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateOverwriteButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatePageCheckedOutBySomebodyElse"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatePageOverrideCheckoutVersionConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatePreviewButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateRecycleConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateSaveBeforeNavigateErrorEncounteredWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateSaveBeforeNavigateValidationErrorEncounteredWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateSaveConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateSaveErrorMessageWithException"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateValidationFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenApproving"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenCheckingIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenCheckingOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenPublishing"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenRejecting"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenSaving"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenSubmittingForApproval"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStateWaitScreenUnpublishing"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusBeingEdited"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusCheckedOutToSystem"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusDenied"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusLive"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusPending"></member>
    <member name="F:Microsoft.SharePoint.Strings.PageStatusUnderReview"></member>
    <member name="F:Microsoft.SharePoint.Strings.PairDatabaseAlreadyInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParameterCountMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParameterIndexOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentContentTypeDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentContentTypeNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentFolderNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentListDeletePromptPart1"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentListDeletePromptPart1_SomeRelatedLists"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParentWebNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParticipantDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParticipantSuffix"></member>
    <member name="F:Microsoft.SharePoint.Strings.ParticipantTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordCantChange"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordChangeEventJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordChangeFailedEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordChangeSuccessfulEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordEmailExplanation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordHasExpiredEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordHasExpiredEmailEntry"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordIncorrect"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordManagementEmailTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordNotComplexEnough"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordWillExpireSoonEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.PasswordWillExpireSoonEmailEntry"></member>
    <member name="F:Microsoft.SharePoint.Strings.PathColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.PendingDLsTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PendingRestartInExtendWebFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.PendingRIUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.PendingUniqueFieldUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeopleAndGroupsPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeopleEditorTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerAccountNotDesiredError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerADSource"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerAllSearchOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerCheckNamesToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnAccountName"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnDepartment"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnEmail"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnMobilePhone"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerColumnTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerEmailSearchOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerEntryNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerEntryValidationError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerFailToContactADError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerMoreResultsReturned"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerMoreResultsReturnedDownLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerNameSearchOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerNoPermission"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerNoQueryTextError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerNoSearchResultError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerNoSearchResultErrorWithGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerSearchFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerSharePointSource"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerSPGroupResolveError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerSPGroupSource"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTimeoutError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitleCombination1"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitleGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitleGroupNormal"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitlePeopleAndGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitlePeopleAndGroupNormal"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitlePerson"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitlePersonNormal"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitleSPGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTitleSPGroupNormal"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerTooManyResults"></member>
    <member name="F:Microsoft.SharePoint.Strings.PeoplePickerUserNotInSPGroupError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PercentDone"></member>
    <member name="F:Microsoft.SharePoint.Strings.PerformanceMonitorNumberOfSamplesOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.PerformanceMonitorRefreshIntervalOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.PerformonaceCounterMaxMinValueNotMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermAddDelPrivateWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermApproveItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermBreakCheckout"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermBrowseDirectories"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermBrowseUserInfo"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermCrawl"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermCreateAlerts"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermCreatePersonalGroups"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermCreateSSCSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermDeleteListItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermDeleteVersions"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermEditListItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermInsertListItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermissionLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermissionsInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermissionsNullOrEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermissionsSeparator"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermLinkStyleSheet"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageAlerts"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageListPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageLists"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManagePersonalViews"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageRoles"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageSubwebs"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermManageWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermOpenItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_ADD_AND_CUSTOMIZE_PAGES_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_ADD_ITEMS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_ADD_REM_PRIVATE_WEBPARTS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_APPLY_STYLE_SHEETS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_APPLY_THEMES_AND_BORDERS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_BROWSE_DIRECTORIES_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_BROWSE_USERINFO_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_CANCEL_CHECK_OUT_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_CREATE_A_SITE_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_DELETE_ITEMS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_EDIT_ITEMS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_GROUPS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_LIST_PERMISSIONS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_LISTS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_PERSONAL_VIEWS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_ROLES_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_SUBWEBS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_MANAGE_WEB_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_OPEN_WEB_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_UPDATE_PERSONAL_WEBPARTS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_VIEW_ITEMS_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_VIEW_PAGES_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.perms_STR_VIEW_USAGE_DATA_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermSetupDistributionGroupErrorMessageContainingLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermSetupErrorMessageContainingLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermThemeWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermUpdatePersonalWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermUseSearch"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermViewListItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermViewPages"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermViewUsageData"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermViewVersions"></member>
    <member name="F:Microsoft.SharePoint.Strings.PermWriteWebPages"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersistedClassNotStored"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersistedObjectNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersistentObjectNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersonalActionsShowPersonalView"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersonalActionsShowPersonalViewDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersonalActionsShowSharedView"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersonalActionsShowSharedViewDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.PersonalRights"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDefaultInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDefaultInvalidForKeys"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDefaultTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogBrowseButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogBrowseButtonAccessKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogBrowseButtonToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogCreateButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogCreateButtonAccessKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogDefaultAddButtonName"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogDefaultSearchLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogDefaultTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogFoundMatches"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogHeight"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogMoreNames"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogNoMatchingNames"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogRemove"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogSearchAccessKey"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogSearchToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogToggleTree"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerDialogWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerNoDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerSelectTooMany"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerSingleSelectTooMany"></member>
    <member name="F:Microsoft.SharePoint.Strings.PickerSpace"></member>
    <member name="F:Microsoft.SharePoint.Strings.PictureLibraryViewDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.PictureLibraryViewFilmstrip"></member>
    <member name="F:Microsoft.SharePoint.Strings.PictureLibraryViewThumbnails"></member>
    <member name="F:Microsoft.SharePoint.Strings.PikcerEmptyResultText"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyAllZones"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyAnonChangeEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyAuthenticationModeMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyBindingAddedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyBindingRemovedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyDisplayNameEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyNamesNotGiven"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyNoDL"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRemovedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRightsDeniedText"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRightsGrantedText"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleAddedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleAdminister"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleAdministerDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleCollNameEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleDeletedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleDenyAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleDenyAllDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleDenyWrite"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleDenyWriteDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleFullRead"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleFullReadDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleIsSiteAdmin"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleIsSiteAuditor"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleModifiedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleNameEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleNameExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyRoleReserved"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicySuperReaderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicySystemMustBeFullControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyUserCannotSetAsSystem"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyUserNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.PolicyValuesTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.PopupTitleMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.PortWasInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.PositiveIntegerValueRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.PostedHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.PostIdNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.PotentialDataFileExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrecomputeFieldNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrefixContainsIllegalChar"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrefixLengthTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrependIdFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrependIdOnlyMVL"></member>
    <member name="F:Microsoft.SharePoint.Strings.PreserveContentDatabaseChangeLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrincipalTypeAnony"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrincipalTypeDomainGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrincipalTypeGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrincipalTypeUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.PrivateGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessIdentityProvisionFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessIdentityUpdatePasswordError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessNotInPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessPoolNotInitialized"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessPoolStoppingThreadName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProcessPoolTierPerfmonCounterDefaultName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProductVersionWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.PropertiesCanOnlyBeSetForAppUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.PropertyCanBeSetOnlyOnceException"></member>
    <member name="F:Microsoft.SharePoint.Strings.PropertyLengthExceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.PropertyRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProviderErrorNameConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.Provision"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProvisionFailLoadAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProvisioningServiceInstance"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProvisioningWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProvisionServiceApplicationNotLocalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ProvisionServiceFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.Publish"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishConfirmation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishCurrentDoc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishDesp"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishError"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishNoLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishNoLongerExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishSourceDoc"></member>
    <member name="F:Microsoft.SharePoint.Strings.PublishSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.QuickLaunchTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.RatingScaleQuestionSummary"></member>
    <member name="F:Microsoft.SharePoint.Strings.RatingScaleValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.RBSNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.RBSProviderInstalFailedWith0"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReadAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReaderDesc_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReaderTitle_V2UPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReadingWorkerProcessPerformanceCountersException"></member>
    <member name="F:Microsoft.SharePoint.Strings.Ready"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReceiversElementMissingListTemplateId"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecentMonth"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecurrenceLabelText"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecurringMeetingTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecursiveWorkflowError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBin"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinAttachmentMissingContainerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinCascadeRestoreError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileDuplicateFieldError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileDuplicateFieldErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileInvalidLookupParentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileInvalidLookupParentErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileMissingContainerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileNameConflictError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFileVersionMissingContainerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderDuplicateFieldError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderDuplicateFieldErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderInvalidLookupParentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderInvalidLookupParentErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderMissingContainerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinFolderNameConflictError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinItemDuplicateFieldError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinItemDuplicateFieldErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinItemInvalidLookupParentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinItemInvalidLookupParentErrorGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinItemNotFoundError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinListFolderNameConflictError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinListItemMissingContainerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinListNameConflictError"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleBinSurveyItemExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.RecycleConfirmMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.RefreshPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReghostOrRevert"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegisterDirective"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegisterDirectiveDuplicatePrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegisterDirectiveFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegistryEntryFailedToAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegistryRootInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegistryUpdateJobDefinition"></member>
    <member name="F:Microsoft.SharePoint.Strings.RegularProductVersionJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.RelatedItemsToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.RelatedWebPartTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.Relationships_ActionOnlySupportedOnXsltListViewWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.RelinkRequireCheckout"></member>
    <member name="F:Microsoft.SharePoint.Strings.RemoteApplicationAddressesNotFetched"></member>
    <member name="F:Microsoft.SharePoint.Strings.RemoteFarmCacheRefreshJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.RemoteFarmConnectionRestored"></member>
    <member name="F:Microsoft.SharePoint.Strings.RemoveServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.RemovingFromVirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.RenderFieldControlFail"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReorderStaleData"></member>
    <member name="F:Microsoft.SharePoint.Strings.RepairFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RepairSkipped"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReplyTo"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReplyToThisItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDataConnectionLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDataConnectionLibraryUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDiscussionBoard"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDiscussionBoardUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDocumentLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccDocumentLibraryUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccFormLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccFormLibraryUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccGallery"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccGalleryUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccIncorrectParams"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccList"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccListUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccPictureLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccPictureLibraryUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccSurvey"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccSurveyUp"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccTextList"></member>
    <member name="F:Microsoft.SharePoint.Strings.ReqAccTextWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody1"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody1b"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody1List"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody2"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody2List"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody3"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody3List"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailBody4"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailServerSettingsInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessEmailSubjectList"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessFrom"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessMessage1"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessMessage2"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessMessage3"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessNotAllowedOnVirtualServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessNotAllowedOnWebSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessNotCorrectEmail"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessSent"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessUniqueWebs"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestAccessWebOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestedBy"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestedWorkflowTaskContentTypeNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestItemStreamDoesNotSupportLength"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestItemStreamDoesNotSupportPosition"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestItemStreamDoesNotSupportSeeking"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestItemStreamDoesNotSupportWriting"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestJoinGroupEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestJoinGroupEmailSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestJoinLeaveGroupEmailServerSettingsInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestLeaveGroupEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestLeaveGroupEmailSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequestTooLarge"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredFeatureAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredFeatureElementTag"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredFeatureTag"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredUserCustomActionElementTag"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredXmlRootElementNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredXmlRootTagMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.RequiredXmlRootTagMismatchFromXmlData"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceAccessNonexistentResource"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceMinimumThresholdGreaterThanAbsoluteLimit"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceNameInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceNameNullOrEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerDialogAccessDenied"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerDialogDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerDialogExceedsLimit"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerDialogTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerNoItems"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourcePickerNoMatches"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceTokenNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceTypeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceTypeNullOrEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceUsageMaxLevelRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResourceUsageWarnLevelRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.Restore"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreCannotAttachDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreCannotFindParent"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreCannotVerifyDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreCentralAdminMisMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreConfigurationDatabaseValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreConfigurationRequiresFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreConnectingWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreContentDatabaseIdExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreDatabaseAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreDatabaseVerified"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoredSolutionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFailedFor"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFarmExternalBinaryStoreDifferent"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFarmExternalBinaryStoreNotSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFarmSqmAndWatsonNotRestored"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFeatures"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreFindingWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreInvalidPassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreJobDefinitionServerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreJobDefinitionUpdatingLiveObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreJobDefinitionUpdatingRestoredObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreJobDefinitionWebApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreLowercase"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreMerging"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreMethodNeeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreMethodNew"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreMethodOverwrite"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewDatabaseName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewDatabaseServerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewDirectoryName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewFileGroupLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewLogFileLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewNameLocationNeeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewServerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationHostHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationHostHeaderPort"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationHostHeaderPortZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationHostHeaderZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreNewWebApplicationServerName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestorePassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSolutionDeployToGac"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSolutionExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSolutionGlobalDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSolutionWebApplicationDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreSuccessLookatAdminLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreThisVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreThisVersionAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreThreadCount"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreTimerJobRestarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreUpgradingSolutionLangPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreUsageSettingsWebServiceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreUserName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreVerifyDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationCreatingOutboundMailServiceFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationCreatingUrlZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationCreatingUrlZoneFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationUrlZoneNotDefined"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebApplicationUrlZoneProvisioning"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebServiceLiveServiceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoreWebServiceNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoringAlternateUrls"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoringEntireFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.RestoringSolutionLangPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.ResxSectionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RevertPageToTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.RevertSiteNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RevertSiteNotPaired"></member>
    <member name="F:Microsoft.SharePoint.Strings.RevertWelcomePage"></member>
    <member name="F:Microsoft.SharePoint.Strings.RevertWelcomePageDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.RichContentWebPartZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.RichTextHelpLink"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleAbsent"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleAssignmentFailedImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleAssignmentImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleChangeText"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleDefinitionAlreadyAdded"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleManagerErrorNameConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleManagerNotConfigured"></member>
    <member name="F:Microsoft.SharePoint.Strings.RoleNotServerException"></member>
    <member name="F:Microsoft.SharePoint.Strings.RollbackPairingJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootDirecotryPathNotSetException"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootDirectoryAlreadyExistsException"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootDirectoryDoesNotExistsException"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootOrganizationName"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootSiteHasNotBeenMigratedYet"></member>
    <member name="F:Microsoft.SharePoint.Strings.RootWebCannotInheritNav"></member>
    <member name="F:Microsoft.SharePoint.Strings.RssAttachmentsField"></member>
    <member name="F:Microsoft.SharePoint.Strings.RssSiteFeedItemTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.RssTreatAs"></member>
    <member name="F:Microsoft.SharePoint.Strings.RTELabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.RuleIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.RuleLookupFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeControlInvalidSrcTypeNameCombo"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeControlMissingRequiredAttributes"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeControlsAttributeNotSupportForUserControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeModeBadAttributeDuplicateVirtualPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeModeBadAttributeVirtualPathIncludeSubFoldersCombo"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeModeCriticalEventHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafeModeFailedInitialize"></member>
    <member name="F:Microsoft.SharePoint.Strings.SafModeBadAttributeVirtualPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.SaveAndCheckIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.SavingSPPersistedObjectState"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScanForFeaturesFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScanForFeaturesOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScenarioSessionStateExpired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScheduleInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScheduleNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SchedulePickerError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SchedulePickerHourSchdError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SchedulePickerMinSchdError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScheduleRequiresMinorVersionsEnabledError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScheduleRequiresModerationEnabledError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SchedulingApprovedItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SchedulingNotEnabledError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ScopeUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchAreaGo"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchAreaSearchThisSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchingForItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchScopeToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchServiceInstanceNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchServiceInstanceNotProvisioned"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchServiceNotProvisioned"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchThisList"></member>
    <member name="F:Microsoft.SharePoint.Strings.SearchThisSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.SectionsSpecifiedNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.SectionsSupportedNotSpecified"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceChangePermissionsPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceExecutePermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceFullControlPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceReadPermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceSuccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureResourceWritePermissions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecureTokenServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecurityGroupInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecuritySettingDifferentOnImport"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecurityTokenServiceInvalidRequestType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecurityTokenServiceInvalidTrustedRequestType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SecurityTokenServiceRequestCredentialSourceUnknown"></member>
    <member name="F:Microsoft.SharePoint.Strings.SelectDisplayLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SelectEditTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SelectOne"></member>
    <member name="F:Microsoft.SharePoint.Strings.SelectPeopleAndGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SelectWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendMailOnNonWorkflowTask"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendMeMobileUrlBodyLabel"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendMeMobileUrlSubject"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileErrorFileRejected"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileErrorInvalidConfig"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileErrorNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileErrorRetry"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFilePostSubmissionErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFilePostSubmissionLinkError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFilePostSubmissionMoveError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFilePostSubmissionSuccessMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SendToOfficialFileRouterError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SequenceNoSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.SequenceSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServerContainsConfigDB"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServerRelativeUrlRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServerTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceApplicationConfigurationSectionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceApplicationConnectionDetails_ApplicationProxyNotCreated"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceApplicationConnectionDetails_ConnectionNameTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceCannotBeStoppedViaCommandLine"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceInstanceJobError"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.ServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SessionAuthenticationModuleInvalidTokenRequestResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.SessionAuthenticationModuleMissingTokenHandler"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetConfigDbOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetFieldValueOnFieldControlFail"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetMyEmailAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetParameterDenied"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetReqAccIncorrectParams"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetterPropertyNotSupportedUsingCurrentValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetupComplete"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetupTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetupWorking"></member>
    <member name="F:Microsoft.SharePoint.Strings.SetWorkflowConfigOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SharePointADContainerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SharePointAdministratorsSiteGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SharePointCannotBeNested"></member>
    <member name="F:Microsoft.SharePoint.Strings.ShortDateFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ShortDayOfWeekFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ShortTimeNoAMPMFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.ShowedTree"></member>
    <member name="F:Microsoft.SharePoint.Strings.ShuttingDownRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SilverlightNotInstalledBadgeMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SilverlightToolPartCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.SilverlightWebPartDefaultHeight"></member>
    <member name="F:Microsoft.SharePoint.Strings.SilverlightWebPartDefaultWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.SingleMeetingTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteActionsEditFormTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteActionsEditFormTemplateDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteActionsEditWikiPageWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteActionsEditWikiPageWebPartsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteActionsMenuTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteAlreadyReverted"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteCollectionBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteCollectionBackupTimerJobName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteListPathMisuse"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteListPathOrSiteUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteLockedOrOverquota"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteNameInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteOrListExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteOwnerGrantedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteOwnerReleasedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorCannotFindItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorCopyingTemporarySolutionFileToSolutionsGallery"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorCreatingFeatureResourcesFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorCreatingTemporaryDirectoryForSolutionFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorCreatingTemporaryDirectoryForStagingFiles"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorDeterminingFileNameForExportedSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExporingWorkflowAssociation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExporingWorkflowTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingField"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingFile_NotFoundInContentDB"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingFileToStagingArea"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingFileToStagingAreaFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingList"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingModuleFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingSiteToSolutionFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingWorkflowTemplateDestinationListNotDocumentLibrary"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingWorkflowTemplateDestinationListNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingWorkflowTemplateFolderNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorExportingWorkflowTemplateWorkflowFolderNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorFailedToCreateTemporaryDirectory"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorFailedToCreateTemporaryDirectoryBasePathNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorFileContentTooLarge"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorGeneratingCABFileFromStagingArea"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorGeneratingSolutionFiles"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorMaximumSolutionCountReached"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorNoSolutionFileToSaveToGallery"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorUnknownNodeTypeEncountered"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_ErrorWebRelativeUrlIsInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SitePackaging_SolutionFileDirectoryNotValid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteRights"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteRssChannelDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSecondaryOwnerGrantedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSecondaryOwnerReleasedEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSegmentLengthExceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSelectorHeight"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSelectorWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteSubscriptionSettingsUnavailable"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SiteWithIndexingEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.Size"></member>
    <member name="F:Microsoft.SharePoint.Strings.SizeColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.SkipNonDwpFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SkippingRIUpdateLookupListNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SkippingRIUpdateParentListNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SlowestPagesHealthReportName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDecreasingDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDecreasingSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDisplay100"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDisplay25"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMDisplay50"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMGenericEmptyMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMIncreasingDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMIncreasingSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMNoQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMPersonalizations"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMSelectAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMSubmitButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.SmtpPullError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SmtpPushError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMVersions"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMViewDocLibs"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMViewDocs"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMViewLists"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMViewRecycleBin"></member>
    <member name="F:Microsoft.SharePoint.Strings.SMWebPartPageEmptyMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SnapshotManagementTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapFieldNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapInvalidYear"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapMethodDuplicateID"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapMethodKnowledgeNoServerComponent"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapMethodKnowledgePagingError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapMethodNoID"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapParameterError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlArgumentAttributeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlArgumentError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlArgumentTypeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlObjectTypeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlOwnerTypeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SoapXmlOwnerTypeError2"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionAlreadyDeployedGlobally"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionAlreadyDeployedToWebApp"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionAppServerWebAppResource"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionBlockedRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionCabExtractionFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionCollAddNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeployCoreSolutionFirst"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentAlreadyInProgress"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentAppPoolsStop"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentDuplicateUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentFailedCallout"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentFailedFeatureInstall"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentFailedFileCopy"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentIisSiteSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentNoAllUrlsAndUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentNoUrlForVServerAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentNoVServerAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentNoWssService"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentTimeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentTimePast"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionDeploymentWarningsOccurred"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionExtensionNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFarmFeatureNoStrongNameAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureDirAlreadyInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureDirNotUnique"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureIdsNotUnique"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureInstalledDirNotSame"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureManifestNeedsFeatureDir"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFeatureResourceInRoot"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionFileNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.solutiongallery_PageTitleActivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.solutiongallery_PageTitleDeactivate"></member>
    <member name="F:Microsoft.SharePoint.Strings.solutiongallery_PageTitleUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionGalleryCannotBeFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionIdFeatureIdSame"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInstallFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInvalidFileType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInvalidId"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInvalidServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInvalidServerWebApplicationServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionInvalidServerWebFrontEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionJobSecurityValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangNeutralNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackMismatchedDeploymentServer"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackMismatchedFileFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackMismatchedId"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackMismatchedWebAppRes"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLangPackWithoutMain"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionLocalDeploymentInvalidConfig"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionManifestFailedValidation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionManifestFailedValidationWithDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionManifestMissingAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNeedsWssWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNoCabFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNoLangNeutral"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNoOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNotDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNotDeployedWebApplication"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNotFoundRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNotInStore"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNotUpgradedToRevert"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionNoUpgradeWppack"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemovalDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemovalJobPending"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemovalLangPackDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemovalOverride"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemovedButRetractionErrors"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemoveFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRemoveLangPacksFirst"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionFailedCouldNotRemoveFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionFailedCouldNotRemoveFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionIisSiteSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionNoUrlForVServerAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionNoVServerAssembly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractionWarningsOccurred"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionRetractLangPacksFirst"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionSiteDefnNeedsWebTemp"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionSpecifyImmTimeLocal"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionStsadmAllowCas"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionStsadmAllowGac"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionStsadmTimerJobCreated"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionStsadmUpgradingNonDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionSynchronizeNotDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionTimerJobDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionTimerJobRequiresAdminSvc"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUIConfirmCancelDeployment"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUIConfirmCancelRetraction"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUIConfirmRemoveSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUpgradedNotDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUpgradeMismatchFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUpgradeMismatchId"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUpgradeMismatchServerType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUpgradeMismatchWebAppRes"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseAddSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseAddWPPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseDeleteSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseDeleteWPPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseDeploySolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseDeployWPPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseDisplaySolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseRetractSolution"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionUseRetractWPPack"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionValidatorFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionValidatorNoGuid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionWebappsDifferentService"></member>
    <member name="F:Microsoft.SharePoint.Strings.SolutionWebTempFileInRoot"></member>
    <member name="F:Microsoft.SharePoint.Strings.SomeoneExampleCom"></member>
    <member name="F:Microsoft.SharePoint.Strings.SourceAndDestinationSame"></member>
    <member name="F:Microsoft.SharePoint.Strings.SourceNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPAddWebPartScopeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPAddWebPartWithError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPBackupMethodTypeDifferential"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPBackupMethodTypeFull"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPBackupMethodTypeNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPBackupRestoreConfigurationSettingsNotInstantiated"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCalendarItemExceptionText"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCallstackCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCallstackCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCurrentOperationCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCurrentOperationCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCurrentUsernameMonitorDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPCurrentUsernameMonitorName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsBlockedQueryProviderTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsEventLogProviderTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsPerfMonProviderTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsSqlDMVProviderTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsSqlProviderLastExecutionTimeRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPDiagnosticsULSProviderTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SpecificWebPartError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPExecutionTimeCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPExecutionTimeCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFeatureUsageDefinitionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileBadCheckOutArgs"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileBadLockArgs"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileExclusiveLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileLevelMonitorDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileLevelMonitorName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileNoCheckOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileNoLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileOfflineCheckOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileOnlineCheckOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFileSharedLock"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFormCollectionIsDirty"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFormNotFoundThatImplementsIListWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPFormUrlDoesNotMatchPageType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPGridViewMustHaveClientId"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPListDataSource_InvalidProperty"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPListDataSource_ItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPListUserCustomActionInvalidProperty"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPLogCorrelationMonitorDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPLogCorrelationMonitorName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPObjectProcessorRuleDefinitionSample"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPProvisionWebFrontEndOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRenderRibbon"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRenderWebPartName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRenderWebPartZoneName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRequestUsageCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRequestUsageCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRequestUsageDefinitionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRestoreMethodTypeNew"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRestoreMethodTypeNone"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPRestoreMethodTypeOverwrite"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSiteInventoryJobDefinitionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSiteInventoryUsageDefinitionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSiteLookupFailure"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSiteNotSameContentDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSqlQueryCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPSqlQueryCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPTimerJobUsageDefinitionDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom1"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom10"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom11"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom12"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom13"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom14"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom15"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom16"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom17"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom18"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom19"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom2"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom20"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom21"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom22"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom23"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom24"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom25"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom26"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom27"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom28"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom29"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom3"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom30"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom4"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom5"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom6"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom7"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom8"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneCustom9"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneDefault"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneExtranet"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneInternet"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUrlZoneIntranet"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationBackupRestoreDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationBackupRestoreTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationProxyNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationTypeDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageApplicationTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageDatabaseBackupRestoreDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageDatabaseBackupRestoreTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageDefinitionInstallExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageImportJobDefinitionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageManagerNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageProcessingJobDefinitionTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageServiceBackupRestoreDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageServiceBackupRestoreName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageServiceBackupRestoreTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUsageServiceNotFoundExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionDBPropertyInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionFailedToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionFailedToPostProcessDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionFailedToSave"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionFailedToSaveSiteCollectionLocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionFailedToSaveSiteCollectionQuota"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPUserCustomActionMatchingIndexNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWebHasUnCommittedChange"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWebIsClosed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWebPartEventOffsetSectionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWebPartEventTimeCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWorkflowRoleProviderException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWorkingSetDeltaCounterDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWorkingSetDeltaCounterName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SPWriterServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SQLAuthNeedsUserNamePassword"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlCommand"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlCommandCompletedAtTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlCommandRestarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlCommandStartedAtTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlConnection"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlConnectionIsBroken"></member>
    <member name="F:Microsoft.SharePoint.Strings.SQLExpSizeLimitError"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlFullBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlRBSInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlRBSNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlRetryToConnect"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlSectionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SQLServerNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlServiceInstanceCorrupted"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqlTimeoutSetTo"></member>
    <member name="F:Microsoft.SharePoint.Strings.SqmTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRAlertFriendlyName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCalendarNextButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCalendarPreviousButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCalendarWorkHourOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCtrAllFacilityGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCtrAllUserGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCtrEmptyFacilityGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCtrEmptyUserGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRCtrSummaryAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDefaultWorkHourBegin"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDefaultWorkHourEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDMYDOWDATE"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW0"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW1"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW2"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW3"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW4"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW5"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOW6"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong0"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong1"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong2"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong3"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong4"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong5"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRDOWLong6"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRFacilityGroupFilterCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRFacilityGroupFilterToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRItemDateFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonthlyItemDateFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths0"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths1"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths10"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths11"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths2"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths3"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths4"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths5"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths6"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths7"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths8"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMonths9"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRMYDDOWDATE"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRPagingNextButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRPagingPreviousButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRPagingToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRTipAppendLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRTipAppendTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRToolBarExportScheduleMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRUserGroupFilterCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRUserGroupFilterToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.SRYMDDOWDATE"></member>
    <member name="F:Microsoft.SharePoint.Strings.SscIsNotEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.SscNotAvailableOnHostHeaderSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRAddedDatabaseToBackupTree"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRAddedServiceEndpointToBackupTree"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRAddingRoundRobinLoadBalancerToBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRApplicationPoolDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRApplicationProxySuccessfullyRenamed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRApplicationSuccessfullyRenamed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRAttachedDatabaseOnRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRCreatedApplicationPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRCreatedRoundRobinLoadBalancerOnRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRDatabaseEligibleForBackupRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRDefaultEndpointIdFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRDefaultEndpointIdNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRDefaultEndpointSet"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRDefaultServiceEndpoint"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBREndpointObjectGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRInvalidServiceEndpointUri"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRLookupProcessAccount"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRNoApplicationPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRNoApplicationPoolToRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRNoChildObjects"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRNonDefaultServiceEndpoint"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRObjectParentNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRObjectParentTypeFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRObjectParentTypeStored"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRReparentedEndpoint"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRRetrievedApplicationPoolName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRRetrievedServiceEndpointUri"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRServiceEndpointDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRServiceEndpointRenamed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRServiceEndpointTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRServiceEndpointUriTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRStoredApplicationPoolName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRStoredDefaultEndpointName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRStoredSecurityIdentifierName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRUnableToCreateApplicationPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRUnableToFindMatchingDatabaseAttachField"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRUnableToGetServiceEndpointUri"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRUnableToRefreshCurrentObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.SSVCBRUpdatedMetadataForDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartDateAfterEndDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartDateGreaterThanEndDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartDateIsEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartDayTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingAbort"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingContentImport"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingCurrentObjectType"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingPostBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingPostRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingPreBackup"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingPreRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingRestore"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartingRestoreComplete"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartSCBackupMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartSCRestoreMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartupProductVersionJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartWorkflowAssociationCTypeInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartWorkflowAssociationInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartWorkflowItemIsWorkflowTask"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartWorkflowSyncDeliveryFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.StartWorkflowTemplateDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.Status"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusOffline"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusOnline"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusProvisioning"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusUnprovisioning"></member>
    <member name="F:Microsoft.SharePoint.Strings.StatusUpgrading"></member>
    <member name="F:Microsoft.SharePoint.Strings.StillInitializingRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.StorageMaxLevelRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.StorageWarnLevelRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.StreamReadNegativeCountException"></member>
    <member name="F:Microsoft.SharePoint.Strings.StreamReadWithNonZeroOffset"></member>
    <member name="F:Microsoft.SharePoint.Strings.StringNullOrEmptyMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.StringValueTooLong"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmBackupDidNotRun"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmCreateAdminVSObsolete"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmExtCreateInstanceException"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmExtDuplicateCmd"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmExtErrorProcessingXmlFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmExtMissingClassname"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmExtMissingOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmNeedSolutionUpgradeFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmReqFileName"></member>
    <member name="F:Microsoft.SharePoint.Strings.StsadmRestoreDidNotRun"></member>
    <member name="F:Microsoft.SharePoint.Strings.STSTooltip"></member>
    <member name="F:Microsoft.SharePoint.Strings.StubFileNotFoundException"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubjectHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionChangeNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionCreationNotSupport"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionSettingsDatabaseTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionSettingsServiceApplicationProxyTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionSettingsServiceApplicationTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionSettingsServiceProxyTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubscriptionSettingsServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubwebCreateError"></member>
    <member name="F:Microsoft.SharePoint.Strings.Subwebs"></member>
    <member name="F:Microsoft.SharePoint.Strings.SubwebsViewDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.Succeeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgLinkTextSaveListAsTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgLinkTextSaveReport"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgLinkTextSaveSiteAsTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgSaveListAsTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgSaveReport"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgSaveSiteAsTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuccessMsgSendToOfficialFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuggestedCopyLocationsPropertyCorrupted"></member>
    <member name="F:Microsoft.SharePoint.Strings.SuggestedWebParts"></member>
    <member name="F:Microsoft.SharePoint.Strings.SurveyBranchAnyResponse"></member>
    <member name="F:Microsoft.SharePoint.Strings.SurveyBranchNoBranching"></member>
    <member name="F:Microsoft.SharePoint.Strings.Svc_ServiceApplicationProvisioningJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.Svc_ServiceApplicationSecurityJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.SyncDeleteSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.SyncSolutionCmdLcidOrAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.SyncSolutionCmdNameOrAll"></member>
    <member name="F:Microsoft.SharePoint.Strings.SyncSolutionStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.SystemClaimProviderAppPoolClaimType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SystemClaimProviderDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.SystemClaimProviderFarmIdClaimType"></member>
    <member name="F:Microsoft.SharePoint.Strings.SystemClaimProviderName"></member>
    <member name="F:Microsoft.SharePoint.Strings.SystemClaimProviderSiteSubscriptionIDClaimType"></member>
    <member name="F:Microsoft.SharePoint.Strings.TakeOverCheckOutError"></member>
    <member name="F:Microsoft.SharePoint.Strings.Task0UndoError"></member>
    <member name="F:Microsoft.SharePoint.Strings.TaskColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.TCConfirmCreateDataSheet"></member>
    <member name="F:Microsoft.SharePoint.Strings.TCConfirmDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TemplateExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.TemplatePropertyMustBeInitialized"></member>
    <member name="F:Microsoft.SharePoint.Strings.TemplateUpgradeOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_Dialogs_CouldNotActivateAOM"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_Dialogs_InvalidURL"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_Dialogs_NoMatchingSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_Dialogs_SiteNotInHSS"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_OwnersDialog_PrimarySCANotResolved"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdmin_OwnersDialog_SCANotResolved"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdminFeatureNotActivated"></member>
    <member name="F:Microsoft.SharePoint.Strings.TenantAdminNoSiteSubscription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ThemeColorFormatExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ThemePackageExternalExceptionMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TheSpecifiedPropertyNameDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.ThisFolderOnly"></member>
    <member name="F:Microsoft.SharePoint.Strings.ThreadNotImpersonating"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimeoutExecutingWorkerProcessRequestException"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimeoutNotAnInteger"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerCouldNotRecycle"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescDaily"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescHourly"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescMinutes"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescMonthly"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescOneTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescWeekly"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobDescYearly"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleAuditLogTrimming"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleChangeLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleConfigRefresh"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleDatabaseStatistics"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleDeadSiteDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleDiskQuotaWarning"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleEmailEnabledLists"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleHelpCollectionInstallation"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleImmediateAlerts"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitlePasswordGeneration"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitlePasswordManagement"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleRecycleBin"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleSiteDeletion"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleSolutionDailyResourceUsage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleSolutionResourceUsageLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleSolutionResourceUsageUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleUsageAnalysis"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleWorkflow"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleWorkflowAutoClean"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerJobTitleWorkflowFailover"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerLockManagerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerRecycleJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.TimerUpgradeRegKeyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.Title"></member>
    <member name="F:Microsoft.SharePoint.Strings.TitlePrefixForDeletedException"></member>
    <member name="F:Microsoft.SharePoint.Strings.TitleSscWasEnabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.Today"></member>
    <member name="F:Microsoft.SharePoint.Strings.TodayDate"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooBusyRefusalException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarActionsMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarEditMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuBaseContentTypeDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemAddView"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemAllMeetings"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemAllMeetingsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemDiagramTextPrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemDiagramTextSuffix"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemEditInDatasheet"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemEditInDatasheetDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemModifyView"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemMultiUploadPicture"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemMultiUploadPictureDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemMyLinksDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewDocument"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewDocumentDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewItemDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewPage"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemNewPageDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemOfflineDefaultText"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemProjectTaskTextPrefix"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemSettingsDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemUploadPicture"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemUploadPictureDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemViewInDatasheet"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuItemViewInDatasheetDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarMenuRespondToSurvey"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarNewMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarNoTemplateMenuBaseContentTypeDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarSettingsMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolBarUploadMenu"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWACallTrackingListDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWACallTrackingListTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWACaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWAEventListDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWAEventListTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWANone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWANumberOfUsersDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.ToolpartWANumberOfUsersTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooltipMonthDay"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyActiveException"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyComponentsToList"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyGroupsToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyIndexedFields"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyIndexedFieldsFromFldEdit"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyItemsToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyRegisterDirectives"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyRolesToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyServerControls"></member>
    <member name="F:Microsoft.SharePoint.Strings.TooManyUsersToDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopActiveUserHealthReportName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyRequestedApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyRequestedEndpointNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceApplicationProxyTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceApplicationTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceAppProxyDisplayName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceProxyTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TopologyServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.TotalHits"></member>
    <member name="F:Microsoft.SharePoint.Strings.TotalSizeColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.TotalVisits"></member>
    <member name="F:Microsoft.SharePoint.Strings.TracingServiceNotRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsInvalidFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsInvalidLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsMismatchLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsMissingLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsNonInstalledLanguage"></member>
    <member name="F:Microsoft.SharePoint.Strings.TranslationsNonMultilingual"></member>
    <member name="F:Microsoft.SharePoint.Strings.TreeCollapse"></member>
    <member name="F:Microsoft.SharePoint.Strings.TreeExpand"></member>
    <member name="F:Microsoft.SharePoint.Strings.TreeViewCollapseNodeToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.TreeViewExpandNodeToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.TrustSectionNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.TurnOffAutomaticSmtp"></member>
    <member name="F:Microsoft.SharePoint.Strings.TurnOffAutomaticSmtpDms"></member>
    <member name="F:Microsoft.SharePoint.Strings.TwoMore"></member>
    <member name="F:Microsoft.SharePoint.Strings.TypeColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.TypeNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.TypeTemplateName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UIVersionOutOfRangeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSEventLevel_Critical"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSEventLevel_Error"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSEventLevel_Information"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSEventLevel_Verbose"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSEventLevel_Warning"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSLevel_None"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellEndTimeMustGreaterThanStartTime"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellInvalidCategoryDescriptor"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellInvalidLogLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellInvalidUsageLogLocation"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellNullDiagnosticsService"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellNullUsageManager"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellObsoleteEventSeverity"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellUpdatingManager"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSPowerShellUpdatingManagerLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_High"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_Medium"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_Monitorable"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_Unexpected"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_Verbose"></member>
    <member name="F:Microsoft.SharePoint.Strings.ULSTraceLevel_VerboseEx"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToDeleteSiteDuringResync"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToDeserializePropertyCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToEnumTheCollection"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToExecuteWatsonHeadlessOptInJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToExecuteWatsonTriggerJob"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToFindItemAtIdOrUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToGetPartitionOptions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToGetSubscriptionSettingsAppProxy"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToOpenRemoteFarm"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToReadPersistedFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToRestoreInclusions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToRestoreSiteDuringReattach"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnableToStorePartitionOptions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnattachedDBSelectPageDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnattachedViewContent"></member>
    <member name="F:Microsoft.SharePoint.Strings.UncleanDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnexpectedSPDataAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnhandledExceptionOccurred"></member>
    <member name="F:Microsoft.SharePoint.Strings.UninstallFeatureOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.UniquelyIndexedFieldRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.Unknown"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownAreaOrCategoryError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownArg"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownAttrInPageDirective"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownDirectiveOrAttributes"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownLogFilesDirectory"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnknownRecycleBinError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnnamedObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.Unprovision"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnprovisioningServiceInstance"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnprovisioningServiceInstancePrompt"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnprovisionServiceFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnPublish"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnPublishError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeActivity"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeBaseTypePageParserFilterError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeControlPageParserFilterError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeControlReasonGeneric"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsafeControlReasonTypeMarkedUnsafe"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsuportedSetupPathVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedClauseType"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnSupportedContentDatabase"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedDataTypeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedDeploymentSchemaVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedDeserializationType"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedDeserializationTypeOnBox"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedType"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnsupportedUpgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnterminatedStringConstantError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnthrottleWindowDurationOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnthrottleWindowHourOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.UnthrottleWindowMinuteOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.UntitledFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.UntitledWebPart"></member>
    <member name="F:Microsoft.SharePoint.Strings.UntypedDocumentOnAddToList"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateAccountPasswordErrors"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateAccountPasswordSeparate"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateCredentialsIISResetNeeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdatedConcurrencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdatedObjectConcurrencyException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdatedObjectConcurrencyExceptionTraceMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateFarmCredentialsLocalMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateFarmCredentialsNoAdminPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateFarmCredentialsUserRequired"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateInstanceError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdatesToThisFieldNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdateWorkerProcessGroupJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpdatingDeletedObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.Upgrade"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeAutoStopped"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeCommandRelocated"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseMissingFeature"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseMissingWebTemplate"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseSiteOrphan"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseSiteOrphanType1"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseSiteOrphanType2"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorContentDatabaseSiteOrphanType3"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeErrorV2ConfigDb"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeFinishedButHasError"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeGetTypesFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeJobAlreadyRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradePrompt"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeSessionDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeSessions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeStatusCompleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeStatusNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeStatusNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeTargetWebApplicationOperation"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeWebApplicationTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpgradeWorking"></member>
    <member name="F:Microsoft.SharePoint.Strings.UploadMissingRequiredProperties"></member>
    <member name="F:Microsoft.SharePoint.Strings.UploadSolutionSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.UploadSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.UpToParentWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.URL"></member>
    <member name="F:Microsoft.SharePoint.Strings.UrlContainsIllegalChar"></member>
    <member name="F:Microsoft.SharePoint.Strings.UrlContainsIllegalSubstring"></member>
    <member name="F:Microsoft.SharePoint.Strings.URLFieldDescriptionToolTip"></member>
    <member name="F:Microsoft.SharePoint.Strings.UrlIsNotSafe"></member>
    <member name="F:Microsoft.SharePoint.Strings.URLName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UrlOrResourceName"></member>
    <member name="F:Microsoft.SharePoint.Strings.URLPath"></member>
    <member name="F:Microsoft.SharePoint.Strings.UrlZonePickerTextFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageApplicationAlreadyCreatedException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageApplicationNameNotUniqueException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageEmptyPageUrlName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_browser"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_os"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_refDomain"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_refUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_url"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageItem_user"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageListOp"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageManagerServiceJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsageOther"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseAddLookupInstead"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseChunkedFileFragment"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsedMethodNotAllowSPListItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseDwpNamespace"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserAbsent"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCannotAddWorkItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCannotManageCodelessSolutions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCannotManageSolutions"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeContextWorkerProcessProxyMustNotBeWorkerProcessException"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeExecutionPerfCounterGroupName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeFeatureDefinitionsCannotBeRemoved"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeLightweightSolutionAssemblyGroupProviderTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodePopularityLoadBalancerProviderTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeProcessPoolProcessManagerThreadName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeRandomLoadBalancerProviderTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeServiceOfflinePingingProcessThreadName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeWorkflowActionWrapperMissingMethodCallParameterValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeWorkflowActionWrapperPassedAmbiguousMethodName"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeWorkflowActionWrapperPassedInvalidDataType"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCodeWorkflowActionWrapperPassedMethodNameThatDoesNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserControlNotSafeControl"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCouldNotBeFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCouldNotBeFoundInZone"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserCustomActionFailedXmlValidationWithDetails"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserDisplayFormat"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserGroupFailedImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserMissingEmailAddress"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserNeedAuthenticated"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserNotHaveEmail"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserNotInSite"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserNotInWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserProcessGroupDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserQuotaUnsupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.Users"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserSettingDifferentOnImport"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserSolutionsAlreadyBlocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserSolutionsFileEmpty"></member>
    <member name="F:Microsoft.SharePoint.Strings.UserSolutionsFileExtension"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseSolutionManifestNamespace"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseUpdateFarmCredentials"></member>
    <member name="F:Microsoft.SharePoint.Strings.UseWebPartManifestNamespace"></member>
    <member name="F:Microsoft.SharePoint.Strings.UsingDirectory"></member>
    <member name="F:Microsoft.SharePoint.Strings.V_K2_INSTANCE_NOT_FOUND"></member>
    <member name="F:Microsoft.SharePoint.Strings.V3ServerLanguageNotInstalled"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationErrorException"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationFieldValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationFormulaLengthExceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationListItemValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationMessageLengthExceeded"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValidationUnsupportedFieldType"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValueOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.ValueRestrictedToContentService"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffAdded"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffAddedEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffAddedStart"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffChangedEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffChangedStart"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffDeletedEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffDeletedStart"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffErrorVersionDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffErrorVersionNotExist"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionDiffUnknownError"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersioningNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionMissingError"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionsSortAscending"></member>
    <member name="F:Microsoft.SharePoint.Strings.VersionsSortDescending"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewDay"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewDayAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewDayGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewDefaultView"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewGone"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewMonth"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewMonthAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewProperties"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewResponseTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewSelectorMenuOpenAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewWeek"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewWeekAK"></member>
    <member name="F:Microsoft.SharePoint.Strings.ViewWeekGroup"></member>
    <member name="F:Microsoft.SharePoint.Strings.VirtualServerAlreadyExtended"></member>
    <member name="F:Microsoft.SharePoint.Strings.VirtualServerIsAtCurrentVersion"></member>
    <member name="F:Microsoft.SharePoint.Strings.VirtualServerNotAdministrable"></member>
    <member name="F:Microsoft.SharePoint.Strings.VirtualServerNotNTFS"></member>
    <member name="F:Microsoft.SharePoint.Strings.VisualUpgradePreviewStatus"></member>
    <member name="F:Microsoft.SharePoint.Strings.VssConfigDBCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.VssContentDBCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.VssGenericDBCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAAddNewContactsOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAAddNewWhereaboutsOption"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAFromFieldValidateErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAFromUntilFieldValidateErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyContactInfoFieldValidateErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyContactInfoFieldValidateErrorMessage2"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyWhereabout1FieldDefaultValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyWhereabout2FieldDefaultValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyWhereaboutsFieldValidateErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAMyWhereaboutsFieldValidateErrorMessage2"></member>
    <member name="F:Microsoft.SharePoint.Strings.WANotWhereaboutsList"></member>
    <member name="F:Microsoft.SharePoint.Strings.WANoUserErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WarningMessageChoiceLimit"></member>
    <member name="F:Microsoft.SharePoint.Strings.WarnNoDefaultNTLM"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAToolbarButtonNewPhoneCallMemo"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAToolbarButtonPersonalSettings"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAToolbarButtonTodaysSchedule"></member>
    <member name="F:Microsoft.SharePoint.Strings.WatsonHeadlessOptInTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WatsonTriggerTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAUntilFieldValidateErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAWhereaboutsFieldChoice"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAWhereaboutsFieldHome"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAWhereaboutsFieldIn"></member>
    <member name="F:Microsoft.SharePoint.Strings.WAWhereaboutsFieldOOF"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationLookupFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationProvisioningJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationResponseUrlInUse"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebApplicationUnprovisioningJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigBadAttributeBoolean"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigBadAttributeCompilationMode"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigBadAttributeUnsignedInt"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigChildElementsNotAllowed"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigDuplicateChildElement"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigEmptyChildNodeValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigEmptyValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigInvalid"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigInvalidAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigInvalidElement"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigInvalidSystemWebSection"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigMissingRequiredAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebconfigModificationAlreadyRunning"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigModifyTimerJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigModNodeNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigUnknownAttribute"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebConfigUnknownChildElement"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebFrontEnd"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebImportExport"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebObject"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartAdder_BadType"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartAdderMaxWebPartsExceededMsg"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartDeploymentErrorsOccured"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartDeploymentFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartDeploymentWarningsOccured"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartLinkBroken"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartNotOnGroupBoardErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartPageView"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartPopUpGalleryAddButton"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebPartRemoveFailed"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWACallColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWAGroupPickerAllUsers"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANameColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANameColumnWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANextPageCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANoListMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANoUserHere"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWANoUserMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWAPeriodColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWAPrevPageCaption"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWAWhereaboutsColumn"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartWAWhereaboutsColumnWidth"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebpartZoneNotAllowedOnMaster"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebRevertCustomizedPagesError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebScopedFeatureInBrokenWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebServerSectionName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebServiceInstanceConfigurationNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebSvc_AuthenticationModeNotSupported"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebTemplateMisMatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebTemplateNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebTemplateShouldNotBeGlobal"></member>
    <member name="F:Microsoft.SharePoint.Strings.WebTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WeeklyNotificationsOutOfRange"></member>
    <member name="F:Microsoft.SharePoint.Strings.WeeksAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.WelcomeUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.WelcomeUserMore"></member>
    <member name="F:Microsoft.SharePoint.Strings.WFHistWorkflowCancelledDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.WFHistWorkflowDeletedDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.WFHistWorkflowErrorDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.WFHistWorkflowFailedOnStartDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.WFHistWorkflowFailedToRunDesc"></member>
    <member name="F:Microsoft.SharePoint.Strings.WikiLinkInstructions"></member>
    <member name="F:Microsoft.SharePoint.Strings.WikiMissingLinkTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WikiNotInWebException"></member>
    <member name="F:Microsoft.SharePoint.Strings.WikiPageCustomized"></member>
    <member name="F:Microsoft.SharePoint.Strings.WildcardInclusion"></member>
    <member name="F:Microsoft.SharePoint.Strings.WillChangePasswordSoonEmailBody"></member>
    <member name="F:Microsoft.SharePoint.Strings.WillChangePasswordSoonEmailEntry"></member>
    <member name="F:Microsoft.SharePoint.Strings.WindowsServiceCredentialDeploymentJobTitle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WindowsServiceProvisionEvent"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNContentFormatStringCT"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNListTypeCIR"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNListTypeCT"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNListTypeSR"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForNewCIRItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForNewCLItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForNewCTItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForNewONItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForNewSRItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForUpdateCIRItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForUpdateCLItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForUpdateCTItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WNNotifMessageForUpdateSRItem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkerProcessExceededResource"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowAlertTitleDefault"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowAssociationListNotInWeb"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowAssociationManualNoEditItemsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowAssociationSameNameForTaskHistoryListsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowAssociationWithTaskContentTypeError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCantStartAlreadyExists"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCantStartFileBeingEdited"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowChannelEmailHeader"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCheckInListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCheckOutListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCopyListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCPUThrottle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowCreateListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowDeleteListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowEventCanceledErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowEventPropertyCannotBeChanged"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowExternalDataCreateListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowExternalDataDeleteListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowExternalDataUpdateListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowFailedAlreadyRunningMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowFailedStartMessage"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowGetListItemSpecialPermissionsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowHistoryListDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowInvalidUserOrGroupLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemAccessDenied"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemCheckOutProblem"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemConflict"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemRequireCheckOut"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowListItemUnknownException"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowMissingFileNameError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowOffsiteReasonIRM"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowOwnerNoPermissionLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowResetListItemSpecialPermissionsError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowRoleDefinitionErrorLog"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowRulesTypeAuthorizationError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowSendEmailError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowSiteColumnDoesNotExistError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusCompleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusFailedToStart"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusFailedToStartRetry"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusFaulting"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusFaultingRetry"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusInProgress"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusNoCodeWorkflowStopped"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowStatusStoppedByUser"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskContentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailBodySimpleCreation"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailDeletedRow2"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailDeletedRow3"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailDueBy"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailFont"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionAsk"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionEditTaskDownLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionEditTaskUpLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionEditTaskUpLevelS2"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionPerform"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionReplyOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionRequestAccess"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionReview"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionReviewDocumentOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionReviewItemOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionReviewTask"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsDocumentToOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionSend"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsIRMDocumentToOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsItemToOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsStructure1to2"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsStructure1to3"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsStructure1to3Offsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionsStructure1to4"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailInstructionWait"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailOffsiteSent"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailStatusLinkDownLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailStatusLinkUpLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailSubjectDeleted"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailSubjectRollback"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailSubjectSimpleCreation"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleAssign"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleAssignForOffsite"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleClaim"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleComplete"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleDelete"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleFont"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleReassign"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleRelease"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleRollback"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailTitleUpdate"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailVersionLinkDownLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskEmailVersionLinkUpLevel"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskListDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskListMissing"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskLocked"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskMissingParentItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskOffsiteSuffix"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskRollbackPageLinkText"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskStatusComplete"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskStatusInProgress"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskStatusNotStarted"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTaskUpdateNotAllowedFromUntrustedCode"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTemplateNotFound"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTimeoutMinutes"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTimerServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowTimerServiceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowUndoCheckOutListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowUpdateListItemError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkflowUserGroupCreationError"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkItemEventDeliveryBatchSize"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkItemEventDeliveryThrottle"></member>
    <member name="F:Microsoft.SharePoint.Strings.WorkspaceCreationDisabled"></member>
    <member name="F:Microsoft.SharePoint.Strings.WppackDeployedNotRemoved"></member>
    <member name="F:Microsoft.SharePoint.Strings.WppackDeployedServerNotRemoved"></member>
    <member name="F:Microsoft.SharePoint.Strings.WppackLangPacksNeedsGlobalInst"></member>
    <member name="F:Microsoft.SharePoint.Strings.WppackNotDeployed"></member>
    <member name="F:Microsoft.SharePoint.Strings.WppackPreviousInstallLocationMismatch"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongArgumentType"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongAssemblyGroupProviderTypeException"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongMonthDayRecurrence"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongMonthRecurrence"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongNumberOfTimesRecurrence"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongNumberRecurrences"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongValue"></member>
    <member name="F:Microsoft.SharePoint.Strings.WrongWeekRecurrence"></member>
    <member name="F:Microsoft.SharePoint.Strings.WssAdminServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WSSAppPool"></member>
    <member name="F:Microsoft.SharePoint.Strings.WssServiceDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.WssServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WssTimerServiceInstanceTypeName"></member>
    <member name="F:Microsoft.SharePoint.Strings.WssWebApplicationDescription"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlDataFailedXsdValidation"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlDocCacheFailedToFindFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlDocCacheFailedToParseXml"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlExceptionForFeatureElementManifest"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlExceptionLoadingXMLData"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlExceptionLoadingXMLFile"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmlFailedXsdValidation"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmsConfigInvalidMmsSPUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmsConfigInvalidSmsSPUrl"></member>
    <member name="F:Microsoft.SharePoint.Strings.XmsConfigInvalidXmsSPUrlDetail"></member>
    <member name="F:Microsoft.SharePoint.Strings.YearsAgo"></member>
    <member name="F:Microsoft.SharePoint.Strings.Yes"></member>
    <member name="F:Microsoft.SharePoint.Strings.YesNoFieldNo"></member>
    <member name="F:Microsoft.SharePoint.Strings.YesNoFieldYes"></member>
    <member name="F:Microsoft.SharePoint.Strings.ZoneNotFound"></member>
    <member name="T:Microsoft.SharePoint.TriState"></member>
    <member name="F:Microsoft.SharePoint.TriState.False"></member>
    <member name="F:Microsoft.SharePoint.TriState.True"></member>
    <member name="F:Microsoft.SharePoint.TriState.NA"></member>
    <member name="T:Microsoft.SharePoint.WebASPXPageIndexMode">
      <summary>Sets a value that indicates one of three indexing modes that can apply to a Web page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebASPXPageIndexMode.Automatic">
      <summary> An enumeration with the value of 0 that indicates that page indexing occurs automatic.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebASPXPageIndexMode.Always">
      <summary> An enumeration with the value of 1 that indicates that page indexing is always enabled.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebASPXPageIndexMode.Never">
      <summary>An enumeration with the value of 2 that indicates that page indexing is disabled.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebServiceConstraintAttribute"></member>
    <member name="M:Microsoft.SharePoint.WebServiceConstraintAttribute.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.AssemblyName"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.ClassName"></member>
    <member name="M:Microsoft.SharePoint.WebServiceConstraintAttribute.Equals(Microsoft.SharePoint.WebServiceConstraintAttribute)"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.Parameter"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.Type"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.TypeName"></member>
    <member name="P:Microsoft.SharePoint.WebServiceConstraintAttribute.Value"></member>
    <member name="T:Microsoft.SharePoint.WeekOfMonth"></member>
    <member name="F:Microsoft.SharePoint.WeekOfMonth.First"></member>
    <member name="F:Microsoft.SharePoint.WeekOfMonth.Second"></member>
    <member name="F:Microsoft.SharePoint.WeekOfMonth.Third"></member>
    <member name="F:Microsoft.SharePoint.WeekOfMonth.Fourth"></member>
    <member name="F:Microsoft.SharePoint.WeekOfMonth.Last"></member>
    <member name="T:Microsoft.SharePoint.WffRequestType">
      <summary>Specifies the type of file dialog box or form for a document library.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WffRequestType.Open">
      <summary>Specifies the Open dialog box.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WffRequestType.Save">
      <summary>Specifies the Save dialog box.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WffRequestType.SaveForm">
      <summary>Specifies the Web File Properties form used for editing document properties.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WffRequestType.SaveFormExists">
      <summary>Specifies the Web File Properties form when used as a pop-up window.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.EventSeverity">
      <summary>Specifies the severity of events written to the Windows event log. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.None">
      <summary>Indicates no event entries are written.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.ErrorServiceUnavailable">
      <summary>Indicates that primary functionality of the server is not functioning and the application is unavailable to users. Manual intervention is required immediately.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.ErrorSecurityBreach">
      <summary>Indicates that a security compromise has occurred and systems on the network are at risk.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.ErrorCritical">
      <summary>Indicates a problem state that needs the immediate attention of an administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.Error">
      <summary>Indicates a problem state that needs attention by an administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.Warning">
      <summary>Indicates conditions that are not immediately significant but that may eventually cause failure.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.FailureAudit">
      <summary>Indicates an audited access attempt has failed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.SuccessAudit">
      <summary>Indicates an audited access attempt is successful.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.Information">
      <summary>Contains noncritical information provided for the administrator.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.Success">
      <summary>Indicates a successful operation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.EventSeverity.Verbose"></member>
    <member name="T:Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions">
      <summary>Specifies whether Internet Information Services (IIS) overwrites Windows SharePoint Services error messages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions.Auto">
      <summary>Use the default setting for error messages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions.Replace">
      <summary>Overwrite Windows SharePoint Services error messages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions.PassThrough">
      <summary>Do not overwrite Windows SharePoint Services error messages.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IdentityType">
      <summary>Specifies the process identity type used by a Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.IdentityType.LocalSystem">
      <summary>The application pool runs as NT AUTHORITY\SYSTEM. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.IdentityType.LocalService">
      <summary>The application pool runs as NT AUTHORITY\LOCAL SERVICE. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.IdentityType.NetworkService">
      <summary>The application pool runs as NT AUTHORITY\NETWORK SERVICE. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.IdentityType.SpecificUser">
      <summary>The application pool runs as a specific user account as defined by the WAMUserName metabase property. Value = 3.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel">
      <summary>Provides an interface through which developers can expose to Windows SharePoint Services a single trace log category to assign to trace log messages for a given application.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.EventSeverity">
      <summary>Gets or sets the event severity of the trace log category.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Administration.EventSeverity" /> enumeration that represents the event severity of the category.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.Hidden">
      <summary>Determines whether to hide the trace log category in the Windows SharePoint Services Central Administration user interface.</summary>
      <returns>A Boolean value. true to display the trace log category in the Central Administration user interface; false to hide the trace log category.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.Id">
      <summary>Gets the ID of the trace log category.</summary>
      <returns>A String that represents the ID of the trace log category.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.Name">
      <summary>Gets the name of the trace log category.</summary>
      <returns>Returns a String that represents the name of the trace log category.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.TraceSeverity">
      <summary>Gets or sets the trace severity of the trace log category.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Administration.TraceSeverity" /> enumeration that represents the event severity of the category.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IDiagnosticsManager">
      <summary>Provides an interface through which developers can expose to Windows SharePoint Services the categories to assign to trace log messages for a given application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.GetItem(System.String)">
      <summary>Gets the specified trace log category.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> class that represents the trace log category.</returns>
      <param name="name">The name of the trace log category to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.GetItems">
      <summary>Gets a collection of all trace log categories for the application.</summary>
      <returns>Returns an enumerable collection of <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> objects.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.ResetAll">
      <summary>Resets all trace log categories defined for the application to their default event and trace severities.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.ResetItem(Microsoft.SharePoint.Administration.IDiagnosticsLevel)">
      <summary>Resets the specified trace log category to its default event and trace severities.</summary>
      <param name="item">The trace log category to reset.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.SetAll(Microsoft.SharePoint.Administration.TraceSeverity)">
      <summary>Sets all trace log categories defined for the application to the specified trace severity.</summary>
      <param name="traceSeverity">The trace severity to assign to all the trace log categories defined for the application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.SetAll(Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity)">
      <summary>Sets all trace log categories defined for the application to the specified event and trace severities.</summary>
      <param name="traceSeverity">The trace severity to assign to all the trace log categories defined for the application.</param>
      <param name="eventSeverity">The event severity to assign to all the trace log categories defined for the application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IDiagnosticsManager.Update">
      <summary>Updates Windows SharePoint Services with any changes made to the trace log categories.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute"></member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute.IncludeDatabases">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceApplicationBackupBehaviorAttribute.ServiceApplication">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplication" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute"></member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute.IncludeLoadBalancers">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceApplicationProxyBackupBehaviorAttribute.ServiceApplicationProxy">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute"></member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.AddChildObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="self"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IisWebServiceBackupBehaviorAttribute.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="args"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.ILoadBalancedUriEndpoint"></member>
    <member name="P:Microsoft.SharePoint.Administration.ILoadBalancedUriEndpoint.EndpointAddresses">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ILoadBalancedUriEndpoint.Uri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.ILoggingProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.ILoggingProvider.Columns"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.CreateTable(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition})"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.ExecuteReader(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.OnProvisioning"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.OnUnprovisioning"></member>
    <member name="P:Microsoft.SharePoint.Administration.ILoggingProvider.RetentionPeriod"></member>
    <member name="P:Microsoft.SharePoint.Administration.ILoggingProvider.TableName"></member>
    <member name="M:Microsoft.SharePoint.Administration.ILoggingProvider.WriteDataRowToServer(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition},System.DateTime,System.String,System.Object[])"></member>
    <member name="T:Microsoft.SharePoint.Administration.IMigratable">
      <summary>Provides support for gradual upgrade by migrating paired objects from Windows SharePoint Services 2.0 to Windows SharePoint Services 3.0. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IMigratable.CanMigrate">
      <summary>Gets a value indicating whether an object can be migrated.</summary>
      <returns>true indicates the object can be migrated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IMigratable.IsPaired">
      <summary>Gets a value indicating whether an object is paired.</summary>
      <returns>true indicates the object is paired; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IMigratable.Migrate">
      <summary>Migrates settings between paired objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IMigratable.Migrate(System.Boolean)">
      <summary>Migrates settings between paired objects with the option of including the object's children.</summary>
      <param name="includeChildren">true to include children; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IMigratable.UpgradeContext">
      <summary>Gets additional upgrade context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> object. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.ISerializableUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.ISerializableUsageEntry.GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="T:Microsoft.SharePoint.Administration.IServiceAdministration"></member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.CreateApplication(System.String,System.Type,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplication" />.</returns>
      <param name="name"></param>
      <param name="serviceApplicationType"></param>
      <param name="provisioningContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.CreateProxy(System.String,Microsoft.SharePoint.Administration.SPServiceApplication,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxy" />.</returns>
      <param name="name"></param>
      <param name="serviceApplication"></param>
      <param name="provisioningContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.GetApplicationTypeDescription(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPPersistedTypeDescription" />.</returns>
      <param name="serviceApplicationType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.GetApplicationTypes">
      <returns>Returns <see cref="T:System.Type" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.GetCreateApplicationLink(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
      <param name="serviceApplicationType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceAdministration.GetCreateApplicationOptions(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPCreateApplicationOptions" />.</returns>
      <param name="serviceApplicationType"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IServiceEndpoint"></member>
    <member name="P:Microsoft.SharePoint.Administration.IServiceEndpoint.Uri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IServiceProxyAdministration"></member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceProxyAdministration.CreateProxy(System.Type,System.String,System.Uri,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxy" />.</returns>
      <param name="serviceApplicationProxyType"></param>
      <param name="name"></param>
      <param name="serviceApplicationUri"></param>
      <param name="provisioningContext"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceProxyAdministration.GetCreateProxyLink(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
      <param name="serviceApplicationProxyType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceProxyAdministration.GetProxyTypeDescription(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPPersistedTypeDescription" />.</returns>
      <param name="serviceApplicationProxyType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IServiceProxyAdministration.GetProxyTypes">
      <returns>Returns <see cref="T:System.Type" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.ISharedServiceApplication"></member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.ApplicationClassId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.ApplicationVersion">
      <returns>Returns <see cref="T:System.Version" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.Comments">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.DefaultEndpoint">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.IServiceEndpoint" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.DisplayName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.Endpoints">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.Shared">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.TermsOfServiceUri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.ISharedServiceApplication.Uri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.ISPUserMigrator">
      <summary>Provides support for migrating user accounts from one login name to another.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.ISPUserMigrator.MigrateUserAccount(System.String,System.String,System.Boolean)">
      <summary>Migrates the specified user account from one login name to another, optionally enforcing the Active Directory Domain Services Security ID (SID) history.</summary>
      <returns>true if at least the entry for the user was migrated.</returns>
      <param name="oldLogin">A string that contains the old login name.</param>
      <param name="newLogin">A string that contains the new login name.</param>
      <param name="enforceSidHistory">true to enforce SID history.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IUpgradable">
      <summary>Provides members for managing an upgradable object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IUpgradable.CanUpgrade">
      <summary>Gets a Boolean value that indicates whether the object can be upgraded.</summary>
      <returns>true if the object can be upgraded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IUpgradable.Invalidate">
      <summary>Invalidates computed property values for the object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IUpgradable.NeedsUpgrade">
      <summary>Gets or sets a Boolean value that specifies whether the object needs to be upgraded.</summary>
      <returns>true to specify that the object needs to be upgraded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IUpgradable.Upgrade">
      <summary>Upgrades the object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.IUpgradable.Upgrade(System.Boolean)">
      <summary>Upgrades the object with the option of upgrading child objects.</summary>
      <param name="includeChildren">true to upgrade the child objects; otherwise, false.           </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.IUpgradable.UpgradeContext">
      <summary>Gets additional information about the upgrade context for the object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> object that represents the upgrade context.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.IUpgradable2"></member>
    <member name="P:Microsoft.SharePoint.Administration.IUpgradable2.IsBackwardsCompatible"></member>
    <member name="T:Microsoft.SharePoint.Administration.PersistedAttribute">
      <summary>Indicates that this property should be stored in the configuration database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.PersistedAttribute.#ctor">
      <summary>When used on fields of a subclass of the <see cref="T:Microsoft.SharePoint.Administration.SPAutoSerializingObject" /> class, initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.PersistedAttribute" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.PersistedAttribute.#ctor(Microsoft.SharePoint.Administration.PersistedAttributeMergeType)"></member>
    <member name="P:Microsoft.SharePoint.Administration.PersistedAttribute.MergeType"></member>
    <member name="T:Microsoft.SharePoint.Administration.PersistedAttributeMergeType"></member>
    <member name="F:Microsoft.SharePoint.Administration.PersistedAttributeMergeType.Merge"></member>
    <member name="F:Microsoft.SharePoint.Administration.PersistedAttributeMergeType.NonMerge"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAce`1">
      <summary>Respresents an access control entry in an access control list (ACL).</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.DenyRightsMask">
      <summary>Gets or sets the rights denied by the access control entry.</summary>
      <returns>An object that specifies the rights to deny.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.DisplayName">
      <summary>Gets or sets the display name of the access control entry.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.GrantRightsMask">
      <summary>Gets or sets the rights granted by the access control entry.</summary>
      <returns>An object that specifies the rights to grant.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.IsWindowsAuthenticationMode">
      <summary>Gets a Boolean value that indicates whether the principal uses Windows authentication.</summary>
      <returns>true if the principal uses Windows authentication; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.PrincipalName">
      <summary>Gets the name of the principal.</summary>
      <returns>A string that contains the name of the principal.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAce`1.RawSid">
      <summary>Gets the security identifier for the principal.</summary>
      <returns>A byte array that contains the security identifier, but null if the principal does not use Windows authentication mode.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAcl`1">
      <summary>Represents an access control list (ACL).</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAcl`1" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Add(System.String,System.String,System.Byte[],`0,`0)">
      <summary>Adds a new access control entry (ACE) to the access control list, overwriting any existing ACE for the specified principal based on the specified principal name, principal display name, security identifier, granted rights, and denied rights.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAce`1" /> object that represents the new ACE.</returns>
      <param name="principalName">A string that contains the login name of the principal.</param>
      <param name="displayName">A string that contains the display name of the principal.</param>
      <param name="securityIdentifier">A byte array that contains the security identifier bytes for a Windows principal.</param>
      <param name="grantRightsMask">An object that represents the rights to be granted.</param>
      <param name="denyRightsMask">An object that represents the rights to be denied.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Add(System.String,`0,`0)">
      <summary>Adds a new access control entry (ACE) to the access control list, overwriting any existing ACE for the specified principal based on the specified principal name, granted rights, and denied rights.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAce`1" /> object that represents the new ACE.</returns>
      <param name="principalName">A string that contains the name of the principal.</param>
      <param name="grantRightsMask">An object that represents the rights to be granted.</param>
      <param name="denyRightsMask">An object that represents the rights to be denied.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAcl`1.AnonymousPermissionMask"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.CalculatePermissions"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Clear">
      <summary>Clears the access control list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAcl`1.Count">
      <summary>Gets the number of access control entries (ACEs) in the access control list.</summary>
      <returns>A 32-bit integer that indicates the number of ACEs.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.DoesUserHavePermissions(`0)">
      <summary>Performs an access check to determine if the current user has the specified permissions.</summary>
      <returns>true if the user has the permissions; otherwise, false.</returns>
      <param name="permissions">An object that represents the permissions to check.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.EffectivePermissions">
      <summary>Returns the effective permissions for the current user.</summary>
      <returns>An object that represents the effective permissions for the user.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.GetEnumerator">
      <summary>Returns an enumerator that can be used to iterate through the collection.</summary>
      <returns>A System.Collections.Generic.IEnumerator interface that can be used to iterate through the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Init"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAcl`1.Item(System.Int32)">
      <summary>Gets the access control entry at the specified index in the access control list.</summary>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAcl`1.Item(System.String)">
      <summary>Gets the access control entry from the access control list based on the specified principal name.</summary>
      <param name="principalName">A string that specifies the name of the principal.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.OnAdd(Microsoft.SharePoint.Administration.SPAce{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Remove(Microsoft.SharePoint.Administration.SPAce{`0})">
      <summary>Removes the specified principal from the access control list based on the specified access control entry (ACE).</summary>
      <param name="ace">An <see cref="T:Microsoft.SharePoint.Administration.SPAce`1" /> object that represents the ACE to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.Remove(System.String)">
      <summary>Removes the specified principal from the access control list based on the specified principal name.</summary>
      <param name="principalName">A string that contains the name of the principal to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAcl`1.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAclRights`1">
      <typeparam name="TRightsEnum"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.#ctor(`0)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.Equals(Microsoft.SharePoint.Administration.SPAclRights{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.IsSubsetOf(Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.op_BitwiseOr(Microsoft.SharePoint.Administration.SPAclRights{`0},Microsoft.SharePoint.Administration.SPAclRights{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.op_Equality(Microsoft.SharePoint.Administration.SPAclRights{`0},Microsoft.SharePoint.Administration.SPAclRights{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.op_Inequality(Microsoft.SharePoint.Administration.SPAclRights{`0},Microsoft.SharePoint.Administration.SPAclRights{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAclRights`1.Union(Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPActionLink">
      <summary>Represents an action that is displayed for a service on the Services on Server page in the SharePoint Central Administration Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPActionLink.#ctor(Microsoft.SharePoint.Administration.SPActionLinkType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> class based on the specified link type.</summary>
      <param name="linkType">An <see cref="T:Microsoft.SharePoint.Administration.SPActionLinkType" /> value that specifies the link type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPActionLink.#ctor(Microsoft.SharePoint.Administration.SPActionLinkType,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> class based on the specified link type, URL, and prompt message.</summary>
      <param name="linkType">An <see cref="T:Microsoft.SharePoint.Administration.SPActionLinkType" /> value that specifies the link type.</param>
      <param name="url">A string that contains the URL.</param>
      <param name="promptMessage">A string that contains the message to display in a dialog box before the action occurs.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPActionLink.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> class based on the specified URL.</summary>
      <param name="url">A string that contains the URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPActionLink.LinkType">
      <summary>Gets the type of action for the link.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPActionLinkType" /> value that indicates the type of action.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPActionLink.PromptMessage">
      <summary>Gets the prompt message that is displayed before taking the action.</summary>
      <returns>A string that contains the message that is displayed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPActionLink.Url">
      <summary>Gets the URL for the link.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPActionLinkType">
      <summary>Specifies the type of action provided for a service that is displayed on the Services on Server page within the SharePoint Central Administration Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPActionLinkType.None">
      <summary>Display descriptive text but no link.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPActionLinkType.Hidden">
      <summary>Hide both the link and descriptive text.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPActionLinkType.ObjectModel">
      <summary>Post back and attempt to invoke the object model.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPActionLinkType.UserInterface">
      <summary>Display both the link and descriptive text for redirection to a page in the user interface.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAdministrationLink"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationLink.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationLink.Url"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)">
      <param name="name"></param>
      <param name="service"></param>
      <param name="server"></param>
      <param name="lockType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition.RefreshAndEnable(System.Boolean)">
      <param name="enable"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationServiceJobDefinition.Validate"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication">
      <summary>Represents an <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object with additional settings that are specific to Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebService,Microsoft.SharePoint.Administration.SPApplicationPool)">
      <summary>Used when creating a Web application, initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class based on the specified instance name, Web service, and application pool.</summary>
      <param name="name">A string that contains the name of the instance.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object that represents the Web service.</param>
      <param name="applicationPool">An <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> object that represents the application pool.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.AddAdministrativeTask(System.String,System.String,System.Int32,System.String,System.String)">
      <summary>Adds an item to the administration Tasks list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the new item.</returns>
      <param name="title">A string that contains the title of the item.</param>
      <param name="description">A string that contains a description for the new item.</param>
      <param name="priority">A 32-bit integer that specifies the priority of the new task item.</param>
      <param name="actionTitle">A string that contains the descriptive text for the link to the item.</param>
      <param name="actionUrl">A string that contains the URL for the link to the item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.AdministrativeTaskExists(System.String)">
      <summary>Returns a Boolean value that indicates whether an administrative task item exists.</summary>
      <returns>true if an administrative task exists; otherwise, false.</returns>
      <param name="systemId">A string that contains the system ID of the task item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.AdministrativeTasks">
      <summary>Gets the Tasks list that is used in the SharePoint Central Administration Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the Tasks list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.CurrentUserIsDelegatedAdministrator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.DefaultServerComment">
      <summary>Gets the default name of the administration Web site that is displayed in Internet Information Services (IIS).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.EnsureSystemTask(System.String,System.String,System.Int32,System.String,System.String,System.String,System.String)">
      <summary>Adds a system task to the administration Tasks list if it does not already exist.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the new item.</returns>
      <param name="title">A string that contains the title of the new item.</param>
      <param name="description">A string that contains a description for the new item.</param>
      <param name="priority">A 32-bit integer that specifies the priority of the new task item.</param>
      <param name="actionTitle">A string that contains the descriptive text for the link to the task.</param>
      <param name="actionUrl">A string that contains the URL for the link to the task.</param>
      <param name="service">A string that contains the name of the service.</param>
      <param name="systemId">A string that contains the system ID of the item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.GetInstanceLocalToFarm(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Returns the administration Web application that is local to the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Adminstration.SPAdministrationWebApplication" /> object that represents the administration Web application.</returns>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.HealthReports"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.HealthRules"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.IsAdministrationWebApplication">
      <summary>Gets a Boolean value that indicates whether the Web application is the administration Web application.</summary>
      <returns>true indicates the administration Web application; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.Local">
      <summary>Gets the current instance of the administration Web application from the local server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> object that represents the administration Web application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when the administration Web application is being restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false.</returns>
      <param name="sender">An object representing the administration Web application that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.Provision">
      <summary>Provisions the Web application with static files that are unique to the administration Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.RemoveAdministrativeTask(System.String)">
      <summary>Removes the specified item from the administration Tasks list.</summary>
      <param name="systemId">A string that contains the system ID of the task.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.SwitchAdministrativeTasksView(System.String)">
      <summary>Switches the view that is used for the administration Tasks list to the specified view.</summary>
      <param name="baseViewId">A string that contains the ID of the view to apply.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.Unprovision">
      <summary>Removes the administration Web application from the current front-end Web server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAdministrationWebApplication.UpdateCredentials(System.String)">
      <summary>Updates credentials when the user name or password of the administration Web application changes.</summary>
      <param name="formerUsername">A string that specifies the former user name.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAllSitesJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAllSitesJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAllSitesJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebApplication)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAllSitesJobDefinition.Execute(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAllSitesJobDefinition.ProcessSite(Microsoft.SharePoint.SPSite,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAlternateUrl">
      <summary>Represents an incoming URL and the zone with which it is associated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.#ctor(System.String,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> class with the specified incoming URL and URL zone.</summary>
      <param name="incomingUrl">The original URL from the request context or higher-level object model call. An incoming URL can be specified only once in the Windows SharePoint Services farm.</param>
      <param name="urlZone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone associated with this URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.#ctor(System.Uri,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> class with the specified URI and URL zone.</summary>
      <param name="requestUri">A System.Uri object that that represents the incoming URL. An incoming URL can be specified only once in the Windows SharePoint Services farm. </param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone associated with this URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrl.Collection">
      <summary>Gets the parent collection of URLs to which the alternate URL belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> object that represents the parent collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrl.ContextUri">
      <summary>Gets the appropriate response URL, also known as outgoing URL, for the context of the current request URL.</summary>
      <returns>A System.Uri object that represents the response, or outgoing, URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.Equals(System.Object)">
      <summary>Compares two <see cref="T:Microsoft.SharePoint.SPAlternateUrl" /> objects to determine whether their incoming URLs match. </summary>
      <returns>true if the two alternate URLs match, otherwise, false.</returns>
      <param name="obj">An object that represents another alternate URL with which to compare the current alternate URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrl.IncomingUrl">
      <summary>Gets the incoming URL associated with the zone of the request.</summary>
      <returns>A string that contains the incoming URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrl.Lookup(System.Uri)">
      <summary>Returns the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object in the farm whose incoming URL matches the specified URI parameter. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object representing the alternate URL.</returns>
      <param name="uri">A System.Uri object that represents the incoming URL of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object to return.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrl.Uri">
      <summary>Gets the incoming URL associated with the zone of the request as a URI.</summary>
      <returns>A System.Uri that represents the URI.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrl.UrlZone">
      <summary>Gets the zone associated with the alternate request URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> class based on the specified name and server farm object.</summary>
      <param name="name">A string containing the name.</param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Add(Microsoft.SharePoint.Administration.SPAlternateUrl)">
      <summary>Adds the specified URL to the collection of alternate request URLs for the Web application.</summary>
      <param name="alternateUrl">An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the new request URL to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.CanSelectForRestore"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Clear">
      <summary>Removes all URLs from the collection, leaving the collection in an invalid state.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Contains(Microsoft.SharePoint.Administration.SPAlternateUrl)">
      <summary>Returns a value that indicates whether the specified URL is included in the collection.</summary>
      <returns>true if the collection contains the specified URL; otherwise, false.</returns>
      <param name="url">An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.CopyTo(Microsoft.SharePoint.Administration.SPAlternateUrl[],System.Int32)">
      <summary>Copies the elements of the collection to an array of <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> objects, starting at a specified array index.</summary>
      <param name="array">The array of <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> objects to which to copy the collection.</param>
      <param name="count">A 32-bit integer specifying the array index at which to start copying the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Count">
      <summary>Gets the number of alternate request URLs in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of URLs.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Delete">
      <summary>Deletes the entire collection of alternate URLs and clears local caches.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Delete(System.Int32)">
      <summary>Deletes the URL at the specified index from the collection.</summary>
      <param name="index">A 32-bit integer that specifies the URL to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Delete(System.String)">
      <summary>Deletes the specified URL from the collection.</summary>
      <param name="incomingUrl">A string that contains the URL to delete.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.DisplayName">
      <summary>Gets the display name of the collection.</summary>
      <returns>A string that contains the display name of the collection. For a collection that is used by a Web application, this value is equal to the name of the Web application. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Ensure(Microsoft.SharePoint.Administration.SPAlternateUrl)">
      <summary>Adds an incoming URL to the collection if it does not already exist in the collection.</summary>
      <param name="alternateUrl">A string containing the incoming URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.GetEnumerator">
      <summary>Returns an IEnumerator object that can be used to access the items in the collection.</summary>
      <returns>A System.Collections.IEnumerator object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.GetResponseUrl(Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Returns the appropriate URL to use when generating an outbound URL for the specified zone.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL. If the response URL for the specified zone cannot be found, this method returns the response URL for the Default zone. </returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.GetResponseUrl(Microsoft.SharePoint.Administration.SPUrlZone,System.Boolean)">
      <summary>Returns the appropriate URL to use when generating an outbound URL for the specified zone. This method specifies whether to return the response URL for the Default zone if the response URL for the requested zone cannot be found. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object representing the URL to use when generating an outbound URL.</returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone.</param>
      <param name="withFallback">true to return the response URL for the Default zone if the response URL for the requested zone cannot be found; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.IsReadOnly">
      <summary>Gets a value that indicates whether the collection can be modified.</summary>
      <returns>true if the collection cannot be modified; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Item(System.Int32)">
      <summary>Gets the alternate request URL object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Item(System.String)">
      <summary>Gets the alternate request URL object with the specified incoming URL from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL.</returns>
      <param name="incomingUrl">A string that contains the incoming URL.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Item(System.Uri)">
      <summary>Gets the alternate request URL object with the specified URI from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL.</returns>
      <param name="requestUri">System.Uri object that represents the URI.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnDeserialization">
      <summary>Specifies that Windows SharePoint Services perform additional post-deserialization setup operations.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Remove(Microsoft.SharePoint.Administration.SPAlternateUrl)">
      <summary>Deletes the specified URL from the collection if it exists in the collection, but if the URL does not exist, returns false instead of throwing an exception. </summary>
      <returns>true if the URL exists in the collection and is successfully removed; otherwise, false.</returns>
      <param name="url">An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.SetRedirectUrl(Microsoft.SharePoint.Administration.SPAlternateUrl)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.SetResponseUrl(Microsoft.SharePoint.Administration.SPAlternateUrl)">
      <summary>Sets the URL to use when generating an outbound absolute URL for a particular zone.</summary>
      <param name="url">An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that represents the URL to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.TypeName">
      <summary>Gets the localized display name of the collection, which in English is Alternate Access Mapping Collection. </summary>
      <returns>A string that contains Alternate Access Mapping Collection. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.UnsetRedirectUrl(Microsoft.SharePoint.Administration.SPUrlZone)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.UnsetResponseUrl(Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Removes the URL mapping that is used when generating an outbound absolute URL for a particular zone.</summary>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value specifying the zone from which to remove URL mapping.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Update">
      <summary>Updates the collection and rebuilds lookup caches.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollection.Validate">
      <summary>Verifies that the alternate URL collection is in an acceptable state before calling the <see cref="M:Microsoft.SharePoint.Administration.Update" /> method. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager">
      <summary>Provides methods that can be used to perform operations on all the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> objects in the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.DeserializeUrlFromStorage(System.String,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Deserializes the specified string into the appropriate URL for the specified URL zone.</summary>
      <returns>A string containing the deserialized URL.</returns>
      <param name="serializedUrl">The string from which to deserialize the URL.  </param>
      <param name="zone">A <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone.     </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.LookupAlternateUrl(System.Uri)">
      <summary>Returns the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object that contains the specified URL.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object.</returns>
      <param name="canonicalRequestUri">A System.Uri object that specifies the URL of the <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrl" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.RebaseUriWithAlternateUri(System.Uri)">
      <summary>Replaces the scheme, host, and port of the specified URI with a mapped alternate access URI.</summary>
      <returns>A System.Uri object that represents the mapped alternate access URI.</returns>
      <param name="requestUri">A System.Uri object that specifies the request URI to rebuild using the correct response URI base.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.RebaseUriWithAlternateUri(System.Uri,System.Nullable{Microsoft.SharePoint.Administration.SPUrlZone})">
      <summary>Replaces the scheme, host, and port of the specified URI with the alternate access URI for the specified zone.</summary>
      <returns>A System.Uri object that represents the mapped alternate access URI.</returns>
      <param name="requestUri">A System.Uri object that specifies the request URI to rebuild using the correct response URI base.   </param>
      <param name="desiredZone">A <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone of the response URI.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.SerializeUrlForStorage(System.String)">
      <summary>Serializes the specified URL in a format appropriate for persistent storage.</summary>
      <returns>A string that contains the serialized URL.</returns>
      <param name="url">A string containing the URL to serialize.   </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAnonymousPolicy">
      <summary>Specifies a security policy to use for anonymous users</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPAnonymousPolicy.None">
      <summary>Do not specify rights for anonymous users.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPAnonymousPolicy.DenyWrite">
      <summary>Deny write permission to anonymous users.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPAnonymousPolicy.DenyAll">
      <summary>Deny all rights to anonymous users.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAntivirusSettings">
      <summary>Represents a collection of antivirus settings. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAntivirusSettings.#ctor">
      <summary>Reserved for internal use only. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.AllowDownload">
      <summary>Gets or sets a value that indicates whether infected documents can be downloaded. </summary>
      <returns>true to allow infected documents to be downloaded; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.AllowQuarantinedFileDownload"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.CleaningEnabled">
      <summary>Gets or sets a value that indicates whether the virus scanner should attempt to cure infected files. </summary>
      <returns>If true, the virus scanner attempts to cure infected files; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.DownloadScanEnabled">
      <summary>Gets or sets a value that indicates whether files are scanned when they are downloaded.</summary>
      <returns>If true, files are scanned when they are downloaded; otherwise, false. The default is false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAntivirusSettings.IncrementVendorUpdateCount">
      <summary>Increments the number of times the vendor has been updated.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.NumberOfThreads">
      <summary>Gets or sets the number of threads that the virus scanner can use.</summary>
      <returns>A 32-bit integer that specifies the number of threads. The default is 5. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.SkipSearchCrawl">
      <summary>Gets or sets a Boolean value that specifies whether to skip scanning during a search crawl.</summary>
      <returns>true to skip skanning during a search crawl; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.Timeout">
      <summary>Gets or sets the amount of time before the virus scanner times out. </summary>
      <returns>A TimeSpan object. The default is 300 seconds.        </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.UploadScanEnabled">
      <summary>Gets or sets a value that indicates whether files are scanned when uploaded. </summary>
      <returns>If true, files are scanned when they are uploaded; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAntivirusSettings.VendorUpdateCount">
      <summary>Gets or sets the current increment of the number of times the vendor has been updated.</summary>
      <returns>A 32-bit integer that specifies the number of times the vendor has been updated.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPApplicationPool">
      <summary>Represents an Internet Information Services (IIS) application pool. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> class. </summary>
      <param name="name">A string that contains the unique name of the IIS application pool filter.</param>
      <param name="service">The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" />object associated with this application pool.          </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.Provision">
      <summary>Creates the application pool on the local server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.Unprovision">
      <summary>Removes the application pool from the local server. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.Update">
      <summary>Stores the values of application pools in the configuration store and performs necessary operations when an application pool changes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPApplicationPool.UpdateCredentials(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPApplicationPoolCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> objects.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAuthenticationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPAuthenticationProvider.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAuthenticationProvider.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAuthenticationProvider.EqualityComparer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPAuthenticationProvider.Name"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPAutoSerializingObject">
      <summary>Serves as the base class for all topology objects that provide automatic serialization of fields with the appropriate attributes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAutoSerializingObject.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAutoSerializingObject" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAutoSerializingObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPAutoSerializingObject" /> class. </summary>
      <param name="info">The information required for serializing the object.</param>
      <param name="context">The source or destination for the serialization.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAutoSerializingObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Retrieves the data required to serialize the object.</summary>
      <param name="info">The information required for serializing the object.        </param>
      <param name="context">The source or destination for the serialization.           </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAutoSerializingObject.OnDeserialization">
      <summary>Called after the object has been deserialized from the file system cache or the database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPAutoSerializingObject.UpdateParent">
      <summary>Causes the containing <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" />, if one exists, to update its state. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPAutoSerializingObject.UpgradedPersistedProperties">
      <summary>Gets the collection of field names and values for fields that were deleted or changed. </summary>
      <returns>A Hashtable object containing name-value pairs. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPCertificate"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject,System.Security.Cryptography.X509Certificates.X509Certificate2)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.Delete"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificate.HasPrivateKey"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificate.NotValidAfter"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.Provision(System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificate.SetPassword(System.Security.SecureString)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificate.Thumbprint"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPCertificateStore"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.#ctor(System.String,System.Security.Principal.SecurityIdentifier,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.#ctor(System.String,System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificateStore.Certificates"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.Delete"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.Deploy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPCertificateStore.Provision"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificateStore.StoreName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificateStore.StoreService"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificateStore.StoreType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPCertificateStore.StoreUserSid"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPCertificateStore.eStoreType"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCertificateStore.eStoreType.LOCAL_MACHINE"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCertificateStore.eStoreType.SPECIFIC_SERVICE"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCertificateStore.eStoreType.SPECIFIC_USER"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.BrowserSessionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickedAssetContentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickedAssetId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickedAssetWebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickedTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ClickType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.CustomLoggingXml"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.IsBestBetResult"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.Origin"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.OriginWebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ParentTypeGuid"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.QueryId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.ResultPosition"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.SampleRate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.SiteId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.UserDepartment"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.UserId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClickthroughUsageEntry.UserTitle"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPClientCallableProxyLibrary"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPClientCallableProxyLibrary.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableProxyLibrary.AssemblyName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPClientCallableSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPClientCallableSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.EnableStackTrace"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.EnableXsdValidation"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.MaxObjectPaths"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.MaxResourcesPerRequest"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.ProxyLibraries"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientCallableSettings.RequestXmlMaxDepth"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPClientRequestServiceSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPClientRequestServiceSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPClientRequestServiceSettings.MaxReceivedMessageSize"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPColumnDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPColumnDefinition.#ctor(System.String,System.Data.SqlDbType)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPColumnDefinition.#ctor(System.String,System.Data.SqlDbType,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPColumnDefinition.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPColumnDefinition.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPColumnDefinition.Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPColumnDefinition.Size"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPColumnDefinition.ToString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPColumnDefinition.Type"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPConcurrencyException">
      <summary>Represents an exception that is thrown to prevent overwriting settings when changes made to administration on one computer within a server farm conflict with settings on another computer.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPConfigDatabase">
      <summary>Obsolete. Represents the configuration database in a Microsoft Windows SharePoint Services deployment.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigDatabase.Name">
      <summary>Obsolete. Gets the name of the configuration database in Microsoft SQL Server. </summary>
      <returns>A string that contains the name of the configuration database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigDatabase.Server">
      <summary>Obsolete. Gets the name of the server that contains the configuration database. </summary>
      <returns>A string that contains the name of the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigDatabase.UserName">
      <summary>Obsolete. Gets the name of the user who owns the account for the configuration database. </summary>
      <returns>A string that contains the name of the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigDatabase.Version">
      <summary>Obsolete. Gets the version of the configuration database. </summary>
      <returns>A System.Version object that indicates the version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigDatabase.WindowsAuthentication">
      <summary>Obsolete. Gets a Boolean value that indicates whether Microsoft Windows authentication is enabled for the configuration database. </summary>
      <returns>true if Windows authentication is enabled; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgs">
      <summary>Provides data for the <see cref="T:Microsoft.SharePoint.Administration.SPConfigurationChangeEventHandler" /> event.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgs.ObjectId">
      <summary>Gets the GUID identifying the object that changed.</summary>
      <returns>A System.Guid identifying the object that changed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPConfigurationChangeEventHandler">
      <summary>Provides an event handler for when an object changes.</summary>
      <param name="sender">An object that represents the object that changed.</param>
      <param name="e">An <see cref="T:Microsoft.SharePoint.Administration.SPConfigurationChangeEventArgs" /> object that provides data about the object changes to the event handler.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPContentDatabase">
      <summary>Represents a content database in the Windows SharePoint Services deployment.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the content database to the backup/restore job. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object from the parent of the object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.CanMigrate">
      <summary>Returns a value that indicates whether the content database can be migrated. </summary>
      <returns>true if the content database can be migrated; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.CreateUnattachedContentDatabase(System.Data.SqlClient.SqlConnectionStringBuilder)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />.</returns>
      <param name="connection"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.CreateUnattachedContentDatabase(System.String,System.String,System.String,System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />.</returns>
      <param name="databaseInstanceServer"></param>
      <param name="databaseName"></param>
      <param name="username"></param>
      <param name="password"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.CurrentChangeToken">
      <summary>Gets the change token used to log the next change in the change log for the content database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPChangeToken" /> object that represents the current change token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.CurrentSiteCount">
      <summary>Gets the current number of site collections that are represented in the content database.</summary>
      <returns>A 32-bit integer that indicates the current number of top-level sites.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Delete">
      <summary>Deletes the content database.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.ExistsInFarm">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetActiveWorkItems(System.Guid)">
      <summary>Gets the collection of work items that are associated with the content database based on the specified work item type.</summary>
      <param name="workItemType">A System.Guid object that specifies the type of work items in the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetChanges">
      <summary>Returns the first 1000 changes listed in the change log for the content database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the first 1000 changes listed in the change log.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetChanges(Microsoft.SharePoint.SPChangeQuery)">
      <summary>Returns a collection of changes from the change log that have been filtered by the specified query.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes. The maximum number of changes that can be returned in a single collection is 1000.</returns>
      <param name="query">An <see cref="T:Microsoft.SharePoint.SPChangeQuery" /> object that represents the query to perform against the change log.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetChanges(Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns the collection of content database changes, starting from a specified date. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that specifies a starting date and time. If the token refers to a time before the start of the current change log, an <see cref="T:Microsoft.SharePoint.SPException" /> exception is thrown. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetChanges(Microsoft.SharePoint.SPChangeToken,Microsoft.SharePoint.SPChangeToken)">
      <summary>Returns a collection of changes that have been logged over a specified period of time.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPChangeCollection" /> object that represents the changes.</returns>
      <param name="changeToken">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the start change token.</param>
      <param name="changeTokenEnd">An <see cref="T:Microsoft.SharePoint.SPChangeToken" /> object that represents the end change token.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.GetWorkItems(Microsoft.SharePoint.SPWorkItemCollection,System.UInt32@,System.UInt32@,System.Object@)">
      <summary>Returns the individual work items, number of columns, and number of rows in the specified work item collection as output parameters.</summary>
      <param name="workItems">An <see cref="T:Microsoft.SharePoint.SPWorkItemCollection" /> object that represents the work items.</param>
      <param name="dwColCount">A 32-bit unsigned integer that specifies the number of work item columns.</param>
      <param name="dwRowCount">A 32-bit unsigned integer that specifies the number of work item rows.</param>
      <param name="varWorkItems">An object that represents the individual work items.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.IsAttachedToFarm">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.IsPaired">
      <summary>Gets or sets a Boolean value that specifies whether the content database is paired to a Windows SharePoint Services 2.0 content database.</summary>
      <returns>true if the content database is paired to a Windows SharePoint Services 2.0 content database; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.MaximumSiteCount">
      <summary>Gets or sets the maximum number of sites that can be represented in the content database.</summary>
      <returns>A 32-bit integer that specifies the maximum number of sites.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Migrate">
      <summary>Migrates settings between paired content databases.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Migrate(System.Boolean)">
      <summary>Migrates settings from a paired content database with the option of including all children.</summary>
      <param name="includeChildren">true if children are included; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.OnPostRestore(Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called after the content database has been restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code. </summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the content database that is being restored.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called before the content database backup begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the content database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.OnPreRestore(Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when restoration of the specified content database begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false.</returns>
      <param name="sender">An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the content database that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.PreferredTimerServiceInstance">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPTimerServiceInstance" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Provision">
      <summary>Creates the content database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.QueryFeatures(Microsoft.SharePoint.SPFeatureScope,System.Boolean)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="scope"></param>
      <param name="needsUpgrade"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.QueryFeatures(System.Guid)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.QueryFeatures(System.Guid,System.Boolean)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
      <param name="needsUpgrade"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.QueryFeatures(System.Guid,System.Version)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPFeatureQueryResultCollection" />.</returns>
      <param name="featureId"></param>
      <param name="featureVersion"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.RefreshSitesInConfigurationDatabase"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.RemoteBlobStorageSettings">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Repair(System.Boolean)">
      <summary>Repairs the content database.</summary>
      <returns>An XML string that specifies the type, name, and ID of site collections, Web sites, lists, or documents that are orphaned when the content database is repaired.</returns>
      <param name="DeleteCorruption">true to release the resources of orphaned site collections, Web sites, lists, and documents during the repair; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.SearchServiceInstance">
      <summary>Gets or sets an instance of the search service that is associated with the content database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstance" /> object that represents the search service instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.Server">
      <summary>Gets the name of the database server that contains the content database.</summary>
      <returns>A string that contains the name of the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.Sites">
      <summary>Gets the collection of site collections that are represented in the content database. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSiteCollection" /> object that represents the collection of site collections. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.TypeName">
      <summary>Gets the display name that is used to describe the object type in the administration user interface.</summary>
      <returns>A string that contains the display name of the object type, which is "Content Database".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Update"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Upgrade(System.Boolean)">
      <summary>Upgrades the content database from a previous release to the current release, with the option of upgrading all its children in the upgrade hierarchy. </summary>
      <param name="recursively">true to include children in the upgrade; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabase.Validate">
      <summary>Validates the state of the content database before persisting it.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.WarningSiteCount">
      <summary>Gets or sets the number of sites that can be created before a warning event is generated and the owner of the site collection is notified.</summary>
      <returns>A 32-bit integer that specifies the number of sites that can be created before the warning is generated.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabase.WebApplication">
      <summary>Gets the Web application that uses the content database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPContentDatabaseCollection">
      <summary>A collection of references to content databases that are used by a single Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.#ctor(Microsoft.SharePoint.Administration.SPVirtualServer)">
      <summary>Initializes a new instance of the SPContentDatabaseCollection class.</summary>
      <param name="vs">A <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the virtual server that contains the content database.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(Microsoft.SharePoint.Administration.SPContentDatabase)">
      <summary>Adds a content database to the collection of databases that are used by the parent Web application.</summary>
      <param name="database">An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the content database to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32)">
      <summary>Adds a content database to the collection of content databases that are used by the parent Web application and are based on specified database settings.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the new content database.</returns>
      <param name="strDatabaseServer">A string that contains the name of the server for the database.</param>
      <param name="strDatabaseName">A string that contains the name of the database.</param>
      <param name="strDatabaseUsername">A string that contains the name of the owner of the database.</param>
      <param name="strDatabasePassword">A string that contains the password for accessing the database.</param>
      <param name="warningSiteCount">A 32-bit integer that specifies the number of sites that can be created before a warning event is generated and e-mail notification is sent to the database administrators.</param>
      <param name="maximumSiteCount">A 32-bit integer that specifies the maximum number of sites to represent in the content database.</param>
      <param name="status">A 32-bit integer that specifies the status for the database. 0 specifies that the status of the new database is Ready; 1 specifies that the status is Offline, which means that no new sites can be created in the database.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Add(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Count">
      <summary>Gets the number of content databases in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of content databases in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Delete(System.Guid)">
      <summary>Deletes the content database with the specified GUID.</summary>
      <param name="gDatabaseId">A GUID that specifies the content database to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.GetEnumerator">
      <summary>Returns an enumerator that iterates through the collection. </summary>
      <returns>A System.Collections.IEnumerator object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Item(System.Guid)">
      <summary>Gets the content database object with the specified GUID in the collection.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />object that represents the content database.</returns>
      <param name="id">A GUID that identifies the content database.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPContentDatabaseCollection.Item(System.Int32)">
      <summary>Gets the content database object at the specified index in the collection.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that represents the content database.</returns>
      <param name="i">A 32-bit integer that specifies the index of the content database.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPContentDatabaseJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebApplication)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseJobDefinition.Execute(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPContentDatabaseJobDefinition.Execute(Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPCreateApplicationOptions"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCreateApplicationOptions.None"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCreateApplicationOptions.Default"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPCreateApplicationOptions.Optional"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabase">
      <summary>Encapsulates access to Microsoft SQL Server databases.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.#ctor">
      <summary>Reserved for internal use. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.#ctor(System.String,Microsoft.SharePoint.Administration.SPDatabaseServiceInstance)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class based on the specified name and instance.</summary>
      <param name="name">A string that contains the name of the database. </param>
      <param name="serviceInstance">An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> object that represents the SQL-named instance of the database.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the database and its children to the backup/restore job. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object from the parent of the database object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.AddFailoverServiceInstance(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.CanRenameOnRestore">
      <summary>Gets a Boolean value that indicates whether the database can be renamed when it is restored.</summary>
      <returns>true if the database can be renamed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.CanSelectForBackup">
      <summary>Gets or sets a Boolean value that specifies whether the database object and its children can be selected for a backup operation in the Central Administration user interface. </summary>
      <returns>true if the object can be selected; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.CanSelectForRestore">
      <summary>Gets or sets a Boolean value that specifies whether this object and its children can be selected for a restore operation in the Central Administration user interface. </summary>
      <returns>true if the object can be selected; otherwise, false. The default value is true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.ChangeDatabaseInstance(Microsoft.SharePoint.Administration.SPDatabaseServiceInstance)">
      <summary>Modifies the specified database service instance for each connection string that is used to access the database.</summary>
      <param name="newParent">An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> object that represents the database service instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.DatabaseConnectionString">
      <summary>Gets the connection string that is used to connect to the database. </summary>
      <returns>A string that contains the connection string. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.DiskSizeRequired">
      <summary>Gets the amount of disk space that is required for a backup.</summary>
      <returns>An unsigned 64-bit integer that indicates the approximate amount of disk space, in bytes, that is required for a backup.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.Exists">
      <summary>Gets a Boolean value that indicates whether the database exists.</summary>
      <returns>true if the database exists; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.FailoverServer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.FailoverServiceInstance"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.GenerateConnectionStringForProvisioning(System.Data.SqlClient.SqlConnectionStringBuilder)">
      <summary>Creates a connection string that is used in provisioning based on a specified connection string.</summary>
      <returns>A System.Data.SqlClient.SqlConnectionStringBuilder object that represents the new connection string.</returns>
      <param name="connectionString">A System.Data.SqlClient.SqlConnectionStringBuilder object that represents the original connection string.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.GenerateRandomName(System.Data.SqlClient.SqlConnectionStringBuilder@)">
      <summary>Generates a random database name using the specified connection string as a starting point. </summary>
      <param name="suggestedConnectionString">A System.Data.SqlClient.SqlConnectionStringBuilder object that contains the connection string.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.GetVersionForId(System.Guid,System.Version)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.GrantAccess(System.Security.Principal.SecurityIdentifier)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.GrantAccess(System.Security.Principal.SecurityIdentifier,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.IsEmpty"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.IsReadOnly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.NormalizedDataSource"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <summary>Called when the backup terminates unexpectedly. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called when the database is being backed up. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called after the backup has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called after the restore has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called before the backup begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called before the restore begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when the database is being restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the database that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.Password">
      <summary>Gets or sets the password that is used for SQL authentication.</summary>
      <returns>A string that contains the password. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.Provision(System.Data.SqlClient.SqlConnectionStringBuilder,System.IO.TextReader,System.Collections.Generic.Dictionary{System.String,System.Boolean})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.Provision(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Collections.Generic.Dictionary{System.String,System.Boolean})">
      <summary>Creates a SQL Server database with a user schema.</summary>
      <param name="connectionString">A System.Data.SqlClient.SqlConnectionStringBuilder object that contains the connection string that is used to connect to the database. </param>
      <param name="provisioningScriptPath">A string that contains the file system path of the provisioning script. </param>
      <param name="options">A System.Collections.Generic.Dictionary object that specifies SQL database options to use in creating the database. See <see cref="T:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions" /> for possible values.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.Provision(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Boolean})">
      <summary>Creates a Microsoft SQL Server database with a user schema, creating the schema if necessary.</summary>
      <param name="connectionString">A string that specifies the connection string that is used to connect to the database. </param>
      <param name="provisioningScriptPath">A string that specifies the file system path of the provisioning script. </param>
      <param name="options">A System.Collections.Generic.Dictionary object that specifies the SQL database options to use in creating the database. See <see cref="T:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions" /> for possible values.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.SchemaVersionXml"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.Server">
      <summary>Gets the server that contains the database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.ServiceInstance">
      <summary>Gets an instance of the SQL service that owns the database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> object that represents the SQL service instance. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.Snapshots"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.SqlDatabaseOption">
      <summary>Specifies SQL database options that are used in Transact-SQL statements. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.Unprovision">
      <summary>Makes the necessary changes to the local server to clean up after deleting the database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabase.Update">
      <summary>Causes the database to save its state and propagate changes to all the computers in the server farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabase.Username">
      <summary>Gets or sets the user name that is used for SQL authentication login.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions">
      <summary>Specifies a Microsoft SQL Server database option that is used in a Transact-SQL statement.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AutoCreateStatistics">
      <summary>Specifies auto create statistics. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AutoUpdateStatistics">
      <summary>Specifies auto update statistics. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AutoClose">
      <summary>Specifies autoclose. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AutoShrink">
      <summary>Specifies autoshrink. Value = 3.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AnsiNullDefault">
      <summary>Specifies ANSI null default. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AnsiNulls">
      <summary>Specifies ANSI nulls. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.AnsiWarnings">
      <summary>Specifies ANSI warnings. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.ArithAbort">
      <summary>Specifies that a transaction is stopped and rolled back when an arithmetic error occurs. Value = 7.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.ConcatNullYieldsNull">
      <summary>Specifies concat null yields null. Value = 8.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.CursorCloseOnUpdate">
      <summary>Specifies cursor close on commit. Value = 9.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.DboUseOnly">
      <summary>Specifies dbo use only. Value = 10.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.DefaultToLocalCursor">
      <summary>Specifies default to local cursor. Value = 11.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.MergePublish">
      <summary>Specifies merge publish. Value = 12.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.NumericRoundAbort">
      <summary>Specifies that an error is generated and no results are returned. Value = 13.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.Offline">
      <summary>Specifies offline. Value = 14.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.Published">
      <summary>Specifies published. Value = 15.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.QuotedIdentifier">
      <summary>Specifies quoted identifier. Value = 16.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.ReadOnly">
      <summary>Specifies read only. Value = 17.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.RecursiveTriggers">
      <summary>Specifies recursive triggers. Value = 18.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.SelectIntoBulkcopy">
      <summary>Specifies select into/bulkcopy. Value = 19.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.SingleUser">
      <summary>Specifies single user. Value = 20.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.Subscribed">
      <summary>Specifies subscribed. Value = 21.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.TornPageDetection">
      <summary>Specifies torn page detection. Value = 22.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabase.DatabaseOptions.TruncLogOnChkpt">
      <summary>Specifies trunc. log on chkpt. Value = 23.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPDatabase" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseCollection.#ctor(Microsoft.SharePoint.Administration.SPDatabaseServiceInstance)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseCollection" /> class.</summary>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> object representing the database service instance that is supported by the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseException">
      <summary>Represents a database exception that is thrown when Microsoft SQL Server returns an error of any kind, including errors that occur in Windows SharePoint Services business logic that is running in SQL Server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseException" /> class.</summary>
      <param name="message">A string containing the message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseException" /> class based on the specified error string and exception.</summary>
      <param name="error">A string containing the message that explains the reason for the exception.</param>
      <param name="e">A System.Exception object that represents the cause of the exception.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseParameterOptions"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseParameterOptions.None"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseParameterOptions.GenerateUniqueName"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseParameterOptions.ResolveNameConflict"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseParameters"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.CreateParameters(Microsoft.SharePoint.Administration.SPFarm,System.String,System.String,System.String,System.String,Microsoft.SharePoint.Administration.SPDatabaseParameterOptions)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.CreateParameters(Microsoft.SharePoint.Administration.SPFarm,System.String,System.String,System.String,System.String,System.String,Microsoft.SharePoint.Administration.SPDatabaseParameterOptions)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.CreateParameters(System.String,Microsoft.SharePoint.Administration.SPDatabaseParameterOptions)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.CreateParameters(System.String,System.String,Microsoft.SharePoint.Administration.SPDatabaseParameterOptions)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseParameters.Database"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.EnsureServiceInstance"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseParameters.FailoverPartner"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseParameters.Password"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseParameters.Server"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseParameters.Username"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseParameters.Validate(Microsoft.SharePoint.Administration.SPDatabaseValidation)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseService">
      <summary>Represents a farm-wide service that stores settings for all instances of SQL Server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseService.#ctor">
      <summary>Reserved for internal use. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseService" /> class based on the specified service name and server farm. </summary>
      <param name="name">A string that contains the name of the service as it appears in the user interface. </param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm to which the service belongs. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseService.CommandTimeout">
      <summary>Gets or sets the number of seconds before the command will time out. </summary>
      <returns>A 32-bit integer that specifies the number of seconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseService.ConnectionTimeout">
      <summary>Gets or sets the number of seconds before the connection will time out. </summary>
      <returns>A 32-bit integer that specifies the number of seconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseService.QueryLoggingThreshold"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseService.TypeName">
      <summary>Gets the display name that is used to describe the service in the user interface. </summary>
      <returns>A string that contains the display name of the database service. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseService.Update">
      <summary>Causes the service to update its state and propagate the changes throughout the server farm.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseServiceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseService" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Inititializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceCollection" /> class.</summary>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance">
      <summary>Represents a named SQL Server instance.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.#ctor">
      <summary>Reserved for internal use only. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPDatabaseService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> class based on the specified database service instance name, server, and database service. </summary>
      <param name="name">A string containing the display name that is used to describe the instance in the administration user interface.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object representing the server on which the instance is installed.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseService" /> object representing the database service that owns the instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.Databases">
      <summary>Gets the collection of databases that are used in the database service instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseCollection" /> object that represents the databases.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.DisplayName">
      <summary>Gets the display name that is used to describe the instance in the administration user interface.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.GrantViewServerStatePermission(System.Security.Principal.SecurityIdentifier)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.NormalizedDataSource">
      <summary>Gets the names of the database server and database server instance.</summary>
      <returns>A string that contains the database server and instance names in server\instance format, such as MyServer\Microsoft##SSEE.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.RevokeViewServerStatePermission(System.Security.Principal.SecurityIdentifier)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.SystemService">
      <summary>Gets a Boolean value that specifies whether to allow database services to be stopped through the administration user interface.</summary>
      <returns>true if database services can be stopped through the user interface; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance.Update"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstanceCollection" /> class.</summary>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDatabaseValidation"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseValidation.None"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseValidation.CreateNew"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPDatabaseValidation.AttachExisting"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider">
      <summary>Represents data-retrieval service settings for a Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.DataSourceControlEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable data source controls so that query requests can be processed.</summary>
      <returns>true to enable data source controls; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.Enabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable data-retrieval services to process query requests.</summary>
      <returns>true to enable data-retrieval services; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.MaximumResponseSize">
      <summary>Gets or sets the maximum size of the SOAP response that the data source returns to the data-retrieval service.</summary>
      <returns>A 32-bit integer that specifies the size in bytes. The default value is 10000.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.OleDbProviders">
      <summary>Gets the list of OLEDB providers that are used in the Web application.</summary>
      <returns>A System.Collections.ObjectModel.Collection object that contains the list of OLEDB providers. By default, the following providers are included:DB2OLEDBIBMDADB2MSDAORAOraOLEDB.OracleSQLOLEDB</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.RequestTimeout">
      <summary>Gets or sets the time in seconds before the data-retrieval service times out if the data source does not respond.</summary>
      <returns>A 32-bit integer that specifies the time in seconds. The default value is 30.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDataRetrievalProvider.UpdateAllowed">
      <summary>Gets or sets a Boolean value that specifies whether to enable update query support.</summary>
      <returns>true to enable update query support; otherwise, false. The default value is false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDeletedConcurrencyException">
      <summary>Represents an exception that is thrown when attempting to update an object that has been deleted.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDeleteJobHistoryJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDeleteJobHistoryJobDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDeleteJobHistoryJobDefinition.DaysToKeepHistory"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDeleteJobHistoryJobDefinition.Execute(Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsArea"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsArea.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.Administration.SPDiagnosticsCategory})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsArea.#ctor(System.String,System.String,System.UInt32,System.UInt32,System.Boolean,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.Administration.SPDiagnosticsCategory})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsArea.#ctor(System.String,System.UInt32,System.UInt32,System.Boolean,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.Administration.SPDiagnosticsCategory})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsArea.Categories"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsArea.DiagnosticsService"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsCategory"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.#ctor(System.String,Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.#ctor(System.String,Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity,System.UInt32,System.UInt32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.#ctor(System.String,System.String,Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity,System.UInt32,System.UInt32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.Area"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.DefaultEventSeverity"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.DefaultTraceSeverity"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.EventSeverity"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.Microsoft#SharePoint#Administration#IDiagnosticsLevel#Id"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.ResetToDefaults"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCategory.TraceSeverity"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1.Item(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1.Item(System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsCollection`1.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsItem"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsItem.#ctor(System.String,System.String,System.UInt32,System.UInt32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsItem.#ctor(System.String,System.UInt32,System.UInt32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsItem.Hidden"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsItem.Id"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsItem.LocalizedName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsItem.MessageId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsItem.Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsItem.ToString"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsService">
      <summary>Provides a diagnostic logging category manager for Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.#ctor">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> class based on the specified service name and server farm.</summary>
      <param name="name">A <see cref="T:System.String" /> object that contains a name that identifies this instance of the service.</param>
      <param name="parent">An <see cref="T: Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm on which to create the service.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.CEIPEnabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.CreateTimerJob">
      <summary>Creates a timer job to update the service configuration, based on the configuration that is stored in the content database.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.DaysToKeepLogs">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.DownloadErrorReportingUpdates"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.ErrorReportingAutomaticUpload"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.ErrorReportingEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.EventLogFloodProtectionEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.GetItem(System.Int32)">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object that represents a reporting category. If a category with the key value is not registered in the farm, the method returns a new object with default settings in the <see cref="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.TraceSeverity" /> and <see cref="P:Microsoft.SharePoint.Administration.IDiagnosticsLevel.EventSeverity" /> properties.</returns>
      <param name="key">An <see cref="T:System.Int32" /> value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.GetItem(System.String)">
      <summary>Returns an <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object that represents a reporting category with a specified name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object that represents a reporting category. If a category with the supplied name is not registered in the farm, the method returns null.</returns>
      <param name="name">A <see cref="T:System.String" /> object that contains the name of a reporting category.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.GetItems">
      <summary>Gets a collection of all categories registered with the server farm.</summary>
      <returns>A <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> objects.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Local">
      <summary>Gets an object that represents the instance of the Diagnostics Service that is currently running in the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> object that represents the service instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.LocalToFarm(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogCutInterval">
      <summary>Gets or sets the number of minutes to capture events to a single log file.</summary>
      <returns>A <see cref="T:System.Int32" /> value from 0 to 1440 (24 hours), that specifies the number of minutes. The default value is 30.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value set is either less than 0 or greater than 1440.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogDiskSpaceUsageGB">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogLocation">
      <summary>Gets or sets the path to the file system directory where log files are created.</summary>
      <returns>A <see cref="T:System.String" /> with a valid file system path.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogMaxDiskSpaceUsageEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogsToKeep">
      <summary>Gets or sets a value that indicates the maximum number of log files to create.</summary>
      <returns>A <see cref="T:System.Int32" /> value from 0 to 1024 that indicates the maximum number of log files. The default value is 96, which includes two days of files at the default for the <see cref="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.LogCutInterval" /> property.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value set is either less than 0 or greater than 1024.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Provision">
      <summary>Makes the necessary changes to the local server to use the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.ResetItem(Microsoft.SharePoint.Administration.IDiagnosticsLevel)">
      <summary>Resets the default reporting thresholds for a category that is specified by an <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object.</summary>
      <param name="item">An <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.ResetItem(System.Int32)">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="key">An <see cref="T:System.Int32" /> value.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.ScriptErrorReportingDelay">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.ScriptErrorReportingEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.ScriptErrorReportingRequireAuth">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.SetItem(Microsoft.SharePoint.Administration.IDiagnosticsLevel,Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity)">
      <summary>Sets the reporting thresholds for a category that is specified by an <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object.</summary>
      <param name="item">An <see cref="T:Microsoft.SharePoint.Administration.IDiagnosticsLevel" /> object</param>
      <param name="traceSeverity">A <see cref="T:Microsoft.SharePoint.Administration.TraceSeverity" /> value that represents the least critical event to report to the trace log.</param>
      <param name="eventSeverity">An <see cref="T:Microsoft.SharePoint.Administration.EventSeverity" /> value that represents the least critical event to report to the Windows event log.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.SetItem(System.Int32,Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity)">
      <summary>This member is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="key">A <see cref="T:System.Int32" /> value.</param>
      <param name="traceSeverity">A <see cref="T:Microsoft.SharePoint.Administration.TraceSeverity" /> value that represents the least critical event to report to the trace log.</param>
      <param name="eventSeverity">An <see cref="T:Microsoft.SharePoint.Administration.EventSeverity" /> value that represents the least critical event to report to the Windows event log.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsService.TypeName">
      <summary>Gets the friendly name for the service.</summary>
      <returns>A <see cref="T:System.String" /> that contains a localized name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Unprovision">
      <summary>Makes the necessary changes to the local server to clean up after deleting the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.Update">
      <summary>Causes the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> object to save its state and propagate changes to all servers in the server farm.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase">
      <summary>Provides a diagnostic logging category manager for Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <param name="name"></param>
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.Areas"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.Categories"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.GetLocal``1">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.GetLocalToFarm``1(Microsoft.SharePoint.Administration.SPFarm)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.ProvideAreas"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.ResetAll">
      <summary>Resets reporting thresholds for all categories to their default levels.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.ResourceDll"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.SetAll(Microsoft.SharePoint.Administration.EventSeverity)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.SetAll(Microsoft.SharePoint.Administration.TraceSeverity)">
      <summary>Sets the threshold at which traces associated with all categories are written to the trace log.</summary>
      <param name="traceSeverity">A <see cref="T:Microsoft.SharePoint.Administration.TraceSeverity" /> value representing the least critical event to report to the trace log. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.SetAll(Microsoft.SharePoint.Administration.TraceSeverity,Microsoft.SharePoint.Administration.EventSeverity)">
      <summary>Sets the threshold at which traces and Windows events associated with all categories are written to trace logs and the Windows event log.</summary>
      <param name="traceSeverity">A <see cref="T:Microsoft.SharePoint.Administration.TraceSeverity" /> value representing the least critical event to report to the trace log.</param>
      <param name="eventSeverity">An <see cref="T:Microsoft.SharePoint.Administration.EventSeverity" /> value representing the least critical event to report to the Windows event log.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.Update">
      <summary>Causes the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase" /> object to save its state and propagate changes to all servers in the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.WriteEvent(System.UInt16,Microsoft.SharePoint.Administration.SPDiagnosticsCategory,Microsoft.SharePoint.Administration.EventSeverity,System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPDiagnosticsServiceBase.WriteTrace(System.UInt32,Microsoft.SharePoint.Administration.SPDiagnosticsCategory,Microsoft.SharePoint.Administration.TraceSeverity,System.String,System.Object[])"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPDocumentConverter">
      <summary>Represents a document converter, or document transformer, that is installed in a SharePoint Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.#ctor(System.Guid,System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDocumentConverter" /> class. </summary>
      <param name="id">A System.Guid that identifies the document converter.</param>
      <param name="name">A string that specifies a name for the new document converter instance.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.App">
      <summary>Gets the application name of the document converter.</summary>
      <returns>A string that contains the name of the converter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConverterId">
      <summary>Gets or sets the GUID for the document converter.</summary>
      <returns>A System.Guid that identifies the document converter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConverterSettingsForContentType">
      <summary>Gets the URL to the per-content-type converter settings page.</summary>
      <returns>A string that contains the URL to the converter settings page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConverterSpecificSettingsUI">
      <summary>Gets a user control that can be loaded and rendered. </summary>
      <returns>A string that contains the name of the control. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConverterUIPage">
      <summary>Gets the file name of the converter page to which users navigate through the context menu.</summary>
      <returns>A string that indicates the file name of the converter page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConvertFrom">
      <summary>Gets the file extension of the source document that the transformer can accept. </summary>
      <returns>A string that contains the source file extension. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConvertTo">
      <summary>Gets the file extension of the target document that the transformer can produce. </summary>
      <returns>A string that contains the target file extension.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.DefaultTransformUIPage">
      <summary>Gets the default file name of the converter page to which users navigate through the context menu.</summary>
      <returns>A string that contains the default file name of the converter page, which is DocTrans.aspx.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.DisplayInUI">
      <summary>Gets or sets a Boolean value that determines whether the document transformer appears in the user interface.</summary>
      <returns>true to display the transformer in the user interface; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.DisplayName">
      <summary>Gets the display name of converter relative to the locale.</summary>
      <returns>A string that indicates the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.LanguageCulture">
      <summary>Gets or sets the locale to use for the document converter settings.</summary>
      <returns>A System.Globalization.CultureInfo object that specifies the locale.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedFileSize">
      <summary>Gets a value that indicates the maximum file size in kilobytes that can be converted.</summary>
      <returns>A 32-bit integer that indicates the maximum file size in kilobytes, which by default equals 999999.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedRetries">
      <summary>Gets the value that determines the maximum number of retries for the document converter.</summary>
      <returns>A 32-bit integer that indicates the maximum number of retries that are attempted, which by default equals 5.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedTimeout">
      <summary>Gets the length of time in seconds that must expire before the conversion times out. </summary>
      <returns>A 32-bit integer that indicates the number or seconds before the conversion times out, which by default equals 1800 seconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxFileSize">
      <summary>Gets or sets the maximum file size in kilobytes that the document converter can handle.</summary>
      <returns>A 32-bit integer that indicates the maximum file size, which by default equals the default value of the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.NoFileSizeLimit" /> property, which is -1, meaning that there is no maximum file size. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedFileSize">
      <summary>Gets the minimum file size in kilobytes that the document converter can handle.</summary>
      <returns>A 32-bit integer that indicates the minimum file size, which by default equals 1.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedRetries">
      <summary>Gets the value that determines the minimum number of retries for the document converter.</summary>
      <returns>A 32-bit integer that indicates the minimum number of retries that are attempted, which by default equals 0.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedTimeout">
      <summary>Gets the minimum length of time in seconds that is required by the document converter.</summary>
      <returns>A 32-bit integer that indicates the minimum length of time, which by default equals 3 seconds.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.NoFileSizeLimit">
      <summary>Gets a value that indicates there is no file size limit for the document converter.</summary>
      <returns>A 32-bit integer that indicates there is no file size limit, which by default equals -1.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.Retries">
      <summary>Gets or sets the maximum number or retries for the document converter.</summary>
      <returns>A 32-bit integer that specifies the maximum number of retries.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.SupportsFile(System.String)">
      <summary>Returns a Boolean value that indicates whether the document converter supports transformation of the specified file.</summary>
      <returns>The value contained by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.ConvertFrom" /> property; false if no file name is specified.</returns>
      <param name="fileName">A string that contains the name of the file to verify.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentConverter.Timeout">
      <summary>Gets or sets the timeout length for the document converter.</summary>
      <returns>A 32-bit integer that specifies the timeout length, which by default equals 3.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.ValidateFileSize(System.Int32)">
      <summary>Verifies that the specified file size remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedFileSize" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedFileSize" /> properties.</summary>
      <returns>true if the file size remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedFileSize" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedFileSize" /> properties; otherwise, false.</returns>
      <param name="Size">A 32-bit integer that specifies the file size in kilobytes.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.ValidateRetries(System.Int32)">
      <summary>Verifies that the specified number of retries remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedRetries" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedRetries" /> properties.</summary>
      <returns>true if the number of retries remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedRetries" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedRetries" /> properties; otherwise, false.</returns>
      <param name="RetryCount">A 32-bit integer that specifies the number of retries.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverter.ValidateTimeout(System.Int32)">
      <summary>Verifies that the specified timeout length remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedTimeout" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedTimeout" /> properties.</summary>
      <returns>true if the timeout length remains within the limits set by the <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MinAllowedTimeout" /> and <see cref="P:Microsoft.SharePoint.Administration.SPDocumentConverter.MaxAllowedTimeout" /> properties; otherwise, false.</returns>
      <param name="Time">A 32-bit integer that specifes the timeout length in seconds to verify.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDocumentConverterCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPDocumentConverter" /> objects that are available to a Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverterCollection.GetConverter(System.Guid)">
      <summary>Returns the specified document converter from the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDocumentConverter" /> object that represents the document converter.</returns>
      <param name="ConverterId">A System.Guid that specifies the document converter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverterCollection.RemoveConverter(System.Guid)">
      <summary>Removes the specified document converter from the collection.</summary>
      <param name="ConverterId">A System.Guid that specifies the document converter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverterCollection.SortedList(System.Boolean)">
      <summary>Returns a sorted ArrayList of document converters that are available in the Web application.</summary>
      <returns>A System.Collections.ArrayList object that represents the document converters.</returns>
      <param name="fForUI">true to specify that the document converters appear in the user interface; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverterCollection.SortedList(System.String,System.Boolean)">
      <summary>Returns a sorted ArrayList of document converters that are available in the Web application and that support transformation of the specified file.</summary>
      <returns>A System.Collections.ArrayList object that represents the document converters.</returns>
      <param name="fileName">A string that specifies the name of a file to verify.</param>
      <param name="fForUI">true to specify that the document converters appear in the user interface; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentConverterCollection.SystemSupportsFile(System.String)">
      <summary>Returns a Boolean value that indicates whether the document converter supports transformation of the specified file.</summary>
      <returns>true if the document converter supports transformation of the file; otherwise, false. The default value is false.</returns>
      <param name="fileName">A string that specifies the name of the file to verify.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDocumentParser">
      <summary>Base class that supports property promotion and demotion for HTML documents.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentParser.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDocumentParser.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDocumentParser" /> class. </summary>
      <param name="progId">A string that specifies the ProgID of the document parser.</param>
      <param name="fileExtension">A string that specifies the file extension for files that are handled by the parser.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentParser.ClassId">
      <summary>Gets the GUID that identifies the document parser.</summary>
      <returns>A System.Guid that identifies the document parser.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentParser.FileExtension">
      <summary>Gets the file extension for files that are handled by the document parser.</summary>
      <returns>A string that indicates the file extension.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPDocumentParser.ProgId">
      <summary>Gets the programmatic identifier (ProgID) of the document parser.</summary>
      <returns>A string that indicates the ProgID of the document parser.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPDuplicateObjectException">
      <summary>Represents an exception that is thrown when creating an object that has the same properties as another object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDuplicateObjectException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDuplicateObjectException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDuplicateObjectException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDuplicateObjectException" /> class based on the specified error string.</summary>
      <param name="error">A string containing the message that explains the reason for the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPDuplicateObjectException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPDuplicateObjectException" /> class based on the specified error string and exception.</summary>
      <param name="error">A string containing the message that explains the reason for the exception.</param>
      <param name="e">A System.Exception object that represents the cause of the exception.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPElementDefinition">
      <summary>Serves as the base class for implementing element types within Windows SharePoint Services.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.ElementType">
      <summary>Gets the type of the element.</summary>
      <returns>A string that identifies the element type, which can be, for example, ListTemplate, CustomAction, ContentType, Module, CustomActionGroup, Field, Workflow, or HideCustomAction.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.FeatureDefinition">
      <summary>Gets or sets the Feature definition to which the element definition belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that specifies the Feature definition.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinition.GetRootAttrAsInt32(System.String,System.Int32)">
      <summary>Returns the value of the specified root attribute as an integer.</summary>
      <returns>A 32-bit integer that indicates the value of the specified root attribute.</returns>
      <param name="attrName">A string that specifies the name of the attibute.</param>
      <param name="nDefault">A 32-bit integer that specifies a default value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinition.GetRootAttrAsPermissions(System.String)">
      <summary>Returns the value of the specified root attribute as a Windows SharePoint Services permission.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that indicates the permission.</returns>
      <param name="attrName">A string that specifies the name of the attribute.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinition.GetRootAttrIsFalse(System.String)">
      <summary>Returns the value of the specified root attribute as a Boolean value.</summary>
      <returns>If an attribute is specified, returns true if the attribute value equals false, and returns false if the attribute value equals true. If an attribute is not specified, returns false.</returns>
      <param name="attrName">A string that specifies the name of the attribute.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinition.GetRootAttrIsTrue(System.String)">
      <summary>Returns the value of the specified root attribute as a Boolean value.</summary>
      <returns>If an attribute is specified, returns true if the attribute value equals true, and returns false if the attribute value equals false. If an attribute is not specified, returns false.</returns>
      <param name="attrName">A string that specifies the name of the attribute.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinition.GetRootAttrVal(System.String)">
      <summary>Returns the value of an attribute that is specified within the root element of the definition.</summary>
      <returns>A string that contains the value of the attribute that is specified within the root element, or null if the attribute not exist.</returns>
      <param name="attrName">A string that specifies the name of the attribute.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.Id">
      <summary>Gets the ID of the element definition.</summary>
      <returns>A string that contains the ID of the element definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.NamespaceManager">
      <summary>Gets a namespace manager to use in XPath queries.</summary>
      <returns>A System.Xml.NamespaceManager object that represents the namespace manager.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.WssPrefix">
      <summary>Gets a Windows SharePoint Services prefix to be used in XPath queries in conjunction with the Namespace Manager.</summary>
      <returns>A string that contains a Windows SharePoint Services prefix.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinition.XmlDefinition">
      <summary>Gets or sets the element tree that is contained within the Element tag of the XML definition.</summary>
      <returns>A System.Xml.XmlNode object that represents the element tree that is contained within the Element tag, such as the following: Copy Code&lt;ListTemplate Name="workflowProcess" Type="118" BaseType="0" Hidden="TRUE" HiddenList="TRUE" OnQuickLaunch="FALSE" SecurityBits="11" DisplayName="Custom Workflow Process" Description="Custom Workflow Process tracking list for this web." Image="/_layouts/images/itgen.gif" xmlns="http://schemas.microsoft.com/sharepoint/" /&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPElementDefinitionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPElementDefinition" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinitionCollection.Count">
      <summary>Gets the number of element definitions in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of element definitions.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPElementDefinitionCollection.ParentFeatureDefinition">
      <summary>Gets the Feature definition to which the collection belongs.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the Feature definition.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPElementDefinitionCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPEncryptedString">
      <summary>Represents an encrypted string.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPEncryptedString.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPEncryptedString.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPEncryptedString" /> class. </summary>
      <param name="name">A string that contains a name for the encrypted string.</param>
      <param name="owner">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the object that owns this string. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPEncryptedString.OwnerId">
      <summary>Gets the GUID of the object that owns the string. </summary>
      <returns>A System.Guid object that identifies the object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPEncryptedString.SecureStringValue">
      <summary>Gets the value of the encrypted string as a secure string. </summary>
      <returns>A System.Security.SecureString object that represents the secure string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPEncryptedString.Update">
      <summary>Supports Windows SharePoint Services and is not intended to be used directly from your code. See <see cref="M:Microsoft.SharePoint.Administration.SPEncryptedString.UpdateSecureStringValue(System.Security.SecureString)" />. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPEncryptedString.UpdateSecureStringValue(System.Security.SecureString)">
      <summary>Updates the secure string value of the encrypted string. Does not enforce the credential lock.</summary>
      <param name="value">A System.Security.SecureString object that contains the secure string.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPEncryptedStringCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPEncryptedString" /> objects.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPExternalApplicationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPExternalApplicationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPExternalApplicationProvider.GetRegistrationInformation(Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPExternalApplicationProvider.OnApplicationWebPartCreateChildControls(Microsoft.SharePoint.SPExternalApplicationRequestProperties)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPExternalApplicationSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPExternalApplicationSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPExternalApplicationSettings.ApplicationXMLMaximum"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPExternalApplicationSettings.Enabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPExternalApplicationSettings.Provider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPExternalApplicationSettings.TokenTimeout"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFarm">
      <summary>Represents a Windows SharePoint Services farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the server farm and its children to the backup/restore operation. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from the catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> from the object that holds the items to be backed up or restored. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.AlternateUrlCollections">
      <summary>Gets the collection of alternate URL objects in the farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollectionManager" /> object that represents the alternate URLs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.BuildVersion">
      <summary>Gets the Windows SharePoint Services build version of the server farm.</summary>
      <returns>A System.Version object that represents the build version of the server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CanBackupRestoreAsConfiguration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CanMigrate">
      <summary>Gets a Boolean value that indicates whether a server farm can be migrated from a Windows SharePoint Services 2.0 farm with which it is paired.</summary>
      <returns>true if the farm can be migrated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CanRenameOnRestore">
      <summary>Gets a Boolean value that indicates whether the server farm can be renamed when it is restored.</summary>
      <returns>This value is always false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CanSelectForBackup">
      <summary>Gets or sets a Boolean value that specifies whether the server farm can be selected for backup in the Central Administration user interface.</summary>
      <returns>This value is always true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CanSelectForRestore">
      <summary>Gets or sets a Boolean value that specifies whether the server farm can be selected for restore operations in the Central Administration user interface.</summary>
      <returns>This value is always true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.CEIPEnabled">
      <summary>Gets or sets a Boolean value that specifies whether Software Quality Metrics (SQM) data collection is enabled in the server farm to improve customer experience.</summary>
      <returns>true to enable SQM data collection in the server farm; otherwise, false. The default value is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder)">
      <summary>Creates a server farm, its associated configuration database, and a farm account on the local computer.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the new server farm.</returns>
      <param name="configurationDatabase">A System.Data.SqlClient.SqlConnectionStringBuilder object that specifies the connection string of the configuration database for the new server farm.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder,System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Security.SecureString)">
      <summary>Creates a server farm and its associated configuration database based on the specified content database, user, and password.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the new server farm.</returns>
      <param name="configurationDatabase">A System.Data.SqlClient.SqlConnectionStringBuilder object that specifies the connection string of the configuration database for the new server farm.</param>
      <param name="administrationContentDatabase">A System.Data.SqlClient.SqlConnectionStringBuilder object that specifies the connection string of the content database for the administration Web application.</param>
      <param name="farmUser">A string that contains the user name for the server farm account that is used for the administrative site application pool and timer service.</param>
      <param name="farmPassword">A System.Security.SecureString object that contains the password for the server farm account that is used for the administrative site application pool and timer service. The text is encrypted for privacy when it is used, and deleted from computer memory when it is no longer needed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder,System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Security.SecureString,System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Security.SecureString)">
      <summary>Creates a server farm and its associated configuration database based on the specified user and password.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the new server farm. </returns>
      <param name="configurationDatabase">A System.Data.SqlClient.SqlConnectionStringBuilder object that specifies the connection string of the configuration database for the new server farm.</param>
      <param name="farmUser">A string that contains the user name for the server farm account that is used for the administrative site application pool and timer service.</param>
      <param name="farmPassword">A System.Security.SecureString object that contains the password for the server farm account that is used for the administrative site application pool and timer service. The text is encrypted for privacy when it is used, and deleted from computer memory when it is no longer needed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Security.SecureString,System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.String)">
      <summary>Creates a server farm and its associated configuration database based on the specified user and password.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the new server farm.</returns>
      <param name="configurationDatabase">A System.Data.SqlClient.SqlConnectionStringBuilder object that specifies the connection string of the configuration database for the new server farm.</param>
      <param name="farmUser">A string that contains the user name for the server farm account that is used for the administrative site application pool and timer service.</param>
      <param name="farmPassword">A string that contains the password for the server farm account that is used for the administrative site application pool and timer service.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Create(System.String)">
      <summary>Creates a server farm, its associated configuration database, and a farm account on the local computer.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the new server farm.</returns>
      <param name="configurationDatabase">A string that contains the connection string for the configuration database of the new server farm.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.CurrentUserIsAdministrator">
      <summary>Returns a Boolean value that indicates whether the current user is an administrator in the server farm.</summary>
      <returns>true if the current user is a server farm administrator; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.DaysBeforePasswordExpirationToSendEmail"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.DefaultServiceAccount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.DiagnosticsProviders"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.DisableCaching">
      <summary>Disables the file system and in-memory caches of configuration objects in the server farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.DiskSizeRequired">
      <summary>Gets the amount of disk space that is required for a backup.</summary>
      <returns>The value always equals 0. To find the total estimated disk space that is required to back up the farm, call the <see cref="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSizeRequired(System.Guid)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole" /> class, in which the GUID that is passed is the ID of the backup job that is created through the <see cref="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CreateBackupRestore(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings)" /> method.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.DownloadErrorReportingUpdates">
      <summary>Gets or sets a Boolean value that specifies whether to download updates for an application that performs crash data collection and error reporting within the server farm.</summary>
      <returns>true to download updates for crash data collection and error reporting; otherwise, false. The default value is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.EnableCaching">
      <summary>Enables the file system and in-memory caches of configuration objects in the server farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.ErrorReportingAutomaticUpload">
      <summary>Gets or sets a Boolean value that specifies whether to trigger automatic upload of crash data collection and error reporting in the server farm.</summary>
      <returns>true to trigger automatic upload of crash data collection and error reporting; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.ErrorReportingEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable an application that performs crash data collection and error reporting in the server farm.</summary>
      <returns>true to enable crash data collection and error reporting; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.ExternalBinaryStoreClassId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.FeatureDefinitions">
      <summary>Gets the collection of Feature definitions that are available in the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection" /> object that represents the Feature definitions.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.GetObject(System.Guid)">
      <summary>Returns the specified object based on its associated GUID. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the object that is associated with the GUID.</returns>
      <param name="id">A System.Guid object that identifies the object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.GetObject(System.String,System.Guid,System.Type)">
      <summary>Returns the specified object based on its associated name, GUID, and type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the object that is associated with the GUID and type.</returns>
      <param name="name">A string that contains the name of the object.</param>
      <param name="parentId">A System.Guid that identifies the parent of the object.</param>
      <param name="type">A System.Type that represents the type of the object. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.IsPaired">
      <summary>Gets or sets a Boolean value that specifies whether the server farm is paired to a Windows SharePoint Services 2.0 farm.</summary>
      <returns>true to pair the server farm to a Windows SharePoint Services 2.0 farm; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Join">
      <summary>Adds the local computer to the server farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Joined">
      <summary>Gets a Boolean value that indicates whether the local server has been joined to a server farm.</summary>
      <returns>true if the local server has been joined to a server farm; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Local">
      <summary>Gets an object that represents the local server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the local server farm.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Migrate">
      <summary>Migrates settings from the Windows SharePoint Services 2.0 server farm with which this farm is paired. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Migrate(System.Boolean)">
      <summary>Migrates settings from a Windows SharePoint Services 2.0 server farm with which this farm is paired, with the option of including all children.</summary>
      <param name="includeChildren">true to include all children; otherwise, false. The default value is false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.MigrateUserAccount(System.String,System.String,System.Boolean)">
      <summary>Migrates a user account in Windows SharePoint Services to a new login name and binary ID. </summary>
      <param name="oldLogin">A string that contains the old login name.</param>
      <param name="newLogin">A string that contains the new login name.</param>
      <param name="enforceSidHistory">true to query Active Directory for the SID history attribute to ensure that the new login name corresponds to the old one; otherwise, false.</param>
    </member>
    <member name="E:Microsoft.SharePoint.Administration.SPFarm.ObjectChanged">
      <summary>Raised after any configuration object in the system that is above the level of a site collection (<see cref="T:Microsoft.SharePoint.SPSite" />) is changed. This event is raised on all computers in the server farm after the caches have been refreshed, but it is not raised if caching is disabled for the process.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Administration.SPFarm.ObjectCreated">
      <summary>Raised after any configuration object in the system above the level of a site collection (<see cref="T:Microsoft.SharePoint.SPSite" />) is created. This event is raised on all computers in the server farm after the caches have been refreshed, but it is not raised if caching is disabled for the process.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Administration.SPFarm.ObjectDeleted">
      <summary>Raised after any configuration object in the system above the level of a site collection (<see cref="T:Microsoft.SharePoint.SPSite" />) is deleted. This event is raised on all computers in the server farm after the caches have been refreshed, but it is not raised if caching is disabled for the process.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored">
      <summary>Raised after any configuration object in the system above the level of a site collection (<see cref="T:Microsoft.SharePoint.SPSite" />) is restored. This event is raised on all computers in the server farm after the caches have been refreshed, but it is not raised if caching is disabled for the process.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <summary>Called when the backup operation terminates unexpectedly. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called when the server farm is being backed up. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called after the backup operation has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called after the restore operation has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called before the backup operation begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called before the restore operation begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when the farm is being restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">An object that represents the server farm that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Open(System.Data.SqlClient.SqlConnectionStringBuilder,System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Open(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.Security.SecureString)">
      <summary>Returns a remote server farm based on the specified connection string, user name, and password.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the remote server farm.</returns>
      <param name="connectionString">A System.Data.SqlClient.SqlConnectionStringBuilder object that contains the connection string for the configuration database of the remote server farm.</param>
      <param name="username">A string that contains the user name for the server farm account that is used for the administrative site application pool and timer service.</param>
      <param name="password">A System.Security.SecureString object that contains the password for the server farm account that is used for the admininstrative site application pool and timer service. The text is encrypted for privacy when it is being used, and deleted from computer memory when it is no longer needed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Open(System.Data.SqlClient.SqlConnectionStringBuilder,System.String,System.String)">
      <summary>Returns a remote server farm based on the specified connection string, user name, and password.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the remote server farm.</returns>
      <param name="connectionString">A System.Data.SqlClient.SqlConnectionStringBuilder object that contains the connection string for the configuration database of the remote server farm.</param>
      <param name="user">A string that contains the user name for the server farm account that is used for the administrative site application pool and timer service.</param>
      <param name="password">A string that contains the password for the server farm account that is used for the administrative site application pool and timer service. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Open(System.String)">
      <summary>Returns a remote server farm based on the specified connection string. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the remote server farm.</returns>
      <param name="connectionString">A string that contains the connection string for the configuration database of the remote server farm.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PairConnectionString">
      <summary>Gets or sets the connection string to the Windows SharePoint Services 2.0 server farm with which this farm is paired.</summary>
      <returns>A string that contains the connection string to the Windows SharePoint Services 2.0 server farm. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PasswordChangeEmailAddress"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PasswordChangeGuardTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PasswordChangeMaximumTries"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PerformanceMonitor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.PersistedFileChunkSize">
      <summary>Gets or sets the number of bytes to retrieve from or send to the configuration database during a read/write operation when transferring files.</summary>
      <returns>A 32-bit integer that specifies the number of bytes to retrieve from or send to the configuration database for each read/write operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Products"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.RemoveObsoleteClass(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Servers">
      <summary>Gets the collection of all physical computers that are in the local server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServerCollection" /> object that represents the physical computers that are in the local server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.ServiceApplicationProxyGroups"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.ServiceProxies"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Services">
      <summary>Gets the collection of all services that are in the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServiceCollection" />object that represents all the services that are in the server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.SiteSubscriptions"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.Solutions">
      <summary>Gets the collection of all solutions that are in the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionCollection" />object that represents the solutions that are in the server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.TimerService">
      <summary>Gets the timer service that is associated with the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPTimerService" /> object that represents the timer service that is associated with the server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.TraceSessionGuid">
      <summary>Gets the static GUID that is used to register a trace session.</summary>
      <returns>A System.Guid object that registers the trace session.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarm.TypeName">
      <summary>Gets the display name that is used to describe the object type in the Central Administration user interface.</summary>
      <returns>A string that contains "Farm".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Unjoin">
      <summary>Removes the local server from the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarm.Update">
      <summary>Causes the server farm to serialize its state and propagate changes to all computers in the farm.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPFarmConfigurationWizardSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmConfigurationWizardSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarmConfigurationWizardSettings.DefaultWebApplication"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarmConfigurationWizardSettings.Local"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Add(Microsoft.SharePoint.Administration.SPManagedAccount)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Clear"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Contains(Microsoft.SharePoint.Administration.SPManagedAccount)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.CopyTo(Microsoft.SharePoint.Administration.SPManagedAccount[],System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.IsReadOnly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.Remove(Microsoft.SharePoint.Administration.SPManagedAccount)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFarmManagedAccountCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFeatureDefinition">
      <summary>Contains the base definition of a Feature, including its name, ID, scope, and version. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.ActivateOnDefault">
      <summary>Gets a value that specifies whether the Feature is activated upon installation by default.</summary>
      <returns>true if the Feature is activated by default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.ActivationDependencies">
      <summary>Gets the collection of Features on which activation of this Feature depends.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureDependencyCollection" /> object that represents the collection of Features on which this Feature depends.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.AlwaysForceInstall">
      <summary>Gets a value that indicates whether the force flag is set to true by default during installation.</summary>
      <returns>true if the force flag is set to true by default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.AutoActivateInCentralAdmin">
      <summary>Gets a value that specifies whether the Feature is activated on the central administrative Web site, site collection, or Web application upon installation.</summary>
      <returns>true if the Feature is activated on the central administrative Web site, site collection, or Web application; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.DefaultResourceFile"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.Delete"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.DisplayName">
      <summary>Gets the folder name for the Feature.</summary>
      <returns>A string that contains the folder name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetDescription(System.Globalization.CultureInfo)">
      <summary>Returns the description of the Feature.</summary>
      <returns>A string that contains the description of the Feature.</returns>
      <param name="culture">A System.Globalization.CultureInfo object that represents the regional settings of the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetElementDefinitions(System.Globalization.CultureInfo)">
      <summary>Returns the collection of element definitions contained within the Feature definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPElementDefinitionCollection" /> object that represents the element definitions.</returns>
      <param name="ciElements">A System.Globalization.CultureInfo object that represents the regional settings of the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetFeatureIdAndScope(System.String,System.Guid@,Microsoft.SharePoint.SPFeatureScope@)">
      <summary>Returns the ID and scope of the Feature based on a string that specifies the location of its Feature.xml file.</summary>
      <param name="pathFeatureDefinition"></param>
      <param name="featid"></param>
      <param name="scope">An <see cref="T:Microsoft.SharePoint.SPFeatureScope" /> value that indicates the scope of the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetFile(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetImageAltText(System.Globalization.CultureInfo)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetImageUrl(System.Globalization.CultureInfo)">
      <summary>Returns the path to an image that is usually contained within the Local_Drive:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Layouts directory and that provides an icon for this Feature.</summary>
      <returns>A string that contains the path to the image that serves as an icon for the Feature.</returns>
      <param name="culture">A System.Globalization.CultureInfo object that represents the regional settings of the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetTitle(System.Globalization.CultureInfo)">
      <summary>Returns the title of the Feature.</summary>
      <returns>A string that contains the title of the Feature.</returns>
      <param name="culture">A System.Globalization.CultureInfo object that represents the regional settings of the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.GetXmlDefinition(System.Globalization.CultureInfo)">
      <summary>Returns the XMLNode object that represents the Feature definition.</summary>
      <returns>A System.Xml.XmlNode object that represents the node for the Feature definition.</returns>
      <param name="culture">A System.Globalization.CultureInfo object that represents the culture.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Hidden">
      <summary>Gets a value that indicates whether the Feature is hidden within the Windows SharePoint Services user interface.</summary>
      <returns>true if the Feature is hidden; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Id"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Properties">
      <summary>Gets a standardized property bag object that contains per-Feature settings that are specified in the Feature definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeaturePropertyCollection" /> object that represents the Feature properties.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.ReceiverAssembly">
      <summary>Gets the strong name of the assembly that handles events for this Feature.</summary>
      <returns>A string containing the path for the Feature assembly, for example, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.ReceiverClass">
      <summary>Gets the fully qualified, case-sensitive name of the class that handles events for this Feature.</summary>
      <returns>A string containing the name of the class, for example, Microsoft.SharePoint.WikiWelcome.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.RequireResources"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.RootDirectory">
      <summary>Gets the full local path to the root folder of the Feature.</summary>
      <returns>A string that contains the path to the root folder, for example, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Template\Features\contentlightup.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Scope">
      <summary>Gets the scope of this Feature.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureScope" /> value that specifies server farm, Web application, site collection, or Web site as the scope.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.SolutionId">
      <summary>Gets the ID of the solution used to deploy this Feature, or Guid.Empty if the Feature was added directly through a command-line operation or through the object model.</summary>
      <returns>A System.Guid that represents the solution ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinition.SupportsLanguage(System.Globalization.CultureInfo)">
      <summary>Returns a Boolean value that indicates whether the Windows SharePoint Services deployment supports the language of the specified culture.</summary>
      <returns>true if the Windows SharePoint Services deployment supports the language of the specified culture; otherwise, false.</returns>
      <param name="culture">A System.Globalization.CultureInfo object that represents the culture.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.UIVersion"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.UpgradeReceiverAssembly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.UpgradeReceiverClass"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinition.Version">
      <summary>Gets the current version of this Feature.</summary>
      <returns>A System.Version object that represents the Feature version.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPFeatureDefinition" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Add(System.String,System.Guid)">
      <summary>Adds the Feature definition with the specified manifest path and solution ID to the collection of Feature definitions.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the new Feature definition.</returns>
      <param name="relativePathToFeatureManifest">A string that contains the relative path to the manifest for the Feature.</param>
      <param name="solutionId">System.Guid that identifies the solution.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Add(System.String,System.Guid,System.Boolean)">
      <summary>Adds the Feature definition with the specified manifest path and solution ID to the collection of Feature definitions, including a Boolean parameter that specifies whether to force reinstallation of the Feature definition.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the new Feature definition.</returns>
      <param name="relativePathToFeatureManifest">A string that contains the relative path to the manifest for the Feature.   </param>
      <param name="solutionId">System.Guid that identifies the solution.    </param>
      <param name="force">true to specify that reinstallation of the Feature definition be forced; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Item(System.Guid)">
      <summary>Gets the Feature definition with the specified GUID from the collection.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPFeatureDefinition" /> object that represents the feature definition.</returns>
      <param name="featureId">A System.Guid that specifies the Feature definition.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Remove(System.Guid)">
      <summary>Removes the Feature definition with the specified GUID from the collection.</summary>
      <param name="featureId">System.Guid that identifies the Feature definition to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Remove(System.Guid,System.Boolean)">
      <summary>Forces removal of the Feature definition with the specified GUID from the collection.</summary>
      <param name="featureId">System.Guid that identifies the Feature definition to remove.</param>
      <param name="force">true to force removal of the Feature definition; otherwise, false.   </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Remove(System.String)">
      <summary>Removes the Feature definition with the specified relative manifest path from the collection.</summary>
      <param name="relativePathToFeatureManifest">A string that contains the relative path to the manifest for the Feature.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.Remove(System.String,System.Boolean)">
      <summary>Forces removal of the Feature definition with the specified relative manifest path from the collection.</summary>
      <param name="relativePathToFeatureManifest">A string that contains the relative path to the manifest for the Feature.   </param>
      <param name="force">true to force removal of the Feature definition; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureDefinitionCollection.ScanForFeatures(System.Guid,System.Boolean,System.Boolean)">
      <summary>Scans for new Features in the file system, and if new Features are present, adds them to the Feature definition collection.</summary>
      <param name="solutionId">System.Guid that identifies the solution.     </param>
      <param name="ScanOnly">true to scan only for new Feature definitions but not add them to the collection; otherwise, false.</param>
      <param name="force">true to specify that reinstallation of the Feature definition be forced; otherwise, false.      </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.Columns"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.TableName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageDefinition.UsageEntryType"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFeatureUsageEntry"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageEntry.FeatureId"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFeatureUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFeatureUsageEntry.SiteUrl"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFirstAvailableServiceJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFirstAvailableServiceJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFirstAvailableServiceJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPFormDigestSettings">
      <summary>Represents the settings that are related to Web page security validation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPFormDigestSettings.#ctor">
      <summary>Reserved for internal use. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormDigestSettings.Enabled">
      <summary>Gets or sets a value that determines whether security validation is included with all form pages. </summary>
      <returns>true to include the security validation with all form pages; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormDigestSettings.Expires">
      <summary>Gets or sets a value specifying whether security validation can expire, and requires that the page be refreshed before the form can be submitted. </summary>
      <returns>true if the security validation expires based on the <see cref="P:Microsoft.SharePoint.Administration.SPFormDigestSettings.Timeout" /> value, requiring the user to refresh the page before submitting the form; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormDigestSettings.Timeout">
      <summary>Gets or sets the amount of time before security validation expires. </summary>
      <returns>A System.TimeSpan object that contains the amount of time in total minutes before security validation expires. The default value is 30 minutes. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider.EqualityComparer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider.MembershipProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPFormsAuthenticationProvider.RoleManager"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPGlobalAdmin">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> and <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> classes instead, to manage a Windows SharePoint Services deployment. (In Windows SharePoint Services 2.0, SPGlobalAdmin represented the top-level object for administration of a deployment, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.#ctor">
      <summary>Obsolete. Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AccountCreationModeEnabled">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.CreateActiveDirectoryAccounts" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class to specify whether Active Directory Domain Services accounts are created instead. (In Windows SharePoint Services 2.0, the AccountCreationModeEnabled property indicated whether account creation mode for Active Directory Domain Services is enabled, and is maintained for backward compatibility.) </summary>
      <returns>true if Active Directory account creation mode is enabled; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.AddCustomGlobalWebTemplate(System.String,System.String,System.String)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.Add(`0)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplateCollection" /> class to add a template to the collection of custom site collection templates instead. (In Windows SharePoint Services 2.0, the AddCustomGlobalWebTemplate method added a site template to the site template gallery, and is maintained for backward compatibility.)</summary>
      <param name="strFwp">A string that contains the full path for the site template file.</param>
      <param name="strTitle">A string that contains the display name for the site template.</param>
      <param name="strDescription">A string that contains the description for the site template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.AddWPPack(System.String,System.String,System.UInt32,System.String,System.Boolean,System.Boolean,System.IO.TextWriter)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPSolution" /> class and other related solution objects to deploy Web Parts instead. (In Windows SharePoint Services 2.0, the AddWPPack method either enabled a Web Part package that was already installed on the virtual server and added it to the Web Part gallery, or installed and enabled a Web Part package and added it to the Web Part gallery, and is maintained for backward compatibility.) </summary>
      <param name="strPathname">A string that contains the full file system path for the Web Part package to install. If not specified, <paramref name="strName" /> must be specified. The <paramref name="strPathname" /> parameter is used in conjunction with the <paramref name="strURL" /> parameter. If <paramref name="strURL" /> contains null, the Web Part package is installed on all virtual servers on the front-end Web server; otherwise, the package is installed on the virtual server specified by <paramref name="strURL" />.</param>
      <param name="strBaseName">A string that contains the file name of the installed Web Part package to enable. If not specified, <paramref name="strPathname" /> must be specified. The <paramref name="strName" /> parameter is used in conjunction with the <paramref name="strURL" /> parameter. If <paramref name="strURL" /> contains null, the Web Part package is enabled for all virtual servers on the front-end Web server; otherwise, the package is enabled for the virtual server specified by <paramref name="strURL" />.</param>
      <param name="nLang">An unsigned 32-bit integer that specifies the locale ID for the Web Part package. This parameter can be 0 or any valid LCID (such as 1033 for English).</param>
      <param name="strUrl">A string that contains the URL for the virtual server. The <paramref name="strURL" /> parameter is used in conjunction with the <paramref name="strName" /> or <paramref name="strPathname" /> parameter. If <paramref name="strURL" /> is set to null, the Web Part Package specified by the <paramref name="strName" /> parameter is enabled for all virtual servers on the front-end Web server, or the Web Part package specified by the <paramref name="strPathname" /> parameter is installed on all virtual servers on the front-end Web server. </param>
      <param name="bGlobalInstall">true to install the Web Part package to each front-end Web server in a server farm; otherwise, false.</param>
      <param name="bForce">true to overwrite an existing Web Part package with a new version; otherwise, false.</param>
      <param name="logWriter">A System.IO.TextWriter object that is used to write an error log to the text stream. This parameter can contain null.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminFormDigest">
      <summary>Use the <see cref="T:Microsoft.SharePoint.WebControls.FormDigest" /> class instead to implement security validation. (In Windows SharePoint Services 2.0, the AdminFormDigest property got the security validation that was used for a request in a SharePoint Central Administration page, and is maintained for backward compatibility.) </summary>
      <returns>A string that contains the security validation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminPortApplicationPoolId">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPPersistedObject.Name" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> class to identify the application pool instance instead. (In Windows SharePoint Services 2.0 the AdminPortApplicationPoolId property got the administrative application pool ID, and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the application pool ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminPortIISInstanceId">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.IisSettings" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to access the instance ID of the administration port instead. (In Windows SharePoint Services 2.0 the AdminPortIISInstanceId property got the administrative ID of the instance of Internet Information Services (IIS), and is maintained for backward compatibility.)</summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminPortMaxValue">
      <summary>Obsolete. In Windows SharePoint Services 2.0 the AdminPortMaxValue field indicated the maximum value that could be used for the administrative port, and is maintained for backward compatibility.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminPortMinValue">
      <summary>Obsolete. In Windows SharePoint Services 2.0 the AdminPortMaxValue field indicated the minimum value that could be used for the administrative port, and is maintained for backward compatibility. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AdminPortUrl">
      <summary>Use the <see cref="Overload:Microsoft.SharePoint.Administration.SPWebApplication.GetResponseUri" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class to return the abolute root of the URI instead. (In Windows SharePoint Services 2.0 the AdminPortUrl property got the administration port used on the administration virtual server, and is maintained for backward compatibility.)</summary>
      <returns>An absolute uniform resource identifier (URI) that identifies the administration port.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.AllowUnsafeUpdates">
      <summary>Obsolete. Gets or sets a Boolean value that specifies whether to allow updates to the database as a result of a GET request or without requiring a security validation. </summary>
      <returns>true to allow unsafe updates; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ApplicationPools">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.ApplicationPools" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class to get the collection of Internet Information Services (IIS) application pools that are available to the service instead. (In Windows SharePoint Services 2.0, the ApplicationPools property got the IIS application pools for the virtual server, and is maintained for backward compatibility.)</summary>
      <returns>A System.Collections.IDictionary object that represents the application pools.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.CheckVirtualServerState(Microsoft.SharePoint.Administration.SPVirtualServerState)">
      <summary>Obsolete. In Windows SharePoint Services 2.0, the CheckVirtualServerState method verified whether the virtual server was in the specified state, and is maintained for backward compatibility. </summary>
      <param name="nState">An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerState" /> value that specifies a state for a virtual server.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.Close">
      <summary>In Windows SharePoint Services 2.0, the Close method closed the global administration object and is maintained for backward compatibility. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.Config">
      <summary>Obsolete. In Windows SharePoint Services 2.0, the Config property got a global configuration object that contained configuration settings in the Windows SharePoint Services deployment, and is maintained for backward compatibility.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPGlobalConfig" /> object that contains global configuration settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ConfigDatabase">
      <summary>The configuration database should not be accessed directly. (In Windows SharePoint Services 2.0, the ConfigDatabase property got the configuration database in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPConfigDatabase" /> object that represents the configuration database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ConfigDatabaseName">
      <summary>The configuration database should not be accessed directly. (In Windows SharePoint Services 2.0, the ConfigDatabaseName property got the name of the configuration database, and is maintained for backward compatibility.) </summary>
      <returns>A string that contains the name of the configuration database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ConfigDatabaseServer">
      <summary>The configuration database should not be accessed directly. (In Windows SharePoint Services 2.0, the ConfigDatabaseServer property got the name of the configuration database server, and is maintained for backward compatibility.) </summary>
      <returns>A string that contains the name of the configuration database server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ConfigDatabaseUser">
      <summary>The configuration database should not be accessed directly. (In Windows SharePoint Services 2.0, the ConfigDatabaseUser property got the user name of the administrator account for the configuration database, and is maintained for backward compatibility.) </summary>
      <returns>A string that contains the user name of the administrator account.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.CreateAdminVirtualServer(System.Boolean,System.String,System.Boolean,System.String,System.String)">
      <summary>The Administration Web application is created when the server farm is created. To provision the Central Administration Web site on a server, enable the Central Administration Web service instead. (In Windows SharePoint Services 2.0 the CreateAdminVirtualServer method created an administration virtual server, and is maintained for backward compatibility.)</summary>
      <returns>An absolute URI that represents the new administration virtual server.</returns>
      <param name="bCreateNewAppPool">Windows SharePoint Services 3.0 uses information in the configuration database to create an administrative Web application and ignores this parameter. In Windows SharePoint Services 2.0, true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">Windows SharePoint Services 3.0 uses information in the configuration database to create an administrative Web application and ignores this parameter. In Windows SharePoint Services 2.0, a string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">Windows SharePoint Services 3.0 uses information in the configuration database to create an administrative Web application and ignores this parameter. In Windows SharePoint Services 2.0, true to specify that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">Windows SharePoint Services 3.0 uses information in the configuration database to create an administrative Web application and ignores this parameter. In Windows SharePoint Services 2.0, a string that specifies a user name for the administrator account of the application pool. This parameter is required only if the <paramref name="bConfigurableAppPoolAccount" /> parameter contains true.</param>
      <param name="strAppPoolPassword">Windows SharePoint Services 3.0 uses information in the configuration database to create an administrative Web application and ignores this parameter. In Windows SharePoint Services 2.0, a string that specifies a password for the administrator account of the application pool. This parameter is required only if the <paramref name="bConfigurableAppPoolAccount" /> parameter contains true.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.CreateConfigDatabase(System.String,System.String,System.String,System.String)">
      <summary>Use the <see cref="Overload:Microsoft.SharePoint.Administration SPFarm.Create" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class to create a configuration database instead. (In Windows SharePoint Services 2.0, the CreateConfigDatabase method was used to create a configuration database based on the specified database server, database name, account name, and password, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPGlobalConfig" /> object.</returns>
      <param name="strDatabaseServer">A string that specifies the database server.</param>
      <param name="strDatabaseName">A string that contains the name of the new database.</param>
      <param name="strUserName">A string that contains the user name for the administrator account. This parameter is required only if SQL authentication is used.</param>
      <param name="strPassword">A string that contains the password for the administrator account. This parameter is required only if SQL authentication is used.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.CreateConfigDatabase(System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String)">
      <summary>Use the <see cref="Overload:Microsoft.SharePoint.Administration SPFarm.Create" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class to create a configuration database instead. (In Windows SharePoint Services 2.0, the CreateConfigDatabase method was used to create a configuration database based on the specified database server, database name, user name, password, account information for Active Directory Domain Services (AD DS), and a Boolean value that specifies whether to use the host header as the name for a site, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPGlobalConfig" /> object.</returns>
      <param name="strDatabaseServer">A string that specifies the database server.</param>
      <param name="strDatabaseName">A string that contains the name of the new database.</param>
      <param name="strUserName">A string that contains the user name to use for the administrator account. This parameter is required only if SQL authentication is used.</param>
      <param name="strPassword">A string that specifies a password for the administrator account. This parameter is required only if SQL authentication is used.</param>
      <param name="bHostHeaderAsSiteName">true to use the host name as the site name; otherwise, false.</param>
      <param name="bIsADMode">true to automatically create accounts in AD DS when a site is created; otherwise, false.</param>
      <param name="strADDomain">A string that specifies an Active Directory domain.</param>
      <param name="strADOU">A string that specifies an Active Directory organizational unit.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.DeleteAdminVirtualServer">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebServiceInstance.Unprovision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstance" /> class to remove the Web service from the server. (In Windows SharePoint Services 2.0, the DeleteAdminVirtualServer method was used to delete the administration virtual server, and is maintained for backward compatibility.) </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.DeleteConfigDB">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPFarm.Unjoin" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class to remove the local server from the server farm instead. (In Windows SharePoint Services 2.0, the DeleteConfigDB method was used to delete the configuration database and all associated information, and is maintained for backward compatibility.) </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.DeleteCustomGlobalWebTemplate(System.String,System.UInt32)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.Remove(System.Guid)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplateCollection" /> class to delete the template instead. (In Windows SharePoint Services 2.0, the DeleteCustomGlobalWebTemplate method was used to delete the specified global site template, and is maintained for backward compatibility.) </summary>
      <param name="strTitle">A string that contains the display name of the site template.</param>
      <param name="lcid">An unsigned 32-bit integer that specifies the locale ID of the template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.Dispose">
      <summary>In Windows SharePoint Services 2.0, the Dispose method was used to release all unmanaged resources used by the global administration object, and is maintained for backward compatibility.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.EnumWPPacks(System.String,System.String,System.Boolean)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPSolution" /> class and other related solution objects to deploy Web Parts instead. (In Windows SharePoint Services 2.0, the EnumWPPacks method returned a string that contained the URL and file name of the specified installed Web Part package, or a string that contained a list of all the Web Part packages currently installed on the specified virtual server or front-end Web server, and is maintained for backward compatibility.) </summary>
      <returns>A string that contains information about one or more installed Web Part packages and whose format depends on which parameters are used.</returns>
      <param name="strName">A string that contains the name of a Web Part package or that contains null.</param>
      <param name="strUrl">A string that contains the URL for the virtual server or that contains null.</param>
      <param name="bEntireFarm">true to list Web Part packages currently installed on a server farm; otherwise, false or null.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServer(System.String,System.String,System.String,System.String,System.Uri,System.Boolean,System.String,System.Boolean,System.String,System.String)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder" /> class to create a new Web application instead. (In Windows SharePoint Services 2.0 the ExtendVirtualServer method extended an Internet Information Services (IIS) Web site with Windows SharePoint Services,  and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="strDatabaseServer">A string that specifies the database server.</param>
      <param name="strDatabaseName">A string that contains the name of the database.</param>
      <param name="strUserName">A string that contains the user name for the administrator account. The parameter is required only if SQL authentication is used.</param>
      <param name="strPassword">A string that contains the password for the administrator account. The parameter is required only if SQL authentication is used.</param>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended Sample_URL is included as part of the URL.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to indicate that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. If is true, specify one of the following values: NetworkServiceLocalServiceLocalSystem</param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the parameter is set to true.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServer(System.String,System.String,System.String,System.String,System.Uri,System.Boolean,System.String,System.Boolean,System.String,System.String,System.Boolean,System.Boolean)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder" /> class to create a new Web application instead. (In Windows SharePoint Services 2.0 the ExtendVirtualServer method extended an Internet Information Services (IIS) Web site with Windows SharePoint Services,  and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="strDatabaseServer">A string that specifies the database server.</param>
      <param name="strDatabaseName">A string that contains the name of the database.</param>
      <param name="strUserName">A string that contains the user name for the administrator account. The parameter is required only if SQL authentication is used.</param>
      <param name="strPassword">A string that contains the password for the administrator account. The parameter is required only if SQL authentication is used.</param>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended Sample_URL is included as part of the URL.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to indicate that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. If is true, specify one of the following values: NetworkServiceLocalServiceLocalSystem</param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the parameter is set to true.</param>
      <param name="bAllowAnonymous">true to allow anonymous access; otherwise, false.</param>
      <param name="bEnsureNTLM">true to use NTLM for authentication; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServer(System.Uri,System.Boolean,System.String,System.Boolean,System.String,System.String)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder" /> class to create a new Web application instead. (In Windows SharePoint Services 2.0 the ExtendVirtualServer method extended an Internet Information Services (IIS) Web site with Windows SharePoint Services, and is maintained for backward compatibility.) </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended <paramref name="Sample_URL" /> is included as part of the URL.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to indicate that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. The <paramref name="strAppPoolUserName" /> parameter is required only if the <paramref name="bConfigurableAppPoolAccount" /> parameter is set to true. </param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The <paramref name="strAppPoolPassword" /> parameter is required only if the parameter is set to true.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServer(System.Uri,System.Boolean,System.String,System.Boolean,System.String,System.String,System.Boolean,System.Boolean)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder" /> class to create a new Web application instead. (In Windows SharePoint Services 2.0 the ExtendVirtualServer method extended an Internet Information Services (IIS) Web site with Windows SharePoint Services,  and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended <paramref name="Sample_URL" /> is included as part of the URL.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to indicate that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. If true, specify one of the following values:NetworkServiceLocalServiceLocalSystem</param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the parameter is set to true.</param>
      <param name="bAllowAnonymous">true to allow anonymous access; otherwise, false.</param>
      <param name="bEnsureNTLM">true to use NTLM for authentication; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServerInWebFarm(System.Uri,System.String,Microsoft.SharePoint.Administration.SPUrlZone,System.Boolean,System.Boolean)">
      <summary>To extend a Web application to a new Internet Information Services (IIS) Web site, add a new entry to the IIS settings through the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.IisSettings" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. Windows SharePoint Services automatically handles duplication of IIS Web sites on other computers in the server farm. (In Windows SharePoint Services 2.0, the ExtendVirtualServerInWebFarm method extended a virtual server in a server farm with Windows SharePoint Services,  and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended Sample_URL is included as part of the URL.</param>
      <param name="virtualServerName">A string that specifies the name of a virtual server that contains a content database to use for the extended server.</param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the URL zone.</param>
      <param name="bAllowAnonymous">true to allow anonymous access; otherwise, false.</param>
      <param name="bEnsureNTLM">true to use NTLM for authentication; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServerInWebFarm(System.Uri,System.String,System.Boolean,System.String,System.Boolean,System.String,System.String)">
      <summary>To extend a Web application to a new Internet Information Services (IIS) Web site, add a new entry to the IIS settings through the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.IisSettings" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. Windows SharePoint Services automatically handles duplication of IIS Web sites on other computers in the server farm. (In Windows SharePoint Services 2.0, the ExtendVirtualServerInWebFarm method extended a virtual server in a server farm with Windows SharePoint Services,  and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended Sample_URL is included as part of the URL.</param>
      <param name="strVirtualServerName">A string that specifies the name of a virtual server that contains a content database to use for the extended server.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to specify that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. If true, specify one of the following values:NetworkServiceLocalServiceLocalSystem</param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the parameter is set to true.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ExtendVirtualServerInWebFarm(System.Uri,System.String,System.Boolean,System.String,System.Boolean,System.String,System.String,System.Boolean,System.Boolean)">
      <summary>To extend a Web application to a new Internet Information Services (IIS) Web site, add a new entry to the IIS settings through the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.IisSettings" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. Windows SharePoint Services automatically handles duplication of IIS Web sites on other computers in the server farm. (In Windows SharePoint Services 2.0, the ExtendVirtualServerInWebFarm method extended a virtual server in a server farm with Windows SharePoint Services, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the extended virtual server.</returns>
      <param name="uri">An absolute URI for the virtual server, which includes the host name, port number, and custom URL information. For example, if the URI is http://Server_Name:Port_Number/Sample_URL, when the virtual server is extended Sample_URL is included as part of the URL.</param>
      <param name="virtualServerName">A string that specifies the name of a virtual server that contains a content database to use for the extended server.</param>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="appPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to specify that the application pool account is configurable; otherwise, false.</param>
      <param name="appPoolUserName">A string that specifies a user name for the administrator account of the application pool. If true, specify one of the following values:NetworkServiceLocalServiceLocalSystem</param>
      <param name="appPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the parameter is set to true.</param>
      <param name="bAllowAnonymous">true to allow anonymous access; otherwise, false.</param>
      <param name="bEnsureNTLM">true to use NTLM for authentication; otherwise, false. The default value is false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.IIS6EnableSTS(System.Boolean)">
      <summary>In Windows SharePoint Services 2.0, the IIS6EnableSTS method specified whether to enable Windows SharePoint Services in Internet Information Services (IIS) version 6, and is maintained for backward compatibility.</summary>
      <param name="bEnable">true to enable Windows SharePoint Services in IIS; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.InstalledLanguages">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPRegionalSettings.GlobalInstalledLanguages" /> property of the <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> class to get the languages installed in the Windows SharePoint Services deployment instead. (In Windows SharePoint Services 2.0, the InstalledLanguages property got the collection of installed languages, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguageCollection" /> object that represents the languages.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.IsCurrentUserGlobalAdmin">
      <summary>In Windows SharePoint Services 2.0, the IsCurrentUserGlobalAdmin method returned a Boolean value that indicated whether the current user is a member of the SharePoint administrators group account in the Windows SharePoint Services deployment, and is maintained for backward compatibility.</summary>
      <returns>true if the current user is a global administrator; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.IsCurrentUserMachineAdmin">
      <summary>Obsolete. In Windows SharePoint Services 2.0, the IsCurrentUserGlobalAdmin method returned a Boolean value that indicated whether the current user is a member of the local administrators group for the computer running Windows SharePoint Services, and is maintained for backward compatibility.</summary>
      <returns>true if the current user is a member of the local administrators group; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.ListCustomGlobalWebTemplates(System.UInt32)">
      <summary>In Windows SharePoint Services 2.0, the ListCustomGlobalWebTemplates method returned a list of the global site templates available for instantiating sites across virtual servers on a front-end Web server, and is maintained for backward compatibility. </summary>
      <returns>A string that contains the name, LCID, ID, and description for each global site template.</returns>
      <param name="lcid">A 32-bit unsigned integer that specifies the locale identifier (LCID).</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.Log(System.Int32,System.String)">
      <summary>In Windows SharePoint Services 2.0, the Log method created an entry in the Windows SharePoint Services error log, and is maintained for backward compatibility. For information about how to log errors in Windows SharePoint Services 3.0, see Trace Logs.</summary>
      <param name="iSeverity">A 32-bit integer that specifies the level of severity to report in the log.</param>
      <param name="strMessage">A string that contains the description used in the log for the specified severity.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.MailCodePage">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to update default mail settings instead. (In Windows SharePoint Services 2.0, the MailCodePage property got the language code page used for e-mail messages, and is maintained for backward compatibility.)</summary>
      <returns>A 32-bit integer that specifies the code page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.MailFromAddress">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to update default mail settings instead. (In Windows SharePoint Services 2.0, the MailFromAddress property got the From address used for e-mail in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the From address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.MailReplyToAddress">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to update default mail settings instead. (In Windows SharePoint Services 2.0, the MailReplyToAddress property got the To address used for e-mail in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the To address.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.OpenVirtualServer(System.Uri)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.Lookup(System.Uri)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class to return a specified Web application instead. (In Windows SharePoint Services 2.0 the OpenVirtualServer method opened the virtual server, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the virtual server.</returns>
      <param name="uri">An absolute URI that specifies the virtual server.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.OutboundSmtpServer">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to update default mail settings instead. (In Windows SharePoint Services 2.0 the OutboundSmtpServer property got the name of the SMTP server used for e-mail messages in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the name of the SMTP server.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RefreshConfigCache">
      <summary>The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCache method refreshed the configuration cache, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RefreshConfigCache(System.Guid,System.Boolean)">
      <summary>The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCache method refreshed the configuration cache based on the specified virtual server and on a Boolean value that indicated whether the SharePoint administrators group account had changed, and is maintained for backward compatibility.) </summary>
      <param name="guidVirtualServerId">A System.Guid that specifies the virtual server.</param>
      <param name="bAdminGroupChanged">true to indicate that the SharePoint administrators group account is changed; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RefreshConfigCacheOnRemoteServers">
      <summary>The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCacheOnRemoteServers method refreshed the configuration cache on remote servers in the server farm, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RefreshConfigCacheOnRemoteServers(System.Guid,System.Boolean)">
      <summary>The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCacheOnRemoteServers method refreshed the configuration cache on remote servers in the server farm based on the specified virtual server and on a Boolean value that specified whether the SharePoint administrators group account had changed, and is maintained for backward compatibility.) </summary>
      <param name="guidVirtualServerId">A System.Guid that specifies the virtual server.</param>
      <param name="bAdminGroupChanged">true to indicate that the SharePoint administrators group account is changed; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RegisterASPNETClient">
      <summary>In Windows SharePoint Services 2.0 the RegisterASPNETClient method installed script files for validating the client computer, and is maintained for backward compatibility.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.RemoveWPPack(System.String,System.UInt32,System.String,System.IO.TextWriter)">
      <summary>Use the <see cref="T:Microsoft.SharePoint.Administration.SPSolution" /> class and other related solution objects to deploy Web Parts instead. (In Windows SharePoint Services 2.0, the RemoveWPPack method disabled the specified Web Part package and removed it from the Web Part gallery of the server, and is maintained for backward compatibility.) </summary>
      <returns>A 32-bit integer.</returns>
      <param name="strBaseName">A string that contains the name of the Web Part package.</param>
      <param name="nLang">An unsigned 32-bit integer that specifies the locale ID for the Web Part package. This parameter can contain null.</param>
      <param name="strUrl">A string that specifies the URL of the Web Part package.</param>
      <param name="logWriter">A System.IO.TextWriter object that is used to write an error log to the text stream. This parameter can contain null.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPGlobalAdmin.RequestFromAdminPort">
      <summary>Obsolete. In Windows SharePoint Services 2.0 the AdminPortMaxValue field indicated the name of the administration port, and is maintained for backward compatibility. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ServerCulture">
      <summary>Obsolete. In Windows SharePoint Services 2.0 the ServerCulture property got information about the culture represented on the virtual server, and is maintained for backward compatibility.</summary>
      <returns>A System.Globalization.CultureInfo object that provides information about the culture (such as the language, country/region, calendar, and cultural conventions associated with a specific culture) that is required for performing culture-specific operations such as casing, formatting dates and numbers, and comparing strings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.ServerLanguage">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPRegionalSettings.ServerLanguage" /> property of the <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> class to get the language used in the Web application instead. (In Windows SharePoint Services 2.0 the ServerLanguage property got the language used on the virtual server, and is maintained for backward compatibility.) </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPLanguage" /> object that represents the language.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.SetAdminPort(System.Int32,System.Boolean)">
      <summary>To change the port number of the administration site, update the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> object associated with the administration Web application that is returned by SPAdministrationWebApplication.Local, and call the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.Provision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. (In Windows SharePoint Services 2.0 the SetAdminPort method set the port number for the administration virtual server.)</summary>
      <param name="nPort">A 32-bit integer that specifies the port number.</param>
      <param name="bSsl">true to specify that Secure Sockets Layer (SSL) protocol is used; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.SetAdminPortAppPool(System.Boolean,System.String,System.Boolean,System.String,System.String)">
      <summary>Use SPAdministrationWebApplication.Local to return the administration Web application through which to change the application pool. (In Windows SharePoint Services 2.0 the SetAdminPortAppPool method specified an application pool in Internet Information Services (IIS) for the administration server.)</summary>
      <param name="bCreateNewAppPool">true to create an application pool; otherwise, false.</param>
      <param name="strAppPoolId">A string that specifies an ID for the application pool.</param>
      <param name="bConfigurableAppPoolAccount">true to specify that the application pool account is configurable; otherwise, false.</param>
      <param name="strAppPoolUserName">A string that specifies a user name for the administrator account of the application pool. The parameter is required only if the <paramref name="bConfigurableAppPoolAccount" /> parameter contains true.</param>
      <param name="strAppPoolPassword">A string that specifies a password for the administrator account of the application pool. The parameter is required only if the <paramref name="bConfigurableAppPoolAccount" /> parameter contains true.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.SetLogThreshold(System.Int32)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPDiagnosticsService.SetAll(Microsoft.SharePoint.Administration.TraceSeverity)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPDiagnosticsService" /> class instead. (In Windows SharePoint Services 2.0 the SetLogThreshold method got a logging threshold value that specified the highest level for which messages are logged in the Windows SharePoint Services error log, and is maintained for backward compatibility.)</summary>
      <param name="iThreshold">A 32-bit integer that specifies the level of severity.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.StartDBService(System.String)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Provision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstance" /> class to provision the database service instead. (In Windows SharePoint Services 2.0 the StartDBService method started the specified database server as a service in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <param name="strDatabaseServer">A string that contains the name of the database server.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.StartTimerService">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Provision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstance" /> class to provision the timer service instead. (In Windows SharePoint Services 2.0 the StartTimerService started the SharePoint Timer service for scheduled background processes in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.TimeZones">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPRegionalSettings.TimeZones" /> property of the <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> class to get the collection of time zones used in a server farm instead. (In Windows SharePoint Services 2.0, the TimeZones property got the collection of time zones, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPTimeZoneCollection" /> object that represents the time zones.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UnextendVirtualServer(Microsoft.SharePoint.Administration.SPVirtualServer,System.Boolean)">
      <summary>To remove Windows SharePoint Services from an Internet Information Services (IIS) Web site, remove the IISSettings object from the Web application that the site is serving, and call the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.Unprovision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. (In Windows SharePoint Services 2.0 the UnextendVirtualServer method removed Windows SharePoint Services from the virtual server, and is maintained for backward compatibility.)</summary>
      <param name="vs">An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the server from which to remove Windows SharePoint Services.</param>
      <param name="bDropContentDB">true to also delete the content database; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UnextendVirtualServer(System.Uri,System.Boolean)">
      <summary>To remove Windows SharePoint Services from an Internet Information Services (IIS) Web site, remove the IISSettings object from the Web application that the site is serving, and call the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.Unprovision" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class. (In Windows SharePoint Services 2.0 the UnextendVirtualServer method removed Windows SharePoint Services from the virtual server, and is maintained for backward compatibility.)</summary>
      <param name="uri">An absolute URI that specifies the server.</param>
      <param name="bDropContentDB">true to also delete the content database; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UpdateConfigDatabaseConnection(System.String,System.String,System.String,System.String)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPFarm.Join" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> class to add a local computer to the server farm instead. (In Windows SharePoint Services 2.0 the UpdateConfigDatabaseConnection method was used to update the connection to the configuration database, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPConfigDatabase" /> object that represents the configuration database.</returns>
      <param name="strDatabaseServer">A string that specifies the database server.</param>
      <param name="strDatabaseName">A string that contains the name of the new database.</param>
      <param name="strUserName">A string that contains the user name for the administrator account. The parameter is required only if SQL authentication is used.</param>
      <param name="strPassword">A string that contains the password for the administrator account. The parameter is required only if SQL authentication is used.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UpdateMailSettings(System.String,System.String,System.String,System.Int32)">
      <summary>Use the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)" /> method of the <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationWebApplication" /> class to update default mail settings instead. (In Windows SharePoint Services 2.0 the UpdateMailSettings method updated the default e-mail settings in the configuration database with the specified values, and is maintained for backward compatibility.)</summary>
      <param name="strOutboundSMTPServer">A string that identifies the Simple Mail Transfer Protocol (SMTP) server for outbound mail.</param>
      <param name="strFromAddress">A string that contains the From address for the server.</param>
      <param name="strReplyToAddress">A string that contains the Reply To address for the server.</param>
      <param name="nCodePage">An integer that specifies the language code page to use for e-mail messages.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UpgradeApplication">
      <summary>In Windows SharePoint Services 2.0 the UpgradeApplication method upgraded the administrative virtual server, and is maintained for backward compatibility.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UpgradeConfigDB">
      <summary>In Windows SharePoint Services 2.0 the UpgradeConfigDB method upgraded the configuration database, and is maintained for backward compatibility.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPGlobalAdmin.UpgradeConfigDB(System.Boolean)">
      <summary>In Windows SharePoint Services 2.0 the UpgradeConfigDB method upgraded the configuration database, and is maintained for backward compatibility.</summary>
      <param name="bForceUpgrade">true to force upgrade of the database; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.UsageSettings">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.UsageSettings" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class to get the collection of usage settings for the Web service instead. (In Windows SharePoint Services 2.0, the UsageSettings property got a usage settings object that encapsulated the settings for logging and usage processing, and is maintained for backward compatibility.) </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUsageSettings" /> object that represents the settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.UseHostHeaderAsSiteName">
      <summary>Use the <see cref="P:Microsoft.SharePoint.SPSite.HostHeaderIsSiteName" /> property of the <see cref="T:Microsoft.SharePoint.SPSite" /> class to indicate whether the host header is used to uniquely identify the site collection instead. (In Windows SharePoint Services 2.0, the UseHostHeaderAsSiteName property got a Boolean value that indicated whether the host header was used as the name for the site collection on the virtual server, and is maintained for backward compatibility.) </summary>
      <returns>This value always equals false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.UseNtAuthenticationForDatabase">
      <summary>The authentication mode can vary for each database, and a database uses NT authentication if the <see cref="P:Microsoft.SharePoint.Administration.SPDatabase.Username" /> property is null. (In Windows SharePoint Services 2.0, the UseNtAuthenticationForDatabase property got a Boolean value that indicated whether Microsoft Windows NT authentication is used for the database, and is maintained for backward compatibility.) </summary>
      <returns>true if Windows NT authentication is used; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.Version">
      <summary>Obsolete. In Windows SharePoint Services 2.0, the Version property got the version of Windows SharePoint Services that is installed in the deployment, and is maintained for backward compatibility.</summary>
      <returns>A System.Version object that specifies the version of Windows SharePoint Services.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.VirtualServerNames">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.WebApplications" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class to get the collection of Web applications in the Web service instead. (In Windows SharePoint Services 2.0, the VirtualServerNames property got the names of the virtual servers in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>A string array that contains the names of the virtual servers.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalAdmin.VirtualServers">
      <summary>Use the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.WebApplications" /> property of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class to get the collection of Web applications in the Web service instead. (In Windows SharePoint Services 2.0, the VirtualServerNames property got the collection of virtual server objects in the Windows SharePoint Services deployment, and is maintained for backward compatibility.)</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerCollection" /> object that represents the virtual servers.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPGlobalConfig">
      <summary>Use the new <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> and <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> classes instead, to define configuration settings. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.AdminGroup">
      <summary>Obsolete. Gets or sets the name of a SharePoint administrator group account. </summary>
      <returns>A string that contains a Microsoft Windows NT security group account name in the form Domain \ Name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.BlockedFileTypes">
      <summary>Obsolete. Gets or sets file types that cannot be used in the Windows SharePoint Services deployment.</summary>
      <returns>A string collection of file name extensions (without periods) that specifies file types that cannot be used.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.ClusterGuid">
      <summary>Obsolete. Gets the GUID for the server farm. </summary>
      <returns>A System.Guid that specifies the server farm.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.FullTextSearchEnabled">
      <summary>Gets or sets a Boolean value that specifies whether full-text search is enabled in the Windows SharePoint Services deployment.</summary>
      <returns>true if full-text search is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.FullTextSearchSupported">
      <summary>Gets a Boolean value that specifies whether full-text search is supported in the Windows SharePoint Services deployment.</summary>
      <returns>true if full-text search is enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.GlobalAdmin">
      <summary>Obsolete. Gets a global administration object that provides access to administrative settings in the Windows SharePoint Services deployment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> object that represents the administrative settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.Properties">
      <summary>Obsolete. Gets global configuration settings that are used in the Windows SharePoint Services deployment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPPropertyBag" /> object that contains the global configuration settings. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.QuotaTemplates">
      <summary>Obsolete. Gets a quota template collection that represents all the quota templates for the Windows SharePoint Services deployment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection" /> object that represents the quota templates.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPGlobalConfig.WebServers">
      <summary>Obsolete. Gets a Web server collection that represents all the front-end Web servers in the Windows SharePoint Services deployment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebServerCollection" /> object that represents the servers.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPHealthReportCreationData"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportCreationData.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportCreationData.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportCreationData.#ctor(System.String,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportCreationData.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportCreationData.#ctor(System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Collections.Generic.List{System.String})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.ColumnNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.IsStoreProcedure"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.Query"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.SupportLogTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.SupportMachineName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.SupportMaxRows"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportCreationData.SupportSelectWebApplication"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPHealthReportStore"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.AddHealthReport(Microsoft.SharePoint.Administration.SPHealthReportCreationData)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportStore.AllReports"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.Contains(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.GetReportCreationData(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPHealthReportStore.Local"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPHealthReportStore.RemoveHealthReport(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPHtmlTransformSettings">
      <summary>Represents a collection of HTML viewer settings.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.#ctor">
      <summary>Reserved for internal use. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.Enabled">
      <summary>Gets or sets a value indicating whether the HTML viewing feature is turned on.</summary>
      <returns>true if the HTML viewing feature is turned on; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.MaximumCacheSize">
      <summary>Gets or sets the maximum size to allow for the HTML viewer cache in megabytes (MB). </summary>
      <returns>A 32-bit integer containing the cache size.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.MaximumFileSize">
      <summary>Gets or sets the size in kilobytes (KB) of the largest file to view.</summary>
      <returns>A 32-bit integer containing the file size. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.ServerLocation">
      <summary>Gets or sets the path that specifies where the HTML viewer application is installed.</summary>
      <returns>A string containing the path. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPHtmlTransformSettings.Timeout">
      <summary>Gets or sets the amount of time that the service waits for HTML viewing to complete.</summary>
      <returns>A System.TimeSpan structure that specifies the amount of time that the service waits.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisSettings">
      <summary>Represents the Internet Information Services (IIS) authentication settings that are shared across all front-end Web servers for a specific URL zone, which can be modified and propagated by re-provisioning the Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.#ctor(System.String,System.Boolean,System.Boolean,Microsoft.SharePoint.Administration.SPServerBinding,Microsoft.SharePoint.Administration.SPSecureBinding,System.IO.DirectoryInfo)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> class based on specified settings. </summary>
      <param name="serverComment">A string that contains a description for the Web application, which must match the value that is contained by the Internet Information Services (IIS) ServerComment property that is used in the metabase for the IIS Web site.</param>
      <param name="allowAnonymous">true if anonymous access to the Web application is allowed; otherwise, false. The default value is false.</param>
      <param name="disableKerberos">true to disable Kerberos authentication for the Web application; otherwise, false. The default value is false.</param>
      <param name="serverBinding">An <see cref="T:Microsoft.SharePoint.Administration.SPServerBinding" /> object that represents server bindings to use for the Web application.</param>
      <param name="secureBinding">An <see cref="T:Microsoft.SharePoint.Administration.SPSecureBinding" /> object that represents server bindings to use for the Web application that uses the Secure Sockets Layer (SSL) protocol.</param>
      <param name="path">A System.IO.DirectoryInfo object that specifies the local file system path to the folder that contains files for the virtual directory of the Web application, for example: C:\Inetpub\wwwroot\wss\VirtualDirectories\80.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.AddClaimsAuthenticationProvider(Microsoft.SharePoint.Administration.SPAuthenticationProvider)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.AllowAnonymous">
      <summary>Gets or sets a Boolean value that specifies whether the Web application allows anonymous access. </summary>
      <returns>true to allow anonymous access; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.AuthenticationMode">
      <summary>Gets or sets a value that specifies whether the Web application uses Windows or Forms authentication. </summary>
      <returns>A System.Web.Configuration.AuthenticationMode.Windows value that specifies the authentication mode that the Web application uses, which can be Forms, Windows, or None. The default value is Windows. For other authentication modes, such as Active Directory Federation Services (ADFS) or Passport, this value must be None.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.ClaimsAuthenticationProviders"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.ClaimsAuthenticationRedirectionUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.ClientObjectModelRequiresUseRemoteAPIsPermission"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.CreateFromExistingWebSite(System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> object from an existing Internet Information Services (IIS) Web site on the local computer based on the specified server comment.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> object that represents the IIS settings. </returns>
      <param name="serverComment">A string that specifies the description for the IIS Web site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.DeleteClaimsAuthenticationProvider(Microsoft.SharePoint.Administration.SPAuthenticationProvider)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.DisableKerberos">
      <summary>Gets or sets a Boolean value that determines whether the Web application disables Kerberos authentication.</summary>
      <returns>true to disable Kerberos; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.EnableClientIntegration">
      <summary>Gets or sets a Boolean value that specifies whether client integration features are enabled in Web applications for the specified zone.</summary>
      <returns>true to enable client integration features; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.FormsClaimsAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.GetClaimsAuthenticationProvider(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.MembershipProvider">
      <summary>Gets or sets the membership provider name for the Web application.</summary>
      <returns>A string that contains the name of the membership provider name, which must be identical to the name specified in the Web.config file for the membership provider. You might need to manually configure additional properties for the membership provider in the web.config file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.Path">
      <summary>Gets or sets the local file system path to the folder that contains files for the virtual directory of the Web application.</summary>
      <returns>A System.IO.DirectoryInfo object that specifies a local file system path, for example: C:\Inetpub\wwwroot\wss\VirtualDirectories\80.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.PreferredInstanceId">
      <summary>Gets or sets the instance ID of the Web application.</summary>
      <returns>A 32-bit integer that specifies the instance ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.RoleManager">
      <summary>Gets or sets the role provider name for the Web application.</summary>
      <returns>A string that specifies the role provider name, which must be identical to the name specified in the web.config file for the role provider. You might need to configure manually additional properties for the role provider in the web.config file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.SecureBindings">
      <summary>Gets the collection of server bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings and that uses Secure Sockets Layer (SSL) protocol.</summary>
      <returns>A System.Collections.ObjectModel.Collection object that contains the server bindings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.ServerBindings">
      <summary>Gets the collection of server bindings that are used for the Internet Information Services (IIS) Web site that pertains to the IIS settings.</summary>
      <returns>A System.Collections.ObjectModel.Collection object that contains the server bindings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.ServerComment">
      <summary>Gets the server comment that is used in the Internet Information Services (IIS) metabase for the IIS Web site.</summary>
      <returns>A string that matches the value of the ServerComment metabase property for the IIS Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseBasicAuthentication">
      <summary>Gets or sets a value that specifies whether the Web application uses Basic authentication.</summary>
      <returns>true to allow Basic authentication; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseClaimsAuthentication"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseFormsClaimsAuthenticationProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UsePersonalCardClaimsAuthenticationProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseTrustedClaimsAuthenticationProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseWindowsClaimsAuthenticationProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.UseWindowsIntegratedAuthentication">
      <summary>Gets or sets a Boolean value that specifies whether the Web application uses Windows Integrated Authentication.</summary>
      <returns>true to use Windows Integrated Authentication; otherwise, false. The default value is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisSettings.ValidateProviderName(System.String)">
      <summary>Validates the specified role manager or membership provider name.</summary>
      <param name="name">A string that specifies the role manager or membership provider name. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisSettings.WindowsClaimsAuthenticationProvider"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebService"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <param name="farm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebService.Update"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplication"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.#ctor(System.String,Microsoft.SharePoint.Administration.SPIisWebService)">
      <param name="name"></param>
      <param name="service"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.#ctor(System.String,Microsoft.SharePoint.Administration.SPIisWebService,Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool)">
      <param name="name"></param>
      <param name="service"></param>
      <param name="applicationPool"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.AccessRights">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.AccessControl.SPNamedIisWebServiceApplicationRights" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.AddServiceEndpoint(System.String,Microsoft.SharePoint.Administration.SPIisWebServiceBindingType)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint" />.</returns>
      <param name="name"></param>
      <param name="bindingType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.AddServiceEndpoint(System.String,Microsoft.SharePoint.Administration.SPIisWebServiceBindingType,System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint" />.</returns>
      <param name="name"></param>
      <param name="bindingType"></param>
      <param name="relativeAddress"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ApplicationPool">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.CheckAccess(Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="rights"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Comments">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ConfigureServiceHost(System.ServiceModel.ServiceHostBase)">
      <param name="serviceHost"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ConfigureServiceHost(System.ServiceModel.ServiceHostBase,Microsoft.SharePoint.SPServiceAuthenticationMode)">
      <param name="serviceHost"></param>
      <param name="authenticationMode"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Current">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplication" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.DefaultEndpoint">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Delete"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.DemandAccess(Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights)">
      <param name="rights"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Endpoints">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.GetAccessControl">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationSecurity" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.GrantAccess(System.Collections.Generic.IEnumerable{System.Security.Principal.SecurityIdentifier})">
      <param name="securityIdentifiers"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.InstallPath">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.IsConnected(Microsoft.SharePoint.Administration.SPServiceApplicationProxy)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="proxy"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Microsoft#SharePoint#Administration#ISharedServiceApplication#DefaultEndpoint">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.IServiceEndpoint" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnProcessIdentityChanged(System.Security.Principal.SecurityIdentifier)">
      <param name="processSecurityIdentifier"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OpenInstanceConfiguration">
      <returns>Returns <see cref="T:System.Configuration.Configuration" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.PermissionsLink"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ProcessIdentity">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentity" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Provision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ProvisionLocal(Microsoft.SharePoint.Administration.SPServiceInstance)">
      <param name="serviceInstance"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.SetAccessControl(Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationSecurity)">
      <param name="security"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Shared">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.TermsOfServiceUri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.UnprovisionLocal(Microsoft.SharePoint.Administration.SPServiceInstance)">
      <param name="serviceInstance"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.Uri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplication.VirtualPath">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.GetSecurityIdentifier">
      <returns>Returns <see cref="T:System.Security.Principal.SecurityIdentifier" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.Name">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.ProcessAccount">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPProcessAccount" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.Update"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool.UpgradeFromProcessIdentity(Microsoft.SharePoint.Administration.SPProcessIdentity,System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.#ctor(System.String,Microsoft.SharePoint.Administration.SPIisWebServiceProxy,System.Uri)">
      <param name="name"></param>
      <param name="serviceProxy"></param>
      <param name="serviceEndpointUri"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationProxy.ServiceEndpointUri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceBindingType"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebServiceBindingType.Http"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebServiceBindingType.Https"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebServiceBindingType.NetTcp"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebServiceBindingType.NetPipe"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.EndpointAddresses">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.GetEndpointUri(Microsoft.SharePoint.Administration.SPIisWebServiceInstance)">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
      <param name="serviceInstance"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.ResetHostName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.SetHostName(System.String)">
      <param name="hostName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceEndpoint.Uri">
      <returns>Returns <see cref="T:System.Uri" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceEndpointCollection"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceInstance"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceInstance.#ctor(Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPIisWebService)">
      <param name="server"></param>
      <param name="service"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Provision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceInstance.Unprovision"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebServiceProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <param name="farm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired">
      <returns>Returns <see cref="T:System.UInt64" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebServiceProxy.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="sender"></param>
      <param name="info"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebSite">
      <summary>Represents an Internet Information Services (IIS) Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebSite.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPIisWebSite" /> class.</summary>
      <param name="instanceId">A 32-bit integer that specifies the instance ID of an Internet Information Services Web site. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebSite.HttpErrorsExistingResponse">
      <summary>Gets or sets a value that determines whether Internet Information Services (IIS) overwrites error messages in Windows SharePoint Services.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.HttpErrorsExistingResponseOptions" /> value that specifies whether IIS overwrites Windows SharePoint Services error messages.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebSite.InstanceId">
      <summary>Gets the instance ID of the Internet Information Services (IIS) Web site. </summary>
      <returns>A 32-bit integer that indicates the instance ID of the IIS Web site. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIisWebSite.Provision">
      <summary>Creates an Internet Information Services Web site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebSite.ServerBindings">
      <summary>Gets or sets a list of server bindings that are served by the Internet Information Services Web site. </summary>
      <returns>A string array that contains the list of server bindings. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebSite.ServerComment">
      <summary>Gets or sets the display name of the Internet Information Services (IIS) Web site. </summary>
      <returns>A string that contains the display name of the IIS Web site. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIisWebSite.ServerState">
      <summary>Gets a value that describes the server state.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState" /> value that describes the server state. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState">
      <summary>Indicates the state of the server that runs Internet Information Services (IIS). </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Starting">
      <summary>Specifies that the server is starting. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Started">
      <summary>Specifies that the server is started. Value = 2.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Stopping">
      <summary>Specifies that the server is stopping. Value = 3. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Stopped">
      <summary>Specifies that the server is stopped. Value = 4.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Pausing">
      <summary>Specifies that the server is pausing. Value = 5.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Paused">
      <summary>Specifies that the server is paused. Value = 6.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPIisWebSite.SPIisServerState.Continuing">
      <summary>Specifies that the server is continuing. Value = 7.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIncomingEmailService">
      <summary>Represents the service that is used in Windows SharePoint Services for incoming e-mail timer jobs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPIncomingEmailService" /> class based on the specified service name and server farm.</summary>
      <param name="name">A string that contains the name for the new service.</param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm in which to create the incoming e-mail service.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.ChangeIPRestrictionList(System.String[])">
      <summary>Specifies the servers from which the incoming e-mail service accepts e-mail messages.</summary>
      <param name="value">A string array that specifies the IP addresses of e-mail servers.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.DirectoryManagementServiceUrl">
      <summary>Gets or sets the URL of the SharePoint Directory Management SOAP Web service.</summary>
      <returns>A string that contains the URL of the SharePoint Directory Management Web service, for example: http://MyServer:Port#/_vti_bin/SharepointEmailWS.asmx.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.DirectoryManagementServiceVersion"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.DistributionGroupsEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to allow creation of distribution groups from SharePoint sites.</summary>
      <returns>true to allow creation of distribution groups from SharePoint sites; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.DLsRequireAuthenticatedSenders">
      <summary>Gets or sets a Boolean value that specifies whether to require authenticated senders for e-mail messages that are sent to distribution groups.</summary>
      <returns>true to require authenticated senders for e-mail messages to distribution groups; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.DropFolder">
      <summary>Gets or sets the drop folder that Windows SharePoint Services checks for incoming e-mail messages that arrive from the Simple Mail Transfer Protocol (SMTP) service.</summary>
      <returns>A string that contains the file system path to the drop folder, for example: c:\inetpub\mailroot\drop.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.Enabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable delivery of incoming e-mail.</summary>
      <returns>true to enable delivery of incoming e-mail; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.GetIPRestrictionList">
      <summary>Gets the list of servers from which the incoming e-mail service accepts e-mail messages.</summary>
      <returns>A string array that lists the servers from which e-mail messages are accepted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.RemoteDirectoryManagementService">
      <summary>Gets or sets a Boolean value that specifies whether to use a remote directory management service to create distribution groups and contacts.</summary>
      <returns>true to specify that the directory management service is remote; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.Required">
      <summary>Gets a Boolean value that indicates whether an instance of the incoming e-mail service must be running on at least one computer in the server farm.</summary>
      <returns>true if the incoming e-mail service must be running on at least one computer; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.ScheduleAutomaticSettingsUpdate">
      <summary>Resets the timer job that is implemented in the incoming e-mail service to use settings of the default Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.ServerAddress">
      <summary>Gets or sets the name of the server where incoming e-mail messages are received.</summary>
      <returns>A string that contains the name of the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.ServerDisplayAddress">
      <summary>Gets or sets the suffix of the e-mail server address that is displayed in the administrative user interface.</summary>
      <returns>A string that contains the suffix of the e-mail server address. For example, if the address is MyList@example.com, then the ServerDisplayAddress property contains example.com.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.SmtpInstanceId">
      <summary>Gets or sets the ID of the Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance to configure with IP security settings.</summary>
      <returns>A 32-bit integer that specifies the ID of the SMTP instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.TypeName">
      <summary>Gets the display name that is used to describe the object type within the administrative user interface.</summary>
      <returns>A string that contains the display name that is used to describe the object type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailService.Update">
      <summary>Commits changes to the incoming e-mail service and starts or stops the timer job if necessary.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.UseAutomaticSettings">
      <summary>Gets or sets a Boolean value that specifies whether incoming e-mail settings are automatically gathered from the default Internet Information Services (IIS) Simple Mail Transfer Protocol (SMTP) instance.</summary>
      <returns>true to automatically gather incoming e-mail settings from the default IIS SMTP instance; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailService.UseDirectoryManagementService">
      <summary>Gets or sets a Boolean value that specifies whether the incoming e-mail service uses a SharePoint Directory Management SOAP Web service.</summary>
      <returns>true to use a SharePoint Directory Management Web service for the incoming e-mail service; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance">
      <summary>Represents an instance of the incoming e-mail service that is used in Windows SharePoint Services for incoming e-mail timer jobs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPIncomingEmailService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance" /> class based on the specified service instance name, server, and incoming e-mail service.</summary>
      <param name="name">A string that contains the name of the new service.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which the service instance is created.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPIncomingEmailService" /> object that represents the incoming e-mail service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.EffectiveDropFolder">
      <summary>Gets the drop folder that Windows SharePoint Services checks for incoming e-mail messages that arrive from the Simple Mail Transfer Protocol (SMTP) service.</summary>
      <returns>A string that contains the file system path to the drop folder, for example: c:\inetpub\mailroot\drop.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.GetSettingsFromIis">
      <summary>Configures the incoming e-mail service to use the settings of the default Simple Mail Transfer Protocol (SMTP) server in Internet Information Services (IIS).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.ProcessEmail">
      <summary>Handles the incoming email messages in the drop folder of the server that is used by the incoming e-mail service instance.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIncomingEmailServiceInstance.ServerDropFolder">
      <summary>Gets or sets the drop folder that Windows SharePoint Services checks for incoming e-mail messages that arrive from the Simple Mail Transfer Protocol (SMTP) service.</summary>
      <returns>A string that contains the file system path to the drop folder, for example: c:\inetpub\mailroot\drop.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPInvalidCollationException"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPIrmSettings">
      <summary>Represents Information Rights Management (IRM) settings that are used in Windows SharePoint Services to help protect the use and distribution of documents.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPIrmSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPIrmSettings.IrmAddinsEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) addins.</summary>
      <returns>true to enable IRM addins; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIrmSettings.IrmChanges">
      <summary>Gets or sets the number of times the Information Rights Management (IRM) settings have been changed.</summary>
      <returns>An unsigned 32-bit integer that specifies the number of times IRM settings have been changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIrmSettings.IrmRMSCertServer">
      <summary>Gets or sets the certification server that is used in Information Rights Management (IRM).</summary>
      <returns>A string that specifies the certification server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIrmSettings.IrmRMSEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable Information Rights Management (IRM) locally for sites.</summary>
      <returns>true to enable IRM locally for sites; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPIrmSettings.IrmRMSUseAD">
      <summary>Gets or sets a Boolean value that specifies whether to find Information Rights Management (IRM) servers by using Active Directory.</summary>
      <returns>true to find IRM servers by using Active Directory Domain Services; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPJobDefinition">
      <summary>Represents a job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition" /> class and provides parameters for specifying key objects.</summary>
      <param name="name">Specifies the name of the job definition.</param>
      <param name="service">Specifies an <see cref="T:Microsoft.SharePoint.Administration.SPService" /> object instance.</param>
      <param name="server">Specifies an <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object instance.</param>
      <param name="lockType">Specifies an enumeration value from the <see cref="T:Microsoft.SharePoint.Administration.SPJobLockType" /> enum.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebApplication,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinition" /> class and provides parameters for specifying key objects.</summary>
      <param name="name">Specifies the name of the job definition.</param>
      <param name="webApplication">Specifies an <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object instance.</param>
      <param name="server">Specifies an <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object instance.</param>
      <param name="lockType">Specifies an enumeration value from the <see cref="T:Microsoft.SharePoint.Administration.SPJobLockType" /> enum.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.CanSelectForRestore"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.Delete">
      <summary>Deletes the job definition.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.EnableBackup"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.Execute(System.Guid)">
      <summary>Executes the job definition.</summary>
      <param name="targetInstanceId">For target types of <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> this is the database ID of the content database being processed by the running job. This value is Guid.Empty for all other target types.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.HistoryEntries"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.IsDisabled">
      <summary>Gets or sets whether the job definition should be disabled. </summary>
      <returns>true to disable the job definition; otherwise, false (the default). </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.LastRunTime">
      <summary>Gets the last run time of the job definition.</summary>
      <returns>A DateTime object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.LockType">
      <summary>Gets the lock type for the job definition. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPJobLockType" /> value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.Retry">
      <summary>Gets or sets whether the job definition should be retried if it ends abnormally. </summary>
      <returns>true to retry the job definition; otherwise, false (the default). </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.RunNow"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.Schedule">
      <summary>Gets or sets the schedule of the job definition. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSchedule" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.Server">
      <summary>Gets the server of the job definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.Service">
      <summary>Gets the service for this job definition. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPService" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.Title">
      <summary>Gets or sets the title of the job definition.</summary>
      <returns>A string containing the title of the job definition. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.Update">
      <summary>Causes the job definition to save its state and propagate changes to all machines in the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.UpdateProgress(System.Int32)">
      <summary>Updates the percentage of the running job that is completed for the job definition running on the current server.</summary>
      <param name="newPercentage">The percentage of the job completed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobDefinition.Validate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.VerboseTracingEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobDefinition.WebApplication">
      <summary>Gets the web application for this job definition.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPJobDefinitionCollection"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPJobHistory"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.DatabaseName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.EndTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.JobDefinitionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.JobDefinitionTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.QueryCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.RequestCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.ServerId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.ServerName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.ServiceId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.StartTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.Status"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.WebApplicationId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobHistory.WebApplicationName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPJobLockType">
      <summary>Values for the lock type of a job definition.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPJobLockType.None">
      <summary>No locks</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPJobLockType.ContentDatabase">
      <summary>Locks the content database before processing.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPJobLockType.Job">
      <summary>Locks the job to prevent it from running on more than one machine.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPJobState"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobState.Clear"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobState.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobState.Remove(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPJobState.SetProperties(System.Collections.Generic.Dictionary{System.String,System.Object})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPJobState.ShouldStop"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance">
      <summary>Base class that is used for load balancers in document conversions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPWindowsService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance" /> class based on the specified service instance name, server, and Windows service.</summary>
      <param name="name">A string that specifies a name for the service instance.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which to create the service instance.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPWindowsService" /> object that represents a Windows service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPLoadBalancerServiceInstance.Url">
      <summary>Gets the URL of the load-balancer service instance.</summary>
      <returns>A string that contains the URL of the service instance.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPManagedAccount"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.AutomaticChange"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.CanChangePassword"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.ChangePassword(System.Security.SecureString,Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.ChangeSchedule"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.DaysBeforeChangeToEmail"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.DaysBeforeExpiryToChange"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.Delete"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.Deploy(Microsoft.SharePoint.Administration.SPApplicationPool)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.Deploy(Microsoft.SharePoint.Administration.SPProcessIdentity,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.DeployFarmAdminCredentials(System.Boolean,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.EnableEmailBeforePasswordChange"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.GeneratePassword(Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.MinPasswordLen"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.PasswordExpiration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.PasswordLastChanged"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.PropagatePassword(System.Security.SecureString,Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.SecurePassword"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.SetPassword(System.Security.SecureString)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.Sid"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPManagedAccount.Username"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPManagedAccount.Verify"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.None"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.SkipAboutToChange"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.SkipHasChanged"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.SkipChangeCanceled"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.SkipChangeCanceledEmail"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventProcessingOptions.AllowResumeChange"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPManagedAccount.EventType"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventType.AboutToChange"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventType.HasChanged"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPManagedAccount.EventType.ChangeCanceled"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPMembershipUserKeyType"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPMembershipUserKeyType.UserName"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPMembershipUserKeyType.ProviderUserKey"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPMetabaseManager">
      <summary>Provides methods for managing the Internet Information Services (IIS) metabase.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisApplicationPool(System.String,System.Int32,System.String,System.Security.SecureString,System.TimeSpan,System.TimeSpan)">
      <param name="name"></param>
      <param name="identityType"></param>
      <param name="userName"></param>
      <param name="password"></param>
      <param name="idleTimeout"></param>
      <param name="periodicRestartTime"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisVirtualDirectory(System.String,System.String,System.String,System.String,System.Int32,System.String,System.String,System.String[])">
      <param name="serverComment"></param>
      <param name="virtualPath"></param>
      <param name="name"></param>
      <param name="path"></param>
      <param name="accessFlags"></param>
      <param name="applicationName"></param>
      <param name="applicationPoolId"></param>
      <param name="scriptMaps"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseManager.ProvisionIisWebSite(System.String,System.String[],System.String[],System.Int32,System.String[],System.String,System.Int32,System.String,System.String,System.String[],System.String)">
      <param name="serverComment"></param>
      <param name="serverBindings"></param>
      <param name="secureBindings"></param>
      <param name="authenticationMethods"></param>
      <param name="authenticationProviders"></param>
      <param name="path"></param>
      <param name="accessFlags"></param>
      <param name="applicationName"></param>
      <param name="applicationPoolId"></param>
      <param name="scriptMaps"></param>
      <param name="sslCertificateSubjectName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseManager.UnprovisionAllIisVirtualDirectories(System.String,System.String,System.String[],System.Boolean)">
      <param name="serverComment"></param>
      <param name="virtualPath"></param>
      <param name="exceptions"></param>
      <param name="removeApplicationPools"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseManager.UnprovisionIisWebSite(System.String,System.Boolean)">
      <param name="serverComment"></param>
      <param name="removeApplicationPools"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPMetabaseObject">
      <summary>Represents an object that is persisted in the Internet Information Services (IIS) metabase.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.#ctor(Microsoft.SharePoint.Administration.SPMetabaseObject,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPMetabaseObject" /> class to return an instance of an existing site.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPMetabaseObject" /> object that represents the parent Web site of the directory.</param>
      <param name="path">A string that contains the URL path for the virtual directory.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMetabaseObject.CurrentDirectoryEntry">
      <summary>Gets the metabase Active Directory node that corresponds to the object.</summary>
      <returns>A System.DirectoryServices.DirectoryEntry object that represents the Active Directory node.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.Dispose">
      <summary>Releases unmanaged resources used by the metabase object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMetabaseObject.Exists">
      <summary>Gets a Boolean value that indicates whether the object exists in the metabase.</summary>
      <returns>true if the object exists in the metabase; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.InvokeMethod(System.String)">
      <summary>Executes the Invoke method of the corresponding management object.</summary>
      <returns>true if the operation succeeds; otherwise, false.</returns>
      <param name="method">A string that contains the name of the method to invoke.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMetabaseObject.ParentIsDisposable"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.Provision">
      <summary>Creates the metabase object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMetabaseObject.RelativePath">
      <summary>Gets the portion of the metabase path that is specific to the object.</summary>
      <returns>A string that contains a portion of the metabase path.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMetabaseObject.SchemaClassName">
      <summary>Gets the identifier of the object type that the metabase object represents.</summary>
      <returns>A string that contains the object type identifier.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.Unprovision">
      <summary>Destroys the metabase object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMetabaseObject.Update">
      <summary>Commits to the registry all changes made to the metabase object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPMigratableSiteCollection">
      <summary>Represents a collection of site collections that can be migrated in a gradual upgrade from Windows SharePoint Services 2.0 to Windows SharePoint Services 3.0.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPMigratableSiteCollection" /> class that is non-persistable.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPMigratableSiteCollection" /> class that is persistable.</summary>
      <param name="name">A string that contains the name of the migratable site collection.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> that represents the parent object that declares the migratable site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Add(Microsoft.SharePoint.SPSite)">
      <summary>Adds a site collection to the collection of migratable site collections.</summary>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection to add to the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.CanMigrate">
      <summary>Gets a Boolean value that indicates whether the site collections in the collection can be migrated.</summary>
      <returns>true if the site collections can be migrated; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Clear">
      <summary>Removes all site collections from the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Contains(Microsoft.SharePoint.SPSite)">
      <summary>Determines whether the collection contains a specified site collection.</summary>
      <returns>true if the collection contains the specified site collection; otherwise, false.</returns>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPSite" /> object that specifies the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.CopyTo(Microsoft.SharePoint.SPSite[],System.Int32)">
      <summary>Copies the site collections in the collection to an array of <see cref="T:Microsoft.SharePoint.SPSite" /> objects, starting at a specified array index.</summary>
      <param name="array">The array of <see cref="T:Microsoft.SharePoint.SPSite" /> objects to which to copy the collection.</param>
      <param name="arrayIndex">A 32-bit integer specifying the array index at which to start copying the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Count">
      <summary>Gets the number of site collections in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of site collections.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the collection. </summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.IsPaired">
      <summary>Gets or sets a Boolean value that specifies whether all site collections in the collection are paired with Windows SharePoint Services 2.0 site collections.</summary>
      <returns>true to specify that all site collections in the collection are paired; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.IsReadOnly">
      <summary>Gets a Boolean value that indicates whether the collection is read-only.</summary>
      <returns>true if the collection is read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Migrate">
      <summary>Migrates the site collections in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Migrate(System.Boolean)">
      <summary>Migrates the settings of Windows SharePoint Services 2.0 site collections with which the site collections are paired, with the option of including all children.</summary>
      <param name="includeChildren">true to include children; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.Remove(Microsoft.SharePoint.SPSite)">
      <summary>Removes the first occurrence of the specified site collection from the collection.</summary>
      <returns>true if the operation succeeds; otherwise, false.</returns>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.UpgradeContext">
      <summary>Gets additional upgrade context.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> object that represents additional upgrade context.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPMigratableSiteCollection.ValidateRootSite">
      <summary>Verifies that a root site collection is included in the current migration.</summary>
      <returns>true if a root site collection is included in the migration; false if the root site collection exists but is not included in the current migration and not yet migrated. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPMobileDocumentViewer"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPMobileDocumentViewer.#ctor(System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPMobileDocumentViewer.FeatureId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPMobileDocumentViewer.FileExtension"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPMobileDocumentViewer.FileName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPNamedAclRights`1">
      <typeparam name="TRightsEnum"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPNamedAclRights`1.#ctor(System.String,`0)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPObjectModelType"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelType.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelType.FullName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelType.GetPropertyNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelType.MethodNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelType.SetPropertyNames"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Add(System.Type,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Item(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Item(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Remove(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.Remove(System.Type,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.RemoveAll"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPObjectModelTypeCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPObjectStatus">
      <summary>Specifies the status of a service that runs within a Windows SharePoint Services deployment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Online">
      <summary>Specifies that the service is provisioned and running as expected. New sites can be created in content databases up to their maximum site collection limits. This value corresponds to the Ready value that can be selected through the Database status box on the Manage Content Database Settings page in SharePoint Central Administration.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Disabled">
      <summary>Specifies that the components that are necessary to run the service are installed on the computer, but an administrator needs to provision the service and put it online. New sites cannot be created in content databases, even though the databases have not reached their maximum site collection limits. This value corresponds to the Offline value that can be selected through the Database status box on the Manage Content Database Settings page in SharePoint Central Administration.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Offline">
      <summary>Specifies that the component is offline for some unknown reason. New sites cannot be created in content databases, but old sites can be accessed. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Unprovisioning">
      <summary>Specifies that the administrator has issued the command to unprovision the service and leave it in a disabled state, but the unprovisioning job has not completed yet.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Provisioning">
      <summary>Specifies that the administrator has issued the command to provision the service and put it online, but the provisioning job has not completed yet.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPObjectStatus.Upgrading">
      <summary>Specifies that the administrator has issued the command to upgrade the service and put it online, but the upgrade job has not completed yet.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPOutboundMailService">
      <summary>Represents a Simple Mail Transfer Protocol (SMTP) service that is used in Windows SharePoint Services to send outbound mail.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPOutboundMailService" /> class based on the specified name and server farm.</summary>
      <param name="name">A string that contains the name of the new service.</param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm in which to create the service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPOutboundMailService.TypeName">
      <summary>Gets the display name that is used to describe the object type in the administrative user interface.</summary>
      <returns>A string that contains the display name of the object type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance">
      <summary>Respresents an instance of a Simple Mail Transfer Protocol (SMTP) service that is used in Windows SharePoint Services to send outbound mail.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance" /> class based on the specified name and server.</summary>
      <param name="name">A string that contains the name of the new service.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which which to create the service instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance.ManageLink"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance.RemoveAllReferences">
      <summary>Removes all references to the outgoing mail service instance.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance.SystemService"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstanceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstanceCollection" /> class.</summary>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which to create the mail service instance collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPatchableUnitInfo"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.DisplayName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.GetMissingPatch(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.GetPatchInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.GetStatus(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.Id"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.LatestPatch"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.LatestPatchOnServer(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.PatchNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.Servers"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchableUnitInfo.ServersMissingThis"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPatchInfo"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchInfo.Link"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchInfo.PatchName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchInfo.ServersMissingThis"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPatchInfo.Version"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPausableJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPausableJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPausableJobDefinition.Execute(Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain">
      <summary>Represents an Active Directory domain forest that is searched by the People Picker control within the Windows SharePoint Services user interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.CustomFilter"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.DomainName">
      <summary>Gets or sets the Domain Name System (DNS) name of the Active Directory domain or forest.</summary>
      <returns>A string that contains the DNS name of the domain or forest, such as exampledomain.com, but not the short domain name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.IsForest">
      <summary>Gets or sets a Boolean value that specifies whether the Active Directory domain is a forest.</summary>
      <returns>true if the domain is a forest; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.LoginName">
      <summary>Gets or sets a user name to use for searching the Active Directory domain forest.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain.SetPassword(System.Security.SecureString)">
      <summary>Sets the password to use for searching the Active Directory domain forest.</summary>
      <param name="password">A System.Security.SecureString object that contains the password.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPeoplePickerSettings">
      <summary>Represents settings that are used in the People Picker control to select users, distribution lists, and security groups within the Windows SharePoint Services user interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPeoplePickerSettings" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.ActiveDirectoryCustomFilter">
      <summary>Gets or sets a customized query filter to send to Active Directory Domain Services (ADDS).</summary>
      <returns>A string that contains the customized query filter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.ActiveDirectoryCustomQuery">
      <summary>Gets or sets the custom query that is sent to Active Directory Domain Services.</summary>
      <returns>A string that specifies the custom query.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.ActiveDirectorySearchTimeout">
      <summary>Gets or sets the amount of time before Active Directory search times out.</summary>
      <returns>A System.TimeSpan structure that specifies the amount of time before Active Directory search times out.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.AllowLocalAccount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.DistributionListSearchDomains">
      <summary>Gets a list of Domain Name System (DNS) names of Active Directory domains or forests that Windows SharePoint Services uses to search the distribution list. </summary>
      <returns>A generic Collection object that contains the DNS names of Active Directory domains or forests. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.NoWindowsAccountsForNonWindowsAuthenticationMode">
      <summary>Gets or sets a Boolean value that specifies whether the people picker should search Windows accounts when the current port uses forms authentication.</summary>
      <returns>true if the people picker should search Windows accounts when the current port uses forms authentication; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.OnlySearchWithinSiteCollection">
      <summary>Gets or sets a Boolean value that specifies whether to search only the current site collection.</summary>
      <returns>true to search only the current site collection; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.PeopleEditorOnlyResolveWithinSiteCollection"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.SearchActiveDirectoryDomains">
      <summary>Gets the domain forests that the People Picker control searches.</summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPPeoplePickerSearchActiveDirectoryDomain" /> objects that represent the domain forests.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPeoplePickerSettings.ServiceAccountDirectoryPaths"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPerformanceMonitor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPerformanceMonitor.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPerformanceMonitor.DeveloperDashboardLevel"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPerformanceMonitor.DeveloperDashboardRequiredPermissions"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPerformanceMonitor.MaximumSQLQueriesToTrack"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPerformanceMonitoringLevel"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPerformanceMonitoringLevel.Off"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPerformanceMonitoringLevel.OnDemand"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPerformanceMonitoringLevel.On"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> objects that have a common parent.</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1" /> class to create a collection of objects of a given type that are owned by the specified parent object.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent persisted object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject,System.Comparison{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.Add(`0)">
      <summary>Adds an object to the collection.</summary>
      <returns>An object that represents the object that is added.</returns>
      <param name="newObj">The object to add to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.Ensure(`0)">
      <summary>Adds an object to the collection and, if the object already exists, reinitializes it with the data of the existing object.</summary>
      <returns>An object that represents the object that is added.</returns>
      <param name="newObj">The object to add to the collection. If the object exists in the collection, it is reinitialized with the data of this object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedChildCollection`1.Remove(System.Guid)">
      <summary>Deletes an object from the collection.</summary>
      <param name="id">A System.Guid object that specifies the object to remove from the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate">
      <summary>Represents a custom Web template that is persisted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.Delete">
      <summary>Deletes the custom Web template but first deletes its persisted file.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.Description">
      <summary>Gets the description of the custom Web template.</summary>
      <returns>A string that contains the description of the custom Web template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.FileName">
      <summary>Gets the file name of the custom Web template, without the path.</summary>
      <returns>A string that contains the file name of the template, without the path.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.GlobalId">
      <summary>Gets the global ID of the custom Web template.</summary>
      <returns>A 32-bit integer that indicates the global ID of the template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.LocaleId">
      <summary>Gets the locale identifier of the custom Web template.</summary>
      <returns>An unsigned 32-bit integer that indicates the locale identifier of the template, which, for English, is 1033.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.Name">
      <summary>Gets the name of the custom Web template.</summary>
      <returns>A string that contains the name of the template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.TemplateId">
      <summary>Gets the ID of the custom Web template.</summary>
      <returns>A 32-bit integer that indicates the Web template ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.TemplateImage">
      <summary>Gets the template file that contains the cab image of this template.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedFile" /> object that represents the template file that contains the cab image of this template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.Title">
      <summary>Gets the display name of the custom Web template.</summary>
      <returns>A string that contains the display name of the custom Web template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.ToString">
      <summary>Returns a culture-invariant string that represents the current custom Web template.</summary>
      <returns>A culture-invariant string that represents the template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplate.Update">
      <summary>Updates the persisted file so that it exists in the configuration database when Windows SharePoint Services creates the entry for this template.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedCustomWebTemplateCollection">
      <summary>Represents a collection of persisted custom Web templates that share a Web service or Web application as parent object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedDependencyCollection`1">
      <summary>Represents a collection of persisted objects that depend on a common object.</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedDependencyCollection`1.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedDependencyCollection" /> class to create a collection of objects of a specific type that depend on the specified object.</summary>
      <param name="dependee">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the object on which the collection depends.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedFile">
      <summary>Represents a file stored in the configuration store that is used for administration and deployment.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedFile.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedFile.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new version of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedFile" /> class to create an object that can be used to manage a file stored in the configuration store.</summary>
      <param name="filename">A string that contains the full, local file system path of the file to store.</param>
      <param name="owner">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object of this class instance.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedFile.SaveAs(System.String)">
      <summary>Retrieves the file from the configuration store and writes it to the specified location.</summary>
      <param name="fileName">A string that specifies the local path where the file will be written.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedFile.Update">
      <summary>Ensures that the file is in the configuration store and updates the class metadata.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedObject">
      <summary>Provides the methods for an object to automatically serialize its state, persist that state in a permanent store, retrieve it at a later time, and deserialize it back into an in-memory object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.#ctor">
      <summary>Reserved for internal use only. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> class based on the specified name and parent object when creating a persisted object.</summary>
      <param name="name">A string that contains the name for the new persisted object.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject,System.Guid)">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> class based on the specified name, parent object, and GUID when creating a persisted object.</summary>
      <param name="name">A string that contains the name for the persisted object.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</param>
      <param name="id">A System.Guid object that identifies the persisted object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Clone">
      <summary>Returns a clone of the object that does not come from the in-memory cache, which enables calling code to help ensure thread safety.</summary>
      <returns>An object that provides a copy of the current persisted object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Delete">
      <summary>Removes the object from the collection and the server farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.DisplayName">
      <summary>Gets the display name that describes the persisted object instance within the administrative user interface.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Equals(System.Object)">
      <summary>Determines whether the current persisted object equals the specified object.</summary>
      <returns>true if the specified objects are equal; otherwise, false.</returns>
      <param name="obj">An object that represents the object with which to compare the current persisted object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Farm">
      <summary>Gets the server farm where the object lives.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.GetChild``1">
      <summary>Returns the child of the persisted object based on the specified type.</summary>
      <returns>A type that represents the child of the persisted object.</returns>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.GetChild``1(System.String)">
      <summary>Returns the child object of the persisted object based on the specified name.</summary>
      <returns>A type that represents the child of the persisted object.</returns>
      <param name="name">A string that contains the name of the child object.</param>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.GetHashCode">
      <summary>Serves as a hash function for the persisted object.</summary>
      <returns>A hash code for the current persisted object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.HasAdditionalUpdateAccess"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Id">
      <summary>Gets or sets the GUID that is associated with the object. </summary>
      <returns> A System.Guid object that identifies the object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Name">
      <summary>Gets or sets the name that identifies a particular instance of the object.</summary>
      <returns>A string that contains the name of the object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.OnDeserialization">
      <summary>Called immediately after the base class deserializes itself to do additional work.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.op_Equality(Microsoft.SharePoint.Administration.SPPersistedObject,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Returns a Boolean value that indicates whether the two specified persisted objects are equal.</summary>
      <returns>true if the two persisted objects are equal; otherwise, false.</returns>
      <param name="a">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the first object to be compared.</param>
      <param name="b">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the second object to be compared.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.op_Inequality(Microsoft.SharePoint.Administration.SPPersistedObject,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Returns a Boolean value that indicates whether the two specified persisted objects are not equal.</summary>
      <returns>true if the two persisted objects are not equal; otherwise, false.</returns>
      <param name="a">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the first object to be compared.</param>
      <param name="b">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the second object to be compared.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Parent">
      <summary>Gets the ID of the parent class that declares the object.</summary>
      <returns>A string that contains the ID of the parent class in a format like the following: SPWebService Parent=SPFarm Name=SharePoint_Config_4b7db004-6454-4412-aebf-2f97ab432ee1</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Properties">
      <summary>Gets a property bag that is used to store properties for the persisted object.</summary>
      <returns>A System.Collections.HashTable object that consists of key-and-value pairs that contain custom property settings.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Provision">
      <summary>Makes the necessary changes to the local server to use the object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Status">
      <summary>Gets or sets the status of the object that the class represents.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPObjectStatus" /> value that specifies the object status. In the context of an <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object, the Online and Disabled values correspond respectively to the Ready and Offline values that can be selected through the Database status box on the Manage Content Database Settings page in SharePoint Central Administration.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.ToString">
      <summary>Returns the type and name of an object and of all its ancestors (parent, grandparent, and so on).</summary>
      <returns>A string that contains the type and name of the object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.TypeName">
      <summary>Gets the display name that describes the object type in the administrative user interface. </summary>
      <returns>A string that contains the name of the object type.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Uncache">
      <summary>Frees the memory cache that is  used by the object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Unprovision">
      <summary>Makes the necessary changes to the local server to clean up after deleting the object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Update">
      <summary>Causes the object to save its state and propagate changes to all the computers in the server farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Update(System.Boolean)">
      <summary>Causes the object to save its state and propagate changes to all the computers in the server farm based on a Boolean value that specifies whether to raise an exception if the object already exists.</summary>
      <param name="ensure">If true, the method does not raise an exception if the object exists and reinitializes the object with the existing object's data; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObject.Validate">
      <summary>Validates the state of all fields before persisting the object. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObject.Version">
      <summary>Gets the time that the object was last updated.</summary>
      <returns>A 64-bit integer that indicates the time the object was last updated. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1">
      <summary>Provides a base class for collections that manage <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> objects.</summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1" /> class based on the specified object. </summary>
      <param name="parent">An object that represents the parent object that declares the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject,System.Comparison{`0})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.Count">
      <summary>Gets the number of objects in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of objects in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.GetEnumerator">
      <summary>Gets an enumerator that can be used to iterate through the collection. </summary>
      <returns>A System.Collections.Generic.IEnumerator interface that can be used to iterate through the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.GetValue``1">
      <summary>Retrieves an object from the collection with the specified type and the default name. </summary>
      <returns>The object, if it exists; otherwise, null. </returns>
      <typeparam name="U"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.GetValue``1(System.Guid)">
      <summary>Retrieves an object from the collection with the specified ID and type.</summary>
      <returns>The object, if it exists; otherwise, null. </returns>
      <param name="id">A System.Guid object that identifies the object in the collection. </param>
      <typeparam name="U"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.GetValue``1(System.String)">
      <summary>Retrieves an object from the collection with the specified name and type.</summary>
      <returns>The object, if it exists; otherwise, null. </returns>
      <param name="name">The name of an object in the collection.           </param>
      <typeparam name="U"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.IsEmpty">
      <summary>Gets a Boolean value that indicates whether the collection contains any objects.</summary>
      <returns>true if the collection is empty; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.Item(System.Guid)">
      <summary>Gets the persisted object in the collection based on the specified GUID.</summary>
      <returns>A type that represents the persisted object.</returns>
      <param name="objId">A System.Guid object that identifies the persisted object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.Item(System.String)">
      <summary>Gets the persisted object in the collection based on the specified name.</summary>
      <returns>A type that represents the persisted object.</returns>
      <param name="name">A string that contains the name of the object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.Parent">
      <summary>Gets the parent object that declares this collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedObjectCollection`1.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedTypeCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm,System.Type)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedTypeCollection.Farm"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection.GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection.InitializeFromDatabase"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedTypeCollection`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection`1.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection`1.#ctor(Microsoft.SharePoint.Administration.SPFarm,System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeCollection`1.GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedTypeDescription"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedTypeDescription.#ctor(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedTypeDescription.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedTypeDescription.Name"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject">
      <summary>Represents a persisted object that implements the <see cref="T:Microsoft.SharePoint.Administration.IUpgradable" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject" /> class based on the specified name and parent object.</summary>
      <param name="name">A string that contains the name of the new object.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject,System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject" /> class based on the specified name, parent object, and ID.</summary>
      <param name="name">A string that contains the name of the new object.</param>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object that represents the parent object.</param>
      <param name="id">A System.Guid that identifies the new object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.CanUpgrade">
      <summary>Gets a value that indicates whether the object can be upgraded.</summary>
      <returns>true if the object can be upgraded; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Invalidate">
      <summary>Invalidates computed property values of the <see cref="T:Microsoft.SharePoint.Upgrade.IUpgradable" /> interface.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.IsBackwardsCompatible"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.NeedsUpgrade">
      <summary>Gets or sets a Boolean value that specifies whether the object needs to be upgraded.</summary>
      <returns>true if the object needs to be upgraded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.NeedsUpgradeIncludeChildren">
      <summary>Gets a Boolean value that indicates whether the object should be upgraded, considering the children of the object.</summary>
      <returns>true if the object should be upgraded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade">
      <summary>Upgrades the object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.Upgrade(System.Boolean)">
      <summary>Upgrades the object, and if a Boolean parameter equals true, recursively upgrades all descendants of the current object.</summary>
      <param name="recursively">true to update the database recursively; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersistedUpgradableObject.UpgradeContext">
      <summary>Gets additional upgrade context. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> object that represents additional upgrade context.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPersonalCardAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersonalCardAuthenticationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPersonalCardAuthenticationProvider.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPersonalCardAuthenticationProvider.EqualityComparer"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicy">
      <summary>Represents the policy that is assigned to a user or group.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPolicy" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.DisplayName">
      <summary>Gets or sets the user or group display name for the policy.</summary>
      <returns>A string that contains the user or group display name. The value cannot be null or an empty string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.IsSystemUser">
      <summary>Gets or sets a Boolean value that specifies whether the user identified by the policy is visible only as a System account within the Windows SharePoint Services user interface and in the UserInfo database table.</summary>
      <returns>true to specify that the user is visible as a System account and that the actual identity of the user is hidden; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.PolicyRoleBindings">
      <summary>Gets the collection of policy roles that are bound to the policy.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection" /> object that represents the roles that are bound to the policy.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.UserName">
      <summary>Gets the user name of the user or group that is associated with the policy.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection">
      <summary>Represents the collection of policy roles through which each user or group is bound to a policy.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.Add(Microsoft.SharePoint.Administration.SPPolicyRole)">
      <summary>Adds the specified policy role to the binding collection.</summary>
      <param name="policyRole">An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role to add to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.AddById(System.Guid)">
      <summary>Adds the policy role with the specified GUID to the binding collection.</summary>
      <param name="id">A System.Guid object that specifies the policy role to add to the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.Count">
      <summary>Gets the number of policy roles in the binding.</summary>
      <returns>A 32-bit integer that indicates the number of policy roles.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.Item(Microsoft.SharePoint.Administration.SPPolicyRole)">
      <summary>Gets the policy role for the specified policy role.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role.</returns>
      <param name="policyRole">An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role for which to get the policy role.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.Item(System.Int32)">
      <summary>Gets the policy role at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role.</returns>
      <param name="index">A 32-bit integer that specifies the index of the policy role.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.Remove(System.Int32)">
      <summary>Removes the specified policy role from the binding collection.</summary>
      <param name="index">A 32-bit integer that specifies the zero-based collection index of the policy role to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.RemoveAll">
      <summary>Removes all policy role bindings from the policy.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.RemoveById(System.Guid)">
      <summary>Removes the specified policy role from the policy based on the specified GUID.</summary>
      <param name="id">A System.Guid object that specifies the policy role to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicy.SPPolicyRoleBindingCollection.ToString">
      <summary>Returns a list of the policy roles that are bound to the containing policy.</summary>
      <returns>A string that contains a comma-delimited list of policy role names.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicyCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPPolicy" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyCollection.Add(System.String,System.String)">
      <summary>Creates a policy in the collection based on the specified user name and policy display name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicy" /> object that represents the new policy.</returns>
      <param name="userName">A string that specifies the user name or an e-mail address.</param>
      <param name="displayName">A string that specifies the display name of the policy or an empty string.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyCollection.AnonymousPolicy">
      <summary>Gets or sets the security policy for anonymous users.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAnonymousPolicy" /> value that specifies the security policy for anonymous users.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyCollection.AuthenticationMode">
      <summary>Gets the authentication mode that is supported by the policy collection.</summary>
      <returns>A System.Web.Configuration.AuthenticationMode value that indicates which authentication mode is supported by the policy collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyCollection.Count">
      <summary>Gets the number of policies in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of policies.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the collection.</summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyCollection.Item(System.Int32)">
      <summary>Gets the policy at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicy" /> object that represents the policy.</returns>
      <param name="index">A 32-bit integer that specifies the index of the policy.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyCollection.Item(System.String)">
      <summary>Gets the policy from the collection based on the specified user or group name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicy" /> object that represents the policy.</returns>
      <param name="name">A string that specifies the user or group name of the policy, for example, "<paramref name="DOMAIN" />\<paramref name="user_alias" />".</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyCollection.Remove(System.Int32)">
      <summary>Removes the user or group from the collection based on the specified collection index.</summary>
      <param name="index">A 32-bit integer that specifies the zero-based index of the principal to remove from the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyCollection.Remove(System.String)">
      <summary>Removes the user or group from the collection based on the specified user or group name.</summary>
      <param name="name">A string that specifies the name of the user or group to remove from the collection, for example, "<paramref name="DOMAIN" />\<paramref name="user_alias" />".</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicyPermissions">
      <summary>Defines the base permissions (see <see cref="T:Microsoft.SharePoint.SPBasePermissions" />) for the read and write permissions that are applied through policies to a SharePoint Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyPermissions.Read">
      <summary>Specifies the following base permissions: ViewListItems, OpenItems, ViewVersions, Open, ViewPages, ViewUsageData, BrowseDirectories, BrowseUserInfo, ViewFormPages, UseClientIntegration, UseRemoteAPIs, EnumeratePermissions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyPermissions.Write">
      <summary>Specifies the FullMask base permission and all base permissions that are implemented through SPPolicyPermissions.Read.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicyRole">
      <summary>Defines the rights granted and denied to a single policy role.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRole.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> class with no rights denied or granted.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.DenyRightsMask">
      <summary>Gets or sets the rights that are denied through the policy role.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that represents the rights that are denied.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.Description">
      <summary>Gets or sets a description for the policy role.</summary>
      <returns>A string that contains a description for the policy role.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRole.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRole.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.GrantRightsMask">
      <summary>Gets or sets the rights that are granted through the policy role.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that represents the rights that are granted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.Id">
      <summary>Gets the GUID of the policy role.</summary>
      <returns>A System.Guid that identifies the policy role.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.IsSiteAdmin">
      <summary>Gets or sets a Boolean value that specifies whether the policy role grants site-collection administrator status.</summary>
      <returns>true to grant site-collection administrator status; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.IsSiteAuditor">
      <summary>Gets or sets a Boolean value that specifies whether the policy role grants site-collection auditor status.</summary>
      <returns>true to grant site-collection auditor status; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.Name">
      <summary>Gets or sets the name of the policy role.</summary>
      <returns>A string that contains the name of the policy role.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.Type">
      <summary>Gets the role type of the policy role.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRoleType" /> value that indicates the policy role type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRole.Xml">
      <summary>Gets an XML representation of the policy role.</summary>
      <returns>A string that contains an XML representation of the policy role, such as the following: Copy Code&lt;PolicyRole Name="Full Read" Description="Has full read-only access." DenyRightsMask="EmptyMask" GrantRightsMask="ViewListItems, OpenItems, ViewVersions, ViewFormPages, Open, ViewPages, ViewUsageData, BrowseDirectories, BrowseUserInfo, UseClientIntegration, UseRemoteAPIs, EnumeratePermissions" /&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicyRoleCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Add(System.String,System.String)">
      <summary>Adds a policy role to the collection based on the specified policy role name and description.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the new policy role.</returns>
      <param name="name">A string that contains the name of the policy role.</param>
      <param name="description">A string that contains a description for the policy role.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Add(System.String,System.String,Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.SPBasePermissions)">
      <summary>Adds a policy role to the collection based on the specified policy role name, description, granted rights, and denied rights.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the new policy role.</returns>
      <param name="name">A string that contains the name of the policy role.</param>
      <param name="description">A string that contains a description of the policy role.</param>
      <param name="grantRightsMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the rights that are granted by the new policy role.</param>
      <param name="denyRightsMask">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the rights that are denied by the new policy role.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Count">
      <summary>Gets the number of policies in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of policies.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Delete(System.Int32)">
      <summary>Deletes the policy role at the specified index in the collection.</summary>
      <param name="index">A 32-bit integer that specifies the index of the policy role to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Delete(System.String)">
      <summary>Deletes the policy role with the specified name.</summary>
      <param name="name">A string that contains the name of the policy role to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.DeleteById(System.Guid)">
      <summary>Deletes the policy role with the specified ID.</summary>
      <param name="id">A System.Guid that specifies the GUID of the policy role.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.GetById(System.Guid)">
      <summary>Returns the policy role with the specifed GUID from the collection.</summary>
      <param name="id">A System.Guid that specifies the GUID of the policy role.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the collection.</summary>
      <returns>A System.Collections.IEnumerator interface.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.GetSpecialRole(Microsoft.SharePoint.Administration.SPPolicyRoleType)">
      <summary>Returns a default policy role based on the specified policy role type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role.</returns>
      <param name="type">An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRoleType" /> value that specifies the role type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Item(System.Int32)">
      <summary>Gets the policy role object at the specified index in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role.</returns>
      <param name="index">A 32-bit integer that specifies the index in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Item(System.String)">
      <summary>Gets the policy role object with the specified name in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRole" /> object that represents the policy role.</returns>
      <param name="name">A string that contains the name of the policy role.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPolicyRoleCollection.Xml">
      <summary>Gets an XML representation of the policy role collection.</summary>
      <returns>A string that contains an XML representation of the policy role collection, such as the following: Copy Code&lt;PolicyRoleCollection&gt;
  &lt;PolicyRole Name="Full Control" Description="Has full control." DenyRightsMask="EmptyMask" GrantRightsMask="FullMask" /&gt;
  &lt;PolicyRole Name="Full Read" Description="Has full read-only access." DenyRightsMask="EmptyMask" GrantRightsMask="ViewListItems, OpenItems, ViewVersions, ViewFormPages, Open, ViewPages, ViewUsageData, BrowseDirectories, BrowseUserInfo, UseClientIntegration, UseRemoteAPIs, EnumeratePermissions" /&gt;
  &lt;PolicyRole Name="Deny Write" Description="Has no write access." DenyRightsMask="4611685812065333150" GrantRightsMask="EmptyMask" /&gt;
  &lt;PolicyRole Name="Deny All" Description="Has no access." DenyRightsMask="FullMask" GrantRightsMask="EmptyMask" /&gt; &lt;/PolicyRoleCollection&gt;</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPolicyRoleType">
      <summary>Specifies a policy role type to apply globally in a SharePoint Web application to a user or group.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyRoleType.None">
      <summary>No role type assigned.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyRoleType.DenyAll">
      <summary>Deny all rights.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyRoleType.DenyWrite">
      <summary>Deny write permissions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyRoleType.FullRead">
      <summary>Grant full read permissions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPolicyRoleType.FullControl">
      <summary>Grant full control.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPrefix">
      <summary>Represents a specified relative URL that is used to determine whether Windows SharePoint Services or Microsoft Internet Information Services (IIS) handles the request. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefix.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefix.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefix.GetHashCode"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefix.MaxPrefixLength">
      <summary>Indicates the maximum length in characters that can be used in a prefix. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPrefix.Name">
      <summary>Gets the server-relative URL of the prefix (without the leading forward slash).</summary>
      <returns>A string that contains the name of the prefix.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPrefix.PrefixType">
      <summary>Gets the type of the prefix. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPrefixType" /> value that indicates the prefix type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPrefixCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPPrefix" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.#ctor">
      <summary>Reserved for internal use. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.Add(System.String,Microsoft.SharePoint.Administration.SPPrefixType)">
      <summary>Adds the specified prefix to the collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPrefix" /> object. </returns>
      <param name="strPrefix">A string that contains the prefix. This is a server-relative URL path that cannot be longer than <see cref="F:Microsoft.SharePoint.Administration.SPPrefix.MaxPrefixLength" />. </param>
      <param name="type">An <see cref="T:Microsoft.SharePoint.Administration.SPPrefixType" /> value that specifies the type of prefix.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.Contains(System.String)">
      <summary>Returns a Boolean value that indicates whether the collection contains the specified prefix. </summary>
      <returns>true if the collection contains the prefix; otherwise, false.</returns>
      <param name="strPrefix">A string that contains the prefix. This is a server-relative URL path.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPrefixCollection.Count">
      <summary>Gets the number of prefix objects in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of prefixes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.Delete(System.String)">
      <summary>Deletes the specified prefix from the collection. </summary>
      <param name="strPrefix">A string that contains the prefix. This is a server-relative URL path.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.Delete(System.String[])">
      <summary>Deletes the specified array of prefixes from the collection. </summary>
      <param name="strPrefixes">A string array that contains the prefixes to delete. These are server-relative URL paths.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPPrefixCollection.Item(System.Int32)">
      <summary>Gets the prefix object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPPrefixCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPrefix" /> object that represents the prefix.</returns>
      <param name="i">The index of the item in the collection.      </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.Lookup(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrefixCollection.UpdateParent">
      <summary>Updates the parent Web application of the prefix collection.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPrefixType">
      <summary>Specifies which part of a URL namespace that is used in this Web application belongs to Windows SharePoint Services.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefixType.ExplicitInclusion">
      <summary>Specifies that a path-based site collection can be created at this specific URL path.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefixType.Explicit"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefixType.WildcardInclusion">
      <summary>Specifies that multiple path-based site collections can be created under this URL path.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefixType.Wildcard"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPPrefixType.Exclusion">
      <summary>This enumeration member is obsolete in Windows SharePoint Services 3.0 because it is no longer necessary to tell Windows SharePoint Services which URL paths should not be handled by Windows SharePoint Services. When the IIS worker process that serves the Web application is started, it scans the IIS home directory of the Web application looking for files, folders, and virtual directories. Those that it finds are automatically excluded, and are not listed in the <see cref="T:Microsoft.SharePoint.Administration.SPPrefixCollection" /> object associated with the Web application. This member generates a compiler warning, no operation is performed, and no exception is thrown. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPPrejoinedFarm"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrejoinedFarm.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPPrejoinedFarm.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPPrejoinedFarm.Farm"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPProcessAccount"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessAccount.LookupManagedAccount(System.Security.Principal.SecurityIdentifier)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessAccount.LookupName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessAccount.SecurePassword"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessAccount.SecurityIdentifier"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessAccount.ToString"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPProcessIdentity">
      <summary>Represents a process identity, which specifies an Internet Information Services (IIS) application pool and Windows service account.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentity" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentity" /> class based on the specified name and persisted object.</summary>
      <param name="name">A string that contains the name of the new process identity.</param>
      <param name="persistedObject">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.CurrentIdentityType">
      <summary>Gets or sets the type of identity under which the application runs. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.IdentityType" /> value that specifies the identity type. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.CurrentSecurityIdentifier"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.Deploy">
      <summary>Deploys the process identity.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.GrantIdentityDatabaseAccess">
      <summary>Grants access to databases that are used by the process identity. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.IsCredentialDeploymentEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable credential deployment in the user interface (UI). </summary>
      <returns>true to enable credential deployment; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.IsCredentialUpdateEnabled">
      <summary>Gets or sets a value that specifies whether to enable credential update in the user interface (UI). </summary>
      <returns>true to enable credential update; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.ManagedAccount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.Password">
      <summary>Gets or sets the password for the process identity. </summary>
      <returns>A string that contains the password for the process identity. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.ProcessAccount"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.Provision">
      <summary>Provisions the process identity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.SecurePassword">
      <summary>Gets or sets the secure password for the process identity. </summary>
      <returns>A System.Security.SecureString object that represents the password for the process identity.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.SetPassword(System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentity.Update">
      <summary>Updates the process identity.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPProcessIdentity.Username">
      <summary>Gets or sets the user name for the process identity.</summary>
      <returns>A string that contains the user name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPProcessIdentityCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentity" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPProcessIdentityCollection.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentityCollection" /> class that represents the process identities used by the specified service.</summary>
      <param name="persistedObject">An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" /> object.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPProduct"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProduct.GetPatchableUnitInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProduct.GetPatchableUnitInfoByDisplayName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProduct.GetRequiredButMissingPatchableUnits(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProduct.GetRequiredButMissingPatches(Microsoft.SharePoint.Administration.SPServerProductInfo)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProduct.GetStatus(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProduct.PatchableUnitDisplayNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProduct.ProductName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProduct.RequiredOnAllServers"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProduct.Servers"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProduct.ServersMissingThis"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPProductVersionJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersionJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersionJobDefinition.Delete"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersionJobDefinition.Execute(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProductVersionJobDefinition.NeedToCreateJob"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPProductVersions"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersions.GetProduct(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersions.GetProductVersions"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersions.GetProductVersions(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPProductVersions.GetServerProductInfo(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProductVersions.RequiredProducts"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPProductVersions.ServerInformation"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPProductVersions.ProductProperty"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPProductVersions.ProductProperty.RequiredOnAllServers"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPProductVersions.ProductProperty.UpgradeAvailable"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPProductVersions.ProductProperty.UpgradeRequired"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.#ctor(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.BrowserSessionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.CustomLoggingXml"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.PageNumber"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.ParentTypeGuid"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.QueryId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryResultUsageEntry.SiteId"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPQueryUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPQueryUsageEntry.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.BrowserCulture"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.BrowserSessionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.ContextualScopeName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.ContextualScopeUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.CustomLoggingXml"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.DidYouMeanInvoked"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPQueryUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.NumBestBets"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.Origin"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.ParentTypeGuid"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.QueryId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.QueryString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.QueryStringLanguage"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.QueryTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.QueryType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.SampleRate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.ScopeName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.SiteId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.TotalResults"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.UserDepartment"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.UserId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.UserTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQueryUsageEntry.WebId"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPQuota">
      <summary>Represents a quota that limits the system resources that are allocated to users.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuota.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPQuota" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPQuota.c_DefaultUserCodeMaximumLevel"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPQuota.c_DefaultUserCodeWarningLevel"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.InvitedUserMaximumLevel">
      <summary>Gets or sets the maximum number of users that can be invited to the site collection when the account mode for Active Directory Domain Services (AD DS)is enabled. </summary>
      <returns>A 32-bit integer that specifies the maximum number of subscribers. The default value is 0 (zero).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.QuotaID">
      <summary>Gets or sets the ID for the quota. </summary>
      <returns>An unsigned 16-bit integer that specifies the ID. The default value is 0 (zero).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.StorageMaximumLevel">
      <summary>Gets or sets a limit on all disk space used by the site collection. </summary>
      <returns>A 64-bit integer that specifies the limit on disk space used. The default value is 0 (zero).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.StorageWarningLevel">
      <summary>Gets or sets a storage warning level for when administrators of the site collection receive advance notice before available storage is expended.</summary>
      <returns>A 64-bit integer that specifies the warning level. The default value is 0 (zero).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.UserCodeMaximumLevel"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuota.UserCodeWarningLevel"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPQuotaTemplate">
      <summary>Represents a reusable definition of a quota that is applied to SharePoint sites in the deployment. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuotaTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuotaTemplate.Name">
      <summary>Gets or sets the name of the quote template. </summary>
      <returns>A string that contains the name. The default value is an empty string.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuotaTemplate.Value">
      <summary>Gets the ID of the quota template. </summary>
      <returns>A string that specifies the ID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Add(Microsoft.SharePoint.Administration.SPQuotaTemplate)">
      <summary>Creates a quota template object in the collection. </summary>
      <param name="qt">An <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> object that represents the new quota template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Clear">
      <summary>Removes all quota template objects from the collection. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Count">
      <summary>Gets the number of quota templates in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of templates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Delete(System.String)">
      <summary>Deletes the quota template object with the specified name from the collection. </summary>
      <param name="name">A string that contains the name of the quota template to delete.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Item(System.Int32)">
      <summary>Gets the quota template object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> object that represents the quota template.</returns>
      <param name="iIndex">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection.Item(System.String)">
      <summary>Gets or sets a quota template object with the specified name in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> object that represents the quota template.</returns>
      <param name="name">A string that contains the name.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPRatingUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRatingUsageEntry.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.BrowserSessionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.CustomLoggingXml"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackAnswerId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackAnswerNumericEquivalent"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackAnswerText"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackControlCulture"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackIdentifier"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackQuestionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackQuestionText"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.FeedbackTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.IsUserSatisfactionAnswer"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRatingUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.ParentTypeGuid"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.QueryId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.RatedAssetId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.RatedAssetTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.RatedAssetWebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.SampleRate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.SiteId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.UserDepartment"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.UserId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.UserTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRatingUsageEntry.UserVerbatim"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.ActiveProviderName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.Disable"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.Enable"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.Enabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.GetProviderNames"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.Installed"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.Migrate"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.RefreshInstalled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRemoteBlobStorageSettings.SetActiveProviderName(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRequestUsageDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.Columns"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.FilterStatusCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.FilterUrlType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.Local"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.OnProvisioning"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.ProcessData"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.TableName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageDefinition.UsageEntryType"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRequestUsageEntry"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.Browser"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.BytesSent"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.ContentTypeId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.DocNameAndPath"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.Duration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.HttpStatus"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRequestUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.OperationCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.QueryCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.QueryString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.ReferrerQueryString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.ReferrerUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.RequestCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.RequestType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.ServerUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.SessionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.SiteId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.SiteUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.UserAddress"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.UserAgent"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.WebApplicationId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.WebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRequestUsageEntry.WebUrl"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPResourceMeasure"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPResourceMeasure.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasure.AbsoluteLimit">
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPResourceMeasure.CreateAggregator">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPSolutionResourceUsageAggregator" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasure.MinimumThreshold">
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasure.ResourcesPerPoint">
      <returns>Returns <see cref="T:System.Double" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPResourceMeasure.SetAggregatorType(Microsoft.SharePoint.SPSolutionResourceUsageAggregator)">
      <param name="prototypeAggregator"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPResourceMeasure.Update"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPResourceMeasureCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPResourceMeasureCollection.Add(System.String)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPResourceMeasure" />.</returns>
      <param name="name"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPResourceMeasureConstants"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.AbnormalTerminationCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.CpuExecutionTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.CriticalExceptionsCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.InvocationCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.PercentProcessorTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessCPUCycles"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessHandleCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessingTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessIOBytes"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessThreadCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.ProcessVirtualBytes"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.SharePointDatabaseQueryCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.SharePointDatabaseQueryTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.UnhandledExceptionsCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPResourceMeasureConstants.UnresponsiveProcessCount"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRestrictedObjectModel"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRestrictedObjectModel.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRestrictedObjectModel.RestrictedTypes"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRunningJob"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.JobDefinition"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.JobDefinitionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.JobDefinitionTitle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.Parent"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.PercentageDone"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.ServerName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.ServiceId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.StartTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.Status"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJob.WebApplicationId"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRunningJobCollection"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJobCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPRunningJobCollection.GetInstance(System.Guid,System.String)">
      <param name="jobDefinitionId"></param>
      <param name="serverName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJobCollection.Item(System.Int32)">
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJobCollection.Parent"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJobCollection.Service"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPRunningJobCollection.WebApplication"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPRunningJobStatus">
      <summary>Contains values that specify the status of a solution deployment job.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Scheduled">
      <summary>The deployment job has been scheduled to run.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Initialized">
      <summary>The job is still running.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Succeeded">
      <summary>The job has completed successfully.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Failed">
      <summary>The job has failed on at least one server.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Retry">
      <summary>Specifies that on failure the job will attempt to restart.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Aborted">
      <summary>The deployment job was discontinued. Consult deployment logs for more information.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Pausing"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPRunningJobStatus.Paused"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPScenarioContext"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.ClearDataFromSessionState"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.GetContext(System.Web.UI.Page,System.Globalization.CultureInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPScenarioContext.IsEndState"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.PersistDataToSessionState(System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.RetrieveDataFromSessionState(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPScenarioContext.ScenarioDescription"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPScenarioContext.ScenarioTitle"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.SessionStateContainsData(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.TransitionToCancelPage(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPScenarioContext.TransitionToNextPage(System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSecureBinding">
      <summary>Represents a server binding for a site that uses Secure Socket Layer (SSL) and secure hypertext transfer protocol (HTTPS).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSecureBinding.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSecureBinding" /> class based on default parameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSecureBinding.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSecureBinding" /> class based on the specified binding.</summary>
      <param name="binding">A string that contains the binding in the format <paramref name="ip" />:<paramref name="port" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSecureBinding.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSecureBinding.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSecureBinding.HostHeader"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSecureBinding.Port">
      <summary>Gets or sets the port number for the binding.</summary>
      <returns>A 32-bit integer that specifies the port number.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServer">
      <summary>Represents a physical computer in the server farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.#ctor">
      <summary>For internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.#ctor(System.String)">
      <summary>Adds the server with the specified address to the local farm.</summary>
      <param name="address">A string that contains the address of the server. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Adds the server with the given address to a server farm.</summary>
      <param name="address">A string that contains the address of the server. </param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm to which to add the server. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.Address">
      <summary>Gets or sets the primary server address, which can be an IP address or a computer name. </summary>
      <returns>A string that contains the server address.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.CreateFileShare(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.CreateSecureDirectory(System.String)">
      <summary>Creates a directory in the local file system with all the correct access control lists (ACLs) to secure access for local administrators and members of the local administration worker process group.</summary>
      <returns>If the specified directory already exists, the ACLs of the directory are reset, but no exception is thrown.</returns>
      <param name="path">A string that specifies the full path of the directory to create.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.Delete">
      <summary>Removes the server and all service instances that are deployed on the server from the server farm. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.DeleteFileShare(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.GrantVssAccess(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.Local">
      <summary>Gets the local server, which must be joined to the server farm. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.LocalServerRole">
      <summary>Gets the role of the local server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServerRole" /> value that indicates the role of the local server.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.OtherVersionsAreInstalled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.Role">
      <summary>Gets the role of the server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServerRole" /> value that indicates the role of the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.ServiceInstances">
      <summary>Gets the collection of service instances that are installed on the server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstanceCollection" /> object that represents the service instances. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.StaticUnprovision">
      <summary>Removes system resources on the local server.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServer.TypeName">
      <summary>Gets the type and name of the server.</summary>
      <returns>A string that contains the server type and name. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServer.Unprovision">
      <summary>Removes all the service instances from the server.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerBinding">
      <summary>Represents a server binding for an Internet Information Services (IIS) Web site, which includes at least one of the following: IP address, port, or host name.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerBinding.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServerBinding" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerBinding.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServerBinding" /> class based on the specified binding.</summary>
      <param name="binding">A string that contains the binding in the format ip:port:hostheader.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerBinding.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerBinding.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerBinding.HostHeader">
      <summary>Gets or sets the host header of the server binding.</summary>
      <returns>A string that contains the host header.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerBinding.Port">
      <summary>Gets or sets the port number of the server binding.</summary>
      <returns>A 32-bit integer that specifies the port number.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServerCollection" /> class based on the specified server farm.</summary>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerProductInfo"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerProductInfo.GetSingleProductInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServerProductInfo.GetUpgradeStatus(Microsoft.SharePoint.Administration.SPFarm,Microsoft.SharePoint.Administration.SPServer)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.InstallStatus"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.Products"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.RequiredButMissingPatchableUnits"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.RequiredButMissingPatches"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.RequiredButMissingProducts"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.ServerId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServerProductInfo.ServerName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.InstallRequired"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.UpgradeInProgress"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.UpgradeBlocked"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.UpgradeRequired"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.UpgradeAvailable"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.NoActionRequired"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerProductInfo.StatusType.Unknown"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServerRole">
      <summary>Specifies the role of the server with respect to the Windows SharePoint Services deployment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerRole.Invalid">
      <summary>Specifies that the server does not have a registered role in the configuration database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerRole.WebFrontEnd">
      <summary>Specifies that the server is a front-end Web server within the Windows SharePoint Services deployment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerRole.Application">
      <summary>Specifies that the server runs a Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPServerRole.SingleServer">
      <summary>Specifies that the server is the only server in the Windows SharePoint Services deployment.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPService">
      <summary>Represents a farm-wide service.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPService.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPService" /> class based on the specified service name and server farm.</summary>
      <param name="name">A string that contains the name of the service.</param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the farm on which to create the service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.Applications">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPService.Delete"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPService.GetCreateApplicationLink(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
      <param name="serviceApplicationType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPService.GetCreateApplicationOptions(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPCreateApplicationOptions" />.</returns>
      <param name="serviceApplicationType"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.Instances">
      <summary>Gets a collection of all instances of the service in the server farm.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection" /> object that represents the service instances. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.JobDefinitions">
      <summary>Gets a collection of job definitions for this service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinitionCollection" /> object that represents the job definitions. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.JobHistoryEntries">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.Required">
      <summary>Gets a Boolean value that indicates whether an instance of the service must be running on at least one computer in the server farm.</summary>
      <returns>true if a service instance must be running on at least one computer; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPService.RunningJobs">
      <summary>Gets a collection of running jobs for this service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPRunningJobCollection" /> object that represents the running jobs.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplication"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.#ctor(System.String,Microsoft.SharePoint.Administration.SPService)">
      <param name="name"></param>
      <param name="service"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.AdministrationAccessRights">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.AccessControl.SPNamedCentralAdministrationRights" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.ApplicationClassId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.ApplicationVersion">
      <returns>Returns <see cref="T:System.Version" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.BeginProvision(System.AsyncCallback,System.Object)">
      <returns>Returns <see cref="T:System.IAsyncResult" />.</returns>
      <param name="callback"></param>
      <param name="state"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.BeginProvision(System.TimeSpan,System.AsyncCallback,System.Object)">
      <returns>Returns <see cref="T:System.IAsyncResult" />.</returns>
      <param name="timeout"></param>
      <param name="callback"></param>
      <param name="state"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.BeginUnprovision(System.AsyncCallback,System.Object)">
      <returns>Returns <see cref="T:System.IAsyncResult" />.</returns>
      <param name="callback"></param>
      <param name="state"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.BeginUnprovision(System.TimeSpan,System.AsyncCallback,System.Object)">
      <returns>Returns <see cref="T:System.IAsyncResult" />.</returns>
      <param name="timeout"></param>
      <param name="callback"></param>
      <param name="state"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.CheckAdministrationAccess(Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="rights"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.DemandAdministrationAccess(Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights)">
      <param name="accessRights"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.EndProvision(System.IAsyncResult)">
      <param name="asyncResult"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.EndUnprovision(System.IAsyncResult)">
      <param name="asyncResult"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.GetAdministrationAccessControl">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.GrantAccess(System.Collections.Generic.IEnumerable{System.Security.Principal.SecurityIdentifier})">
      <param name="securityIdentifiers"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.GrantDefaultServiceAccess"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.HasAdditionalUpdateAccess">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.IsConnected(Microsoft.SharePoint.Administration.SPServiceApplicationProxy)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="proxy"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.ManageLink">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.PermissionsLink"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.PropertiesLink">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.Provision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.ProvisionInstances"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.ProvisionLocal(Microsoft.SharePoint.Administration.SPServiceInstance)">
      <param name="serviceInstance"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.Service">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPService" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplication.ServiceInstances">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.SetAdministrationAccessControl(Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity)">
      <param name="security"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.Unprovision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.Unprovision(System.Boolean)">
      <param name="deleteData"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.UnprovisionInstances"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplication.UnprovisionLocal(Microsoft.SharePoint.Administration.SPServiceInstance)">
      <param name="serviceInstance"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplicationCollection"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.#ctor(System.String,Microsoft.SharePoint.Administration.SPServiceProxy)">
      <param name="name"></param>
      <param name="serviceProxy"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.ManageLink">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.OpenClientConfiguration(System.String)">
      <returns>Returns <see cref="T:System.Configuration.Configuration" />.</returns>
      <param name="filePath"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.PropertiesLink">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.Unprovision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxy.Unprovision(System.Boolean)">
      <param name="deleteData"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxyCollection"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <param name="name"></param>
      <param name="farm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Add(Microsoft.SharePoint.Administration.SPServiceApplicationProxy)">
      <param name="serviceApplicationProxy"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Clear"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Contains(Microsoft.SharePoint.Administration.SPServiceApplicationProxy)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="serviceApplicationProxy"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.ContainsType(System.Type)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="serviceApplicationProxyType"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Default">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Proxies">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroup.Remove(System.Guid)">
      <param name="serviceApplicationProxyId"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroupCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceApplicationProxyGroupCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <param name="farm"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPService" /> objects.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceInstance">
      <summary>Represents a single instance of a service that runs on a server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstance.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstance" /> class. </summary>
      <param name="name">The name of the service.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which the instance is installed.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPService" /> object that represents the parent service for the instance. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Description">
      <summary>Gets the description of the service that is used in the Administration user interface.</summary>
      <returns>A string that contains a description of the service.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Hidden">
      <summary>Gets a Boolean value that indicates whether the service instance is displayed in the user interface.</summary>
      <returns>true if the service instance is displayed in the user interface; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Instance">
      <summary>Gets the name of this instance.</summary>
      <returns>A string that contains the name of the instance. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.ManageLink">
      <summary>Gets a link object that represents the action that manages the service on the Services on Server page in SharePoint Central Administration.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> object that represents the action.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstance.Provision">
      <summary>Starts the service instance on the server.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.ProvisionLink">
      <summary>Gets a link object that represents the action that starts the service on the Services on Server page in SharePoint Central Administration.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> object that represents the action.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.ProvisionUpdateStatus">
      <summary>Gets a Boolean value that indicates whether the object status is set to Online when the <see cref="M:Microsoft.SharePoint.Administration.SPServiceInstance.Provision" /> method is called.</summary>
      <returns>true if the status is set to Online; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Roles">
      <summary>Gets a list of the roles to which the service instance belongs, for classification on the Services on Server page in SharePoint Central Administration.</summary>
      <returns>A System.Collections.Generic.ICollection&lt;string&gt; that contains the list of roles, which, by default, includes SingleServer and WebFrontEnd.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Server">
      <summary>Gets the server on which the service instance is installed. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.Service">
      <summary>Gets the service that owns this service instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPService" /> object that represents the service.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.SystemService">
      <summary>Gets a Boolean value that indicates whether the service is a system service.</summary>
      <returns>true if the service is a system service; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.TypeName">
      <summary>Gets the display name that describes the service instance in the Administration user interface.</summary>
      <returns>A string that contains the name of the service instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstance.Unprovision">
      <summary>Stops the service instance on the server.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceInstance.UnprovisionLink">
      <summary>Gets a link object that represents the action that stops the service on the Services on Server page in SharePoint Central Administration.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPActionLink" /> object that represents the action.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceInstanceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstance" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstanceCollection" /> class.</summary>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the physical server on which the service instances run.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection">
      <summary>Represents a collection of service instances that are dependent on a service.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection.#ctor(Microsoft.SharePoint.Administration.SPService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPServiceInstanceDependencyCollection" /> class.</summary>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPService" /> object that represents the service that the collection of service instances depends upon.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition.#ctor(Microsoft.SharePoint.Administration.SPServiceInstance,System.Boolean)">
      <param name="serviceInstance"></param>
      <param name="provision"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition.Execute(System.Guid)">
      <param name="targetInstanceId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceInstanceJobDefinition.Update"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService)">
      <param name="name"></param>
      <param name="service"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceProvisioningContext"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceProvisioningContext.ApplicationProcessAccount">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPProcessAccount" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceProvisioningContext.IisWebServiceApplicationPool">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceProxy.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceProxy.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <param name="name"></param>
      <param name="farm"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPServiceProxy.ApplicationProxies">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPServiceApplicationProxyCollection" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPServiceProxy.GetCreateProxyLink(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPAdministrationLink" />.</returns>
      <param name="serviceApplicationProxyType"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPServiceProxyCollection"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.#ctor(Microsoft.SharePoint.Administration.ISharedServiceApplication)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.ApplicationClassId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.ApplicationVersion"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.Comments"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.DisplayName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.TermsOfServiceUri"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSharedServiceApplicationInfo.Uri"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteAdministration">
      <summary>Provides an abstraction for operations that require administrator access to the content space of a site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.#ctor(System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSiteAdministration" /> class as specified by the site ID. </summary>
      <param name="siteId">A GUID that identifies the site collection.           </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSiteAdministration" /> class as specified by the URL. </summary>
      <param name="url">A string containing the URL of the top-level site in the site collection.           </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.AddWeb(System.String,System.String,System.String,System.UInt32,System.String,System.Boolean,System.Boolean)">
      <summary>Adds a new site with the specified properties to the site collection.</summary>
      <param name="strWebUrl">A string containing the URL of the site.           </param>
      <param name="strTitle">A string containing the title of the site.            </param>
      <param name="strDescription">A string containing the description for the site.           </param>
      <param name="nLCID">A 32-bit integer containing the locale identifier for the site.           </param>
      <param name="strWebTemplate">A string containing the name of the Web template to apply to the new site.            </param>
      <param name="useUniquePermissions">true to use unique permission for the site; false to inherit permissions.           </param>
      <param name="bConvertIfThere">TODO       </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.ApplyWebTemplate(System.String)">
      <summary>Applies a template to the top-level site in the collection. </summary>
      <param name="strWebTemplate">A string containing the name of the template.           </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.AverageResourceUsage"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.CurrentResourceUsage"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.Delete">
      <summary>Deletes the site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.Delete(System.Boolean)">
      <summary>Deletes the site collection with the option of deleting the Active Directory accounts for this site collection. </summary>
      <param name="bDeleteADAccounts">true to delete the Active Directory accounts; otherwise, false.            </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.Delete(System.Boolean,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.Description">
      <summary>Gets the description of the top-level site in the collection. </summary>
      <returns>A string containing the description. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.DiskUsed">
      <summary>Gets a value indicating the amount of disk space used by the site collection. </summary>
      <returns>A 64-bit integer indicating the amount of space used by this site collection. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteAdministration.Dispose">
      <summary>Immediately releases the unmanaged resources used by the <see cref="T:Microsoft.SharePoint.SPSite" /> object. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.LockIssue">
      <summary>Gets or sets a value indicating the reason for the lock, or additional lock information.</summary>
      <returns>A string containing lock information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.OwnerEmail">
      <summary>Gets the e-mail address of the site owner.</summary>
      <returns>A string containing the e-mail address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.OwnerLoginName">
      <summary>Gets or sets a value containing the user name of the site owner.</summary>
      <returns>A string containing the Login name of the site collection owner. This string cannot be empty. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.Quota">
      <summary>Gets or sets the quota definition for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuota" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.ReadLocked">
      <summary>Gets or sets a value indicating whether the site is blocked for read access. </summary>
      <returns>true if the site is blocked; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.ReadOnly">
      <summary>Gets or sets a Boolean value that specifies whether the site is run in read-only mode.</summary>
      <returns>true if the site is run in read-only mode; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.SecondaryContactLoginName">
      <summary>Gets or sets the value indicating the Login name of the secondary owner of the site collection.</summary>
      <returns>A string containing the Login name. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.SiteSubscription"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.Title">
      <summary>Returns the title of the top-level site in this site collection. </summary>
      <returns>A string containing the title. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.Url">
      <summary>Gets the URL of the top-level site in this site collection. </summary>
      <returns>A string containing the URL. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.UsersCount">
      <summary>Get the number of users in this site collection.</summary>
      <returns>A 32-bit integer containing the number of users. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteAdministration.WriteLocked">
      <summary>Gets or sets a value indicating whether the site is blocked for write access.</summary>
      <returns>true if the site is blocked; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.SPSite" /> objects or site collections on a virtual server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(Microsoft.SharePoint.SPSiteSubscription,System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(System.String,System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.SPSite" /> object based on the specified URL and on the user name and e-mail address of the owner of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the server-relative URL for the site collection (for example, Site_Name or sites/Site_Name).</param>
      <param name="ownerLogin">A string that contains the user name of the owner of the site collection (for example, Domain\User). In Active Directory Domain Services account creation mode, the <paramref name="strOwnerLogin" /> parameter must contain a value even if the value does not correspond to an actual user name.</param>
      <param name="ownerEmail">A string that contains the e-mail address of the owner of the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.SPSite" /> object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user name, user display name, and e-mail address of the owner of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the server-relative URL for the site object (for example, Site_Name or sites/Site_Name).</param>
      <param name="title">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="description">A string that contains the description for the site object.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the LCID for the site object.</param>
      <param name="webTemplate">A string that specifies the site definition or site template for the site object. Specify null to create a site without applying a template to it. For a list of default site definitions, see Remarks. </param>
      <param name="ownerLogin">A string that contains the user name of the owner of the site object (for example, Domain\User). In Active Directory Domain Services account creation mode, the <paramref name="strOwnerLogin" /> parameter must contain a value even if the value does not correspond to an actual user name.</param>
      <param name="ownerName">A string that contains the display name of the owner of the site object.</param>
      <param name="ownerEmail">A string that contains the e-mail address of the owner of the site object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.SPSite" /> object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user name, user display name, and e-mail address of the owner of the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the server-relative URL for the site object (for example, Site_Name or sites/Site_Name).</param>
      <param name="title">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="description">A string that contains the description for the site object.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the LCID for the site object.</param>
      <param name="webTemplate">A string that specifies the site definition or site template for the site object. Specify null to create a site without applying a template to it. For a list of default site definitions, see Remarks.</param>
      <param name="ownerLogin">A string that contains the user name of the owner of the site object (for example, Domain\User). In Active Directory Domain Services account creation mode, the <paramref name="strOwnerLogin" /> parameter must contain a value even if the value does not correspond to an actual user name.</param>
      <param name="ownerName">A string that contains the display name of the owner of the site object.</param>
      <param name="ownerEmail">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="secondaryContactLogin">A string that contains the user name of a secondary contact for the site object (for example, Domain \User).</param>
      <param name="secondaryContactName">A string that contains the display name of a secondary contact for the site object.</param>
      <param name="secondaryContactEmail">A string that contains the e-mail address of a secondary contact for the site object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.SPSite" /> object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user names, user display names, and e-mail addresses of both the collection owner and a secondary contact.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the server-relative URL for the site object (for example, Site_Name or sites/Site_Name).</param>
      <param name="title">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="description">A string that contains the description for the site object.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the LCID for the site object.</param>
      <param name="webTemplate">A string that specifies the site definition or site template for the site object. Specify null to create a site without applying a template to it. For a list of default site definitions, see Remarks.</param>
      <param name="ownerLogin">A string that contains the user name of the owner of the site object (for example, Domain\User). In Active Directory Domain Services account creation mode, the <paramref name="strOwnerLogin" /> parameter must contain a value even if the value does not correspond to an actual user name.</param>
      <param name="ownerName">A string that contains the display name of the owner of the site object.</param>
      <param name="ownerEmail">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="secondaryContactLogin">A string that contains the user name of a secondary contact for the site object (for example, Domain \User).</param>
      <param name="secondaryContactName">A string that contains the display name of a secondary contact for the site object.</param>
      <param name="secondaryContactEmail">A string that contains the e-mail address of a secondary contact for the site object.</param>
      <param name="useHostHeaderAsSiteName">true if the site collection is identified by the host header; false if it is identified by the relative path.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Add(System.String,System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.SPSite" /> object in the collection based on the specified URL, title, description, locale identifier (LCID), and site definition or site template, as well as on the user names, user display names, and e-mail addresses of both the collection owner and a secondary contact, and on the database server, name for the new database, and the user name and password of the database administrator.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the new site collection.</returns>
      <param name="siteUrl">A string that contains the server-relative URL for the site object (for example, Site_Name or sites/Site_Name).</param>
      <param name="title">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="description">A string that contains the description for the site object.</param>
      <param name="nLCID">An unsigned 32-bit integer that specifies the LCID for the site object.</param>
      <param name="webTemplate">A string that specifies the site definition or site template for the site object. Specify null to create a site without applying a template to it. For a list of default site definitions, see Remarks.</param>
      <param name="ownerLogin">A string that contains the user name of the owner of the site object (for example, Domain\User). In Active Directory Domain Services account creation mode, the <paramref name="strOwnerLogin" /> parameter must contain a value even if the value does not correspond to an actual user name.</param>
      <param name="ownerName">A string that contains the display name of the owner of the site object.</param>
      <param name="ownerEmail">A string that contains the e-mail address of the owner of the site object.</param>
      <param name="secondaryContactLogin">A string that contains the user name of a secondary contact for the site object (for example, Domain \User).</param>
      <param name="secondaryContactName">A string that contains the display name of a secondary contact for the site object.</param>
      <param name="secondaryContactEmail">A string that contains the e-mail address of a secondary contact for the site object.</param>
      <param name="databaseServer">A string that identifies the database server.</param>
      <param name="databaseName">A string that contains the name for the new database that is created.</param>
      <param name="userName">A string that contains the user name of the database administrator (for example, Domain\User).</param>
      <param name="password">A string that contains the password for the database administrator.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Backup(System.String,System.String,System.Boolean)">
      <summary>Creates a backup file for the site collection located at the specified URL.</summary>
      <param name="strSiteUrl">A string that contains the URL of the site collection object for which to create a backup.</param>
      <param name="strFilename">A string that contains the name of the backup file.</param>
      <param name="bOverwrite">true if any other backup file for the site collection object should be overwritten; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.Count">
      <summary>Gets the number of <see cref="T:Microsoft.SharePoint.SPSite" /> objects in the collection.</summary>
      <returns>A 32-bit integer that indicates the number of site collections.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Delete(System.String)">
      <summary>Deletes the specified <see cref="T:Microsoft.SharePoint.SPSite" /> object from the collection.</summary>
      <param name="strSiteUrl">A string that contains the URL of the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Delete(System.String,System.Boolean)">
      <summary>Deletes the specified <see cref="T:Microsoft.SharePoint.SPSite" /> object from the collection with the option of deleting Active Directory Domain Services accounts that were created for this site collection.</summary>
      <param name="strSiteUrl">A string that contains the URL of the site.</param>
      <param name="bDeleteADAccounts">true if Active Directory Domain Services accounts should be deleted; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.Item(System.Int32)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPSite" /> object at the specified index in the collection. In C#, this property is an indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPSiteCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the top-level site.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.Item(System.String)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.SPSite" /> object at the specified server-relative URL in the collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object.</returns>
      <param name="strSiteName">A string that contains the server-relative URL of the site object (for example, Site_Name or sites/Site_Name).</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.Names">
      <summary>Gets the server-relative URLs of all the <see cref="T:Microsoft.SharePoint.SPSite" /> objects in the collection.</summary>
      <returns>A string array that contains the server-relative URLs of the site collections.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Restore(System.String,System.String,System.Boolean)">
      <summary>Restores the specified <see cref="T:Microsoft.SharePoint.SPSite" /> object to the collection.</summary>
      <param name="strSiteUrl">A string that contains the URL to which to restore the site collection.</param>
      <param name="strFilename">A string that contains the name of the backup file.</param>
      <param name="bOverwrite">true if the site collection object should be overwritten; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.Restore(System.String,System.String,System.Boolean,System.Boolean)">
      <summary>Restores the specified <see cref="T:Microsoft.SharePoint.SPSite" /> object to the collection and specifies whether to use the host header as the name of the site collection.</summary>
      <param name="strSiteUrl">A string that contains the URL to which to restore the site collection.</param>
      <param name="strFilename">A string that contains the name of the backup file.</param>
      <param name="bOverwrite">true if the site collection object should be overwritten; otherwise, false.</param>
      <param name="hostHeaderAsSiteName">true if the host header should be used as  the site collection name; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteCollection.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.VirtualServer">
      <summary>Gets the parent virtual server for the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the parent virtual server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteCollection.WebApplication">
      <summary>Gets the Web application in which site collections within this collection are stored.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteInventoryCollectionJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryCollectionJobDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryCollectionJobDefinition.EnableBackup"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryCollectionJobDefinition.Execute(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryCollectionJobDefinition.ProcessSite(Microsoft.SharePoint.SPSite,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.GetMetric(Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.MaxStorage"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.ParentWebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.ServerUrl"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SetMetric(Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric,System.Object)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteSize"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteTemplate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteUrl"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.WebApplicationId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.WebId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.WebUrl"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric.Template"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric.Version"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric.Language"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric.ListTemplates"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.Columns"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.TableName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteInventoryUsageProvider.UsageEntryType"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo">
      <summary>Maps a site collection identifier to its containers, in other words, to its content database, subscription, application, and so forth.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.ApplicationId">
      <summary>Gets the Guid of the Web application that contains the site collection.</summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.DatabaseId">
      <summary>Gets the Guid of the content database that contains the site collection.</summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.HostHeaderIsSiteName">
      <summary>Gets the name of the host header site collection.</summary>
      <returns>A <see cref="T:System.Boolean" /> value that specifies true if...; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.Path">
      <summary>Gets the server-relative path of the site collection.</summary>
      <returns>A <see cref="T:System.String" /> that contains the server-relative path of the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.SiteId">
      <summary>Gets the Guid of the site collection.</summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSiteLookupInfo.SiteSubscriptionId"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSiteLookupProvider">
      <summary>Represents a site lookup provider that is used to identify the content database that holds a specific site collection by using the site collection URL or identifier.
</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupProvider" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.AddSite(Microsoft.SharePoint.Administration.SPSiteLookupInfo)">
      <summary>Adds a new record about the site collection to the site mapping table.</summary>
      <returns>An <see cref="T:System.Int32" /> value that specifies the number of site collections currently stored in the content database according to the site map. If this value is incorrect, the algorithm that attempts to load-balance site collections between databases will not function correctly.</returns>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> object that specifies information about the site collection to add.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.GetSiteNames(Microsoft.SharePoint.Administration.SPContentDatabase)">
      <summary>Returns a list of all the names of site collections in the specified content database.</summary>
      <returns>An  <see cref="T:System.Collections.Generic.IList`1" /> that contains the site collection names.</returns>
      <param name="database">An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that specifies the content database.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.GetSiteNames(Microsoft.SharePoint.Administration.SPWebApplication)">
      <summary>Returns a list of all site collections in the specified Web application.</summary>
      <returns>An <see cref="T:System.Collections.Generic.IList`1" /> that contains the site collection names.</returns>
      <param name="application">An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that specifies the Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.LookupHostHeaderSiteId(System.String)">
      <summary>Returns information about a host header site collection.</summary>
      <returns>A <see cref="T:System.Guid" /> that represents the site collection identifier if the site collection exists. Otherwise, returns <see cref="Guid.Empty" />.</returns>
      <param name="hostHeaderSiteName">A string that contains a canonicalized token that uniquely identifies a host header collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.LookupSite(Microsoft.SharePoint.Administration.SPWebApplication,System.String)">
      <summary>Returns an <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> object that can be used to get the <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" /> object that contains the site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> object that contains information about the site collection if it can be found in the local server farm. Otherwise, returns null.</returns>
      <param name="application">An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application that contains the site collection.</param>
      <param name="sitePath">A string that contains the server-relative path of the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.LookupSite(System.Guid)">
      <summary>Returns an <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> object that can be used to get information about a typical or host-header site collection.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSiteLookupInfo" /> object that contains information about the site collection if it can be found in the local server farm. Otherwise, returns null.</returns>
      <param name="siteId">A <see cref="System.Guid" /> that identifies the site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.RemoveSite(System.Guid)">
      <summary>Removes the record for the specified site collection from the site mapping table.</summary>
      <returns>A <see cref="T:System.Boolean" /> value that specifies true if the record existed in the table prior to the execution of this method. Otherwise, false.</returns>
      <param name="siteId">A System.Guid that identifies the site collection to remove.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.RenameHostHeaderSite(System.Guid,System.String)">
      <summary>Renames the specified host header site collection.</summary>
      <param name="siteId">A <see cref="System.Guid" /> that identfies the site collection to rename.</param>
      <param name="newHostHeader">A string that contains the new path of the host header site collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.SetSiteSubscription(System.Guid,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSiteLookupProvider.SiteExists(System.Guid)">
      <summary>Checks the site mapping table to see if a site collection with the specified identifier exists in the local server farm.</summary>
      <returns>Returns a <see cref="T:System.Boolean" /> that specifies true if the mapping table contains the specified identifier. Otherwise, false.</returns>
      <param name="id">A <see cref="System.Guid" /> that specifies the site collection for which to search.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolution">
      <summary>Represents a solution on a farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Added">
      <summary>Gets a value specifying whether a language-neutral solution package has been added to this solution.</summary>
      <returns>true if a language-neutral solution package has been added to this solution; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.CanSelectForRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.ContainsCasPolicy">
      <summary>Gets a Boolean value that indicates whether the solution contains Code Access Security (CAS) policies.</summary>
      <returns>true if the solution contains CAS policies; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.ContainsGlobalAssembly">
      <summary>Returns a value indicating whether the solution contains an assembly that is installed in the global assembly cache.</summary>
      <returns>true if the solution assembly is installed in the global assembly cache; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.ContainsWebApplicationResource">
      <summary>Gets a value indicating whether the solution contains any web application-specific resources to deploy. </summary>
      <returns>true if the web application has web application-specific resources to deploy; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Deploy(System.DateTime,System.Boolean,System.Boolean)">
      <summary>Creates a timer job to deploy the language-neutral solution or Web Part package at a specified time.</summary>
      <param name="dt">A DateTime object containing the time to run the timer job.</param>
      <param name="globalInstallWPPackDlls">Used only in the deployment of web part packages. If true, then strong-named assemblies are installed in the GAC; if false, they are installed to the bin directory of the application. </param>
      <param name="force">If true, then a solution can be redeployed; if false, and the solution has already been deployed, an exception is raised. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Deploy(System.DateTime,System.Boolean,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication},System.Boolean)">
      <summary>Creates a timer job to deploy the language-neutral solution or Web Part package to the specified web applications at a specified time.</summary>
      <param name="dt">A DateTime object containing the time to run the timer job.</param>
      <param name="globalInstallWPPackDlls">Used only in the deployment of web part packages. If true, then strong-named assemblies are installed in the GAC; if false, they are installed to the bin directory of the application. </param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects to deploy to when there are application-specific entities in the solution or Web Part package. </param>
      <param name="force">If true, then a solution can be redeployed; if false, and the solution has already been deployed, an exception is raised. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Deployed">
      <summary>Returns a value indicating whether the solution is deployed to one or more web applications in the farm.</summary>
      <returns>true if the solution is deployed to one or more web applications; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.DeployedServers">
      <summary>Gets the collection of servers to which the solution is deployed. </summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> objects. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.DeployedWebApplications">
      <summary>Gets the collection of web applications to which this solution is deployed.</summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.DeployLocal(System.Boolean,System.Boolean)">
      <summary>Deploys the language neutral solution or Web Part package to all applications on the local server.</summary>
      <param name="globalInstallWPPackDlls">Used only in the deployment of web part packages. If true, then strong-named assemblies are installed in the GAC; if false, they are installed to the bin directory of the application. </param>
      <param name="force">If true, then a solution can be redeployed; if false, and the solution has already been deployed, an exception is raised. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.DeployLocal(System.Boolean,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication},System.Boolean)">
      <summary>Deploys the language neutral solution or Web Part package to the specified web applications on the local server.</summary>
      <param name="globalInstallWPPackDlls">Used only in the deployment of web part packages. If true, then strong-named assemblies are installed in the GAC; if false, they are installed to the bin directory of the application.</param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects to deploy to when there are application-specific entities in the solution or Web Part package. </param>
      <param name="force">If true, then a solution can be redeployed; if false, and the solution has already been deployed, an exception is raised.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.DeploymentState">
      <summary>Gets a value indicating whether the solution has been deployed, and if so, whether it has assemblies installed in the global assembly cache, in the application's bin directory, or both.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionDeploymentState" /> value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Farm">
      <summary>The farm on which this solution is installed.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.GetLanguagePack(System.UInt32)">
      <summary>Returns the language pack in the solution for the specified locale identifier.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionLanguagePack" />object.</returns>
      <param name="lcid">A locale identifier.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.IsWebPartPackage">
      <summary>Returns a value indicating whether the solution represents a web part package.</summary>
      <returns>true if the solution represents a web part package; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.JobExists"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.JobStatus"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.LanguagePacks">
      <summary>Returns the list of language packages associated with this solution.  </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection" />object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.LastOperationDetails">
      <summary>Returns details of the last operation while deploying the solution. </summary>
      <returns>A string containing details.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.LastOperationEndTime">
      <summary>Returns the date and time that the last operation ended. </summary>
      <returns>A DateTime object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.LastOperationResult">
      <summary>Returns the result of the last operation.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionOperationResult" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.Name">
      <summary>Returns the name of the solution.</summary>
      <returns>A string containing the solution name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Retract(System.DateTime)">
      <summary>Creates a timer job to retract the specified solution at a particular time.</summary>
      <param name="dt">A DateTime object that indicates when to run the timer job. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Retract(System.DateTime,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication})">
      <summary>Creates a timer job to retract the specified solution from the specified web applications at a particular time.</summary>
      <param name="dt">A DateTime object containing the time to run the timer job.</param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects from which to retract the solution or Web Part package. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.RetractLocal">
      <summary>Retracts the solution from all web applications on the local server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.RetractLocal(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication})">
      <summary>Retracts the solution from the specified web applications on the local server.</summary>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects from which to retract the solution or Web Part package. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.SolutionFile">
      <summary>Returns the file associated with the solution.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedFile" />object that represents the solution file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolution.SolutionId">
      <summary>Returns the solution id specified in the manifest file.</summary>
      <returns>A GUID. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Synchronize">
      <summary>Synchronizes the solution on this machine with other machines in the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Upgrade(System.String)">
      <summary>Upgrades the solution from a previous version to the current version using the specified solution file.</summary>
      <param name="path">The path to the solution file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolution.Upgrade(System.String,System.DateTime)">
      <summary>Upgrades the solution from a previous version to the current version using the specified solution file, and scheduled to run at a specified time.</summary>
      <param name="path">The path to the solution file. </param>
      <param name="dt">A DateTime object that indicates when to run the timer job. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPSolution" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Add(Microsoft.SharePoint.Administration.SPSolution)">
      <summary>Adds a solution to the collection of solutions.</summary>
      <param name="solution">The <see cref="T:Microsoft.SharePoint.Administration.SPSolution" /> to add to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Add(System.String)">
      <summary>Adds a solution with the specified solution file to the collection of solutions.  </summary>
      <param name="path">The location of the solution file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Add(System.String,System.UInt32)">
      <summary>Adds a solution with the specified solution file and locale identifier to the collection of solutions.  </summary>
      <param name="path">The location of the solution file.</param>
      <param name="lcid">The locale identifier for this solution.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Id"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionCollection.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Remove(System.Guid)">
      <summary>Removes the solution with the specified GUID from the collection of solutions. </summary>
      <param name="id">The GUID for the solution.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Remove(System.String)">
      <summary>Removes the solution with the specified name from the collection of solutions. </summary>
      <param name="name">A string containing the name of the solution.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionCollection.Remove(System.String,System.UInt32)">
      <summary>Removes the solution with the specified name and locale identifier from the collection of solutions. </summary>
      <param name="name">A string containing the name of the solution.</param>
      <param name="lcid">The locale identifier for the solution. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionDeploymentJobType">
      <summary> Provides values to specify the type of deployment operation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentJobType.Deploy">
      <summary> Specifies that the deployment operation is for a site deployment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentJobType.Retract">
      <summary> Specifies that the deployment operation is to retract a previous site deployment.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentJobType.Upgrade">
      <summary> Specifies that the deployment operation is to upgrade a previous site deployment.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionDeploymentState">
      <summary>Contains values that indicate the deployment status of the solution. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentState.NotDeployed">
      <summary>The solution is not deployed. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentState.GlobalDeployed">
      <summary>The solution is deployed and its assemblies are installed into the global assembly cache. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentState.WebApplicationDeployed">
      <summary>The solution is deployed and its assemblies are in the web application's bin directory. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionDeploymentState.GlobalAndWebApplicationDeployed">
      <summary>The solution is deployed and has assemblies installed in both the bin directory and the global assembly cache.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionLanguagePack">
      <summary>Represents a language pack for a solution or Web Part package. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.#ctor">
      <summary>Reserved for internal use only.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.ContainsCasPolicy">
      <summary>Checks to determine whether the language pack contains a code-access security (CAS) policy file.</summary>
      <returns>Returns true if the language pack contains a code-access security (CAS) file; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.ContainsGlobalAssembly">
      <summary>Returns a value indicating whether the language pack contains an assembly to be installed in the global assembly cache (GAC).</summary>
      <returns>true if the language pack contains an assembly to be installed in the global assembly cache; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.ContainsWebApplicationResource">
      <summary>Gets a value indicating whether the language pack contains any web application-specific resources to deploy. </summary>
      <returns>true if the language pack has web application-specific resources to deploy; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Deploy(System.DateTime,System.Boolean,System.Boolean)">
      <summary>Creates a timer job to deploy the language pack at a particular time. </summary>
      <param name="dt">A DateTime object containing the time to run the timer job.           </param>
      <param name="globalInstallWPPackDlls">Used for Web Part packages only. If true, then strong-named assemblies are placed in the GAC; if false, they are installed to the bin directory of the application.            </param>
      <param name="force">If true, then a language pack can be redeployed; if false, and the language pack has already been deployed, an exception is raised.          </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Deploy(System.DateTime,System.Boolean,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication},System.Boolean)">
      <summary>Creates a timer job to deploy the language pack to the specified web applications at the specified time. </summary>
      <param name="dt">A DateTime object containing the time to run the timer job.           </param>
      <param name="globalInstallWPPackDlls">Used for Web Part packages only. If true, then strong-named assemblies are placed in the GAC; if false, they are installed to the bin directory of the application.            </param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects to deploy to when there are application-specific entities in the language pack.</param>
      <param name="force">If true, then a language pack can be redeployed; if false, and the language pack has already been deployed, an exception is raised.          </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Deployed">
      <summary>Returns a value indicating whether the language pack is deployed to one or more web applications in the farm, or globally.</summary>
      <returns>true if language pack is deployed to one or more web applications, or globally; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DeployedServers">
      <summary>Gets the collection of servers to which the language pack is deployed. </summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> objects. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DeployedWebApplications">
      <summary>Gets the collection of web applications to which this language pack is deployed.</summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DeployLocal(System.Boolean,System.Boolean)">
      <summary>Deploys the language pack on the local server. </summary>
      <param name="globalInstallWPPackDlls">Used for Web Part packages only. If true, then strong-named assemblies are placed in the GAC; if false, they are installed to the bin directory of the application.            </param>
      <param name="force">If true, then a language pack can be redeployed; if false, and the language pack has already been deployed, an exception is raised.          </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DeployLocal(System.Boolean,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication},System.Boolean)">
      <summary>Deploys the language pack to the specified web applications on the local server. </summary>
      <param name="globalInstallWPPackDlls">Used for Web Part packages only. If true, then strong-named assemblies are placed in the GAC; if false, they are installed to the bin directory of the application.            </param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects to deploy to when there are application-specific entities in the language pack. </param>
      <param name="force">If true, then a language pack can be redeployed; if false, and the language pack has already been deployed, an exception is raised.          </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DeploymentState">
      <summary>Gets a value indicating whether the language pack has been deployed, and if so, whether it has assemblies installed in the global assembly cache, in the application's bin directory, or both.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionDeploymentState" /> value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.DisplayName">
      <summary>Retrieves the user-visible display name for the language pack.</summary>
      <returns>Returns the string value for the language pack display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.IsWebPartPackage">
      <summary>Returns a value indicating whether it is a Web Part language pack. </summary>
      <returns>true if it is a Web Part language pack; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.JobExists">
      <summary>Checks to determine whether a timer job exists for deployment of the language pack.</summary>
      <returns>Returns true if a timer job exists for the language pack; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.JobStatus">
      <summary>Returns the status of the timer job for the language pack deployment, if one exists.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Administration.SPRunningJobStatus" /> object if a timer job exists.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.LastOperationDetails">
      <summary>Returns details of the last operation after deploying, retracting, or upgrading the language pack. </summary>
      <returns>A string containing details.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.LastOperationEndTime">
      <summary>Returns the date and time that the last operation ended. </summary>
      <returns>A DateTime object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.LastOperationResult">
      <summary>Returns the result of the last operation.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionOperationResult" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.LocaleId">
      <summary>Gets the locale identifier for this language pack.</summary>
      <returns>A 32-bit integer representing the locale ID (LCID), for example, 1041 for Japanese.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#CanSelectForRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Retract(System.DateTime)">
      <summary>Creates a timer job to retract the language pack at a particular time. </summary>
      <param name="dt">A DateTime object containing the time to run the timer job.           </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Retract(System.DateTime,System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication})">
      <summary>Creates a timer job to retract the language pack from the specified web applications at a particular time. </summary>
      <param name="dt">A DateTime object containing the time to run the timer job.           </param>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects from which to retract the language pack.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.RetractLocal">
      <summary>Retracts the language pack from the local server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.RetractLocal(System.Collections.ObjectModel.Collection{Microsoft.SharePoint.Administration.SPWebApplication})">
      <summary>Retracts the language pack from the specified web applications on the local server.</summary>
      <param name="webApplications">A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects from which to retract the language pack.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.SolutionFile">
      <summary>Returns the file associated with the language pack.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPersistedFile" />object that represents the solution file for the language pack. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.SolutionId">
      <summary>Returns the solution id specified in the manifest file.</summary>
      <returns>A GUID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Synchronize">
      <summary>Synchronizes the language pack on this machine with other machines in the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Upgrade(System.String)">
      <summary>Upgrades the language pack from a previous version to the current version using the specified solution file.</summary>
      <param name="path"> The path to the solution file.          </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePack.Upgrade(System.String,System.DateTime)">
      <summary>Upgrades the language pack from a previous version to the current version using the specified solution file, and scheduled to run at a specified time.</summary>
      <param name="path">The path to the solution file. </param>
      <param name="dt">A DateTime object that indicates when to run the timer job. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection">
      <summary>Represents a collection of language packs associated with a solution or Web Part package. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection.Add(System.String,System.UInt32)">
      <summary>Adds a language pack with the specified solution file and locale identifier to the collection of language packs associated with a solution. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSolutionLanguagePack" /> object. </returns>
      <param name="path">The path to the solution file for this language pack. </param>
      <param name="lcid">The locale identifier for the language pack.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection.Remove(System.Guid)">
      <summary>Removes the language pack with the specified GUID from the collection of language packs.</summary>
      <param name="id">The GUID associated with this language pack. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection.Remove(System.UInt32)">
      <summary>Removes the language pack with the specified locale identifier from the collection of language packs.</summary>
      <param name="lcid">The locale identifier for the language pack to be removed.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionOperationResult"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.NoOperationPerformed"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.RetractionSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentSucceeded"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.RetractionWarningsOccurred"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentWarningsOccurred"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentFailedCabExtraction"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentSolutionValidationFailed"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentFailedFileCopy"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentFailedFeatureInstall"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.DeploymentFailedCallout"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.RetractionFailedCouldNotRemoveFile"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPSolutionOperationResult.RetractionFailedCouldNotRemoveFeature"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionReceiver"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionReceiver.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionReceiver.SolutionDeploying(Microsoft.SharePoint.Administration.SPSolutionReceiverProperties)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPSolutionReceiverProperties"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPSolutionReceiverProperties.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionReceiverProperties.Solution"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPSolutionReceiverProperties.WebApplication"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.Columns"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.TableName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageDefinition.UsageEntryType"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.Duration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.EndTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.JobId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.JobTitle"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.Microsoft#SharePoint#Administration#ISerializableUsageEntry#GetObjectData(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.QueryCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.RequestCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.ServerId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.ServiceId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.StartTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.Status"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.WebApplicationId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerJobUsageEntry.WebApplicationName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPTimerService">
      <summary>Implements a timer service to support the use of timer jobs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerService.#ctor">
      <summary>Instantiates a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPTimerService" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Instantiates a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPTimerService" /> class and provides parameters to provide the service name and identify the server farm on which the new service is created.</summary>
      <param name="name">The name of the new timer service.</param>
      <param name="farm">The server farm on which the new timer service is created. This is an <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.InitialSweepSchedule">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance that specifies the sweep schedule for new timer service when first instantiated.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance representing the initial sweep schedule for the new timer service. The default value is every five minutes between zero and 59 minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.LockRefreshSchedule">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance that specifies the timing for the lock refresh.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance representing the schedule for the lock refresh. The default is every 15 minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.LockTimeout">
      <summary>Gets or sets an integer value that specifies the amount of time in which a service lock times out.</summary>
      <returns>Returns an integer specifying the number of minutes until a service lock times out. The default is 20 minutes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.RecycleWarningMinutes"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.SweepSchedule">
      <summary>Gets or sets an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance that specifies the sweep schedule for the timer service. </summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPSchedule" /> instance representing the sweep schedule for the new timer service. The default is hourly.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerService.TypeName">
      <summary>The user-friendly name used to describe the object type in the administration user interface.</summary>
      <returns>Returns a string specifying the user-friendly name for the new timer service.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPTimerServiceInstance">
      <summary>Provides an instance of a timer service that runs on a server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerServiceInstance.#ctor">
      <summary>Creates a new instance of a timer service.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerServiceInstance.Provision">
      <summary>Provisions the timer service on the local computer.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPTimerServiceInstance.SystemService">
      <summary>Gets a Boolean value that specifies whether the service is a system service.</summary>
      <returns>Returns true if the service is a system service; otherwise, returns false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPTimerServiceInstanceCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPTimerServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <param name="server"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPTrustedAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPTrustedAuthenticationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPTrustedAuthenticationProvider.#ctor(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTrustedAuthenticationProvider.EqualityComparer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPTrustedAuthenticationProvider.ProviderName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUncleanDatabaseException"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException">
      <summary>Represents an exception in Windows SharePoint Services that occurs when running code on multiple front-end Web servers that modifies the same object, or when the servers use a mix of Windows SharePoint Services 3.0 and Windows SharePoint Services 2.0 object model code that modifies the same object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition">
      <summary>Represents an upgrade job definition.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPServer)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.ElapsedTime">
      <summary>Gets a string indicating how long the job has taken so far.</summary>
      <returns>A <see cref="T:System.String" /> representation of a <see cref="T:System.TimeSpan" /> value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Execute(System.Guid)">
      <summary>Executes the job specified by the job definition.</summary>
      <param name="targetInstanceId">The value passed in this parameter is ignored. Pass a value of Guid.Empty</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.IsRunning">
      <summary>Gets a <see cref="T:System.Boolean" /> value that indicates whether the job is currently executing.</summary>
      <returns>true if the job is executing; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.LogFilePath">
      <summary>Gets or sets the path for the log file on the local server.</summary>
      <returns>A <see cref="T:System.String" /> object containing a path.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Mode">
      <summary>Gets or sets a value that indicates the type of upgrade that the current job defines.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Upgrade.Mode" /> value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Object">
      <summary>Gets or sets the object to be upgraded.</summary>
      <returns>An object of type <see cref="T:Microsoft.SharePoint.Administration.SPPersistedObject" />.</returns>
      <exception cref="T:System.InvalidOperationException">The value of the <see cref="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Mode" /> property specifies an upgrade mode that is not appropriate for this object.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.SessionId">
      <returns>Returns <see cref="T:System.Guid" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUpgradeJobDefinition.Status">
      <summary>Gets a value indicating the current status of the upgrade job.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.SPRunningJobStatus" /> value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUrlZone">
      <summary>Specifies the originating zone of a request received by Windows SharePoint Services 2.0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUrlZone.Default">
      <summary>Specifies the default zone used for requests unless another zone is specified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUrlZone.Intranet">
      <summary>Specifies an intranet zone.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUrlZone.Internet">
      <summary>Specifies an Internet zone.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUrlZone.Custom">
      <summary>Specifies a custom zone.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUrlZone.Extranet">
      <summary>Specifies an extranet zone.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsage"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsage.ReportNames"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageApplication"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplication.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageApplication.DefaultApplication"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplication.Delete"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageApplication.LoggingEnabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplication.Provision"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplication.Unprovision(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageApplication.UsageDatabase"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageApplicationProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplicationProxy.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageApplicationProxy.DatabaseConnectionString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageApplicationProxy.Default"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageApplicationProxy.GetProxy(Microsoft.SharePoint.SPServiceContext)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageDatabase"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDatabase.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDatabase.#ctor(System.String,Microsoft.SharePoint.Administration.SPDatabaseServiceInstance)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDatabase.#ctor(System.String,Microsoft.SharePoint.Administration.SPDatabaseServiceInstance,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDatabase.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDatabase.Provision"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.DaysToKeepData"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.DaysToKeepDetailedData"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.Description"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.Enabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.EnableReceivers"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.GetLocal``1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.Hidden"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.ImportEntries(System.Collections.Generic.IEnumerator{Microsoft.SharePoint.Administration.SPUsageEntry})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.ProcessData"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.Receivers"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.TruncateData"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageDefinition.UsageEntryType"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinition.Validate"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageDefinitionCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageDefinitionCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageEntry"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageEntry.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageEntry.#ctor(Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.CorrelationId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.FarmId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.MachineName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.ParentType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.ParentTypeGuid"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.SiteSubscriptionId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.Timestamp"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.TimestampUtc"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageEntry.User"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageIdentityTable">
      <summary>Defines the search string categories of identities of usage report components, for example, the browser or operating system. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPUsageIdentityTable" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.AddBrowserName(System.String,System.Int32,System.String)">
      <summary>Adds mapping for a browser name to the usage identity table.</summary>
      <param name="match">A string that contains the keywords to search for in the user-agent string. For example, "MSIE" is a match for "Internet Explorer".</param>
      <param name="priority">A 32-bit integer that specifies the precedence of this match, used when a string has multiple matches. A smaller numbered priority matches before a higher priority.</param>
      <param name="name">A string that specifies the display name of the browser.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.AddOSName(System.String,System.Boolean,System.String)">
      <summary>Adds mapping for an operating system name to the usage identity table.</summary>
      <param name="match">A string that contains the keywords to search for in the user-agent string. For example, "WinNT" is a match for "Windows NT".</param>
      <param name="isMainGroup">true to specify that this operating system is part of the default group that is searched first; otherwise, false.</param>
      <param name="name">A string that contains the display name of the operating system.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.AddSearchEngineTerm(System.String,System.String)">
      <summary>Adds mapping for a search engine term to the usage identity table.</summary>
      <param name="match">A string that contains the domain name of the search engine, for example, "search.msn.com".</param>
      <param name="term">A string that contains the search term that is appended in the query string when searching, for example, "q=".</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageIdentityTable.DefaultUsageIdentityFile">
      <summary>Gets the name of the default usage identity XML file.</summary>
      <returns>A string that contains the name of the usage identity XML file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.LookupBrowser(System.String)">
      <summary>Parses the user-agent string for possible browsers and returns the first match.</summary>
      <returns>A string that identifies the browser. For example, if <paramref name="userAgent" /> equals "MSIE 6.0", then the LookupBrowser method returns "Internet Explorer".</returns>
      <param name="userAgent">A string that specifies the user agent, for example, "Mozilla/4.0".</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.LookupOS(System.String)">
      <summary>Parses the specified user-agent string for possible operating systems and returns the first match, checking main group operating systems before others.</summary>
      <returns>A string that identifies the operating system.</returns>
      <param name="userAgent">A string that specifies the user agent, for example, "Mozilla/4.0".</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.LookupSearchEngine(System.String)">
      <summary>Parses the user-agent string for possible search engines and returns the search query string for the first match.</summary>
      <returns>A string that identifies the search engine.</returns>
      <param name="userAgent">A string that specifies the user agent, for example, "Mozilla/4.0".</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.ReadFromXmlFile(System.String)">
      <summary>Reads in usage identity information from the specified xml file.</summary>
      <param name="filename">A string that contains the name of the usage identity XML file. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageIdentityTable.ToXmlString">
      <summary>Gets the XML representation of usage identity information.</summary>
      <returns>A string that contains the XML representation of usage identity information.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageImportJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.#ctor(Microsoft.SharePoint.Administration.SPUsageService)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageImportJobDefinition.Execute(System.Guid)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageManager"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageManager.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageManager.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.LoggingEnabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageManager.LogUsage(Microsoft.SharePoint.Administration.SPUsageEntry)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageManager.Provision"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.RegisteredUsageDefinitions"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageManager.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.UsageLogCutTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.UsageLogDir"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.UsageLogDiskUsageEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageManager.UsageLogMaxSpaceGB"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsagePeriodType">
      <summary>Specifies the time interval on which a usage report for a Web site is based.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsagePeriodType.day">
      <summary>Returns usage information for each day during the past 31 days starting from the previous day. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsagePeriodType.lastMonth">
      <summary>Summarizes usage information for the last 31 days relative to the previous day.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageProcessingJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProcessingJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProcessingJobDefinition.#ctor(Microsoft.SharePoint.Administration.SPUsageService)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProcessingJobDefinition.Execute(System.Guid)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageProvider.Columns"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.CreateTable(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageProvider.DaysToKeepDetailedData"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.ExecuteReader(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.ImportEntries(System.Collections.Generic.IEnumerator{Microsoft.SharePoint.Administration.SPUsageEntry})"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.OnProvisioning"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.OnUnprovisioning"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageProvider.RetentionPeriod"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageProvider.TableName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.Update"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageProvider.WriteDataRowToServer(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition},System.DateTime,System.String,System.Object[])"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageReceiver"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiver.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiver.UsageImported(Microsoft.SharePoint.Administration.SPUsageReceiverProperties)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageReceiverDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageReceiverDefinition.Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageReceiverDefinition.ReceiverAssembly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageReceiverDefinition.ReceiverClass"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection.Add(Microsoft.SharePoint.Administration.SPUsageReceiverDefinition)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection.Add(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection.Add(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection.Remove(Microsoft.SharePoint.Administration.SPUsageReceiverDefinition)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageReceiverDefinitionCollection.Remove(System.Type)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageReceiverProperties"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageReceiverProperties.UsageDefinition"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageReceiverProperties.UsageEntries"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageReportType">
      <summary>Specifies the type of information returned in a usage report for a SharePoint site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageReportType.url">
      <summary>Indicates URLs of pages that are visited or of pages for lists that are updated. Discussions about a page are counted as hits on that page. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageReportType.user">
      <summary>Indicates users who visited the site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageReportType.os">
      <summary>Indicates the operating system used on the client computer. All usage data refers specifically to visits from referring URLs that are external to the site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageReportType.browser">
      <summary>Indicates the type of Web browser used to visit the SharePoint site. All usage data refers specifically to visits from referring URLs that are external to the site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageReportType.refUrl">
      <summary>Indicates external URLs through which users navigated to the SharePoint site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageService"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.EnsureApplication"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.IsLoggingEnabled(Microsoft.SharePoint.Administration.SPUsageApplication)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.LoggingEnabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#CreateApplication(System.String,System.Type,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#CreateProxy(System.String,Microsoft.SharePoint.Administration.SPServiceApplication,Microsoft.SharePoint.Administration.SPServiceProvisioningContext)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#GetApplicationTypeDescription(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#GetApplicationTypes"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#GetCreateApplicationLink(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Microsoft#SharePoint#Administration#IServiceAdministration#GetCreateApplicationOptions(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Provision"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.TypeName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageService.Unprovision"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.UsageLogCutTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.UsageLogDir"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.UsageLogMaxSpaceGB"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageService.UsageManager"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageServiceInstance"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageServiceInstance.#ctor(Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPUsageService)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageServiceInstance.Hidden"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageServiceInstance.Provision"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageServiceInstance.TypeName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageServiceProxy"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageServiceProxy.#ctor"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUsageSettings"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.CanRenameOnRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.CanSelectForBackup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.CanSelectForRestore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.DiskSizeRequired"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.LogFilesDirectory"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.LoggingEnabled"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPUsageSettings.MaxNumberLogFiles"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.Microsoft#SharePoint#Administration#Backup#IBackupRestore#Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.NumberLogFiles"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.ProcessingEndTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.ProcessingStartTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.Recurrence"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.SetProcessingInterval(System.Int32,System.Int32,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUsageSettings.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.UsageIdentities"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUsageSettings.UsageProcessingEnabled"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeActivationSiteInfo"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeActivationSiteInfo.#ctor(Microsoft.SharePoint.Administration.SPUserCodeServiceInstance,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeActivationSiteInfo.AffinityBucketName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeActivationSiteInfo.ServiceInstance"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition.FileContents"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition.FileName"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition.FileStream"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.GroupId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.ProviderId"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId.ToString"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProvider.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProvider.GetAssembliesInGroup(System.Guid,System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProviderCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProviderCollection.#ctor(Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProviderCollection.FindProvider(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProviderCollection.RegisterProvider(Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupProvider)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.#ctor(Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.Activate(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.Add(Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.Add(Microsoft.SharePoint.Administration.SPUserCodeAssemblyFileDefinition[])"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.AssemblyResolveHandler(System.Object,System.ResolveEventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.ContainsAssembly(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.ContainsFile(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.GetFileContents(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.GetFileStream(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.LastAccessedTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.RootDirectoryPath"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.ToString"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.UserCodeAssemblyGroupId"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup.Validate"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.MaximumConnectionsPerProcess"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.MaximumWorkerProcesses"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.ResourceMaxValue"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeExecutionTier.WorkerProcessStartingPort"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeExecutionTierCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeExecutionTierCollection.Add(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeLoadBalancerProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeLoadBalancerProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeLoadBalancerProvider.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeLoadBalancerProvider.GetActivationSite(Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId,System.Guid,System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.Administration.SPUserCodeServiceInstance})"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider.GetActivationSite(Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId,System.Guid,System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.Administration.SPUserCodeServiceInstance})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider.HistoryCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodePopularityLoadBalancerProvider.TypeName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeProvider.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeProvider.ProviderId"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeRandomLoadBalancerProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeRandomLoadBalancerProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeRandomLoadBalancerProvider.#ctor(System.String,Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeRandomLoadBalancerProvider.GetActivationSite(Microsoft.SharePoint.Administration.SPUserCodeAssemblyGroupId,System.Guid,System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.Administration.SPUserCodeServiceInstance})"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeRandomLoadBalancerProvider.TypeName"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeService"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeService.#ctor(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.AlwaysRecycleAppDomains"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.AspNetRootFolder"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.AssemblyGroups"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.BlockedSolutions"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.DataAggregationInterval"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.DefaultWorkerProcessAccount"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeService.GetSolutionSignatureFromFile(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.IsEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.LoadBalancer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.Local"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.ResourceMeasures"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.ResourceUsageRetentionDays"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.SecurityPolicyFileCore"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.ServicePort"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.SharedApplicationDomainExpiration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.SolutionValidators"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.TargetedMaximumApplicationDomainsPerProcess"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.Tiers"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.TypeName"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeService.Update"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.UseLocalServerOnly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.WorkerProcessApplicationDomainRecycleTime"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeService.WorkerProcessRecycleTime"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeServiceInstance"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeServiceInstance.#ctor(Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPUserCodeService)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeServiceInstance.AutoStart"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeServiceInstance.ServiceUrl"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserCodeWrapper"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeWrapper.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserCodeWrapper.Execute(Microsoft.SharePoint.UserCode.SPUserCodeExecutionContext)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserCodeWrapper.UserCodeAssemblyGroup"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPUserMigratorElement"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPUserMigratorElement.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserMigratorElement.Assembly"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserMigratorElement.Class"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPUserMigratorElement.RootTag"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPVirtualServer">
      <summary>Obsolete. Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class or the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> class instead. (In Windows SharePoint Services 2.0, the SPVirtualServer class represented the top-level object for a virtual server in Windows SharePoint Services, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServer.#ctor(Microsoft.SharePoint.Administration.SPWebApplication,Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Obsolete. Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> class. </summary>
      <param name="application">An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application that is associated with the virtual server.</param>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the zone.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.ApplicationPoolId">
      <summary>Obsolete. Gets the ID of the application pool used in Microsoft Internet Information Services (IIS). </summary>
      <returns>A string that contains the application pool ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.CatchAccessDeniedException">
      <summary>Obsolete. Use the <see cref="P:Microsoft.SharePoint.SPSecurity.CatchAccessDeniedException" /> property of the <see cref="T:Microsoft.SharePoint.SPSecurity" /> class instead. (In Windows SharePoint Services 2.0, the CatchAccessDeniedException class was used to get or set a Boolean value that specified whether to handle Access denied exceptions and require user authentication, and is maintained for backward compatibility.)</summary>
      <returns>true if access denied exceptions are handled and user authentication is required; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Config">
      <summary>Obsolete. Gets the configuration settings for the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerConfig" /> object that contains the configuration settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.ContentDatabases">
      <summary>Obsolete. Gets the collection of content databases on the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabaseCollection" /> object that represents the content databases.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Description">
      <summary>Obsolete. Gets the description for the virtual server, which is displayed in the Microsoft Internet Information Services (IIS) management console. </summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServer.GetWebTemplates(System.UInt32)">
      <summary>Obsolete. Returns the collection of site templates for the server that is specified by the locale ID (LCID). </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebTemplateCollection" /> object that represents the site templates.</returns>
      <param name="LCID">An unsigned 32-bit integer that specifies the LCID of the server.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.HostName">
      <summary>Obsolete. Gets the host name for the virtual server. </summary>
      <returns>A string that contains the host name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.IISInstanceId">
      <summary>Obsolete. Gets the instance ID of Microsoft Internet Information Services (IIS). </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.IisWebSiteSettings">
      <summary>Obsolete. Gets the IIS Web site settings.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.MailCodePage">
      <summary>Obsolete. Gets the language code page that is used for e-mail messages. </summary>
      <returns>A 32-bit integer that specifies the code page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.MailFromAddress">
      <summary>Obsolete. Gets the From address used in e-mail for the server.</summary>
      <returns>A string that contains the From address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.MailReplyToAddress">
      <summary>Obsolete. Gets the To address used in e-mail for the server.</summary>
      <returns>A string that contains the To address.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServer.MakeFullUrl(System.String)">
      <summary>Obsolete. Converts the server-relative URL of a site to a full URL that includes the name of the server.</summary>
      <returns>A string that contains the full URL (for example, http://Server_Name/sites/Site_Name).</returns>
      <param name="strUrl">A string that contains the server-relative URL of a site (for example, /sites/).</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.OutboundSmtpServer">
      <summary>Obsolete. Gets the name of the Simple Mail Transfer Protocol (SMTP) server that is used for outbound e-mail. </summary>
      <returns>A string that contains the name of the SMTP server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Port">
      <summary>Obsolete. Gets the port number for the virtual server. </summary>
      <returns>A 32-bit integer that specifies the port number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.PresenceEnabled">
      <summary>Obsolete. Gets a Boolean value that indicates whether online presence information is enabled on the virtual server. </summary>
      <returns>true if online presence information is displayed next to member names, and the Person Name smart tag appears when a user passes the pointer over a member name within a site on the virtual server; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Sites">
      <summary>Obsolete. Gets the collection of all site collections on the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSiteCollection" /> object that represents the site collections.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.State">
      <summary>Obsolete. Gets an <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerState" /> value that represents the state of the virtual server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerState" /> value that specifies the state.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServer.UpdateMailSettings(System.String,System.String,System.String,System.Int32)">
      <summary>Obsolete. Updates settings on the SMTP server that are used for e-mail on the virtual server. </summary>
      <param name="strOutboundSMTPServer">A string that specifies the SMTP server to use for outbound e-mail.</param>
      <param name="strFromAddress">A string that contains the From address that is used for e-mail from the server.</param>
      <param name="strReplyToAddress">A string that contains the Reply To address that is used for e-mail to the server.</param>
      <param name="nCodePage">A 32-bit integer that specifies the language code page that is used for e-mail.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServer.UpgradeVirtualServer(System.Boolean)">
      <summary>Obsolete. Use members of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class or the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> class instead. (In Windows SharePoint Services 2.0, the UpgradeVirtualServer method upgraded the virtual server, and is maintained for backward compatibility.)</summary>
      <param name="bForceUpgrade">true if an upgrade is forced; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Url">
      <summary>Obsolete. Gets the URL for the virtual server. </summary>
      <returns>A uniform resource identifier (URI) that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.Version">
      <summary>Obsolete. Gets the version of Windows SharePoint Services that is installed on the virtual server.</summary>
      <returns>A System.Version object that represents the version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.VirtualServerId">
      <summary>Obsolete. Gets the GUID for the virtual server. </summary>
      <returns>The GUID for the virtual server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServer.WebApplication">
      <summary>Obsolete. Gets the Web application associated with the virtual server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPVirtualServerCollection">
      <summary>Obsolete. Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationCollection" /> class instead. (In Windows SharePoint Services 2.0, the SPVirtualServerCollection class represented a collection of <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> objects, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerCollection.Count">
      <summary>Gets the number of virtual servers in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of virtual servers.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerCollection.Item(System.Int32)">
      <summary>Gets the virtual server object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServerCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the virtual server.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPVirtualServerConfig">
      <summary>Obsolete. Use the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class or the <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> class instead. (In Windows SharePoint Services 2.0, the SPVirtualServerConfig class represented the configuration settings for a virtual server, and is maintained for backward compatibility.)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.AlternateUrls">
      <summary>Gets the collection of alternate request URLs for the virtual server. </summary>
      <returns>An <see cref="Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> object that represents the URLs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.CustomZoneOutgoingUrl">
      <summary>Gets or sets the outgoing URL that Windows SharePoint Services returns in response to a request originating in the custom zone. </summary>
      <returns>A string that contains the outgoing URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.DefaultZoneOutgoingUrl">
      <summary>Gets or sets the outgoing URL that Windows SharePoint Services returns in response to a request that originates in the default zone. </summary>
      <returns>A string that contains the outgoing URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.EmailInsertsEnabled">
      <summary>Obsolete. The e-mail insert feature has been removed in Windows SharePoint Services 3.0. The EmailInsertsEnabled property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the EmailInsertsEnabled property was used to get or set a Boolean value that specified whether document libraries on the virtual server can accept e-mail attachments, and is maintained for backward compatibility.)</summary>
      <returns>true if document libraries can accept e-mail attachments; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.EventHandlersEnabled">
      <summary>Gets or sets a Boolean value that specifies whether event handlers for document libraries are enabled. </summary>
      <returns>true if event handlers are enabled; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.ExtranetZoneOutgoingUrl">
      <summary>Gets or sets the outgoing URL that Windows Windows SharePoint Services returns in response to a request that originates in the extranet zone. </summary>
      <returns>A string that contains the outgoing URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.InternetZoneOutgoingUrl">
      <summary>Gets or sets the outgoing URL that Windows SharePoint Services returns in response to a request that originates in the Internet zone. </summary>
      <returns>A string that contains the outgoing URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.IntranetZoneOutgoingUrl">
      <summary>Gets or sets the outgoing URL that Windows SharePoint Services returns in response to a request that originates in the intranet zone. </summary>
      <returns>A string that contains the outgoing URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.JobEmailInserts">
      <summary>Obsolete. The e-mail insert feature has been removed in Windows SharePoint Services 3.0. The JobEmailInserts property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the JobEmailInserts property was used to get or set a value that specified how often to check the public folder for new e-mail attachments for a document library, and is maintained for backward compatibility.)</summary>
      <returns>A string that specifies how often to check for new e-mail messages.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.Prefixes">
      <summary>Gets the collection of prefixes for URLs that are used on the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPrefixCollection" /> object that represents the prefixes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.Properties">
      <summary>Gets configuration settings that are used on the virtual server. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPPropertyBag" /> object that contains the virtual server configuration settings. For information about the string keys represented in the property bag, see "Command-Line Properties" in the Administrator's Guide for Windows SharePoint Services.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.PublicFolderUrl">
      <summary>Obsolete. The e-mail insert feature has been removed in Windows SharePoint Services 3.0. The PublicFolderUrl property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the PublicFolderUrl property was used to get or set the server name and root path for the public folders to use for e-mail attachments in document libraries, and is maintained for backward compatibility.)</summary>
      <returns>A string that contains the server name and root path for the public folders.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.SelfServiceSiteCreationEnabled">
      <summary>Gets or sets a Boolean value that specifies whether Self-Service Site Creation is enabled on the virtual server. </summary>
      <returns>true if Self-Service Site Creation is enabled.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.SelfServiceSiteCreationRequireContact">
      <summary>Gets or sets a Boolean value that specifies whether a secondary contact is required when using Self-Service Site Creation. </summary>
      <returns>true if a secondary contact is required; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPVirtualServerConfig.ToXmlString">
      <summary>Returns the configuration settings for the virtual server as an XML string. </summary>
      <returns>A string that contains the configuration settings as an XML string.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPVirtualServerConfig.VirtualServer">
      <summary>Gets the virtual server to which the configuration settings apply. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPVirtualServer" /> object that represents the virtual server.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPVirtualServerState">
      <summary>Specifies the status of a virtual server relative to a deployment of Windows SharePoint Services.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPVirtualServerState.Ready">
      <summary>Specifies that the server is ready.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPVirtualServerState.NeedExtend">
      <summary>Specifies that the server needs to be extended.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPVirtualServerState.NeedUpgrade">
      <summary>Specifies that the server needs to be upgraded.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPVirtualServerState.NotAdministrable">
      <summary>Specifies that the server cannot be managed through Windows SharePoint Services.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPVirtualServerState.NotNTFS">
      <summary>Specifies that the server does not use a Microsoft Windows NT file system.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebApplication">
      <summary>Represents an Internet Information Services (IIS) load-balanced Web application that is installed on the server farm. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.#ctor">
      <summary>Reserved for internal use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebService,Microsoft.SharePoint.Administration.SPApplicationPool)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class.</summary>
      <param name="name">A string that contains the display name of the new instance.</param>
      <param name="service">The parent <see cref="T:Microsoft.SharePoint.Administration.SPWebService" />  object for the Web application.</param>
      <param name="applicationPool">An <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> object that indicates the credentials under which the Web application processes will run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the Web application and its children to the backup/restore job. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <param name="parent">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />object from the object's parent. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertFlags">
      <summary>Do not use. Has no effect.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsEnabled">
      <summary>Gets or sets a value that specifies whether alerts are allowed in the Web application.</summary>
      <returns>true if alerts are enabled; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsEventBatchSize">
      <summary>Do not use. Has no effect.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsLimited">
      <summary>Gets or sets a value specifying whether there is a limit to the number of lists and list items for which a user can create alerts. </summary>
      <returns>If true, the number of alerts contained in the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsMaximum" /> property is used as a limit; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsMaximum">
      <summary>Gets or sets the maximum number of lists and list items for which a single user can create alerts.</summary>
      <returns>A 32-bit integer that contains the maximum number of alerts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlertsMaximumQuerySet"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowAccessToWebPartCatalog">
      <summary>Gets or sets a value that indicates whether sites in the Web application can use Web Parts from the global catalog.</summary>
      <returns>true if sites can use Web Parts from the global Web Part Catalog; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowDesigner"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowMasterPageEditing"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowOMCodeOverrideThrottleSettings"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowPartToPartCommunication">
      <summary>Gets or sets a value indicating whether the Web application allows Web Parts to communicate with each other.</summary>
      <returns>true if Web Parts are allowed to communicate with each other; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowRevertFromTemplate"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AllowSilverlightPrompt"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlternateUrls">
      <summary>Gets the collection of URLs that are routed to the Web application and specifies which zone they come from.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAlternateUrlCollection" /> object that represents the collection of URLs and their zones.. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AlwaysProcessDocuments"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ApplicationPool">
      <summary>Gets or sets the application pool that is used by the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> object that represents the application pool. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.AutomaticallyDeleteUnusedSiteCollections">
      <summary>Gets or sets a value specifying whether unused site collections can be automatically deleted.</summary>
      <returns>true if unused site collections can be automatically deleted; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.BlockedFileExtensions">
      <summary>Returns the list of file extensions that cannot be uploaded or downloaded from sites in the Web application.</summary>
      <returns>A System.Collections.ObjectModel.Collection object that represents the file extensions that cannot be uploaded or downloaded.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.BrowserCEIPEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.BrowserDocumentsEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CanMigrate">
      <summary>Gets a value indicating whether the settings for the Web application can be migrated from the Windows SharePoint Services 2.0 Web application with which it is paired. </summary>
      <returns>true if settings can be migrated; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CanRenameOnRestore">
      <summary>Gets a value specifying whether the application can be renamed when it is restored.</summary>
      <returns>true if the application can be renamed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CanSelectForBackup">
      <summary>Gets or sets a value specifying whether the Web application can be backed up.</summary>
      <returns>true if the Web application can be backed up; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CanSelectForRestore">
      <summary>Gets or sets a value specifying whether the Web application can be restored.</summary>
      <returns>true if that the Web application can be restored; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CascadeDeleteMaximumItemLimit"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.CascadeDeleteTimeoutMultiplier"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ChangeLogExpirationEnabled">
      <summary>Gets or sets a value specifying whether change logs are deleted after the time span defined in the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.ChangeLogRetentionPeriod" /> property.</summary>
      <returns>true if change logs are deleted after the time span defined in the <see cref="P:Microsoft.SharePoint.Administration.SPWebApplication.ChangeLogRetentionPeriod" /> property; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ChangeLogRetentionPeriod">
      <summary>Gets or sets the amount of time to preserve change logs. </summary>
      <returns>A System.TimeSpan object. The default value is 15 days. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ClientCallableSettings"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ContentDatabases">
      <summary>Gets a collection of content databases that are available to the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPContentDatabaseCollection" /> object that represents the collection of content databases.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.CurrentUserIgnoreThrottle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DailyStartUnthrottledPrivilegedOperationsHour"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DailyStartUnthrottledPrivilegedOperationsMinute"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DailyUnthrottledPrivilegedOperationsDuration"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DataRetrievalProvider">
      <summary>Gets settings related to the data retrieval service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDataRetrievalProvider" /> object that represents data retrieval service settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DaysToShowNewIndicator">
      <summary>Gets or sets the number of days that the New icon appears next to new list items.</summary>
      <returns>A 32-bit integer that contains the number of days. The default value is two days. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DefaultQuotaTemplate">
      <summary>Gets or sets the default quota template used for all site collections.</summary>
      <returns>A string that contains the name of the default quota template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DefaultServerComment">
      <summary>Gets the server comment that is associated with the IIS Web site for use when a comment is not specified by the Web application.</summary>
      <returns>A string that contains the comment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DefaultTimeZone">
      <summary>Gets or sets the default time zone for the Web application. </summary>
      <returns>A 32-bit integer that specifies the time zone. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Delete">
      <summary>Removes the Web application and some of the resources that it owns.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DiskSizeRequired">
      <summary>Gets the amount of disk space that is required to back up the Web application.</summary>
      <returns>A 64-bit unsigned integer that contains the approximate size, in bytes, that the backup needs to contain to save its data to disk.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DocumentConversionsEnabled">
      <summary>Gets or sets a value that specifies whether to enable document conversion.</summary>
      <returns>true if document conversion should be enabled; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DocumentConversionsLoadBalancerServerId">
      <summary>Gets or sets the ID of the server in the farm that contains the load balancer. </summary>
      <returns>A System.Guid that represents the server ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DocumentConversionsLoadBalancerUrl">
      <summary>Gets or sets the URL to the load balancer for document conversions.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DocumentConversionsSchedule">
      <summary>Gets or sets the schedule for a document conversion timer job.</summary>
      <returns>A string that contains the schedule.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.DocumentConverters">
      <summary>Gets a collection of document converters for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDocumentConverterCollection" /> object that represents the collection of document converters. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.EmailToNoPermissionWorkflowParticipantsEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to alert users without site permissions when they have been assigned workflow tasks.</summary>
      <returns>true if users without site permissions should be alerted when they are assigned workflow tasks; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.EnabledClaimProviders"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.EventHandlersEnabled">
      <summary>Gets or sets a value indicating whether to enable event handlers for the Web application.</summary>
      <returns>true to enable event handlers; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.EventLogRetentionPeriod"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ExternalUrlZone"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ExternalWorkflowParticipantsEnabled">
      <summary>Gets or sets a Boolean value that specifies whether external users can participate in workflow by sending them a document copy.</summary>
      <returns>true if external users can participate in workflow; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.Features">
      <summary>Gets the set of Features activated for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFeatureCollection" />object that represents the Features.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.FileNotFoundPage">
      <summary>Gets or sets the name of an HTML file relative to \\Program Files\Common Files\Microsoft Shared\web server extensions\12\LAYOUTS\Locale_ID that contains the error information that is used when a file cannot be found.</summary>
      <returns>A string specifying the name of an HTML file that contains error information. If the value is null or an empty string, or if the file that is referred to does not exist, Windows SharePoint Services returns a standard 404 response.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.FormDigestSettings">
      <summary>Gets a collection of security validation settings.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPFormDigestSettings" /> object that represents the security validation settings.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetIisSettingsWithFallback(Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Returns the set of IIS settings for the specified zone.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIisSettings" /> object that represents the IIS settings. </returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" />object that specifies the zone.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetMappedPage(Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage)">
      <summary>Returns the location of the customized application page.</summary>
      <returns>A <see cref="T:System.String" /> that contains the location of the customized application page. Otherwise, null.</returns>
      <param name="key">A <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage" /> value that specifies the customized application page mapping to retrieve.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetMappedPage(System.String)">
      <summary>Returns the location of the customized application page.</summary>
      <returns>A <see cref="T:System.String" /> that contains the location of the customized application page. Otherwise, null.</returns>
      <param name="page">The location of the customized application page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetRequestPath(System.String,System.Boolean)">
      <param name="binding"></param>
      <param name="secure">true to specify that Secure Sockets Layer (SSL) </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetResponseUri(Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Returns the absolute root of the URI for the given zone. </summary>
      <returns>A Uri object.</returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GetResponseUri(Microsoft.SharePoint.Administration.SPUrlZone,System.String)">
      <summary>Returns the absolute root of the URI for the given zone and appends the specified path to the end.</summary>
      <returns>A Uri object.</returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> object representing the zone of the response URL.</param>
      <param name="path">A string that contains a server-relative path to append to the end of the root.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.GrantAccessToProcessIdentity(System.String)">
      <summary>Grants the specified user access to the process identity (in other words, gives full control) of the SharePoint Web application.</summary>
      <param name="username">A string that contains the name of the user.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.HttpThrottleSettings"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.IisSettings">
      <summary>Gets a collection of settings for all IIS instances that belong to the Web application. </summary>
      <returns>A System.Collections.Generic.Dictionary object that represents the collection of settings for all IIS instances.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.IncomingEmailServerAddress"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.InheritDataRetrievalSettings">
      <summary>Gets or sets a value indicating whether the Web application inherits data retrieval services settings from the central administration application.</summary>
      <returns>true if data retrieval services settings are inherited from the central administration application; otherwise, false. The default value is true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.InstallClaimsAuthFiles(Microsoft.SharePoint.Administration.SPIisSettings,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.InstallFiles(System.IO.DirectoryInfo,System.String,System.String)">
      <summary>Installs the Microsoft ASP .NET configuration and resource files that are required to provision the application.</summary>
      <param name="vrPath">A System.IO.DirectoryInfo object. </param>
      <param name="validationKey">A string that contains the key used for validation of encrypted data.</param>
      <param name="decryptionKey">A string that contains the key used to encrypt data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.IsAdministrationWebApplication">
      <summary>Gets or sets a Boolean value specifying whether the Web application is the Central Administration application. </summary>
      <returns>true if the Web application is the Central Administration application; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.IsPaired">
      <summary>Gets or sets a value indicating whether the Web application is paired to a Windows SharePoint Services 2.0 Web application.</summary>
      <returns>true if the Web application and its parent are paired; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.IsUnthrottledPrivilegedOperationsAllowed"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.JobDefinitions">
      <summary>Gets the collection of job definitions for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPJobDefinitionCollection" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.JobHistoryEntries"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.LocalPaths">
      <summary>Returns the paths on the local machine to files that are served by the Web application.</summary>
      <returns>An array of System.IO.DirectoryInfo objects that represents the paths.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Lookup(System.Uri)">
      <summary>Finds the Web application with the specified URL.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object.</returns>
      <param name="requestUri">A System.Uri object that specifies the URL of the Web application.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MasterPageReferenceEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaximumFileSize">
      <summary>Gets or sets the size of the largest file that can be uploaded. </summary>
      <returns>A 32-bit integer containing the maximum file size (in MB). The default value is 50.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaxItemsPerThrottledOperation"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaxItemsPerThrottledOperationOverride"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaxItemsPerThrottledOperationWarningLevel"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaxQueryLookupFields"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MaxUniquePermScopesPerList"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MetaWeblogAuthenticationEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to accept the user name and password from the MetaWeblog API.</summary>
      <returns>true if the user name and password is accepted from the MetaWeblog API; false if the currently configured authentication in Windows SharePoint Services is used.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.MetaWeblogEnabled">
      <summary>Gets or sets a Boolean value that specifies whether to enable the MetaWeblog API for the Web application.</summary>
      <returns>true if the MetaWeblog API should be enabled for the Web application; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Migrate">
      <summary>Migrates the settings from a Windows SharePoint Services 2.0 Web application with which the Web application is paired.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Migrate(System.Boolean)">
      <summary>Migrates the settings from a Windows SharePoint Services 2.0 Web application with which the Web application is paired, with the option of including all children.</summary>
      <param name="includeChildren">true if children children are included; otherwise, false. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OfficialFileHosts"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OfficialFileName">
      <summary>Gets or sets the name of the Records Repository Web Service to use to get the official file. </summary>
      <returns>A string that contains the name of the Records Repository Web Service.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OfficialFileUrl">
      <summary>Gets or sets the URL of the Records Repository Web Service to use to get the official file. </summary>
      <returns>A System.Uri object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <summary>Called when the backup terminates unexpectedly. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being backed up.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called when the Web application is being backed up. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called after the backup has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnDeserialization">
      <summary>Called after the object has been deserialized from the file system cache or the database.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called after the Web application has been restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called before the backup begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being backed up.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called before the Web application restore begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being restored.</param>
      <param name="info">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when the Web application is being restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> that is being restored.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the event. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundMailCodePage">
      <summary>Gets or sets the default code page to use when sending e-mail. </summary>
      <returns>A 32-bit integer that specifies the code page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundMailReplyToAddress">
      <summary>Gets or sets the default reply-to e-mail address to use when sending e-mail.</summary>
      <returns>A string that contains the e-mail address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundMailSenderAddress">
      <summary>Gets or sets the default sender (from) address to use when sending e-mail messages.</summary>
      <returns>A string that contains the e-mail address. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundMailServiceInstance">
      <summary>Gets or sets the SMTP e-mail service used for sending e-mail.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPOutboundMailServiceInstance" /> object that represents the SMTP e-mail service.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundMmsServiceAccount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.OutboundSmsServiceAccount"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.PeoplePickerSettings">
      <summary>Gets an object that represents the people picker settings used in the control for selecting users and groups within the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPeoplePickerSettings" /> object that represents the people picker settings.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.Policies">
      <summary>Gets the collection of security policies that are defined for the Web application, overriding any policies set for a zone.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyCollection" /> object that represents the collection of security policies.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.PolicyRoles">
      <summary>Gets the collection of policy roles that are defined for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyRoleCollection" /> object that represents the collection of policy roles. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.Prefixes">
      <summary>Gets the set of paths at which sites may be created. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPrefixCollection" /> object that represents the set of paths at which sites can be created. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.PresenceEnabled">
      <summary>Gets or sets a value that determines whether presence information will be exposed in the Web application.</summary>
      <returns>true if presence information will be exposed; otherwise, false. The default value is true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Provision">
      <summary>Provisions the application on the local server, including content databases if necessary.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.ProvisionGlobally"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.PublicFolderRootUrl">
      <summary>Gets or sets the root of the public folder to which the Web application listens for document library e-mail inserts.</summary>
      <returns>A string that contains the root of the public folder. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.QueryFeatures(Microsoft.SharePoint.SPFeatureScope,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.QueryFeatures(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.QueryFeatures(System.Guid,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.QueryFeatures(System.Guid,System.Version)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RecycleBinCleanupEnabled">
      <summary>Gets or sets a value that determines whether recycle bin cleanup is enabled.</summary>
      <returns>true if recycle bin cleanup is enabled; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RecycleBinEnabled">
      <summary>Gets or sets a value that determines whether the recycle bin is enabled.</summary>
      <returns>true if the recycle bin is enabled; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RecycleBinRetentionPeriod">
      <summary>Gets or sets the number of days items are kept in the recycle bin.</summary>
      <returns>A 32-bit integer containing the number of days. The default value is 30 days. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.RemoveIdentityFromLocalGroups">
      <summary>Removes the current application pool from local groups if it is not used by other Web applications on the server.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RequireContactForSelfServiceSiteCreation">
      <summary>Gets or sets a value indicating whether self-service site creation requires the site owner's contact information.</summary>
      <returns>true if contact information is required; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RightsMask">
      <summary>Gets or sets the rights mask of the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> object that specifies the rights mask of the Web application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.RunningJobs">
      <summary>Gets the collection of running jobs for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPRunningJobCollection" />object that represents the running jobs. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ScopeExternalConnectionsToSiteSubscriptions"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.SecondStageRecycleBinQuota">
      <summary>Gets or sets a value that contains the percentage of storage quota that is allocated to second stage recycle bin. </summary>
      <returns>A 32-bit integer that specifies the percentage of storage quota that is allocated to second stage recycle bin. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.SelfServiceSiteCreationEnabled">
      <summary>Gets or sets a value indicating whether self-service site creation is available in the application. </summary>
      <returns>true if allow self-service site creation is available; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.SendLoginCredentialsByEmail">
      <summary>Gets or sets a value indicating whether a new user's login credentials are sent to them by e-mail when their account is created. </summary>
      <returns>true if send login credentials are sent to new users by e-mail when their account is created; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.SendUnusedSiteCollectionNotifications">
      <summary>Gets or sets a value that indicates whether a notification is sent to owners of unused sites.</summary>
      <returns>true if send notifications are sent to site owners; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ServiceApplicationProxyGroup"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.SetDailyUnthrottledPrivilegedOperationWindow(System.UInt32,System.UInt32,System.UInt32)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.ShowURLStructure"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.Sites">
      <summary>Gets the collection of all site collections in the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPSiteCollection" /> object that represents the collection of site collections. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.SyndicationEnabled">
      <summary>Gets or sets a value specifying whether to enable syndication.</summary>
      <returns>true if syndication should be enabled; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.TypeName">
      <summary>Gets a string that indicates the type of object of the Web application.</summary>
      <returns>A string that indicates the type of object, which is "Web Application".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Unprovision">
      <summary>Removes the Web application from all local Internet Information Services (IIS) Web sites.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UnprovisionGlobally"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.UnthrottledPriviledgeOperationWindowEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.UnusedSiteNotificationPeriod">
      <summary>Gets or sets the amount of time that a site is unused before sending a notification. </summary>
      <returns>A System.TimeSpan object that specifies the number of days. The default value is 90 days. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.UnusedSiteNotificationsBeforeDeletion">
      <summary>Gets or sets the number of notifications that are sent before an unused site is deleted. </summary>
      <returns>A 32-bit integer specifying the number of notifications. The default value is four notifications. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Update">
      <summary>Causes the Web application to serialize its state and propagate changes throughout the server farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateCredentials(System.String)">
      <summary>Updates credentials in the database when a username or password changes.</summary>
      <param name="formerUsername">A string that contains the former username of the user whose credentials have changed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateCustomPage(Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage,System.String)">
      <summary>Updates the custom application page mapping.</summary>
      <returns>A <see cref="T:System.Boolean" /> that is true if the custom application page is successfully mapped. Otherwise, false is returned.</returns>
      <param name="key">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage" /> to replace with the specified custom application page.</param>
      <param name="newValue">The location of the custom application page. The location is restricted to the _layouts folder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMailSettings(System.String,System.String,System.String,System.Int32)">
      <summary>Updates the e-mail settings that are used when Windows SharePoint Services sends email.</summary>
      <param name="strOutboundSMTPServer">A string that contains the name of the outbound SMTP server.</param>
      <param name="strFromAddress">A string that contains the "from" address to use for messages.</param>
      <param name="strReplyToAddress">A string that contains the reply address that appears in messages generated by Windows SharePoint Services. </param>
      <param name="nCodePage">A string that specifies the code page to use for outbound messages.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateMmsAccount(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.UpdateSmsAccount(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.UseClaimsAuthentication"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.UserDefinedWorkflowsEnabled">
      <summary>Gets or sets a Boolean value specifying whether users can create workflows in the Web application.</summary>
      <returns>true if users are allowed to create workflows; otherwise, false. The default value is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.Validate">
      <summary>Validates the state of the Web application before persisting the object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.WebConfigModifications">
      <summary>Gets a collection of web.config modifications that are applied across all servers for the Web application.</summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification" /> objects that represent the web.config modifications.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.WebService">
      <summary>Gets the parent Web service of the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object that represents the parent Web service.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.WikiPageAutoSaveEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplication.WikiPageAutoSaveInterval"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplication.ZonePolicies(Microsoft.SharePoint.Administration.SPUrlZone)">
      <summary>Returns the set of policies that apply to the specified zone. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPPolicyCollection" /> object that represents the set of policies. </returns>
      <param name="zone">An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value that specifies the originating zone of a request received by Windows SharePoint Services.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebApplication.AuthenticationMethod"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.AuthenticationMethod.Windows"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.AuthenticationMethod.Forms"></member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.AuthenticationMethod.Claims"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage">
      <summary>Specifies the type of application page to replace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.None">
      <summary>Specifies that no page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.AccessDenied">
      <summary>Specifies that the AccessDenied.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.Confirmation">
      <summary>Specifies that the Confirmation.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.Error">
      <summary>Specifies that the Error.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.Login">
      <summary>Specifies that the Login.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.RequestAccess">
      <summary>Specifies that the ReqAcc.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.Signout">
      <summary>Specifies that the Signout.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebApplication.SPCustomPage.WebDeleted">
      <summary>Specifies that the WebDeleted.aspx page will be replaced with a custom page.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object, providing default settings for all the required values and allowing the caller to change only those properties that need values that are different from the default.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationBuilder" /> class using the default Web application settings.</summary>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm in which to create the Web application.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.AllowAnonymousAccess">
      <summary>Gets or sets a Boolean value that specifies whether the new Web application allows anonymous access.</summary>
      <returns>true if anonymous access is allowed; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.ApplicationPoolId">
      <summary>Gets or sets the ID of the new or existing application pool.</summary>
      <returns>A string that contains the GUID that identifies the application pool.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.ApplicationPoolPassword">
      <summary>Gets or sets the password for the new application pool that is used by the Web application.</summary>
      <returns>A System.Security.SecureString that specifies the password.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.ApplicationPoolUsername">
      <summary>Gets or sets the user name for the new application pool that is used by the Web application.</summary>
      <returns>A string that contains the user name in the form "DOMAIN\UserAlias".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.AutomaticallyResetDefaultsAfterCreation">
      <summary>Gets or sets a Boolean value that specifies whether to reset the default values after the <see cref="M:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.Create" /> method is called.</summary>
      <returns>true if the default values should be reset; otherwise, false. The default value is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.Create">
      <summary>Creates a new Web application using the settings that have been provided to this builder.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.CreateNewDatabase">
      <summary>Gets or sets a Boolean value that specifies whether to create a new content database for the Web application.</summary>
      <returns>true if a new content database should be created; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.DatabaseName">
      <summary>Gets or sets the name to be used for a new content database.</summary>
      <returns>A string that contains the name of the new content database.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.DatabasePassword">
      <summary>Gets or sets the SQL authentication password to be used for a new content database.</summary>
      <returns>A string that contains the database password.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.DatabaseServer">
      <summary>Gets or sets the database server name and instance to be used for a new content database.</summary>
      <returns>A string that contains the name of the database server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.DatabaseUsername">
      <summary>Gets or sets the SQL authentication user name to be used for a new content database.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.DefaultZoneUri">
      <summary>Gets or sets the load-balanced URI to use for the default zone.</summary>
      <returns>A System.Uri that represents the URI.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.HostHeader">
      <summary>Gets or sets an optional Internet Information Services (IIS) host header for the new IIS Web site of the Web application.</summary>
      <returns>A string that contains the host header. The default value is null because IIS is configured to serve all unassigned IP addresses by default.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.Id">
      <summary>Gets or sets the ID of the Web application.</summary>
      <returns>A string that contains a GUID that identifies the Web application.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.IdentityType">
      <summary>Gets or sets the process identity type of the application pool that is used by the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.IdentityType" /> value that specifies the process identity type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.Port">
      <summary>Gets or sets the port of the new Web application.</summary>
      <returns>A 32-bit integer that specifies a unique port number.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.ResetDefaults">
      <summary>Initializes all values with the best defaults that Windows SharePoint Services can determine.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.RootDirectory">
      <summary>Gets or sets the file system directory in which to install static files such as Web.config for the new Web application.</summary>
      <returns>A System.IO.DirectoryInfo object that specifies the file system directory.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.SearchServiceInstance">
      <summary>Gets or sets the search service instance that is used to crawl the new content database.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Search.Administration.SPSearchServiceInstance" /> object that represents the search service instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.ServerComment">
      <summary>Gets or sets the server comment for a new or existing Web application.</summary>
      <returns>A string that contains the server comment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.UseNTLMExclusively">
      <summary>Gets or sets a Boolean value that specifies whether the new Internet Information Services (IIS) Web site that hosts the Web application is configured to use only NT LAN Manager (NTLM) for authentication and therefore that Kerberos authentication is disabled.</summary>
      <returns>true if the Web application should be configured to use NTLM for authentication; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.UseSecureSocketsLayer">
      <summary>Gets or sets a Boolean value that specifies whether the new Internet Information Services (IIS) Web site that hosts the Web application is configured to use SSL.</summary>
      <returns>true to configure the IIS Web site to use SSL; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebApplicationBuilder.WebService">
      <summary>Gets or sets the parent Web service for the Web application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object that represents the Web service.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebApplicationCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebApplicationCollection.#ctor(Microsoft.SharePoint.Administration.SPWebService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationCollection" /> class.</summary>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object that represents the Web service in which to create the Web application.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebConfigModification">
      <summary>Holds modifications that are made to the web.config.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebConfigModification.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebConfigModification.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification" /> class based on the specified modification name and node.</summary>
      <param name="name">A string that contains the unique name of the modification.</param>
      <param name="xpath">A string that contains an XPath expression that specifies that the node that is being modified. If the web.config modification type (<see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType" />) is EnsureChildNode, the <paramref name="xpath" /> attribute specifies the XPath expression for the parent node under which the node is created: for example, "/configuration/SharePoint/SafeControls".</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebConfigModification.Equals(System.Object)">
      <param name="obj"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebConfigModification.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Name">
      <summary>Gets or sets the name of the attribute or section node that should be set.</summary>
      <returns>A string that contains the name of the attribute or section node.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Owner">
      <summary>Gets or sets the owner of the web.config modification. </summary>
      <returns>A string that specifies the owner of the modification.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Path">
      <summary>Gets or sets the XPath expression that is used to locate the node that is being operated on.</summary>
      <returns>A string that contains an XPath expression that specifies the node. If the <see cref="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Type" /> property specifies EnsureChildNode, the Path property contains the XPath expression for the parent node under which the node is created. For example, the following string specifies the path to specify for safe control entries: "/configuration/SharePoint/SafeControls".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Sequence">
      <summary>Gets or sets the sequence number of the modification. </summary>
      <returns>A 32-bit unsigned integer between 0 and 65536. This property throws an InvalidOperationException if the number is outside this range.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Type">
      <summary>Gets or sets the type of modification that is implied by the class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType" /> value that specifies the type of modification.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Value">
      <summary>Gets or sets the value of the item to set.</summary>
      <returns>If the <see cref="P:Microsoft.SharePoint.Administration.SPWebConfigModification.Type" /> property specifies EnsureChildNode, the Value property contains an XML string that represents the node to be populated as a child of the specified parent node. If the type is EnsureSection, Value contains the name of the section. If the type is EnsureAttribute, Value contains the value set in the attribute.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType">
      <summary>Specifies the type of web.config modification.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType.EnsureChildNode">
      <summary>Specifies that the web.config modification must ensure a child node of the node to which the XPath expression points. Value = 0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType.EnsureAttribute">
      <summary>Specifies that the web.config modification must ensure the value of a particular attribute. Value = 1.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.SPWebConfigModification.SPWebConfigModificationType.EnsureSection">
      <summary>Ensures a singleton node. This node is only written once, even if multiple entities register multiple instances of EnsureSection to ensure a single section. Value = 2.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebServer">
      <summary>Represents a front-end Web server in a server farm. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServer.Address">
      <summary>Gets the address of the Web server. </summary>
      <returns>A string that contains the address of the Web server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServer.AdminPort">
      <summary>Gets the administration port number for the Web server. </summary>
      <returns>A 32-bit integer that specifies the port number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServer.AdminPortUrl">
      <summary>Gets the URL for the administration port of the Web server. </summary>
      <returns>An absolute URI that specifies the URL in the form http://<paramref name="Server_Name" />:<paramref name="Port_Number" />/.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServer.Id">
      <summary>Gets the GUID for the Web server. </summary>
      <returns>The GUID for the Web server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServer.Name">
      <summary>Gets the name of the Web server. </summary>
      <returns>A string that contains the name of the Web server.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebServerCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebServer" /> objects.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServerCollection.Count">
      <summary>Gets the number of Web server objects in the collection. </summary>
      <returns>A 32-bit integer that indicates the number of Web servers.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServerCollection.Delete(System.String)">
      <summary>Deletes the Web server object with the specified name from the collection.</summary>
      <param name="strName">A string that contains the name of the Web server.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServerCollection.Item(System.Int32)">
      <summary>Gets the Web server object at the specified index in the collection. In C#, this property is the indexer for the <see cref="T:Microsoft.SharePoint.Administration.SPWebServerCollection" /> class.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebServer" /> object that represents the Web server.</returns>
      <param name="index">A 32-bit integer that specifies the index.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebService">
      <summary>Represents a Web service that contains one or more Web applications.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initialize a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class. </summary>
      <param name="name">The name of the new Web service. </param>
      <param name="farm">The farm on which to install the new Web service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ActiveDirectoryDomain">
      <summary>Gets or sets the domain in which to create Active Directory accounts.</summary>
      <returns>A string that contains the name of the domain in which to create Active Directory accounts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ActiveDirectoryOrganizationalUnit">
      <summary>Gets or sets the organizational unit in which to create Active Directory accounts.</summary>
      <returns>A string that contains the name of the organizational unit.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the Web service to the backup/restore operation. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from the catastrophic backup and restore infrastructure code in Windows SharePoint Services. </summary>
      <param name="parent">The parent object of this Web service.          </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.AdministrationService">
      <summary>Gets the Web service associated with the administration application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.AlternateContentEditorScript">
      <summary>Gets or sets the alternate editor script to include in the Content Editor Web Part.</summary>
      <returns>A string that contains the alternate editor script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.AntivirusSettings">
      <summary>Gets the collection of antivirus settings for this service. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPAntivirusSettings" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ApplicationPools">
      <summary>Gets the collection of IIS application pools available to this service. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPApplicationPool" /> object. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer">
      <summary>Copies the resource files and DLLs of provisioned Web applications in the Web service to folders within C:\Inetpub\wwwroot\wss\VirtualDirectories.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.ApplyWebConfigModifications">
      <summary>Applies the list of web.config modifications to all Web applications in this Web service across the farm. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.BrowserCEIPEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.CacheSiteLookup"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.CanRenameOnRestore">
      <summary>Gets a value indicating whether the service can be renamed when it is restored. </summary>
      <returns>true indicates the service can be renamed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.CanSelectForBackup">
      <summary>Gets or sets a value indicating whether the service can be backed up.</summary>
      <returns>true indicates the service can be backed up; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.CanSelectForRestore">
      <summary>Gets or sets a value that indicates whether the service can be restored. </summary>
      <returns>true indicates the service can be restored; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ClientRequestServiceSettings"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ContentService">
      <summary>Gets the Web service associated with the content application.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.CreateActiveDirectoryAccounts">
      <summary>Gets or sets a Boolean value that specifies whether to create Active Directory accounts for new site users.</summary>
      <returns>true to create Active Directory accounts for new site users; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DeclarativeWorkflowAutostartOnEmailEnabled"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DefaultDatabaseInstance">
      <summary>Gets or sets the default SQL installation for new content databases associated with this Web service. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPDatabaseServiceInstance" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DefaultDatabasePassword">
      <summary>Gets or sets the default password to use for new content databases when using SQL authentication.</summary>
      <returns>A string containing the password. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DefaultDatabaseUsername">
      <summary>Gets or sets the default username to use for new content databases when using SQL authentication.</summary>
      <returns>A string containing the username.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DiscoPage">
      <summary>Gets or sets the path to the Web Services Discovery page relative to the /_vti_bin virtual directory.</summary>
      <returns>A string that contains the path to the Web Services Discovery page. The default value is "spdisco.aspx".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.DiskSizeRequired">
      <summary>Gets the amount of disk space that is required to back up this Web service. </summary>
      <returns>A 64-bit integer containing the approximate disk space, in bytes, that the backup needs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ExternalApplicationSettings"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.ExternalSiteMapProvider"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.FeatureCacheHighWaterMark"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.FeatureCacheLowWaterMark"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.FeatureCacheTrimInterval"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.Features">
      <summary>Gets the collection of globally scoped features that are activated in the farm.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.FileReadChunkSize"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.HostHeaderPrefixes"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.HtmlTransformSettings">
      <summary>Gets the collection of HTML transform settings for the Web service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPHtmlTransformSettings" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.IrmSettings">
      <summary>Gets the collection of IRM settings for the Web service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIrmSettings" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.LargeFileChunkSize">
      <summary>Gets or sets the maximum file size for a file to be uploaded to Windows SharePoint Services.</summary>
      <returns>A 32-bit integer that specifies the maximum file size in bytes. The default value is 5242880 bytes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.MaxTemplateDocumentSize">
      <summary>Gets or sets the maximum size for catalogs of list and site templates. </summary>
      <returns>A 32-bit integer between 0 and 500 MB.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.MembershipUserKeyType"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.Microsoft#SharePoint#Administration#Backup#IBackupRestoreConfiguration#CanBackupRestoreAsConfiguration"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <summary>Called when the backup of this Web service terminates unexpectedly. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being backed up. </param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called when the Web service is being backed up. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being backed up. </param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called after the backup has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being backed up. </param>
      <param name="info"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.OnlineHelpEnabled"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called after the restore operation has completed. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being restored. </param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Called before the backup begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being backed up. </param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called before the restore operation begins. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being restored. </param>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Called when the Web service is being restored. This method implements the <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" /> method that is defined in the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface. The <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class can be backed up and restored and must therefore implement the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> interface, but this method is only intended to be callable from Windows SharePoint Services catastrophic backup and restore infrastructure code in Windows SharePoint Services.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The Web service that is being restored. </param>
      <param name="info"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.PluggableParsers">
      <summary>The set of document parsers available to this Web service.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.QueryFeatures(Microsoft.SharePoint.SPFeatureScope,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.QueryFeatures(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.QueryFeatures(System.Guid,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.QueryFeatures(System.Guid,System.Version)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.QuotaTemplates">
      <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplate" /> objects.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPQuotaTemplateCollection" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.Required">
      <summary>Gets a Boolean value that indicates whether an instance of the Web service must be running on at least one computer in the server farm.</summary>
      <returns>true if an instance of the Web service must be running on at least one computer; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.RestrictedObjectModel"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.SiteRedirectionEnabled">
      <summary>Gets or sets a value that indicates whether the feature that redirects requests for a site to another URL is enabled.</summary>
      <returns>true to enable the site redirection feature; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.TokenTimeout">
      <summary>Gets or sets the amount of time before a user token times out. </summary>
      <returns>A TimeSpan object. The default is 1440 minutes. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.TypeName">
      <summary>Gets the user-friendly name used to describe the Web service in the administration user interface.</summary>
      <returns>A string containing the name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebService.Update">
      <summary>Causes this Web service to save its state and to propagate changes to all the machines in the farm. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.UsageSettings">
      <summary>Gets the collection of usage settings for this Web service. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUsageSettings" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WebApplications">
      <summary>Gets the set of Web applications that are installed with this service. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplicationCollection" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WebConfigModifications">
      <summary>Gets the web.config modifications that apply to all the Web applications in the Web service.</summary>
      <returns>A collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebConfigModification" /> objects.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkflowCPUThrottle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkflowEventDeliveryBatchSize"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkflowEventDeliveryThrottle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkflowTimeoutMinutes"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkflowTimerJobCPUThrottle"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkItemEventDeliveryBatchSize"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebService.WorkItemEventDeliveryThrottle"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebServiceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceCollection.#ctor(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> class.</summary>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebServiceInstance">
      <summary>Represents an instance of a Windows SharePoint Services Web service running on a particular server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceInstance.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPWebService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstance" /> class based on the specified display name, server, and Web service.</summary>
      <param name="name">A string that contains the display name of the new instance.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the physical server.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPWebService" /> object that represents the Web service.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServiceInstance.LocalAdministration">
      <summary>Gets the current Central Administratiion Web service instance that is running on the current server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstance" /> object that represents the current Central Administration Web service instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServiceInstance.LocalContent">
      <summary>Gets the current Web service instance that is running on the current server.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstance" /> object that represents the current Web service instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceInstance.Provision">
      <summary>Adds all of the application pools that are necessary for the Web service to function on the server.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWebServiceInstance.TypeName">
      <summary>Gets the display name that is used to describe the object type in the administrative user interface.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceInstance.Unprovision">
      <summary>Removes all remnants of the Web service from the server.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWebServiceInstanceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstance" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWebServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstanceCollection" /> class based on the specified server.</summary>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPWebServiceInstanceCollection" /> object that represents the physical server.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider.EqualityComparer"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider.UseBasicAuthentication"></member>
    <member name="P:Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider.UseWindowsIntegratedAuthentication"></member>
    <member name="T:Microsoft.SharePoint.Administration.SPWindowsService">
      <summary>Represents a Windows service that is installed on one or more servers in the server farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsService.#ctor">
      <summary>Reserved for internal use only. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsService.#ctor(System.String,Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWindowsService" /> class. </summary>
      <param name="name">A string that contains the name of the new service. </param>
      <param name="farm">An <see cref="T:Microsoft.SharePoint.Administration.SPFarm" /> object that represents the server farm in which to create the service. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWindowsService.ProcessIdentity">
      <summary>Gets the process identity that represents the Internet Information Services (IIS) application pool and Windows service account for the Windows service.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPProcessIdentity" /> object that represents the process identity.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsService.Update">
      <summary>Causes the service to update its state and propagate the changes throughout the farm.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsService.UpdateCredentials(System.String)">
      <summary>Updates the credentials for the Windows service when its username or password changes.</summary>
      <param name="formerUsername">A string that contains the former user name for the service.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWindowsServiceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWindowsService" /> objects.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstance">
      <summary>Represents an instance of a Windows service that runs on a particular server.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.#ctor(System.String,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPWindowsService)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstance" /> class.</summary>
      <param name="name">A string that contains the display name for the new instance.</param>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server on which to create the instance.</param>
      <param name="service">An <see cref="T:Microsoft.SharePoint.Administration.SPWindowsService" /> object that represents the Windows service of which to create an instance.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Disable(System.String)">
      <summary>Disables the service on the local computer.</summary>
      <param name="serviceName">A string that contains the Windows name of the service to disable.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Enable(System.String,System.Boolean)">
      <summary>Enables the service on the local computer.</summary>
      <param name="serviceName">A string that contains the Windows name of the service to enable.</param>
      <param name="autoStart">true if the service starts automatically; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.IsDisabled(System.String)">
      <summary>Returns a Boolean value that indicates whether the Windows service is disabled on the local computer.</summary>
      <returns>true if the Windows service is disabled; otherwise, false.</returns>
      <param name="serviceName">A string that contains the Windows name of the service.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Provision">
      <summary>Provisions the Windows service on the local computer.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.ProvisionAutoStart">
      <summary>Gets a Boolean value that indicates whether the Windows service is set to start automatically when it is enabled during provisioning.</summary>
      <returns>true if the Windows service is set to start automatically; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Start">
      <summary>Starts the Windows service on the local computer.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Stop">
      <summary>Stops the Windows service on the local computer.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstance.Unprovision">
      <summary>Removes all remnants of the Windows service from the server.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstanceCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstance" /> objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWindowsServiceInstanceCollection.#ctor(Microsoft.SharePoint.Administration.SPServer)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWindowsServiceInstanceCollection" /> class.</summary>
      <param name="server">An <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> object that represents the server.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition">
      <summary>Serves as the base class for deriving definitions of work-item timer jobs. This class works with the timer job (<see cref="T:Microsoft.SharePoint.Administration.SPTimerService" />) to process work items (<see cref="T:Microsoft.SharePoint.SPWorkItem" />).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.#ctor">
      <summary>Instantiates a nonparameterized instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebApplication)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPWebApplication,Microsoft.SharePoint.Administration.SPServer,Microsoft.SharePoint.Administration.SPJobLockType)">
      <summary>Instantiates a new instance of the <see cref="T:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition" /> class that specifies the name of the work-item job definition, associated Web application, hosting server, and processing lock type.</summary>
      <param name="name">Name of the <see cref="T:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition" /> instance.</param>
      <param name="webApplication">The <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> instance for which work items are being processed.</param>
      <param name="server">The <see cref="T:Microsoft.SharePoint.Administration.SPServer" /> instance for from which work items are being fetched.</param>
      <param name="lockType">The <see cref="T:Microsoft.SharePoint.Administration.SPJobLockType" /> applied to the work-item processing</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.AutoDeleteWorkItemWhenException">
      <summary>Gets a Boolean that specifies whether to automatically delete a work item (<see cref="T:Microsoft.SharePoint.SPWorkItem" /> object) from the processing queue when an exception occurs when attempting to process that work item.</summary>
      <returns>Returns true when automatically deleting work items when an exception occurs; otherwise, returns false. The default value is true.Returns true if the default exception handler receives an unhandled exception and you want the respective event to be deleted automatically from the in-progress work items; otherwise, returns false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.BatchFetchLimit">
      <summary>Gets an integer specifying the limit imposed on the batch size of the work-item collection.</summary>
      <returns>Returns the <see cref="P:Microsoft.SharePoint.Administration.SPWebService.ContentService.WorkItemEventDeliveryBatchSize" /> (<see cref="P:Microsoft.SharePoint.Administration.SPWebService.ContentService" />) for the work item collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.Execute(Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.ProcessWorkItem(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.SPWorkItemCollection,Microsoft.SharePoint.SPWorkItem,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.ProcessWorkItems(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.SPWorkItemCollection)">
      <summary>Launches the processing of work items as specified by the job definition and specifies the content database (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />) and work-item collection (<see cref="T:Microsoft.SharePoint.SPWorkItemCollection" />) for processing.</summary>
      <param name="db">Specifies the name of the content database object (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />) against which to run the timer job.</param>
      <param name="workItems">Specifies the work-item collection (<see cref="T:Microsoft.SharePoint.SPWorkItemCollection" />) that contains the runnable work items.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.ProcessWorkItems(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.SPWorkItemCollection,Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.ProcessWorkItems(Microsoft.SharePoint.Administration.SPContentDatabase,Microsoft.SharePoint.SPWorkItemCollection,System.Boolean@)">
      <summary>Launches the processing of work items as specified by the job definition and specifies the content database (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />) and work-item collection (<see cref="T:Microsoft.SharePoint.SPWorkItemCollection" />) for processing. Also specifies whether to continue fetching work items when an error is encountered.</summary>
      <param name="db">Specifies the name of the content database object (<see cref="T:Microsoft.SharePoint.Administration.SPContentDatabase" />) against which to run the timer job.</param>
      <param name="workItems">Specifies the work-item collection (<see cref="T:Microsoft.SharePoint.SPWorkItemCollection" />) that contains the runnable work items.</param>
      <param name="continueProcessing">Boolean value that specifies whether to continue fetching work items even in cases in which the inner processing loop encounters an error.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.SPWorkItemJobDefinition.WorkItemType">
      <summary>Returns a globally unique identifier (GUID) that identifies the type of a specified work item (<see cref="T:Microsoft.SharePoint.SPWorkItem" />) or work-item batch.</summary>
      <returns>Returns a GUID that specifies the type (<see cref="P:Microsoft.SharePoint.SPWorkItem.Type" />) of a specified work item (<see cref="T:Microsoft.SharePoint.SPWorkItem" />)</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute"></member>
    <member name="M:Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute.#ctor(System.String,System.String,System.Type)"></member>
    <member name="P:Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute.ClassId"></member>
    <member name="P:Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute.MinimumVersion"></member>
    <member name="P:Microsoft.SharePoint.Administration.SupportedServiceApplicationAttribute.ProxyType"></member>
    <member name="T:Microsoft.SharePoint.Administration.TraceSeverity">
      <summary>Specifies the level of trace information that is written to the trace log file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.None">
      <summary>Writes no trace information to the trace log file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.Unexpected">
      <summary>Represents an unexpected code path and actions that should be monitored.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.Monitorable">
      <summary>Represents an unusual code path and actions that should be monitored.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.High">
      <summary>Writes high-level detail to the trace log file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.Medium">
      <summary>Writes medium-level detail to the trace log file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.Verbose">
      <summary>Writes low-level detail to the trace log file. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.TraceSeverity.VerboseEx"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPAccessRule"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAccessRule.AllowedRights"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAccessRule.Name"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPAclAccessRule`1">
      <typeparam name="TRightsEnum"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAclAccessRule`1.AllowedRights"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAclAccessRule`1.Name"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1">
      <typeparam name="TRightsEnum"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.#ctor(Microsoft.SharePoint.Administration.SPNamedAclRights{`0}[],Microsoft.SharePoint.Administration.SPAcl{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.AccessRuleFactory(System.String,Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.AddAccessRule(Microsoft.SharePoint.Administration.AccessControl.SPAccessRule)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.AddAccessRule(Microsoft.SharePoint.Administration.AccessControl.SPAclAccessRule{`0})"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.GetAccessRules"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.GetAccessRules(System.Type)"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.NamedAccessRights"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.PurgeAccessRules"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.SetAccessRule(System.Security.Principal.NTAccount,`0)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.SetAccessRule(System.Security.Principal.SecurityIdentifier,`0)"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.SubjectType"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPAclSecurity`1.ToAcl"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights.FullControl"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights.ChangePermissions"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights.Write"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights.Read"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights.None"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity.GetAccessRules"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity.GetAccessRules(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity.SetAccessRule(System.Security.Principal.NTAccount,Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationSecurity.SetAccessRule(System.Security.Principal.SecurityIdentifier,Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights)"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights.FullControl"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights.ChangePermissions"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights.Write"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights.Read"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights.None"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationSecurity"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPNamedCentralAdministrationRights"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPNamedCentralAdministrationRights.#ctor(System.String,Microsoft.SharePoint.Administration.AccessControl.SPCentralAdministrationRights)"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPNamedCentralAdministrationRights.FullControl"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPNamedCentralAdministrationRights.Read"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPNamedIisWebServiceApplicationRights"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPNamedIisWebServiceApplicationRights.#ctor(System.String,Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRights)"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPNamedIisWebServiceApplicationRights.FullControl"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPNamedIisWebServiceApplicationRights.Read"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPNamedObjectRights"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPNamedObjectRights.Name"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPNamedObjectRights.Rights"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPObjectRights"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectRights.IsSubsetOf(Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectRights.Union(Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.AccessRuleFactory(System.String,Microsoft.SharePoint.Administration.AccessControl.SPObjectRights)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.AddAccessRule(Microsoft.SharePoint.Administration.AccessControl.SPAccessRule)"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.GetAccessRules(System.Type)"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.NamedAccessRights"></member>
    <member name="M:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.PurgeAccessRules"></member>
    <member name="P:Microsoft.SharePoint.Administration.AccessControl.SPObjectSecurity.SubjectType"></member>
    <member name="T:Microsoft.SharePoint.Administration.AccessControl.SPSecuritySubjectType"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPSecuritySubjectType.Custom"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPSecuritySubjectType.Windows"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPSecuritySubjectType.Claims"></member>
    <member name="F:Microsoft.SharePoint.Administration.AccessControl.SPSecuritySubjectType.SystemClaims"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore">
      <summary>Enables the content that a class represents to be backed up and restored. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.AddBackupObjects(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object and its child <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> objects to the specified backup object. </summary>
      <param name="parent">The backup object to which the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> objects are added.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.CanRenameOnRestore">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object can be renamed when it is restored. </summary>
      <returns>true if renaming is allowed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.CanSelectForBackup">
      <summary>Gets or sets a value that indicates whether the content component that is represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object can be selected for backup, independently of its parent component, in the Central Administration user interface or some other UI. </summary>
      <returns>true if the object can be selected for backup; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.CanSelectForRestore">
      <summary>Gets or sets a value that indicates whether the content component that is represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object can be selected for restoration in the Central Administration user interface or some other UI. </summary>
      <returns>true if the object can be selected for restoration; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.DiskSizeRequired">
      <summary>Gets the amount of disk space, in bytes, that is required to store a backup of the content represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object. </summary>
      <returns>An <see cref="T:System.UInt64" /> that represents the size, in bytes, that is needed on the storage device to save the data. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.Id">
      <summary>Gets or sets an ID for the content component. </summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the content component that is represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.Name">
      <summary>Gets or sets a name, for use in a UI, for the content component. </summary>
      <returns>A <see cref="T:System.String" /> that names the content component that is represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)">
      <summary>Assists in a graceful termination when a user cancels a backup or restore operation. </summary>
      <returns>true in all cases. </returns>
      <param name="sender">The object that calls <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnAbort(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation)" />. </param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Creates and stores the backup copy of the content component. </summary>
      <returns>true if successful; otherwise, false.</returns>
      <param name="sender">The object that initiated the backup operation. </param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Provides post backup processing. </summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The object that calls <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnBackupComplete(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" />.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Provides post restore processing. </summary>
      <returns>true if successful; otherwise, false.</returns>
      <param name="sender">The object that calls <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPostRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" />. </param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)">
      <summary>Provides preparation processing before a backup. </summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The object that calls <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPrepareBackup(System.Object,Microsoft.SharePoint.Administration.Backup.SPBackupInformation)" />.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Provides restore preparation processing. </summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The object that calls <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnPreRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" />.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)">
      <summary>Reads the backed up content and copies it to the target destination of the restore operation.</summary>
      <returns>true if successful; otherwise, false. </returns>
      <param name="sender">The object that called <see cref="M:Microsoft.SharePoint.Administration.Backup.IBackupRestore.OnRestore(System.Object,Microsoft.SharePoint.Administration.Backup.SPRestoreInformation)" />.</param>
      <param name="args">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> object that contains data about the operation.  </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.IBackupRestoreConfiguration"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.IBackupRestoreConfiguration.CanBackupRestoreAsConfiguration"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter">
      <summary>Formats, for use in a UI, a tree presentation of the components on the farm that can be backed up. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter.Object(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject,System.Int32)">
      <summary>Formats the name of the component (such as farm, Web service, Web application, or content database) at the current node of the tree. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name, possibly formatted and annotated, of the Windows SharePoint Services content component for the current node.   </returns>
      <param name="obj">The component for the current node.</param>
      <param name="depth">The depth in the tree of the current node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter.PostChildren(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject,System.Int32)">
      <summary>Formats a string that will mark the end of a list of child nodes. </summary>
      <returns>A <see cref="T:System.String" /> that represents the end of a list of peer nodes that are each immediate children of <paramref name="obj" />. </returns>
      <param name="obj">The component for the current node.</param>
      <param name="depth">The depth in the tree of the current node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter.PostObject(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject,System.Int32)">
      <summary>Formats a string that will appear after the name of the component at the current node. </summary>
      <returns>A <see cref="T:System.String" /> that will appear in the tree after each component name. </returns>
      <param name="obj">The component for the current node.</param>
      <param name="depth">The depth in the tree of the current node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter.PreChildren(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject,System.Int32)">
      <summary>Formats a string that will mark the beginning of a list of child nodes. </summary>
      <returns>A <see cref="T:System.String" /> that represents the beginning of a list of peer nodes that are each immediate children of <paramref name="obj" />. </returns>
      <param name="obj">The component for the current node.</param>
      <param name="depth">The depth in the tree of the current node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter.PreObject(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject,System.Int32)">
      <summary>Formats a string that will appear before the name of the component at the current node. </summary>
      <returns>A <see cref="T:System.String" /> that will appear in the tree before each component name. </returns>
      <param name="obj">The component for the current node.</param>
      <param name="depth">The depth in the tree of the current node.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.IDatabaseSnapshotRestore"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IDatabaseSnapshotRestore.OnPostRestore(Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.IDatabaseSnapshotRestore.OnPreRestore(Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent)"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation">
      <summary>Provides information about a backup operation, such as the location of the backup device.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupInformation.IsDifferentialBackupRequested"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType">
      <summary>Specifies whether all content or only changed content is backed up.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType.None">
      <summary>Unspecified method. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType.Full">
      <summary>All content is backed up.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType.Differential">
      <summary>Only content that has changed since the last full back up is backed up.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings">
      <summary>Represents some farm wide settings used in backup and restore operations.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.BackupThreads"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.ClearPreviousBackupLocation">
      <summary>Sets <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.PreviousBackupLocation" /> to an empty string. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.CreateSettings(Microsoft.SharePoint.Administration.SPFarm)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings" /> object for the farm. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings" /> that represents the backup and restore configuration settings for the farm. </returns>
      <param name="farm">The farm for which the backup and restore settings will be presisted.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.CurrentBackupLocation">
      <summary>Gets or sets the UNC path of the current backup location. </summary>
      <returns>A <see cref="T:System.String" /> that represents the path to the current backup folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.CurrentBackupXml">
      <summary>Gets or sets the full path to the current spbrtoc.xml which holds a history of backup and restore operations. </summary>
      <returns>A <see cref="T:System.String" /> that represents the path to the current spbrtoc.xml file for the farm. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.CurrentIsBackup">
      <summary>Gets or sets a value that indicates whether the current backup or restore operation is a backup operation or a restore operation. </summary>
      <returns>true if the current operation is a backup; otherwise, false, in which case the operation is a restore.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.IsCurrentlyRunning"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.PreviousBackupLocation">
      <summary>Gets or sets the UNC path of the last backup location before the current backup location. </summary>
      <returns>A <see cref="T:System.String" /> that represents the path to the last backup folder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.RestoreThreads"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings.Update">
      <summary>Causes the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings" /> object to save its state and propagate changes to all the computers in the server farm while ensuring that there is only one copy in the database. </summary>
      <exception cref="T:Microsoft.SharePoint.SPException">There is already a copy of the farm's <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConfigurationSettings" /> in the database.</exception>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole">
      <summary>Provides static methods for running and managing backup and restore operations. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.Abort(System.Guid)">
      <summary>Cancels the backup or restore operation with the specified ID. </summary>
      <returns>true if the operation is successfully cancelled; otherwise, false.</returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation that is aborted. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CreateBackupRestore(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings)">
      <summary>Creates a backup or restore operation and assigns it an ID. </summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the new backup or restore operation.</returns>
      <param name="settings">A pattern of settings for a backup or restore operation.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="settings" /> is null. </exception>
      <exception cref="T:Microsoft.SharePoint.SPException">The component is already scheduled for a backup or restore.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CurrentItem">
      <summary>The place number, in the sequence of components that are part of the current operation, of the component currently being backed up or restored. </summary>
      <returns>A <see cref="T:System.Int32" />, from 1 up to <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CurrentTotalItems" />, that represents the place of the current component in the sequence of components that are being backed up or restored in the current operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CurrentlyRunning">
      <summary>Gets an object that represents the currently running backup or restore operation. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the current operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CurrentPhase">
      <summary>Gets a value that indicates the current phase of the backup or restore operation.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType" /> that identifies the current stage of the current operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.CurrentTotalItems">
      <summary>The number of components being backed up or restored in the current operation.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents the total number of components in the current backup or restore operation. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DatabaseExists(System.String,System.String,System.String,System.String)">
      <summary>Gets a value that indicates whether the specified database exists on the specified server and can be read by the specified user. </summary>
      <returns>true if the database exists and is readable; otherwise, false. </returns>
      <param name="server">The server that hosts the database.</param>
      <param name="name">The name of the database.</param>
      <param name="username">The name of the user.</param>
      <param name="password">The password of the user for access to the database.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSize(System.String,System.UInt64@,System.UInt64@)">
      <summary>Gets (as out parameters) the total disk space on a volume and the amount of that space that is available to the user. </summary>
      <returns>0, if the attempt to report disk size fails; otherwise some other <see cref="T:System.Int32" />, meaning that the operation succeeded.</returns>
      <param name="dir">A path, possibly a UNC path, on the volume whose space information is needed.</param>
      <param name="freeBytesAvailable">When this method returns, contains a <see cref="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSize(System.String,System.UInt64@,System.UInt64@)" /> that represents the total bytes available, on the volume where <paramref name="dir" /> is located, to the user in whose context <see cref="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSize(System.String,System.UInt64@,System.UInt64@)" /> is called. This parameter is passed uninitialized. </param>
      <param name="totalBytes">When this method returns, contains a <see cref="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSize(System.String,System.UInt64@,System.UInt64@)" /> that represents total bytes on the volume where <paramref name="dir" /> is located. This parameter is passed uninitialized. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSizeRequired(System.Guid)">
      <summary>Gets the amount of disk space needed to backup the entire tree of components in the specified backup operation. </summary>
      <returns>A <see cref="T:System.UInt64" /> that represents the space, in bytes, needed on the backup device to store the backed up data.</returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup operation. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.DiskSizeRequired(System.Guid,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Gets the amount of disk space needed to backup the specified node (and its children) in the tree of components in the specified backup operation. </summary>
      <returns>A <see cref="T:System.UInt64" /> that represents the space, in bytes, needed for the backup operation.</returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup operation. </param>
      <param name="node">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the component that would be backed up if the operation identified by <paramref name="id" /> proceeds. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.FindItems(System.Guid,System.String)">
      <summary>Gets the specified Windows SharePoint Services 3.0 components from the specified backup or restore operation.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> that represents all the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> whose names matched <paramref name="item" />.</returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="item">The name of a component that can be backed up or restored or a partial name that matches multiple components.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.FormatTree(System.Guid,Microsoft.SharePoint.Administration.Backup.IBackupRestoreTreeFormatter)">
      <summary>Gets a tree view of the hierarchy of Windows SharePoint Services 3.0 components in the backup or restore operation down to the level of the content databases.  </summary>
      <returns>A <see cref="T:System.Text.StringBuilder" /> that represents a tree view of components. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="format">An object that defines the format of the tree. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.Get(System.Guid)">
      <summary>Gets the operation (represented by a <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" />) with the specified ID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> object that represents a backup or restore operation. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents a backup or restore operation. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.GetHistory(System.String)">
      <summary>Gets a list of all backup and restore operations made to (or from) the specified location. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList" /> that represents all the backup and restore operations associated with <paramref name="directory" />. </returns>
      <param name="directory">The backup directory.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.GetHistory(System.String,System.Boolean)">
      <summary>Gets a list of all backup operations made to the specified location or all restore operations made from the location. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList" /> that represents either all the backups or all the restore operations associated with <paramref name="directory" />. </returns>
      <param name="directory">The backup directory.</param>
      <param name="isBackup">true to list the backup operations; false to list the restore operations. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.GetRestoreRenameList(System.Guid,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Creates, from the specified component and its children, a collection of restorable components that can be renamed when restored. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> that represents the components that can be renamed. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="node">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the root of the tree of components from which the collection of restorable components that can be renamed is drawn.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.GetRoot(System.Guid)">
      <summary>Gets the root component of the tree of components that are being backed up or restored in the operation that is identified by the specified <see cref="T:System.Guid" />. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the root backup or restore object. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.GetUserNamePasswordList(System.Guid,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Gets a collection of all the components in the backup or restore operation that require a username and password. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> that represents all the components in the backup or restore operation that require a username and password.</returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="node">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the component at the root of the tree of components from which the collection that requires authenticated access is drawn. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.Remove(System.Guid)">
      <summary>Removes an item from the internal collection of backup and restore operations. </summary>
      <returns>true if the operation is removed; otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation that is removed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.RequiresRename(System.Guid)">
      <summary>Gets a value that indicates whether a restore operation's method is creating a new copy of the backed up components (in which case the components must be renamed) or is overwriting an existing version. </summary>
      <returns>true if the components must be renamed (because restore method is <see cref="F:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType.New" />); otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the restore operation.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.Run(System.Guid,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Launches a backup or restore operation for the specified component. </summary>
      <returns>true if the operation succeeds; otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="restoreItem">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the component that is backed up or restored. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.SetActive(System.Guid)">
      <summary>Sets the specified operation as the current operation. </summary>
      <returns>true if the operation succeeds; otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.SetOnlyBackupRestoreItem(System.Guid,Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Specifies that only the specified component and its children will be the backed up or restored. </summary>
      <returns>true if the operation succeeds; otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
      <param name="item">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the component that is backed up or restored. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsole.UsingNetworkServices(System.Guid)">
      <summary>Gets a value that indicates whether the backup or restore operation uses the Network Service account.</summary>
      <returns>true if the Network Service account is used; otherwise, false. </returns>
      <param name="id">The <see cref="T:System.Guid" /> ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represents the backup or restore operation. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject">
      <summary>Represents a particular backup or restore operation. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.BackupMethod">
      <summary>When the operation is a backup, gets a value indicating whether the backup is full or incremental. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType" /> that specifies the method of the backup. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.BackupWasConfigurationOnly"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.CurrentPhase">
      <summary>Gets a value that indicates what phase of the backup or restore operation is underway. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType" /> that specifies the current phase of the backup or restore operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.ErrorCount">
      <summary>Gets the total number of errors that have occurred during the backup or restore operation. </summary>
      <returns>A <see cref="T:System.UInt32" /> that represents the total number of errors that have occurred so far. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.FailureMessage">
      <summary>Gets a message explaining why the operation has failed. </summary>
      <returns>A <see cref="T:System.String" /> that reports a failure. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.FinishTime">
      <summary>Gets the time and date that the operation finishes. </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the time that the backup or restore operation finishes. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.HasThreadError">
      <summary>Gets a value that indicates whether the thread hosting the operation has an error. </summary>
      <returns>true if there is a thread error; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.Id">
      <summary>Gets the unique ID of the backup or restore operation. </summary>
      <returns>A <see cref="T:System.Guid" /> that identifies the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.IsBackup">
      <summary>Gets a value that indicates whether the operation is a backup or a restore. </summary>
      <returns>true if the operation is a backup; otherwise, false, in which case the operation is a restore.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.IsFailure">
      <summary>Gets a value indicating whether the backup or restore operation has failed. </summary>
      <returns>true if the operation fails; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.LocalizedBackupMethod">
      <summary>Gets a name for the backup method in the language of the current culture. </summary>
      <returns>A <see cref="T:System.String" /> that represents the translated name of <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.BackupMethod" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.Location">
      <summary>Gets the UNC path where the backup is stored. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full directory where the output of the backup operation, or the source of the restore operation, is stored; for example, \\server_name\folder_name or C:\folder_name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.Name">
      <summary>Gets the name of the backup or restore operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.NumberOfItemsCompleted">
      <summary>Gets the total number of components that the operation has backed up or restored so far.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents the current total number of components that have been backed up or restored. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.ParentTopComponent">
      <summary>Gets the name of the Windows SharePoint Services 3.0 component that is the parent to the top most component in the tree of components that the operation is backing up or restoring. </summary>
      <returns>A <see cref="T:System.String" /> that names the parent of the top component in the tree of components for the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.RequestedBy">
      <summary>The user name of the person that requests the operation.</summary>
      <returns>A <see cref="T:System.String" /> representation of a user name. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.RestoreMethod">
      <summary>When the operation is a restore, gets a value indicating whether the restoration creates a new tree of components or overwrites an existing one. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType" /> that specifies the restoration method.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.Settings">
      <summary>Gets an object that holds settings for the backup or restore operation. </summary>
      <returns>Either an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupSettings" /> or a <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings" /> that holds settings for the operation such as the number of backup threads, if the operation is a backup, or the ID of the backup that is being restored, if the operation is a restore. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.StartTime">
      <summary>Gets the date and time at which the backup or restore operation started. </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the time that the backup or restore operation began. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.ThreadErrorMessage">
      <summary>Gets or sets a message explaining a thread error. </summary>
      <returns>A <see cref="T:System.String" /> that identifies what kind of thread error has occurred. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.TopComponent">
      <summary>Gets the name of the Windows SharePoint Services 3.0 component that is the top most component in the tree of components that the operation is backing up or restoring. </summary>
      <returns>A <see cref="T:System.String" /> that names the top component in the tree of components for the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.TotalItems">
      <summary>Gets the total number of components being backed up or restored by the operation. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the number of components that are processed by the operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject.WarningCount">
      <summary>Gets the total number of warnings that have occurred during the backup or restore operation. </summary>
      <returns>A <see cref="T:System.UInt32" /> that represents the total number of warnings that have occurred so far. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList">
      <summary>A list of past backup and restore operations (including those that failed or were cancelled before finishing) for a particular backup location.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList.Count">
      <summary>Gets the total number of items in the list. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the number of items in the list. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryList.Item(System.Int32)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject" /> at the specified indexed location in the collection. </summary>
      <returns>The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject" /> object at the specified index location.</returns>
      <param name="index">The indexed location of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject" /> object in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject">
      <summary>Represents a single current or past backup or restore operation. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.BackupMethod">
      <summary>Gets a value specifying whether the operation, if it was a backup, was a full or incremental backup.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType" /> that specifies the method of the backup. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.ConfigurationOnly"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.Directory">
      <summary>The full UNC path that was the target of the backup or the source of the restore operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full path to where the components were backed up. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.DirectoryName">
      <summary>The directory that was the target of the backup or the source of the restore operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents the directory to where the components were backed up. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.EndTime">
      <summary>The date and time that the operation ended. </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the time that the backup or restore operation ended. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.ErrorCount"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.FailureMessage">
      <summary>Gets the message explaining the failure if the operation failed. </summary>
      <returns>A <see cref="T:System.String" /> that explains the reason for the failure, if there was a failure. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.IsBackup">
      <summary>Gets a value that indicates whether the operation was a backup or a restore. </summary>
      <returns>true if the operation was a backup; otherwise, false, in which case it was a restore.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.IsFailure">
      <summary>Gets a value that indicates whether the operation failed. </summary>
      <returns>true if the operation failed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.Name">
      <summary>Gets the name of the backup or restore operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.ParentId">
      <summary>Gets the ID of the last previous full backup if the operation was an incremental backup. </summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of a full backup operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.RequestedBy">
      <summary>The user name of the person who requested the operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents a user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.RestoreId">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represented the operation, when it was ongoing, if it was a restore operation. </summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of a restore operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.RestoreMethod">
      <summary>Gets a value specifying whether the operation, if it was a restore, was a restoration to a new tree of Windows SharePoint Services 3.0 components or an overwrite.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType" /> that specifies the restoration method.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.SelfId">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> that represented the operation, when it was ongoing, if it was a backup operation. </summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of a backup operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.StartTime">
      <summary>Gets the date and time when the operation began. </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the time that the backup or restore operation began. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.TopComponent">
      <summary>Gets the name of the Windows SharePoint Services 3.0 component that was the top most component in the tree of components that the operation backed up or restored. </summary>
      <returns>A <see cref="T:System.String" /> that names the top component in the tree of components for the operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.TopComponentId">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object that represents to the top component of the tree of components that were backed up or restored. </summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of an <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreHistoryObject.WarningCount"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation">
      <summary>Provides information about a backup or restore job that is running or has just completed. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.BackupMethod">
      <summary>Gets the backup method of the job. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType" /> that identifies whether the backup is full or differential. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.BackupRestoreRoot">
      <summary>Gets the highest level content component in the backup object. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the root object of the tree of possible backup or restore components. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Children">
      <summary>Gets the immediate children of the backup object. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> that represents the immediate child <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> objects of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object that is itself the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.CurrentProgress">
      <summary>Gets or sets, as a percentage of the whole job, the degree to which the backup or restore operation is complete. </summary>
      <returns>A <see cref="T:System.Int32" /> from 0 to 100. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.FailureMessage">
      <summary>Gets or sets a message explaining why the operation has failed. </summary>
      <returns>A <see cref="T:System.String" /> that reports a failure. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.GenerateFileMapping(System.String)">
      <summary>Generates a unique name for the backup file that contains the specified source file.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the backup file that contains the backed up copy of <paramref name="name" />. </returns>
      <param name="name">The name of the source file. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.GetParameter(System.String)">
      <summary>Returns the value assigned to the specified key in an internal store of key-value pairs.</summary>
      <returns>A <see cref="T:System.String" /> that represents the value of the parameter named by <paramref name="key" />.</returns>
      <param name="key">The lookup key for the parameter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.GetParameterObject(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.IsBackup">
      <summary>Gets a value that specifies whether the operation is a backup or a restore. </summary>
      <returns>true if the operation is a backup; otherwise, false, which means the operation is a restore.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.IsFailure">
      <summary>Gets a value that indicates whether the operation has failed. </summary>
      <returns>true if the operation has failed; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.IsRestart">
      <summary>Do not use. </summary>
      <returns>false in all cases.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.LastUpdate">
      <summary>Gets a value that specifies that last time <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.CurrentProgress" /> was updated. </summary>
      <returns>A <see cref="T:System.DateTime" /> that represents the last time that the progress measure of the operation was updated. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Location">
      <summary>Gets the UNC path where the backup is stored. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full directory where the output of the backup operation, or the source of the restore operation, is stored; for example, \\server_name\folder_name or C:\folder_name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Log(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity,System.String)">
      <summary>Writes an error, warning, or informational message to the administration log file.</summary>
      <param name="severity">A value indicating whether the <paramref name="message" /> is an error, warning, or just informational.</param>
      <param name="message">The message that is logged.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Log(System.Data.SqlClient.SqlCommand)">
      <summary>Writes the specified <see cref="T:System.Data.SqlClient.SqlCommand" /> as a string to the administration log file.</summary>
      <param name="command">The SQL command that is logged.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.ObjectGroup"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Parameters"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Parent">
      <summary>Gets the parent backup object of the current operation's backup object. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the parent of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object that is itself the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore). </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.ReverseFileMapping(System.String)">
      <summary>Gets the name of the backup file that contains the specified file. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the backup file that contains the backed up copy of <paramref name="name" />. </returns>
      <param name="name">The name of a source file that is contained in a backed up file.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Self">
      <summary>Gets or sets the backup object that is the result of the current operation (if the operation is a backup), or is the source of the current operation (if the operation is a restore).</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the output of a backup operation or the input of a restore operation. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.SetInputValue(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.SetParameter(System.String,System.Object)">
      <summary>Adds the specified key-value pair to an internal store of parameters. </summary>
      <param name="key">The parameter name, which servers as a lookup key.</param>
      <param name="value">The object assigned to the parameter as its value.</param>
      <exception cref="T:Microsoft.SharePoint.SPException">The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> object is read only. (See Remarks for more information.)</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.SetUserNamePassword(System.String,System.String)">
      <summary>Assigns the specified password to the specified user.</summary>
      <param name="userName">The user.</param>
      <param name="password">The password for the user.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.UpdateProgress">
      <summary>Gets a value that specifies at what points the operation should report its progress. </summary>
      <returns>A <see cref="T:System.Int32" />, from 1 to 100, that represents, as a percentage interval of the whole operation, when the operation should report its progress.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity">
      <summary>Specifies the severity of an issue that occurs during a backup or restore operation and is logged with a message.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.Important"></member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.None"></member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.Error">
      <summary>A fatal error that prevents the operation from completing.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.Warning">
      <summary>A problem requiring a warning, but not fatal.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.Verbose">
      <summary>An issue that is not a problem.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreLogSeverity.WorkItem"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject">
      <summary>Provides helper functions for backup and restore operations and acts as a container for an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> object and its correlated <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.AddChild(Microsoft.SharePoint.Administration.Backup.IBackupRestore)">
      <summary>Adds a child component to the component represented by this <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the child component. </returns>
      <param name="component">The component to be added as a child.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.AddChild(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds a child component to the component represented by this <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />.</summary>
      <param name="component">The new child component. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.CanBackup">
      <summary>Gets or sets a value that indicates whether the component represented by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.IBackupRestore" /> property has been selected for backup. </summary>
      <returns>true if the component should be backed up; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.CanRestore">
      <summary>Gets or sets a value that indicates whether the component represented by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.IBackupRestore" /> property has been selected for restoration. </summary>
      <returns>true if the component should be restored; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Children">
      <summary>Gets a collection of objects that represent the child components of the component that the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object represents. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> whose members each represent one of the child components of component represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.CurrentPhase">
      <summary>Gets a value indicating the phase of the current operation. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType" /> that specifies the current phase of the current operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.DisplayName">
      <summary>Gets the new and old names of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object when the operation is a restore to a new name; otherwise just returns the name. </summary>
      <returns>A <see cref="T:System.String" /> that represents the new and old name of the component, or just the name if the operation is not a restoration to a new name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.FindObject(System.Guid)">
      <summary>Returns the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> with the specified ID. </summary>
      <returns>The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> with the specified ID or null.</returns>
      <param name="id">A <see cref="T:System.Guid" /> that is typically the value of the <see cref="P:Microsoft.SharePoint.Administration.Backup.IBackupRestore.ID" /> property of an <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.FullPath">
      <summary>Gets the full path, in the tree of components, of the component represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />. </summary>
      <returns>A <see cref="T:System.String" /> that represents the path of the component in the farm's tree of components. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.IBackupRestore">
      <summary>Gets an object that represents a component of a type that can, in principle, be backed up or restored, and provides information about the component that is relevant to processing a backup or restoration of the component. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> that represents the component that is the subject of the backup or restore operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Id">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />. </summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information">
      <summary>Gets an object that holds information about a backup up or restore operation that is currently underway for the component represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation" /> (always either an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupInformation" /> or an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" />) that holds information that is needed by an operation's <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreConsoleObject" /> to backup or restore the component. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.IsRoot">
      <summary>Gets a value that indicates whether the component that is represented by the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> is the root of the tree of components. </summary>
      <returns>true if the component is the root; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.MustRename">
      <summary>Gets a value that indicates whether the component must be renamed when it is restored. </summary>
      <returns>true if the component must be renamed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Name">
      <summary>Gets the name of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Parent">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the parent component of the component represented by this <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> that represents the parent component.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Rename(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Rename(System.String,System.String,System.String)">
      <summary>Renames a component that is being restored to a different place on the farm from where it was backed up. </summary>
      <returns>true if the renaming is successful; otherwise, false. </returns>
      <param name="newServer">The name of the new server which can be null if the restoration is to the same server.</param>
      <param name="newLocation">The name of the new location which can be null if the location is not changing.</param>
      <param name="newName">The new name of the component which can be null if the component is changing only location or server.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Reparent(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Moves the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object to a new parent <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object. </summary>
      <param name="newParent">The new parent.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="newParent" /> is null.</exception>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPDescription">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the description parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPLocation">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the location parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPName">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the name parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPNewLocation">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the new location parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPNewName">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the new name parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPNewPassword">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the new user password parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPNewServer">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the new server parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPNewUserName">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the new user name parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPServer">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the server parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPTypeName">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the type name parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPUserName">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the user name parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.SPWebApplicationId">
      <summary>Defines a <see cref="T:System.String" /> that can be used to set or get the value of the Web application ID parameter in the object returned by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.Information" /> property. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.ToString">
      <summary>Returns the fully qualified name of the component represented by the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject.IBackupRestore" /> property. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full name of the component up to and including the name of the farm.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection">
      <summary>Represents a collection of <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> objects. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection.Add(Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject)">
      <summary>Adds a new object to the collection. </summary>
      <param name="component">The object that is added.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection.Count">
      <summary>Gets the total number of objects in the collection. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the total number of objects in the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection.GetEnumerator">
      <summary>Returns an enumerator that can be used to iterate through the collection. </summary>
      <returns>An <see cref="T:System.Collections.IEnumerator" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectCollection.Item(System.Int32)">
      <summary>Returns the object at the specified index in the collection. </summary>
      <returns>The <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object at the specified index.</returns>
      <param name="index">An <see cref="T:System.Int32" /> that specifies the index of the object in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.ForceInputLtr"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.HasInputDescription"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.HasInputValue"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.InputDescription"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.InputValue"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.Key"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameter.Value"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection.Contains(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection.SetParameter(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreParameterCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType">
      <summary>Specifies what stage in a backup or restore operation is currently underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.NotSelected">
      <summary>The current object has not been selected for the backup or restore operation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.NotStarted">
      <summary>The operation has not started.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.Starting">
      <summary>The operation is starting.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnPrepareBackup">
      <summary>Preliminary steps for a backup are underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnBackup">
      <summary>The backup is underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnBackupComplete">
      <summary>The backup stage is complete.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnPreRestore">
      <summary>Preliminary steps for a restore operation are underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnRestore">
      <summary>The restore operation is underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.OnPostRestore">
      <summary>Post restore finalizing is underway.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.Done">
      <summary>The operation is finished.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.Error"></member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPBackupRestorePhaseType.Abort">
      <summary>The operation is being aborted.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings">
      <summary>Stores a pattern of settings for a backup or restore operation. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.BackupDevice">
      <summary>Gets or sets the UNC path where the backup is stored. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full directory where the output of the backup operation, or the source of the restore operation, is stored; for example, \\server_name\folder_name or C:\folder_name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.BackupMethod">
      <summary>Gets or sets the backup method that will be used or was used. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupMethodType" /> value that identifies the backup method, either Full or Differential.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.ConfigurationOnly"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.GetBackupSettings(System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupSettings" /> object for the specified target and method and other values set to defaults.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupSettings" /> object with all values set to their defaults.</returns>
      <param name="directory">The directory where the backup copy is saved.</param>
      <param name="backupMethod">The type of backup, either "Full" or "Differential". </param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.GetRestoreSettings(System.String,System.String)">
      <summary>Creates an <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings" /> object with specified source and method and other values set to their defaults. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings" /> object with all values set to their defaults.</returns>
      <param name="directory">The directory where the source of the restore operation; that is the backup copy of the objects being restored, is saved.</param>
      <param name="restoreMethod">The type of restore, either "New" or "Overwrite". </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.IndividualItem">
      <summary>Gets or sets the content component that is backed up or restored. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the farm or the content component the farm that is backed up or restored. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.IsBackup">
      <summary>Gets a value that indicates whether the operation is a backup or a restore. </summary>
      <returns>true if the operation is a backup; otherwise, false (in which case it is a restore). </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.IsVerbose">
      <summary>Gets or sets a value that indicates whether the output of the operation is displayed on the console in addition to being logged. </summary>
      <returns>true if the output is displayed on the console; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.UpdateProgress">
      <summary>Gets or sets a value that specifies at what points the operation should report its progress. </summary>
      <returns>A <see cref="T:System.Int32" />, from 1 to 100, that represents, as a percentage interval of the whole operation, when the operation should report its progress.</returns>
      <exception cref="T:Microsoft.SharePoint.SPException">Caller has tried to set the property to 0.</exception>
      <exception cref="T:System.ArgumentException">Caller has tried to set the property to a negative number.- or -Caller has tried to set the property to a value greater than 100.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings.Validate">
      <summary>Ensures that the correct type of <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings" />-derived object is being used to hold the settings for the operation. </summary>
      <exception cref="T:Microsoft.SharePoint.SPException">The operation is not a backup, but this<see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings" /> object is not of type <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings" />.</exception>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPBackupSettings">
      <summary>Represents the configuration settings for a backup operation, including the number of threads to use.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPBackupSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupSettings" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupSettings.BackupThreads">
      <summary>Gets or sets the number of threads to use for the backup operation.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents the number of threads to use. The default is 1.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPBackupSettings.Farm"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Age"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.ConnectionString"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Created"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Delete"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Name"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Restore"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot.Restore(System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.CreateSnapshot"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.CreationInterval"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.DeleteSnapshots"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.EnabledManagement"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.IsSnapshotSupported"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.Item(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.Item(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.MaximumRetention"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.Path"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.RefreshSnapshots"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.SnapshotLimit"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshotRestoreEvent.Snapshot"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreCompleteEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event of an <see cref="T:Microsoft.SharePoint.Administration.SPFarm" />. </summary>
      <param name="sender">The object that raised the event. </param>
      <param name="e">An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs" /> object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs">
      <summary>Provides data for handling an <see cref="T:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs.RestoredObjects">
      <summary>Gets a read only collection of objects that represent restored content components. </summary>
      <returns>A <see cref="T:System.Collections.ObjectModel.ReadOnlyCollection" />&lt;<see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" />&gt; collection of objects that represent content components in the Windows SharePoint Services deployment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs.RestoreType">
      <summary>Gets a value that indicates whether the restoration that raised the <see cref="T:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event was of a site collection or a content component larger than a site collection; that is, a farm, Web service, Web application, or content database. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreType" /> that specifies the type of restoration that raised the <see cref="T:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs.Settings">
      <summary>Gets an object that represents the restore settings that were used by the restore operation that raised the <see cref="T:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreSettings" /> object that represents the settings that were used by the restoration operation. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreEventArgs.SiteCollectionUrl">
      <summary>Gets or sets the URL of the site collection that was restored by the operation that raises the <see cref="T:Microsoft.SharePoint.Administration.SPFarm.ObjectsRestored" /> event.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the site collection that was restored. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation">
      <summary>Provides information about a restore operation that is currently underway or just completed. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.CanBeRenamed">
      <summary>Gets a value that indicates whether the component (farm, Web service, Web application, or content database) that is being restored can be renamed. </summary>
      <returns>true if the component can be renamed; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.ChangePersistedObjectParentId(System.Guid)">
      <summary>Sets the ID of the parent of the <see cref="P:Microsoft.SharePoint.Administration.Backup. SPBackupRestoreObject.IBackupRestore" /> child of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject" /> object that is referenced with the <see cref="P:Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation.Self" /> property. </summary>
      <param name="parentId">The ID for the parent. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.HasMoreRestore">
      <summary>Gets a value that indicates whether the restore operation has more to restore after it has completed work on the current component it is restoring. </summary>
      <returns>true if there is more restoration to do; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.Initializing"></member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.MergeSPPersistedObjectState(Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.NewName">
      <summary>Gets the name that is given to the component (farm, Web service, Web application, or content database) that is being restored if it is renamed. </summary>
      <returns>A <see cref="T:System.String" /> that represents the new name for the component. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.ParentRestore">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object that represents the parent component of the component that is being restored. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.IBackupRestore" /> object that represents the parent component of the component that is being restored.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.ParentRestoreInformation">
      <summary>Gets the parent <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> of this <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" />. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" /> that provides restore information for the component (farm, Web service, Web application, or content database) that is the parent of the component whose restore information is represented by this <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation" />. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.Rename">
      <summary>Renames, with <see cref="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.NewName" />, the component that is being restored. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.RestoreMethod">
      <summary>Gets the restore method of the operation. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType" /> that specifies with the restore is an overwrite or a new deployment.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreInformation.WasDifferentialBackupRequested"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType">
      <summary>Specifies whether only content that does not already exist in the restore target is restored from the backup object or whether content with the same name as in the backup object is also overwritten. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType.None">
      <summary>Undefined or unspecified method.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType.Overwrite">
      <summary>Existing content is overwritten.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType.New">
      <summary>Only new content is copied to the restore target.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings">
      <summary>Represents the configuration settings for a restore operation. The settings include the method of restoration, the backup to be restored, and farm logon information.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.BackupId">
      <summary>Gets or sets the ID of the backup that is restored.</summary>
      <returns>A <see cref="T:System.Guid" /> that uniquely identifies the backup that is restored. The default is all zeros.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.FarmAdminLoginName">
      <summary>Gets or sets the logon name of the administrator of the server farm. </summary>
      <returns>A <see cref="T:System.String" /> that represents the logon name of the farm administrator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.FarmAdminPassword">
      <summary>Gets or sets the password of the administrator of the server farm.</summary>
      <returns>A <see cref="T:System.Security.SecureString" /> that represents the password of the farm administrator.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.PreserveContentDatabaseChangeLog"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.RestoreMethod">
      <summary>Gets or sets a value indicating whether the restore overwrites the existing database if it already exists on the target. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType" /> that indicates whether the restore operation should overwrite the SharePoint database if it exists on the target. The default is <see cref="F:Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType.None" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPRestoreSettings.RestoreThreads"></member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPRestoreType">
      <summary>Specifies whether a site collection or a content component larger than a site collection; that is, a farm, Web service, Web application, or content database; is restored. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPRestoreType.Catastrophic">
      <summary>A component larger than a site collection is restored.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Administration.Backup.SPRestoreType.SiteCollection">
      <summary>A site collection is restored.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition">
      <summary>Provides information about a custom, non-database, Windows SharePoint Services 3.0 content component to the Windows SharePoint Services VSS Writer service. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.#ctor(System.Guid,System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition" /> class. </summary>
      <param name="id">The <see cref="T:System.Guid" /> ID of the VSS Writer on which the content component depends.</param>
      <param name="server">The server where the non-database content component is located.</param>
      <param name="path">The dependency path.</param>
      <param name="name">The name of the component that will be reported to the Windows SharePoint Services VSS Writer service.</param>
      <param name="description">The description of the component that will be reported to the Windows SharePoint Services VSS Writer service.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.#ctor(System.Guid,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.ComponentName">
      <summary>Gets the name of the component that will be reported to the Windows SharePoint Services VSS Writer service. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the component.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.DependencyPath"></member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.Description">
      <summary>Gets the description of the component that will be reported to the Windows SharePoint Services VSS Writer service. </summary>
      <returns>A <see cref="T:System.String" /> that represents the description of the component.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.Path">
      <summary>Gets the path to the custom VSS writer that you create to make shadow copies of your custom non-database content component. </summary>
      <returns>A <see cref="T:System.String" /> that represents the path to the custom VSS writer.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.ServerName">
      <summary>The name of the server that hosts the component. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the server.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition.WriterId">
      <summary>The ID of the custom VSS writer that you create to make shadow copies of your custom non-database content component.</summary>
      <returns>A <see cref="T:System.Guid" /> that represents the ID of your custom VSS writer.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper">
      <summary>Enables custom types of non-database content components to be protected by Volume Shadow Service. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper" /> class by using the specified name.  </summary>
      <param name="name">The name of the persisting <see cref="T:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Administration.Backup.SPVssDiscoveryHelper.Run">
      <summary>Returns a collection of objects that provide information about custom content components that is needed by the Windows SharePoint Services VSS Writer service.</summary>
      <returns>A <see cref="T:System.Collections.ObjectModel.Collection" />&lt;<see cref="T:Microsoft.SharePoint.Administration.Backup.SPVssComponentDefinition" />&gt;, each of whose members provides information about a different non-database custom content component. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.AutomaticExecutionParameters"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Category"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Check"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.CustomCategory"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.ErrorLevel"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Explanation"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.KnowledgeBaseArticleId"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Remedy"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Summary"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule.Version"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters.RepairAutomatically"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters.Schedule"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters.Scope"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRuleAutomaticExecutionParameters.ServiceType"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.GetLocalizedCategory(Microsoft.SharePoint.Administration.Health.SPHealthCategory)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.GetLocalizedSchedule(Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.GetLocalizedScope(Microsoft.SharePoint.Administration.Health.SPHealthCheckScope)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.GetLocalizedSeverity(Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.ParseCategory(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.ParseSchedule(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.ParseScope(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.ParseService(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.RegisterRules(System.Reflection.Assembly)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthAnalyzer.UnregisterRules(System.Reflection.Assembly)"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthCategory"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.Configuration"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.Security"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.Performance"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.Availability"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.System"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCategory.Custom"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel.Success"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel.Information"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel.Warning"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel.Error"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckErrorLevel.RuleExecutionFailure"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule.Hourly"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule.Daily"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule.Weekly"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule.Monthly"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckSchedule.OnDemand"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthCheckScope"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckScope.Any"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckScope.All"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthCheckStatus"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckStatus.Passed"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthCheckStatus.Failed"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthRepairStatus"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthRepairStatus.Succeeded"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthRepairStatus.Failed"></member>
    <member name="F:Microsoft.SharePoint.Administration.Health.SPHealthRepairStatus.Unnecessary"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthReportsList"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthReportsList.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthReportsList.GetItem(Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthReportsList.Local"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPHealthRulesList"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.AddItem(Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.AddItem(Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.AddItems(System.Reflection.Assembly)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.DeleteItems(System.Reflection.Assembly)"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.GetItem(Microsoft.SharePoint.Administration.Health.SPHealthAnalysisRule)"></member>
    <member name="P:Microsoft.SharePoint.Administration.Health.SPHealthRulesList.Local"></member>
    <member name="T:Microsoft.SharePoint.Administration.Health.SPRepairableHealthAnalysisRule"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPRepairableHealthAnalysisRule.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Administration.Health.SPRepairableHealthAnalysisRule.Repair"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.GbwMobileRecentDayType"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.GbwMobileRecentDayType.None"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.GbwMobileRecentDayType.Today"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.GbwMobileRecentDayType.PrevDay"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.GbwMobileRecentDayType.NextDay"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.Command"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.OnClick(System.Object,System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.Text"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCallTrackingListResolveNavigation.UpdateResolution(System.Boolean,System.Object,System.Object)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.Command"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.OnClick(System.Object,System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.Text"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCirculationListConfirmNavigation.UpdateConfirmation(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCompositeField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCompositeField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardCompositeField.DefaultTemplateName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeInput"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeInput.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeInput.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeInput.TextBoxControl"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeInput.ValidatorControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeLabel.LabelControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.OnClick(System.Object,System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.TargetDateTimeInput"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.TargetDateTimeInputId"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.TargetPeoplePicker"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardDateTimeRefreshButton.TargetPeoplePickerId"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventItemFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventItemFieldIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventItemFieldIterator.IsFormFieldExcluded(Microsoft.SharePoint.SPField)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListCancelNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListCancelNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListCancelNavigation.RedirectUrl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDailyViewNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDailyViewNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDailyViewNavigation.DayType"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDailyViewNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDailyViewNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.EndDateStr"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.EndTimeStr"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.FormatString"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.StartDateStr"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.StartTimeStr"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeContainer.Text"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.AllDayCrossTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.AllDayEvent"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.AllDaySameTemplate"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.CrossDayTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.DateFormatString"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.DateOptions"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.EndDate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.LocaleId"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.SameDayTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.StartDate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDateRangeLabel.Time24"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.GenerateUrl"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.IsEllipsisRenderingText"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.PageFileName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.Text"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListDispFormNavigation.TextLengthLimitKey"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListEditFormNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListEditFormNavigation.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListEditFormNavigation.GenerateUrl"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListEditFormNavigation.PageFileName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListNewFormNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListNewFormNavigation.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListNewFormNavigation.GenerateUrl"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListNewFormNavigation.PageFileName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListSaveNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListSaveNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListSaveNavigation.RedirectUrl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListViewItemIterator"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListViewItemIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListViewItemIterator.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListViewItemIterator.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardEventListViewItemIterator.QueryListItems"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardMultilineComputedField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardMultilineComputedField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardMultilineComputedField.CreateControlAsLabel"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardUserLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardUserLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardUserLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardUserLabel.LabelControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhatsNewItemFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhatsNewItemFieldIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhatsNewItemFieldIterator.IsFormFieldExcluded(Microsoft.SharePoint.SPField)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListCurrentGroupLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListCurrentGroupLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListCurrentGroupLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListCurrentGroupLabel.LabelControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel.EndDate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel.LabelControl"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDateRangeLabel.StartDate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDispFormNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDispFormNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDispFormNavigation.IsEllipsisRenderingText"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDispFormNavigation.Text"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListDispFormNavigation.TextLengthLimitKey"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListMyEditFormNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListMyEditFormNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListMyEditFormNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListMyEditFormNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotComingLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotComingLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotComingLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotComingLabel.LabelControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotReturnLabel"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotReturnLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotReturnLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListNotReturnLabel.LabelControl"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.AllowView(Microsoft.SharePoint.SPListItem)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.QueryString"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutListViewItemIterator.TargetGroupId"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutUserSpecificField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutUserSpecificField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.MobileControls.SPMobileGroupBoardWhereaboutUserSpecificField.ReadOnly"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CallTimeField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CallTimeField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CallTimeField.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditFormFields"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditFormFields.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditFormFields.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditFormFields.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditFormFields.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditItemButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditItemButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CirculationEditItemButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLConfirmationsField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLConfirmationsField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLConfirmationsField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLConfirmationsField.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLConfirmationsField.DisplayTemplateName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLSendToField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLSendToField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLSendToField.HandleOnSave(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLSendToField.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CLSendToField.Validate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ConfirmButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ConfirmButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ConfirmButton.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ConfirmButton.RaisePostBackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ConfirmButton.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField.NumberOfChoices"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ContactInfoEditField.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CopyCirculationButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CopyCirculationButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CopyCirculationButton.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CopyCirculationButton.RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CopyCirculationButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField.HandleOnSave(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.CTCallToField.Validate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.DefaultDateTime"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.Validate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.ValidateDelegate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DateTimeSRField.OuterValidate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DueDateField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DueDateField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.DueDateField.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FacilitiesField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FacilitiesField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FacilitiesField.DefaultTemplateName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FreeBusyField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FreeBusyField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FreeBusyField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FreeBusyField.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.Validate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.FromField.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ImeTicketButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ImeTicketButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ImeTicketButton.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ImeTicketButton.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ImeTicketButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.LocationField.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.IsValid"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyContactInfoField.Validate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.IsDataSheetView"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.Template"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.TemplateContainer"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardControl.TemplateName"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPaging"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPaging.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPaging.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPaging.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPaging.Template"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.HeaderMonth"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.NextImage"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.NextMonthVisible"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.NextURL"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.PrevImage"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.PrevMonthVisible"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.PrevURL"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardPagingContainer.RegionalSettings"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRow"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRow.CssDayRowClassName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRow.DayName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRow.DayOfMonth"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRow.UpdateJSFuncExpression"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.DetailRowTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.EndDate"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.SimpleRowTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.StartDate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyTimeCardRowIterator.TCList"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.IsValid"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.MyWhereaboutsField.Validate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult.#ctor(System.Boolean,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult.ErrorMessage"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult.Fail(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult.IsValid"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OuterValidateResult.Success"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.OnOverbookButtonClick(System.Object,System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.RecurrenceField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.Validate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.WindowEnd"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.OverbookField.WindowStart"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.PersonalSettingsButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.PersonalSettingsButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.PersonalSettingsButton.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.PersonalSettingsButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ResolveButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ResolveButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ResolveButton.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ResolveButton.RaisePostBackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.ResolveButton.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TCSettingsControl"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TCSettingsControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TCSettingsControl.JSObjectName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TCSettingsControl.MakeScriptLiteral"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TCSettingsControl.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardDeleteDataSheetButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardDeleteDataSheetButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardDeleteDataSheetButton.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardDeleteDataSheetButton.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.CtrlCache"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.Date"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.IsHoliday"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.OnDataBinding(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardInputContainer.UpdateJSFuncExpression"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardLinkButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardLinkButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardLinkButton.RenderContext"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardModeSwitcher"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardModeSwitcher.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardModeSwitcher.DetailTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardModeSwitcher.SimpleTemplate"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardNewDataSheetButton"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardNewDataSheetButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardNewDataSheetButton.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardNewDataSheetButton.RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimecardNewDataSheetButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardSettingsMenu"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardSettingsMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardSettingsMenu.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardSettingsMenu.SetMenuItemProperties"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.TimeCardSettingsMenu.Text"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.Validate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.UntilField.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutEditField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutEditField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutEditField.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutEditField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutEditField.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField.HandleOnSave(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsAddMembersField.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.Focus"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.m_hasValueSet"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.m_radioButtonCollection"></member>
    <member name="F:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.m_value"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsChoiceFieldBase.Value"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsEditFormFields"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsEditFormFields.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsEditFormFields.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsEditFormFields.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsNewFormToolBar"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsNewFormToolBar.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsNewFormToolBar.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsNewFormToolBar.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsNewFormToolBar.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsPersonalSettingsFields"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsPersonalSettingsFields.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsPersonalSettingsFields.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebControls.WhereaboutsPersonalSettingsFields.Visible"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.ThisDate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPart.TimeCardList"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.DetailDayTemplate"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.SimpleDayTemplate"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartToday.Today"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartTodayContainer"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.TimeCardWebPartTodayContainer.UpdateJSFuncExpression"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.GetToolParts"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.MaxDaysRetrieve"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.NumItemsPerson"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.NumItemsShared"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.ShowDetails"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhatsNewWebPart.TargetConfig"></member>
    <member name="T:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.CallTrackingListId"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.CreateWebPartMenu"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.CurrentPageId"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.EventListId"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.GetToolParts"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnNextButtonClicked(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnPrevButtonClicked(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnSelectGroup(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.OnSelectPage(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.RowLimit"></member>
    <member name="P:Microsoft.SharePoint.Applications.GroupBoard.WebPartPages.WhereaboutsWebPart.SelectedEntityId"></member>
    <member name="T:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.#ctor(Microsoft.BusinessData.MetadataModel.IAssociation)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.IsSameAssociation(Microsoft.BusinessData.MetadataModel.IAssociation)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.IsSameAssociation(Microsoft.BusinessData.MetadataModel.IAssociationGroup)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo.IsSameAssociation(Microsoft.SharePoint.BusinessData.Offlining.AssociationInfo)"></member>
    <member name="T:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController.ContainsThrottleRule(Microsoft.BusinessData.SystemSpecific.ThrottleScope,Microsoft.BusinessData.SystemSpecific.ThrottleType)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController.GetThrottleRuleDefault(Microsoft.BusinessData.SystemSpecific.ThrottleScope,Microsoft.BusinessData.SystemSpecific.ThrottleType)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController.GetThrottleRuleMax(Microsoft.BusinessData.SystemSpecific.ThrottleScope,Microsoft.BusinessData.SystemSpecific.ThrottleType)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController.IsThrottleRuleEnabled(Microsoft.BusinessData.SystemSpecific.ThrottleScope,Microsoft.BusinessData.SystemSpecific.ThrottleType)"></member>
    <member name="M:Microsoft.SharePoint.BusinessData.SystemSpecific.LoadController.OverrideThrottleRuleDefault(Microsoft.BusinessData.SystemSpecific.ThrottleScope,Microsoft.BusinessData.SystemSpecific.ThrottleType,System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.ClaimTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.ClaimValueTypes"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Description"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.EntityTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.GetClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.GetHierarchy(System.Uri,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.IdentityClaimType"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Resolve(System.Uri,System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Resolve(System.Uri,System.String[],System.String)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Schema"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Search(System.Uri,System.String[],System.String,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.SupportsEntityInformation"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.SupportsHierarchy"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.SupportsResolve"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.SupportsSearch"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPActiveDirectoryClaimProvider.Version"></member>
    <member name="T:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.ClaimTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.ClaimValueTypes"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Description"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.EntityTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.GetClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.GetHierarchy(System.Uri,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.IdentityClaimType"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Resolve(System.Uri,System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Resolve(System.Uri,System.String[],System.String)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Schema"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Search(System.Uri,System.String[],System.String,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.SupportsEntityInformation"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.SupportsHierarchy"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.SupportsResolve"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.SupportsSearch"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPFormsClaimProvider.Version"></member>
    <member name="T:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.ClaimTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.ClaimValueTypes"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Description"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.EntityTypes"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.GetClaimsForEntity(System.Uri,Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.GetHierarchy(System.Uri,System.String[],System.String,System.Int32,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.IdentityClaimType"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Resolve(System.Uri,System.String[],Microsoft.SharePoint.SPClaim)"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Resolve(System.Uri,System.String[],System.String)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Schema"></member>
    <member name="M:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Search(System.Uri,System.String[],System.String,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.SupportsEntityInformation"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.SupportsHierarchy"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.SupportsResolve"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.SupportsSearch"></member>
    <member name="P:Microsoft.SharePoint.ClaimProviders.SPSystemClaimProvider.Version"></member>
    <member name="T:Microsoft.SharePoint.Deployment.CommonInfo">
      <summary>This class is for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.CommonInfo.GetFlags(System.Runtime.Serialization.SerializationInfo,System.Boolean@,System.Boolean@)">
      <summary>Internal use only.</summary>
      <param name="info"></param>
      <param name="isPreSubElement"></param>
      <param name="isPostSubElement"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.CommonInfo.SetPostSubElement(System.Runtime.Serialization.SerializationInfo)">
      <summary>Internal use only.</summary>
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.CommonInfo.SetPreSubElement(System.Runtime.Serialization.SerializationInfo)">
      <summary>Internal use only.</summary>
      <param name="info"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.MetaInfoAccess">
      <summary>Provides the level of access that is allowed to the metadictionary that stores metainfo for specified files and folders.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoAccess.ReadOnly">
      <summary>The file or folder is accessible as a read-only object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoAccess.ReadWrite">
      <summary>The file or folder is accessible as an object that can be edited.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoAccess.NoAccess">
      <summary>The file or folder is not an accessible object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.MetaInfoValueType">
      <summary>Allows you to specify the data type for values in the metadata dictionary.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.String">
      <summary>String data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.Integer">
      <summary>Integer data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.Time">
      <summary>Date/time data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.StringVector">
      <summary>Array of string values.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.Boolean">
      <summary>Boolean data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.FileSystemTime">
      <summary>Date/time data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.IntegerVector">
      <summary>Array of integer values.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.Double">
      <summary>Double data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.LongText">
      <summary>String data type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.MetaInfoValueType.Empty">
      <summary>Ignored. Treat as an empty string.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeployment">
      <summary>Abstract base class from which the <see cref="T:Microsoft.SharePoint.Deployment.SPExport" /> and <see cref="T:Microsoft.SharePoint.Deployment.SPImport" /> classes inherit.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.#ctor">
      <summary>Creates a new protected instance of the SPDeployment class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.Cancel">
      <summary>Cancels the deployment operation</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPDeployment.Canceled">
      <summary>Event that is raised when the deployment operation is cancelled.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPDeployment.Completed">
      <summary>Event that is raised when the deployment operation is completed.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.Dispose">
      <summary>Releases managed resources upon completing or cancelling the deployment operation.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPDeployment.Error">
      <summary>Event that is raised when the deployment operation encounters an error or a warning.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.OnCanceled">
      <summary>Raises the <see cref="E:Microsoft.SharePoint.Deployment.SPDeployment.Canceled" /> event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.OnCompleted">
      <summary>Raises the <see cref="E:Microsoft.SharePoint.Deployment.SPDeployment.Completed" /> event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.OnProgressUpdated">
      <summary>Raises the <see cref="E:Microsoft.SharePoint.Deployment.SPDeployment.ProgressUpdated event" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.OnStarted">
      <summary>Raises the <see cref="E:Microsoft.SharePoint.Deployment.SPDeployment.Started event" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.OnStarted(Microsoft.SharePoint.Deployment.SPDeploymentEventArgs)">
      <summary>Raises the <see cref="E:Microsoft.SharePoint.Deployment.SPDeployment.Started" /> event.</summary>
      <param name="e">The <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs" /> value.</param>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPDeployment.ProgressUpdated">
      <summary>Event that is raised when the deployment operation recalculates the current progress of the deployment operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeployment.Run">
      <summary>Starts the deployment operation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeployment.Site">
      <summary>Gets or sets a protected instance of an <see cref="T:Microsoft.SharePoint.SPSite" /> object.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPSite" /> object instance.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPDeployment.Started">
      <summary>Event that is raised when the deployment operation is started.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs">
      <summary>Encapsulates data for error events that occur during the deployment operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.#ctor(Microsoft.SharePoint.Deployment.SPDeploymentErrorType,Microsoft.SharePoint.Deployment.SPDeploymentObject,System.String,System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs" /> class and provides error and deployment object data.</summary>
      <param name="errorType">Specifies the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorType" /> value.</param>
      <param name="deployObject">Specifies the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject" /> that caused the error.</param>
      <param name="errorMessage">Provides the message that is associated with the error.</param>
      <param name="recommendation">Provides the reocmmended action for the specified error.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.DeploymentObject">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject" /> that caused the error.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObject" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.ErrorMessage">
      <summary>Gets a string that represents the error message for the specified error.</summary>
      <returns>Returns the string representation of the error message.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.ErrorType">
      <summary>Gets a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorType" /> value that specifies the type of error.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorType" /> value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.Recommendation">
      <summary>Gets a string that represents the recommended action for the specified error.</summary>
      <returns>Returns the string representation of the recommended action.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentErrorType">
      <summary>Enumerates the constant values that represent the error type for the <see cref="P:Microsoft.SharePoint.Deployment.SPDeploymentErrorEventArgs.Status" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentErrorType.FatalError">
      <summary>Error that caused the  application failure.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentErrorType.Error">
      <summary>Nonfatal error.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentErrorType.Warning">
      <summary>Nonfatal application error that produces a warning. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentErrorType.Information">
      <summary>Nonfatal error for which information is available.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs">
      <summary>Encapsulates event data for the specified deployment operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.#ctor(Microsoft.SharePoint.Deployment.SPDeploymentStatus,System.Int32,System.Int32,System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs" /> class with the deployment status, information about object numbers, and directory path.</summary>
      <param name="status">Provides a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentStatus" /> enumeration value that specifies the current status of the deployment operation.</param>
      <param name="objectsProcessed">Integer that specifies the number of deployment objects that are currently processed.</param>
      <param name="objectsTotal">Integer that specifies the total number of deployment objects in the current deployment operation.</param>
      <param name="tempDirectoryPath">String representation of the fully qualified file path to the temporary directory where the uncompressed contents of the deployment package files are stored.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.#ctor(Microsoft.SharePoint.Deployment.SPDeploymentStatus,System.Int32,System.Int32,System.String,Microsoft.SharePoint.Deployment.SPImportObjectCollection)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs" /> class with the deployment status, information about object numbers, and directory path. This method also adds the collection of root objects to the deployment package.</summary>
      <param name="status">Provides a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentStatus" /> enumeration value that specifies the current status of the deployment operation.</param>
      <param name="objectsProcessed">Integer that specifyies the number of deployment objects that are currently processed.</param>
      <param name="objectsTotal">Integer that specifies the total number of deployment objects in the current deployment operation.</param>
      <param name="tempDirectoryPath">String representation of the fully qualified file path to the temporary directory where the uncompressed contents of the deployment package files are stored.</param>
      <param name="rootObjects">Specifies the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection" /> that contains the root objects - that is, objects for which there are no parent objects exported.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.ObjectsProcessed">
      <summary>Gets an integer that specifies the number of deployment objects that are currently processed.</summary>
      <returns>Returns an integer that represents the number of objects.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.ObjectsTotal">
      <summary>Gets an integer that specifies the total number of deployment objects in the current deployment operation.</summary>
      <returns>Returns an integer that represents the number of objects.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.RootObjects">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection" /> that contains the root objects - that is, objects for whom there are no parent objects.</summary>
      <returns>Returns an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.Status">
      <summary>Gets a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentStatus" /> enumeration value that specifies the current status of the deployment operation.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentStatus" /> enumeration value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.TempDirectoryPath">
      <summary>Gets a string representation of the fully qualified file path to the temporary directory where the uncompressed contents of the deployment package files are stored.</summary>
      <returns>Returns a string representation of the temporary directory file path.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentObject">
      <summary>Serves as the base class for the <see cref="T:Microsoft.SharePoint.Deployment.SPExportObject" /> and <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> classes.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentObject.Id">
      <summary>Gets or sets the unique identifier (GUID) of the deployment object.</summary>
      <returns>Returns the GUID of a deployment object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentObject.ParentId">
      <summary>Gets or sets the unique identifier (GUID) of the parent object of the specified deployment object.</summary>
      <returns>Returns the object GUID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentObject.Type">
      <summary>Gets or sets the data type for the deployment object by specifying a value in the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType" /> enumeration.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType" /> enumeration value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType">
      <summary>Enumerates the valid data types for SharePoint deployment objects.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.Site">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPSite" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.Web">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPWeb" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.Folder">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPFolder" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.List">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPList" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.ListItem">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPListItem" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.File">
      <summary>
        <see cref="T:Microsoft.SharePoint.SPFile" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.Invalid">
      <summary>Indicates a data type that is not valid.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentSettings">
      <summary>Represents the base class for the collection of settings used for importing and exporting content between Windows SharePoint Services Web sites. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentSettings.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentSettings" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentSettings.#ctor(System.Uri,System.String,System.Boolean,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentSettings" /> class. </summary>
      <param name="siteUrl">The absolute URL for the site containing the content that is being imported or exported.</param>
      <param name="fileLocation">The path to the directory where content migration packages are located.</param>
      <param name="fileCompression">true to compress the content migration package; otherwise, false. The default is true.</param>
      <param name="baseFileName">The base file name to use for content migration packages. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.BaseFileName">
      <summary>Gets or sets the base file name used when creating content migration packages.</summary>
      <returns>Returns a string representing the base file name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.CommandLineVerbose">
      <summary>Gets or sets a value that determines whether output is written to a command line console.</summary>
      <returns>true to direct output to the command line; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.FileCompression">
      <summary>Gets or sets a Boolean value that specifies whether the content migration package is compressed using the CAB compression protocol.</summary>
      <returns>true to compress the content migration package using CAB; otherwise, false. The default is true. </returns>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentSettings.FileExtension">
      <summary>Contains the file extension "cmp".</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.FileLocation">
      <summary>Gets or sets the directory location where content migration packages are placed. </summary>
      <returns>A string containing the directory path. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.HaltOnNonfatalError">
      <summary>Gets or sets a value indicating whether to stop the import or export for a non-fatal error. </summary>
      <returns>true to stop execution for non-fatal errors; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.HaltOnWarning">
      <summary>Gets or sets a value indicating whether to stop the import or export operation if a warning occurs. </summary>
      <returns>true to stop execution for warnings; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.IncludeSecurity">
      <summary>Gets or sets a value that determines whether site security groups and the group membership information is exported or imported.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPIncludeSecurity" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.LogFilePath">
      <summary>Gets or sets a value specifying the full path to the content migration log file.</summary>
      <returns>A string containing the file path. The default is a null string. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPDeploymentSettings.SiteUrl">
      <summary>Gets or sets the absolute URL of a source or destination Web site. </summary>
      <returns>A string containing the URL. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPDeploymentSettings.Validate">
      <summary>Checks deployment settings to make sure that they are valid and they don't conflict with each other.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPDeploymentStatus">
      <summary>Enumerates the constant values representing the status for the <see cref="P:Microsoft.SharePoint.Deployment.SPDeploymentEventArgs.Status" /> property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Unknown">
      <summary>The operation is in an unknown and unhandled state.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Started">
      <summary>The operation has started.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.InProgress">
      <summary>The operation is in progress.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Compressing">
      <summary>The operation is presently compressing data files.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Uncompressing">
      <summary>The operation is presently decompressing data files.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Completed">
      <summary>The operation is completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPDeploymentStatus.Canceled">
      <summary>The operation is cancelled.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPExport">
      <summary>Supports export of specified content from a source Windows SharePoint Services site collection to a CAB file (with .cmp file extension) in XML format.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.#ctor">
      <summary>Initializes a nonparameterized instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExport" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.#ctor(Microsoft.SharePoint.Deployment.SPExportSettings)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExport" /> class with the desired <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> values passed in.</summary>
      <param name="settings">
        <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> object with the desired export settings.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.#ctor(System.Uri,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExport" /> class that specifies the URL of the source web and the location of the content migration package.</summary>
      <param name="sourceSiteUrl">The URL for the site that contains the content that is being exported.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.#ctor(System.Uri,System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExport" /> class that specifies the URL of the source web, the location of the content migration package, and the base file name for the content migration package.</summary>
      <param name="sourceSiteUrl">The URL for the site that contains the content that is being exported.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
      <param name="baseDataFileName">The base file name of the content migration package (*.cab).</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.Cancel">
      <summary>Do not use. This method is not implemented in the current version of Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.CleanUpAutoGeneratedDataFiles">
      <summary>Deletes autogenerated data files that were used to support the export operation.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPExport.Compressing">
      <summary>An event that is raised when the export operation is about to compress output files.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExport.Run">
      <summary>Initiates the export operation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExport.Settings">
      <summary>Gets or sets export settings on the <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> object.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> object that contains the specified export settings.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPExportMethodType">
      <summary>Specifies whether an export operation is full or incremental.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPExportMethodType.ExportAll">
      <summary>Export all objects.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPExportMethodType.ExportChanges">
      <summary>Export incremental changes only.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPExportObject">
      <summary>Provides information about specific objects selected for export, and provides methods to direct how they are exported to the content migration package.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObject.#ctor">
      <summary>Instantiates a new, nonparameterized instance of the SPExportObject class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObject.#ctor(System.Guid,Microsoft.SharePoint.Deployment.SPDeploymentObjectType,System.Guid,Microsoft.SharePoint.Deployment.SPIncludeDescendants)">
      <summary>Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects.</summary>
      <param name="objId">Global unique identifier (guid) that identifies the object being exported.</param>
      <param name="objType">SharePoint type of the object being exported.</param>
      <param name="parentObjId">Global unique identifier (guid) that identifies the parent object of the object being exported.</param>
      <param name="includeDescendants">Enumeration value that specifies whether to include no descendants (0), all descendants (1), or only descendants that represent content types (2).</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObject.#ctor(System.Guid,Microsoft.SharePoint.Deployment.SPDeploymentObjectType,System.Guid,System.Boolean)">
      <summary>Instantiates a new instance of the SPExportObject class that provides identifiers ob both the object and its parent object, provides the object type, and specifies whether to exclude child objects.</summary>
      <param name="objId">Global unique identifier (guid) that identifies the object being exported.</param>
      <param name="objType">SharePoint type of the object being exported.</param>
      <param name="parentObjId">Global unique identifier (guid) that identifies the parent object of the object being exported.</param>
      <param name="excludeChildren">Specifies whether to exclude child objects of the export object; true if children are excluded. The default is false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObject.ExcludeChildren">
      <summary>Gets or sets a Boolean value that specifies whether to include or exclude children of the specified export object.</summary>
      <returns>true to exclude the children of the object from the export; otherwise false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObject.ExportChangeToken">
      <summary>Gets or sets a string representing a change token to support incremental export operations.</summary>
      <returns>Returns the change token for the export operation.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObject.IncludeDescendants">
      <summary>Gets or sets a SPIncludeDescendants enumeration integer value that specifies whether to include all descendants, no descendants, or only descendants that represent content types.</summary>
      <returns>Returns 0 if no descendants are included; returns 1 if only content-type descendants are included; returns 2 if all descendants are included.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObject.Url">
      <summary>Gets or sets the URL of the object being exported.</summary>
      <returns>Returns the string URL of the object being exported.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPExportObjectCollection">
      <summary>Provides methods and properties to maintain a collection of export objects (SPExportObject instances) for exporting to the content migration package. The collection specifies the scope of the export operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObjectCollection.#ctor">
      <summary>Instantiates a new instance of the SPExportObjectCollection class. This is the default constructor.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObjectCollection.#ctor(System.Int32)">
      <summary>Instantiates a new instance of the SPExportObjectCollection class that specifies the initial capacity of the collection.</summary>
      <param name="capacity">Integer specifying the number of export objects that the collection is initially capable of storing.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObjectCollection.Add(Microsoft.SharePoint.Deployment.SPExportObject)">
      <summary>Adds an export object to the collection.</summary>
      <param name="exportObj">The export object (<see cref="T:Microsoft.SharePoint.Deployment.SPExportObject" /> instance) that is added to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObjectCollection.Clear">
      <summary>Clears the list of deployment objects that are contained in the specified object collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportObjectCollection.CopyTo(Microsoft.SharePoint.Deployment.SPExportObject[],System.Int32)">
      <summary>Copies an export object into the export object array.</summary>
      <param name="exportObjArray">Array of export objects in the collection.</param>
      <param name="index">Integer representing the index at which a given export object is placed in the array.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObjectCollection.Count">
      <summary>Gets the number of export objects that are in the collection.</summary>
      <returns>Returns an integer specifying the number of export objects in the collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportObjectCollection.Item(System.Int32)">
      <summary>Gets an export object in the collection at the specified index.</summary>
      <returns>Returns an integer specifying the index at which an export object is located in the collection.</returns>
      <param name="index">Integer representing the index at which a given export object resides in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPExportSettings">
      <summary>Contains the settings that are used for exporting content to a content migration package.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportSettings.#ctor(System.Uri,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> class that specifies the URL of the source web and the location of the content migration package. </summary>
      <param name="sourceSiteUrl">The URL for the site containing the content that is being exported.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportSettings.#ctor(System.Uri,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPExportSettings" /> class that specifies the URL of the source web, the location of the content migration package, and the base file name for the content migration package.</summary>
      <param name="sourceSiteUrl">The URL for the site containing the content that is being exported.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
      <param name="baseDataFileName">The base file name of the content migration package (*.cab).</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.AutoGenerateDataFileName">
      <summary>Gets or sets a value that indicates whether a file name for the content migration package should be automatically generated.</summary>
      <returns>Returns true to automatically generate the file name for a content migration package; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.CurrentChangeToken">
      <summary>Gets or sets the current change token in the change log that is used as a comparison value when running subsequent incremental export operations.</summary>
      <returns>A string containing the token.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.DataFiles">
      <summary>Gets a read-only collection of export/import data files.</summary>
      <returns>An ArrayList object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.ExcludeDependencies">
      <summary>Specifies whether to exclude dependencies from the export package when exporting objects of type SPFile or SPListItem.</summary>
      <returns>true if dependecies are excluded from the export package; otherwise, returns false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.ExportChangeToken">
      <summary>Gets or sets the change token to use when exporting incremental changes based on changes since the last export.</summary>
      <returns>A string containing the token. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.ExportMethod">
      <summary>Gets or sets a value that specifies whether you want to do a full or incremental export. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPExportMethodType" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.ExportObjects">
      <summary>Gets the collection of objects to export.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPExportObjectCollection" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.ExportPublicSchema">
      <summary>Gets or sets a value that specifies whether to use the public schema format when exporting a list field.</summary>
      <returns>true if the export operation uses the public schema. Returns false if a list item field collection is retrieved directly from the database.The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.FileMaxSize">
      <summary>Gets or sets a value that specifies the maximum size for a content migration package (.cmp) file that is outputted by the export operation.</summary>
      <returns>A 32-bit integer that contains the file size for the content migration package (.cmp) file. The default is 24 MB. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.IncludeVersions">
      <summary>Gets or sets a value that determines what content is selected for export based on version information. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPIncludeVersions" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.LogExportObjectsTable">
      <summary>Gets or sets a value specifying whether the contents of the temporary table, "#ExportObjects" should be written to a log file.</summary>
      <returns>true if logging export object to the temporary table is enabled; otherwise, returns false.The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.OverwriteExistingDataFile">
      <summary>Gets or sets a value indicating whether you can overwrite an existing content migration package file when running export.</summary>
      <returns>true to allow reuse of the content migration package CAB file; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.TestRun">
      <summary>Gets or sets a value specifying whether to complete a test run.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPExportSettings.UnattachedContentDatabase"></member>
    <member name="M:Microsoft.SharePoint.Deployment.SPExportSettings.Validate">
      <summary>Checks export settings to make sure that they are valid and don't conflict with each other.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPImport">
      <summary>Supports importing specified content into a Windows SharePoint Services site collection using a migration package (.cmp) file in XML format.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImport.#ctor">
      <summary>Initializes a nonparameterized instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImport" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImport.#ctor(Microsoft.SharePoint.Deployment.SPImportSettings)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImport" /> class with the desired <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> values passed in.</summary>
      <param name="settings">
        <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> object with the desired import settings.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImport.#ctor(System.Uri,System.String,System.String)">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImport" /> class that specifies the URL of the source web and the location of the content migration package.</summary>
      <param name="sourceSiteUrl">Specifies the URL for the import source site collection.</param>
      <param name="dataFileLocation">Specifies the location of the export files.</param>
      <param name="baseDataFileName">Specifies the name of the output migration (.cmp) file provided by the export operation. If the file was segmented on export, this property specifies the name of the first file in the chain of migration package files.If the FileCompression property is set to false, this property is ignored.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImport.Cancel">
      <summary>Do not use. This method is not implemented in the current version of Windows SharePoint Services.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPImport.ObjectImported">
      <summary>An event that is raised when the specified object has been successfully imported.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImport.Run">
      <summary>Lauches the import operation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImport.Settings">
      <summary>Gets or sets import settings on the <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> object.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> object that contains the specified import settings.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.Deployment.SPImport.Uncompressing">
      <summary>An event that is raised when the import operation is about to extract files from the content migration (.cmp) file.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPImportObject">
      <summary>Encapsulates information about deployment objects that are selected for import.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObject.IsDependency">
      <summary>Gets a Boolean value that specifies whether the import object is being imported together with its parent object.</summary>
      <returns>Returns true if the object is imported with its parent object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObject.SourceUrl">
      <summary>Gets the URL to the source location of the object that is being imported.</summary>
      <returns>Returns a string representation of the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObject.TargetName">
      <summary>Gets or sets the name of the target of the import operation. This property is only valid for objects that have the object type <see cref="F:Microsoft.SharePoint.Deployment.SPDeploymentObjectType.Web" />.</summary>
      <returns>Returns a string representation of the target name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObject.TargetParentUrl">
      <summary>Gets or sets the URL to the parent of the import object on the destination site collection.</summary>
      <returns>Returns a string representation of the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection">
      <summary>Maintains a listing of <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> instances in the collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportObjectCollection.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportObjectCollection.#ctor(System.Int32)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObjectCollection" /> class and provides an integer value that specifies the number of items that the collection is able to contain initially.</summary>
      <param name="capacity">The number of objects that the collection is able to contain initially.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportObjectCollection.CopyTo(Microsoft.SharePoint.Deployment.SPImportObject[],System.Int32)">
      <summary>Copies the elements of an array of <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> objects, starting at the specified array index.</summary>
      <param name="importObjArray">The array of <see cref="Microsoft.SharePoint.Deployment.SPImportObject" /> objects to which  the collection is copied.</param>
      <param name="index">A 32-bit integer that specifies the array index at which to start copying the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObjectCollection.Count">
      <summary>Gets the number of items currently in the collection.</summary>
      <returns>Returns an integer that specifies the number of <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> instances in the collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportObjectCollection.Item(System.Int32)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> instance at the specified indexed location in the collection.</summary>
      <param name="index">The indexed location of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportObject" /> instance in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPImportSettings">
      <summary>Contains the settings that are used for importing content from a content migration package.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportSettings.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportSettings.#ctor(System.Uri,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> class, including the URL for the destination Web site and the location of the content migration package.</summary>
      <param name="sourceSiteUrl">The URL for the destination Web site.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPImportSettings.#ctor(System.Uri,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPImportSettings" /> class, including the URL for the destination Web site, the directory containing the content migration package, and the base file name of the content migration package.</summary>
      <param name="sourceSiteUrl">The URL for the destination Web site.</param>
      <param name="dataFileLocation">The path to the directory where the content migration package is located.</param>
      <param name="baseDataFileName">The base file name of the content migration package.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.ActivateSolutions"></member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.IgnoreWebParts">
      <summary>Gets or sets a value that specifies whether the import operation ignores Web Parts associated with a file. Set to true to disable importing Web Parts; the default value is false.</summary>
      <returns>true if importing Web parts for a file is disabled; otherwise, returns false.The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.RetainObjectIdentity">
      <summary>Gets or sets a value that specifies whether identifier GUIDs are retained when the content is imported into the destination location. </summary>
      <returns>true to retain GUIDs; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.SuppressAfterEvents">
      <summary>Gets or sets a Boolean value that directs whether to disable the firing of After events when creating or modifying files or list items.</summary>
      <returns>true if the firing of After events is disabled; otherwise, returns false.The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.UpdateVersions">
      <summary>Gets or sets a value indicating how versioning is managed in the destination location. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPUpdateVersions" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.UserInfoDateTime">
      <summary>Gets or sets a value that specifies the level of user information that is retained when content is imported. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption" /> value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.WebId">
      <summary>Gets or sets the GUID for the destination Web site.</summary>
      <returns>A GUID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPImportSettings.WebUrl">
      <summary>Gets or sets the URL of the destination Web site.</summary>
      <returns>A string containing the URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption">
      <summary>Specifies the level of user information that is retained when content is imported. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption.None">
      <summary>(Default) Specifies the retention of the author/editor with the Operator Account; also creates a current time/date stamp and replaces the user lookup with an empty string (""). </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption.ReplaceUserWithSystemAccount">
      <summary>Specifies the retention of Retain the original time/date stamp, but replaces the author/editor with the System Account and replaces the user lookup with an empty string ("").</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPImportUserInfoDateTimeOption.ImportAll">
      <summary>Specifies the retention of the original author/editor information, time/date stamp, and user lookup value.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPIncludeDescendants">
      <summary>Specifies the scope of descendants that are exported to the content migration package (.cmp) file, or that no descendants are exported.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeDescendants.None">
      <summary>Specifies that no descendants of the parent object are exported.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeDescendants.Content">
      <summary>Specifies that only the direct descendants of the parent object are exported.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeDescendants.All">
      <summary>Specifies that all descendants of the parent object, including nested generations, are exported.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPIncludeSecurity">
      <summary>Contains values that describe the user and group information to include during an export or import operation. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeSecurity.None">
      <summary>(Default) No user or group information is migrated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeSecurity.WssOnly">
      <summary>Includes user memberships and role assignments such as out of the box roles like Web Designer, or any custom roles that extend from the out of the box roles. The ACL for each object is migrated. No user information defined in the DAP or LDAP servers is included.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeSecurity.All">
      <summary>Includes user memberships and role assignments such as out of the box roles like Web Designer, or any custom roles that extend from the out of the box roles. The ACL for each object is migrated. In addition, user information defined in the DAP or LDAP servers is included. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPIncludeVersions">
      <summary>Contains values that describe the versions to include in your export package. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeVersions.LastMajor">
      <summary>(Default)  Include the last major version</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeVersions.CurrentVersion">
      <summary>Include the most recent version</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeVersions.LastMajorAndMinor">
      <summary>Include the last major and last minor versions </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPIncludeVersions.All">
      <summary>Include all versions</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs">
      <summary>Encapsulates event data for the import operation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.#ctor(Microsoft.SharePoint.Deployment.SPDeploymentObjectType,System.String,System.String,System.Guid,System.Guid)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs" /> class that includes type information and also source and target identifiers and locations.</summary>
      <param name="type">The  <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType" /> for the import object.</param>
      <param name="sourceUrl">The string URL of the parent object of the specified object in the source site collection.</param>
      <param name="targetUrl">The string URL of the parent object of the specified object in the target site collection.</param>
      <param name="sourceId">Unique identifier (GUID) for the source site collection.</param>
      <param name="tagetId">Unique identifier (GUID) for the target site collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.SourceId">
      <summary>Gets the unique identifier (GUID) for the source site collection.</summary>
      <returns>Returns a GUID for the source site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.SourceUrl">
      <summary>Gets the string URL of the parent object of the specified object in the source site collection.</summary>
      <returns>Returns a string representation of the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.TargetId">
      <summary>Gets the unique identifier (GUID) for the target site collection.</summary>
      <returns>Returns a GUID for the target site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.TargetUrl">
      <summary>Gets the string URL of the parent object of the specified object in the target site collection.</summary>
      <returns>Returns a string representation of the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Deployment.SPObjectImportedEventArgs.Type">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType" /> of the import object.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Deployment.SPDeploymentObjectType" /> enumeration value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Deployment.SPUpdateVersions">
      <summary>Specifies how the import operation handles existing files when importing an updated version.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPUpdateVersions.Append">
      <summary>Imports the updated version and appends versioning information, either minor or major version as specified in the import setting <see cref="P:Microsoft.SharePoint.Deployment.SPImportSettings.UpdateVersions" />.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPUpdateVersions.Overwrite">
      <summary>Deletes the existing version at the import destination and then imports the updated version of the file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Deployment.SPUpdateVersions.Ignore">
      <summary>Ignores versioning and imports the updated file.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Diagnostics.LogFileEntry"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.LogFileEntry.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Area"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Category"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Context"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Continuation"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.CorrelationId"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Level"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Message"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Process"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.Tag"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.ThreadId"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.LogFileEntry.TimeStamp"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.PortalLogLevel"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.PortalLogLevel.Verbose"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.PortalLogLevel.Information"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.PortalLogLevel.Critical"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.PortalLogLevel.Unexpected"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider.#ctor(Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider.Columns"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider.TableName"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsBlockingQueryProvider.WaitTimeThreshold"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.LogTime"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.m_LogTime"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.m_MachineName"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.m_PartitionId"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.m_RowId"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.MachineName"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.ParitionId"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEntry.RowId"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.#ctor(Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.Columns"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.ExcludedEvents"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.IncludedEvents"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.Sync"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsEventLogProvider.TableName"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.#ctor(Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.AddPerformanceCategory(Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.Categories"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.Columns"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.Delete"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.OnDeserialization"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.OnProvisioning"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.OnUnprovisioning"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.Sync"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsPerformanceCounterProvider.TableName"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.#ctor(System.String,System.String,System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPJobLockType)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Columns"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.CreateHelperTable(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition})"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.CreateStoredProcedure(System.String,System.Collections.Generic.IList{System.Data.SqlClient.SqlParameter},System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.CreateTable(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition})"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Delete"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.DisableAll(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.DropHelperTable(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.DropStoredProcedure(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.EnableAll(Microsoft.SharePoint.Administration.SPFarm)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Execute(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.ExecuteReader(System.Data.SqlClient.SqlCommand)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.GetLastSyncUtc(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.GetLastSyncUtc(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.OnProvisioning"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.OnUnprovisioning"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.RetentionPeriod"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Sync"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.TableName"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Unprovision"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.Update"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.WriteDataRowToServer(System.DateTime,System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProvider.WriteDataRowToServer(System.String,System.Collections.Generic.IList{Microsoft.SharePoint.Administration.SPColumnDefinition},System.DateTime,System.String,System.Object[])"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderCollection"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderCollection.#ctor(Microsoft.SharePoint.Administration.SPTimerService)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderJobDefinition.#ctor(System.String,Microsoft.SharePoint.Administration.SPService,Microsoft.SharePoint.Administration.SPJobLockType)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.#ctor(Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.AverageWorkerTimeThreshold"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.Columns"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.TableName"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlDmvProvider.TotalIOOperationsThreshold"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider.#ctor(System.String,System.String,System.String,Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider.Query"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider.Sync"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsSqlProvider.Validate"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.#ctor(Microsoft.SharePoint.Administration.SPService)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.Columns"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.Level"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.Sync"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPDiagnosticsULSProvider.TableName"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition.#ctor(System.String,System.Collections.Generic.IList{System.String})"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition.AddInstance(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition.ShouldMonitorInstance(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPMergeLogFilesJobDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPMergeLogFilesJobDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPMergeLogFilesJobDefinition.Execute(Microsoft.SharePoint.Administration.SPJobState)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.#ctor(System.String,System.Collections.Generic.IList{System.String})"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.AddInstance(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.CategoryName"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.ContainsCounter(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.CounterNames"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.NormalizeInstanceName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition.ShouldMonitorInstance(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition.AddInstance(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition.MonitoredProcessNames"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition.NormalizeInstanceName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPProcessPerformanceCategoryDefinition.ShouldMonitorInstance(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SPWebServicePerformanceCategoryDefinition"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SPWebServicePerformanceCategoryDefinition.#ctor"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SQM"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AddTo1WideStream(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AddTo2WideStream(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AddTo3WideStream(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32,System.UInt32,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AddToAvgDp(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AddToStream(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32[]@)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.AreThereFilesToUpload"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DeleteSqmDataFiles"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DisableSqmThisSession"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DpIncrement(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DpIncrementOne(Microsoft.SharePoint.Diagnostics.SQMDP)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DpSetTime(Microsoft.SharePoint.Diagnostics.SQMDP,Microsoft.SharePoint.Diagnostics.SQM.DpTimer@)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DpSetTimeIfMax(Microsoft.SharePoint.Diagnostics.SQMDP,Microsoft.SharePoint.Diagnostics.SQM.DpTimer@)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.DpSetTimeIfMin(Microsoft.SharePoint.Diagnostics.SQMDP,Microsoft.SharePoint.Diagnostics.SQM.DpTimer@)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.GetCvrFile(System.Text.StringBuilder)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.GetInstalledAppBitfield"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.GetStudyId"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.IsSqmEnabled"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.MakeDPCvrOnly(Microsoft.SharePoint.Diagnostics.SQMDP)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetDpBitsOr(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetDpBool(Microsoft.SharePoint.Diagnostics.SQMDP,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetDpIfMax(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetDpIfMin(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetDpValue(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SetStreamParameters(Microsoft.SharePoint.Diagnostics.SQMDP,System.UInt32,System.Boolean,System.UInt16,Microsoft.SharePoint.Diagnostics.SQM.StreamType)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SqmAddTimeToAvg(Microsoft.SharePoint.Diagnostics.SQMDP,Microsoft.SharePoint.Diagnostics.SQM.DpTimer@)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SqmMinimalRegister(System.Text.StringBuilder,System.UInt32,System.Text.StringBuilder,System.UInt32,System.Text.StringBuilder,System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.SqmWriteDatafileFromBuffer(System.Byte[],System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.StartTimer(Microsoft.SharePoint.Diagnostics.SQM.DpTimer@)"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamCVROnlyMax1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamCVROnlyMax2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamCVROnlyMax3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamDefaultMax"></member>
    <member name="M:Microsoft.SharePoint.Diagnostics.SQM.UploadAllFiles"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SQM.DpTimer"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SQM.StreamType"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamType.Static"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQM.StreamType.Cyclic"></member>
    <member name="T:Microsoft.SharePoint.Diagnostics.SQMDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APP_TERMINATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXIT_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MODULE_NAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MTTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MTTA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACTIVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYS_VOL_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYS_VOL_SPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYBOARD_INPUT_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INPUT_LANGUAGE_CHANGE_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILEOPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEMORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SCREEN_DEPTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SCREEN_DPI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROC_SPEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROC_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUM_PROC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTION_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONN_BANDWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIN_USR_ACT_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRCACHEFAILCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMEZONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_MINOR_VER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_BUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_DFLT_LOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_USER_LOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_UI_LANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_SKU_LANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_UI_LANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_HELP_LANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_WEB_LOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRCACHEHITSCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HANDWRITING_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPEECH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRDOWNLOADFAILEDCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IE_VER_BUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRREGOVERRIDEHIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IE_P3P_FIRST_PARTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IE_P3P_THIRD_PARTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRREGOVERRIDEREJECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSRXMLDOWNLOADCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDAC_BUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONB6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IS_PROJECT_PRO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DARWIN_VER_BUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IE_DEFAULT_BROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLLABPORTFOLIOMODELER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLLABPROJECTCENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLLABPUBLISHASSIGNMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_PRODUCT_VER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_PRODUCT_CODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLLABPUBLISHPROJPLAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APP_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSIBILITY_VER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMFORMUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_APPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SESSION_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESERIESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSIBILITY_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MSO_END_BOOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_SHIP_ASSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SQM_INTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SP_LEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSUITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_STS_SYNC_EVENT_LINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SQM_UPLOAD_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FIND_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FIND_REG_EXP_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FIND_RULES_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FIND_TIMER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPOPENQUERYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_REPLACE_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_REPLACE_REG_EXP_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_REPLACE_RULES_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_REPLACE_TIMER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_SAVE_QUERY_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TAGS_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TAGS_RULES_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TAGS_TIMER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMDBARBTN_CLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMDBAR_DISPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMDBAR_HIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_DONT_SEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_SECOND_LEVEL_DONT_SEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_SECOND_LEVEL_SEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_SEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_TRANSFER_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_VIEWED_ERROR_DETAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_VIEWED_FINAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_VIEWED_MORE_INFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_VIEWED_POLICY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_VIEWED_TECH_DETAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVG_SESSION_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGE_LOGIN_TRANSACTION_TIME_FROM_APP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOG_IN_BY_APP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOG_IN_WITH_SAVED_CREDENTIALS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXIMUM_LOGIN_TRANSACTION_TIME_FROM_APP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MINIMUM_LOGIN_TRANSACTION_TIME_FROM_APP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_RESPONSE_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_TRANSFER_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEDISCIPLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEPEOPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICETEAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKUNSAFEATTACHMENTSDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTINSERTLOCALCLIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTINSERTWEBCLIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTLAUNCHHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTLAUNCHORG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTLAUNCHWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTPANESHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTRESULTFILTERSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPARTSEARCHSCOPESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEW2BLANKNFT1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWBLANKFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWFPPAGETEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWFPWEBTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWFROMEXISTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWNFT2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWNFT3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWNFT4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWTEMPLATEBROWSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWTEMPLATEMRU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWTEMPLATEONMYCOMPUTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWTEMPLATEONMYWEBSITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWTEMPLATESEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDANOTEAVGCHARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDANOTEUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDANOTEENTRYPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHABORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHELAPSEDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACTIONSINPRINTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACTIONSINWEBVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEPBCOLORMODETOPRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ELASPEDTIMEBETWEENEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISAUTOSAVEON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MASTERPAGECOUNTATCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCUMENTSTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFTIMESEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENFIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENREPLACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENREPLACEFROMFIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGECOUNTATCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGESORTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PBCOLORMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKALWAYSSHUTDOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASPUB2000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASPUB98"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASWEBARCHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASWEBPAGEFILTERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDASHTMLMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMEBETWEENSAVES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_USECATALOGATSTARTUPON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_USEDESIGNGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBPAGEPREVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTBOOTSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCALCULATIONCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCHARTEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTDIALOGACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCONFLICTNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTDIALOGTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCONTROLVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTERRORACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTERRORNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTERRORTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTEXCELOFFICELINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTEXCELTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTEXPORTACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTFILTERNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTFILTERTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILTERTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTLINKEDTABLEACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTNEWROWTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTOFFICEAPPMISSING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTOFFLINEEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTPIVOTTABLEEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTPRINTEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTRECORDSADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTRECORDSDELETED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTRECORDSEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTREFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTREPORTACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSERVERRESPONSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSHOWPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSHOWTOTALSROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSORTNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSORTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTSORTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTTIMEOUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTTOTALSROWTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_FILE_OPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_OPEN_DATABASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_OPEN_DATAPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_OPEN_PIVOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_SAVE_PROJECT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_WIZARD_TOTAL_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_FILE_OPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_FILE_SAVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_INSERT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGE_FILE_OPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGE_FILE_SAVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGE_NEW_WEB_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGE_OPEN_WEB_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGE_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINT_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINT_FILE_OPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINT_FILE_SAVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_FILE_OPEN_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_FILE_SAVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_EXIT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_NEW_MESSAGE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_OPEN_EXISTING_ITEM_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_MAIL_SEND_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAPOINT_VERSION_OFFICE_MAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_DELETE_ITEM_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTTOTALSROWCOLUMNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEPICTURETOEMBED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEPICTURETOLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTAUTOFITTEXTBOXES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTEPSPICTURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTMULTICOLUMNMASTERPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTMULTICOLUMNTEXTBOXES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KIDPASSPORTAPPLOGIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISBASELINEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISBASELINEINSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSERTPICTUREASLINKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSERTPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTSTYLESHEETSINUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISCOMPOSITECMYKDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHRESULTSSORTDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHRESULTSSORTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHRESULTSSORTTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILEOPEN_NUMBERTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILEOPEN_NUMBERASSIGNMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTSPOTTIFFPICTURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEEXCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEHTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEIMAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPEPOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARTASKPADVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTIONLATENCY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULTMESSAGEEDITOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULTMESSAGEFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCHANGECACHEDMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATALERTINFOTEXTAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATALERTINFOTEXTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZECALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZEDELETEDITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZEEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZEJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZENOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEFOLDERSIZETASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERDELETEDITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDEREMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGEITEMCOUNTPERFOLDERJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTDELETEDITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGEINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INCOMINGMESSAGEFORMATHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INCOMINGMESSAGEFORMATRICHTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INCOMINGMESSAGEFORMATPLAINTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INCOMINGMESSAGEFORMATOUTLOOKITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSTALLLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSTALLSOURCETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOCALCACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILBOXSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEINSTALLTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEUPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTOFDISKSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPOPDOWNLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPOPBYTESOTW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPOPMESSAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPREVIEWPANEDRAWHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPREVIEWPANEDRAWRICHTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPREVIEWPANEDRAWPLAINTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFPREVIEWPANEOUTLOOKITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFSHAREDCALENDARSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFSHAREDCALENDARCACHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PIDKEYERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINTINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIEWPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHERINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECENTLYUSEDFOLDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRPCCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RPCCANCELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RPCDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RPCOVERHTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RPCTIMESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDEREXCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREDFOLDERSJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SMARTFOLDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SMARTFOLDERMESSAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSOUTLOOKTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WUNDERBARCLICKSFOLDERTREE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRECEIVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRECEIVEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESSENTPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHECKINMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHECKOUTMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHECKINPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHECKOUTPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCLEANCLOSEDIAGCHECKIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCLEANCLOSEDIAGCHECKINKEEPWORKING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCLEANCLOSEDIAGUNDOCHECKOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTDIRTYCLOSEDIAGSAVECHECKIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTDIRTYCLOSEDIAGSAVEONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTDIRTYCLOSEDIAGDISCARDUNDO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTDIRTYCLOSEDIAGDISCARDONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTPLACEHOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILESAVE_NUMBERASSIGNMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMACCESSDENIEDEXPIREDRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMACCESSDENIEDNORIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGALLOWEVERYONEREAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGNUMBEROFPEOPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGTIMETOEXPIRE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGENABLEREQUESTRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGENABLEPRINTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGENABLECOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGENABLEPROGRAMMATICACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGENABLETRUSTEDBROWSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGALWAYSREQUESTLICENSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGPROTECTEDFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMCORPACTIVATIONPASSPORTORINTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMDOCUMENTPROTECTIONSUCCESSFUL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMDOCUMENTPROTECTIONUNSUCCESSFUL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMDOWNLOADCRITICALUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMDOWNLOADONINSTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMNOBITSDOWNLOADACCEPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMNOBITSDOWNLOADREJECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPERMANENTACTIVATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPERMANENTACTIVATIONLIMITHIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTCMYKCOMPOSITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTGRAYSCALECOMPOSITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTRGBCOMPOSITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTSEPARATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTSPOTASPROCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDETOOLBARBREAK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDETOOLBARRESETWINDOWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDETOOLBARSIMULTANEOUSSCROLL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUICLIENTWINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TEMP_OFFICE_SKU_MAPPINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUISUSPEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUIMANUALSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUIRESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUISERVERWINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUIVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDUNDOFCI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUICOMPAREANDMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LEVELRESOURCESLEVELNOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGDIALOGCLOSENOACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGSTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGWORDLOCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGNOTWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGDIALOGOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGDIALOGRESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONINGDIALOGDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRUSFOUNDDOWNLOADREPAIRED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRUSFOUNDUPLOADREPAIRED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRUSFOUNDUPLOADREPAIRFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRUSFOUNDDOWNLOADREPAIRFAILEDSAVEYES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRUSFOUNDDOWNLOADREPAIRFAILEDSAVENO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTMENUITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDEMAILEXCELATTACHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDEMAILNOATTACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDEMAILOTHERATTACHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDEMAILPPTATTACHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDEMAILWORDATTACHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPTINTERFACECUSTOMPGCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPTINTERFACEPGOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJGUIDETOOLBARCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDFILEENTRYPTICON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDFILEENTRYPTMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMPROTECTEDFILEENTRYPTPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPADDDATASOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPBEHAVIORSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCLOSEDPAGESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCODESNIPPETSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJPROLOGONTOSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCOMPATDLGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCREATEPL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCREATESNIPPETSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCREATESTSLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCUSTOMPAGESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWCFFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWCFHIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWCFSHOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWLVCERRORPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWLVCPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDBWCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCCOPYANDMODIFY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCFINDINCATALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCSENDTOFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCSENDTOMAILREC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCTYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDSCTOPLEVELNODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPFILEEXTENSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPHTTPWEBCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPLAYERPAGESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPLOCKEDSIZECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPNEWPAGESMARTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPOPENWEBCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPAGESIZEKB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPAGESIZENODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPAGEWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPANELDECORATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPANELLAYOUTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTDAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTFILESYSTEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTFTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTFPSE98"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTFPSE2000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTFPSE2002"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTSTS2002"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDESTSTSNET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDRAGLTOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDRAGRTOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFILESYSTEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFORWARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFORWARDARROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFPSE2000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFPSE2002"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFPSE98"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBFTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBREVERSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBREVERSEARROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBSTS2002"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBSTSNET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBSYNCARROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBUSESPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPREPORTVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSAVEDPAGESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSESSIONSWITHWEBCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSMARTPAGETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSTSCUSTOMIZATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSTSWEBSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSTSWEBSSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPTABLEDECORATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPTABLENOWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPTABLEPERCENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPTABLEPIXEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPTABLESPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPUSAGEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTCONNECTIONCROSSPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTCONNECTIONDESTINTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTCONNECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTCONNECTIONSRCINTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTCONNECTIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTINZONEPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTINZONEPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTZONEPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBSITEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINT_UNDO_ACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDFILENEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKINCOMINGATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDOPENMRU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDWEBMRU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMTIMECARDDETAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDSPOTLIGHTLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISAUTOFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISAVEIMGSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISAVENUMIMGPERFLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISAVENUMIMGPERPICLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCOMPRESSDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCOMPRESSFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCOMPRESSWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCOPYTOPICLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEBMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEEMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEGIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEJPEG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEPNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPETIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEWMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISIMAGESEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISLAUNCHMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISMAXIMGPERFLDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISMULTIMGEDITUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISNUMEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISNUMMULTIMGEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISNUMPICLIBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISNUMSHORTCUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEBMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZETIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEEPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEFPX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZECGM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEPCX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZECDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEWPG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEWMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEPCD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEPNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEPICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEGIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEAVEFILESIZEJPEG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPETIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEEPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILETYPEFPX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILETYPEBMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPECGM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEPCX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPECDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEWPG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEWMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEPCD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEPNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEPICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEGIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEJPEG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZETIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEEPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEFPX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEBMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZECGM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEPCX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZECDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEWPG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEWMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEPCD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEPNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEPICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEGIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEMAXSIZEJPEG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTAVEPRINTSPOOLPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTCANVASDELETED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTCANVASNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTCANVASTURNEDOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGCYCLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGORG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGRADIAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGPYRAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGVENN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTDIAGTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEARTMAXPRINTSPOOLPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUTOLYTNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUTOLYTUNDONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTBOTHPROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUTOLYTOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDRMONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTHARDWAREACCELENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTHARDWAREACCELON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMASTERSMAXNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMULTIMONENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTNOPROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPKTTOCDAVESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPKTTOCDSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPKTTOFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPSWDPROTECTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME1STCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME1STCANDIDATECHARACTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME2NDCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME2NDPAGECANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME3RDCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME4THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME5THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME6THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME7THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME8THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME9THCANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESOURCECHANGEAVAILABILITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEBSKEYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECHARACTERERRORRATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECHARACTERSPERMINUTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECONVERSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDAYSSINCEINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEHIGHERPAGECANDIDATEHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEINPUTMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIPMOVECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEKEYSPERCHARACTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEKEYSSINCEINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEMOREMORECANDIDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPHRASEERRORRATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPHRASEEXPANSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPHRASESHRINKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMERECOMMENDEDCANDIDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMERETYPECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMERETYPERATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETIPCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETIPUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETOTALCHARACTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETOTALKEYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETOTALMINUTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDOPENWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDSPOTLIGHTMORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESOURCECHANGECALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETTINGSTARTEDPAGESMRU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAGEFILETYPEOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISFILETYPEOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTANIMEFFECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTANIMSCHEMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOAIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOAU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOMP3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOMIDI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOWAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAUDIOWMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPERCENTWANIM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOAVI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOASF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSLIDEMAXNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRESENTERVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPKTTOCD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOWMV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOQT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOMPEG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTVIDEOIVF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSDESIGNERLANGUAGECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSEDITORLANGUAGECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSCHOOSETOCUSTOMIZEASAMPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPKTTOFOLDERSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSREAPPLYALGORITHM1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSREAPPLYALGORITHM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSREAPPLYALGORITHM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSREAPPLYALGORITHM4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKDAILYTIMEINOUTLOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTFILTERTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDETOOLSMENUCOMPAREMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDEWINDOWMENUGREATERTHANTWODOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIDEBYSIDEWINDOWMENUTWODOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUIAUTOSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCCONFLICTUIUNSUSPEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPUSEFLASH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSAVEDPAGESDSGNVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBDRAGDROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBPARTZONEPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSREAPPLYALGORITHM5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STUDY_ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPLYSETTINGTONEWOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CODEINPUB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CODERUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERFIXED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERFOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERNOTFIXED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HELPFULMOUSEPOINTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISCOMMERCIALPRINTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILANDCATALOGMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SANEOPLFATAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SANEOPLFUZZY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SANEOPLSTRICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_UNDO_ICETAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETANNOTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETAUTOEXIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETAVEINKPERDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETAVEOBJINKSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETCOMMENTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETINKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETMANUALEXIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETNUMINKSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSUIUSEDFORSTRUCTURALOPERATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXMLCLIPBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MS_INTERNAL_MACHINE_ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MS_INTERNAL_MACHINE_ID_2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSTABVISIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CREATERULEUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTCOLLIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTDISABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTFIRE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTFOCUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTTIMING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTTRANSPARENCY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTFILEPROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTSTATUSBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMUIALLOWEVERYONECHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOOLSBUILDTEAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCHAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCLEAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSIGNIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSUB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUPASTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMENTRYPTTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUCREATERULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUMANAGER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUOFFICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUOLCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUOLPROPERTIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUOLVISITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUOPENCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUPHONEEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUPHONEOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUPHONEPRIMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSCHEDULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSELECTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSENDOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUSTVISITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUUNDO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RULEACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RULECONDITIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLETAVETIMEINKSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOOLSSUBSTITUTERESOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KIMEHANJACHARORWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHHCCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHHCCHARACTERCONVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHHCDISPLAYSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHHCWORDCONVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATSONRCVERSION_HI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALRTINTLVERSION_LO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATSONRCVERSION_LO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALRTINTLVERSION_HI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWCHECKBOXRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYWORDTRUSTINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYEXCELTRUSTINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYPOWERPOINTTRUSTINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYVBAFILECHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYCOMFILECHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYOTHERFILECHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYWASCODESIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYWASNOTCODESIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYCERTALREADYTRUSTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYCERTINLEGACYTRUSTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYUSERENABLEDCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KSPELLCOUNTUSERDICTENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KSPELLCOUNTZEROCANDIDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHHCWORDREGISTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KIMEHANJAADDTOUSERDIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KIMEHANJACANDIDATEHIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYUSERDISABLEDCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYUSERTRUSTEDCERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYUSERDIDNOTTRUSTCERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYUSERSIGNEDVBA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYOFFICEAVAPIUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTMAILMERGEFIELDTRUNCATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPLFAILURETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUVISITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESKTOPALERTLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RULESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTEMAILSEARCHFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSENGERSTATS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMEMENUACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSENGERCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTEMAILFAVORITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCALENDARSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCALENDARSHAREDSTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCONTACTSSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTCONTACTSSHAREDSTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTTASKSSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTNOTESSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTJOURNALSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTFOLDERLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLDERCOUNTSHORTCUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EVENTDATAPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKACCOUNTTYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMETINYDATAPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMEINOUTLOOKDATAPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHMAXNUMBEROFCUSTOMACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTBLANK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFPARAGRAPHS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFWORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTXSD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTDATABASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMSTYLESONLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSIZEOFFONTTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTWEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSTARTPOINTCUSTOMIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXSDPROBLEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTRICHTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTDROPDOWNLISTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTLISTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTDATEPICKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTCHECKBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTOPTIONBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTOPTIONALSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLSNAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTOPTIONALSECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTREPEATINGSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTREPEATINGSECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTREPEATINGTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTBULLETEDLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTNUMBEREDLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTPLAINLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLATTRIBUTEDIALOGUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTHYPERLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTPICTUREINLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLPASTERECOVERYOPTIONCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTPICTURELINKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTEXPRESSIONBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTOOLBARSVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTCONTROLSLAYOUTTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCPROTECTIONNUMBEROFUSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTCUSTOMCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSCUSTOMIZEDSAMPLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCETEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCERICHTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCPROTECTEDONLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTIMEINMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEDROPDOWNLISTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGRESPONSETOENTRYDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGNEVERSHOWAUTODIALOGAGAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCELISTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEDATEPICKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECHECKBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEOPTIONBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTHUMBNAILSVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGDOCUMENTMAPVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTIMEONEPAGEDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTIMEINONEPAGEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTIMEINACTUALPAGEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGZOOMSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGEDITINREADINGMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGTHUMBNAILNAVIGATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMODECOMMENTSENTERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMODEHIGHLIGHTUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCONNECTIONTIMECONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCESECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHUSEINSERTACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSAVETODEFAULTLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHNUMBEROFCUSTOMACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEOPTIONALSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHPARENTALCONTROLSENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSDOCUMENTPARTOFWORKSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSENTRYPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSWORKSPACECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSCREATEFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOPTIONCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSDOCINDWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSCHECKFORUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSSTATEONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSWORKSPACECONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSCONFLICTCASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSPUBLISHTOWORKSPACEONCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSCONFLICTWHILEWORKING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSCONFLICTRESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSINTERVALBETWEENMANUALREFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSNUMBEROFMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSINVITENEWMEMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSNUMBEROFTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSNUMBEROFLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSNUMBEROFDOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSLISTEXCEEDS100ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSSAVELIVECOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSUSERVISITSHOMEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSDOCUMENTFORK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSPUBLISHBACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSRENAMESITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSENDERNOSHOWAGAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSENDASLIVEATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKNUMBEROFRECIPIENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKNUMBEROFLIVEATTACHMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKFILEFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSENDFORREVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKURLCHOICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKNODEFAULTSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKUSERMODIFIESHEADER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCONNECTIONTIMEDISCONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKOPENDIRECTLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKCLICKHOMEPAGELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSAVETOOTHERLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCONNECTIONTIMEOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDREMOVESMARTDOCINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDDOCUMENTACTIONSPANEVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEOPTIONALSECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEREPEATINGSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEREPEATINGSECTIONC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEREPEATINGTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDUSERALLOWDOWNLOADSOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEBULLETEDLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCENUMBEREDLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STNUMBERINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STNUMBEROFMOFLFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPFAILEDXSLTRANSFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXSLBADTRANSFORMFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSUITE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCIDCONTROLTYPEMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRMBIGDADDYDIALOGALLOWEVERYONECHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LANGSINSTALLED1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LANGSINSTALLED2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HELPLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HELPLANGUAGE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HELPCHANGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULTLANGUAGE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULTLANGUAGE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEDEFAULTLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANGUAGES1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANGUAGES2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANGUAGES3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANGUAGES4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEENABLEDLANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UICHANGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFWORDMAILMESSAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBERDOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOTFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFTEXTFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFRTFFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFMHTFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFXMLFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFHTMFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFNONWORDHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILESAVE_NUMBERTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_MEANFILESAVE_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWSUBPAGEINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINAUTOSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINERRTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINSENDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINLAUNCHEDPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINOLKLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINWRDLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINXLSLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINPPTLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINOLKREMINDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINOLKFWDOBJECTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINMSGTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINSCHEDSEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINRECPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINRECPTDL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINOLKRULEWIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINSENDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT151"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT152"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT153"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT154"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT155"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT156"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT157"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT158"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT159"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT160"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT161"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT162"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT163"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT164"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT165"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT166"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT167"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT168"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT169"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_JOT_DISPATCH_ACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRPCTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLSCHEMAINFERENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFILENEWCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHOWPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDOPENCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT170"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKCLICKSHAREDATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS2_3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS4_5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS6_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS11_20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDRECIPIENTS21PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCOUNT2KOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXPARACOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINPARACOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXPAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINPAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXFILESIZESAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXSIZEOFFONTTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXWORDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINWORDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCOUNTCLOSENOSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFILESWITHCOMMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFILESWITHREVISIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXUSERSINPROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINUSERSINPROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONCOMMENTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONREADONLYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONTRACKCHANGESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONFORMSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONSTYLELOCKDOWNCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONNOUSERREADONLYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPROTECTIONEVERYONEREADONLYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCOUNTURLONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCOUNTURLONCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCOUNTIDONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCOUNTIDONCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS2_3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS4_5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS6_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS11_20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTS21PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTXLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTMHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSOLKSHAREDATTACHMENTSFR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHPANEALTCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHPANERIGHTCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNT1K"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPAGECOUNTINF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONENOTEINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RMINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOTFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFTEXTFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTRIGHTCLICKINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTPANEINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTPROGINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLSCHEMALIBRARYURICOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLMAXSCHEMAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLAVGSCHEMAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLFILESWITHSCHEMAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLFILESNOSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLMAXURI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLAVGURI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLFILESNOURI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLFILESWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFILESSAVEDWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLSAVEDWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHTMLSAVEDWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCSAVEDWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOTSAVEDWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLFILESWITHIGNOREMIXEDCONTENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDAVGXMLTAGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAXXMLTAGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMINXMLTAGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCOUNTXMLTAGVIEWTOGGLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLTAGVIEWON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTSAVEDATAONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTSAVETRANSFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTTRANSFORMAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLCOUNTDEFAULTTRANSFORMAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLMAXTRANSFORMAVAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLMINTRANSFORMAVAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDXMLAVGTRANSFORMAVAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDOPENWORDML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDOPENNONWORDML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFRTFFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFMHTFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFXMLFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFHTMLFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFFILTEREDHTMLFILESSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEPLAINLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEHYPERLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEPICTUREINLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEPICTURELINKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEEXPRESSIONBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECONTROLSLAYOUTTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECUSTOMCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMABSENCEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMAPPLICANTRATING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMASSETTRACKING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMCHANGEORDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMEXPENSEREPORTDOMESTIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMEXPENSEREPORTINTERNATIONAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMINVOICESINGLETAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMINVOICEMULTIPLETAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMINVOICEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMISSUETRACKINGSIMPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMISSUETRACKINGDETAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMMEETINGAGENDA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMPERFORMANCEREVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMPROJECTPLAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMPURCHASEORDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMPURCHASEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMRESUME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMSALESREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMSERVICEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMSTATUSREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMTIMECARDSIMPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMTRAVELITINERARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMTRAVELREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFORMVENDORINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSDESIGNERENTERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCEDSP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECONTROLTOOLBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXCTSOURCECHANGETO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEW2NFT2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEW2NFT3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_STS_CREATE_PST_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_STS_SYNC_EVENT_NONLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_STS_SYNC_GC_NONLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_STS_SYNC_GC_LINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PTCREATEDIMPORTDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNESTEDHEADINGCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PTCREATEDDATAMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PTCREATEDSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDBT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PTCREATEDOLAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFLINECUBES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHARTCREATEDINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHARTCREATEDTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHARTCREATEDF11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHARTCREATEDCHARTTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PCCREATEDMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PCCREATEDTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PCCREATEDF11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PCCREATEDINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELFILESOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESPIVOTTABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESPIVOTCHARTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESCHARTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYSPECIFIER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDBOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPROVIDEROLEDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DBQUERYIMPORTDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DBQUERYNEWDBQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESPUBLISHEDSAVEASTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESPUBLISHEDSAVEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESSAVEDWEBPAGESAVEASTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESSAVEDSAVEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESSAVEDWEBPAGEINTERACTIVITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESSAVEDSAVEASINTERACTIVITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESLINKEDSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESMAXCOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESMAXROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESXLMPLYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESSAVEDXMLSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLAUTOLISTOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLROWORKBOOKOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLMAPPEROPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLEXPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPROVIDERODBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLDATAIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPROVIDERJETISAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLMAPPERMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLMAPPERTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLMAPPERINFER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLEXPORTFAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESEXTERNALCONNECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWBLANKDRAWINGIMPERIAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWBLANKDRAWINGMETRIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWBLANKSTENCILIMPERIAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWBLANKSTENCILMETRIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOAVERAGEPAGESPERDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOAVERAGESHAPESPERDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEDIALOGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESVBACODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOFINDSHAPETRIGGERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEDIALOGCOUNTYES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEDIALOGCOUNTYESALWAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEDIALOGCOUNTNO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEDIALOGCOUNTNOALWAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWEBARCHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEXMLSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEXMLDATAFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILETEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILETEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILECSV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODESTARTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEENDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEUNICODETEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDALLOWMULTIPAGESATSTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDALLOWMULTIPAGESATEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL5AND95"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL97TOOFF11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREADINGMODEEDITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL4WORKSHEET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL4WORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK3FM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK1FMT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK1ALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWK1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWQ1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEDBF3AND4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEDBF2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEDIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILESYLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCELXLW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNESTEDHEADINGDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNESTEDHEADINGIMDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOPRINTDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIODRAWINGSAVEDASWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWJ1JAPANESE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWKSJAPANESE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWJ2JAPANESE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEEXCEL2JAPANESE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWJ3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEWJ3FJ3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEUTF8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYODC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYUDL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYDSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYMDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYMDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYADP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYADE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINDENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYIQY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYDQY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYRQY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYOQY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYCUB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEQUERYDBPARADOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHPANETOOLSMENUCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHPANEAUTOLOOKUPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHCATEGORYSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHDIRECTEDQUERYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHINDIVIDUALTHESAURUSSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHTRANSLATIONSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHINDIVIDUALOSSSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHINDIVIDUALSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELDATASOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SMTP_CAPA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SMTP_AUTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOUTDENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKUNSAFEATTACHMENTSDIALOGCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSCOPENOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSCOPEFOLDERINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSCOPEFOLDEREXC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSCOPESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME0TO1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOCOMMENTADDEDTOMARKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINKADDEDTOMARKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME1TO2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKAMAPREBUILDDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKAMAPREBUILDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKAMAPREBUILDDIALOGCANCELED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME2TO4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOOPENVISIOSTENCIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWFROMTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME4TO6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME6TO10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME10TO15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME15TO20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINKADDEDTODRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLSCHEMAREADING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKDUMMYTIMEPERRPC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYBUILDTYPEMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLOCKEDEXPRESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETERRORVALUE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT171"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHERUNDOITEMSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTROWCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCOLUMNCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEBSRETYPECHARACTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECHARACTERERRORRATE0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIZARDTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME20TO30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONBOOTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFOLDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGETAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWSUBPAGETAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGEBTTN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGEINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGEPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWSUBPAGEBTTN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWSUBPAGEPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OOMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OORESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOEMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSECTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPENSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCLOSEDSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM60"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM80"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMFP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMSTAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMSTATTYP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONPAGE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONPAGE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONPAGE6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONPAGE10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONPAGE11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_SQM_FILE_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSCTNDLGLAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSCTNWIZLAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSVCHATLAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSKTAILAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSGRGWZLAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSTODAYDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSTASKMENULAUNCHEDPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS40PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMULTIWORDQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEXTHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPREVHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTREEVIEWCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDEFAULTFONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCUSTOMNFPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESETUPPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATFONTPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATLISTPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONBULLETSPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMBERINGPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCUSTNUMBERINGPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSETLANGUAGEPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSPELLINGPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYSESSIONLENGTHDISTRIBUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGELISTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCUSTOMNUMBERINGPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNTBKNUM100PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHHITS0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONTITLEINKONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONTITLE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONTITLE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOONTITLE3PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMULTIPAGESERIESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESERIES10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLETTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLOID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLEGAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONA3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONA4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONA5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONA6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONB4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONB5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDESKTOPLOCY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDESKTOPLOCX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINDEXCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPOSTCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONBILLFOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTATEMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUTOUNCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CVR_TAG_EVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINKSTROKEADDEDTODRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINKSTROKEADDEDTOMARKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOACTIVEXCONTROLUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME30TO40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME40TO50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME50TO60"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHTIME60PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSECTIONCOUNTNOTEBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSECTIONCOUNTFOLDERINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSECTIONCOUNTFOLDEREXC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPAGECOUNTNOTEBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPAGECOUNTFOLDERINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPAGECOUNTFOLDEREXC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPAGECOUNTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_OSSUITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGTYPESMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTAL_SECS_SINCE_PROC_START"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACTIVE_SECS_SINCE_PROC_START"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_F_SQM_SESSION_MANAGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_C_SQM_MANAGED_SESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECOGUIDESTATEBOOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTRECOGUIDETURNEDOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTRECOGUIDETURNEDON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT172"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT173"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT13"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT14"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT16"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT17"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT18"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT19"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT21"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT22"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT23"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT25"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT26"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT27"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT28"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT29"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT31"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT32"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT33"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT34"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT36"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT37"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT38"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT39"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT41"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT42"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT43"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT44"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT45"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT46"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT47"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT48"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT49"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT51"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT52"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT53"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT54"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT55"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT56"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT57"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT58"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT59"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT60"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT61"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT62"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT63"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT64"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT65"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT66"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT67"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT68"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT69"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT70"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT71"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT72"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT73"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT74"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT75"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT76"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT77"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT78"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT79"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT80"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT81"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT82"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT83"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT84"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT85"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT86"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT87"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT88"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT89"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT90"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT91"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT92"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT93"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT94"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT95"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT96"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT97"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT98"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT99"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT101"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT102"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT103"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT104"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT105"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT106"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT107"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT108"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT109"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT110"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT111"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT112"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT113"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT114"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT115"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT116"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT117"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT118"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT119"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT120"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT121"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT122"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT123"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT124"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT125"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT126"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT127"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT128"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT129"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT130"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT131"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT132"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT133"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT134"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT135"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT136"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT140"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT141"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT142"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT143"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT144"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT145"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT146"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT147"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT148"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT149"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT150"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT174"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT175"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT176"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT177"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT178"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT179"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT180"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERICDATAPOINT181"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGTYPEMMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPEMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPEAPPOINTMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPEPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPECONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPETASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFWDOLKTYPEJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGFORWARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGHOSTAPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINSERVICEPROVIDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINMSGLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFMOBILEMSGADDINMSGLANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDESIGNERSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEXINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLWITHOUTCAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLWITHCAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEXLEAFBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEXNODEBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEXSTREAMBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTTOEXCELFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTTOEXCELROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTTOEXCELCOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONDITIONALFORMATTINGUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLEFIXUPDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLESIZETOABSOLUTESIZEFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLEREMOVEHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLETRUNCATEFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCOMPLEXSCRIPTSRTL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMERGECUSTOMUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMERGECUSTOMMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMERGERESTOREDEFAULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFILEATTACH0TO4MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFILEATTACH4TO8MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFILEATTACH8MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTDIGITALSIGNATURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHADDFIELDORGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHVIEWPROPERTIESGENERALTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHVIEWPROPERTIESTEXTSETTINGSTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHVIEWPROPERTIESPRINTSETTINGSTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHREFERENCEFIELDORGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHINSERTEXPRESSIONBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHEDITDEFAULTVALUESFORFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHEDITDEFAULTVALUES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHCUSTOMIZECOMMANDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHFORMOPTIONSSECURITYTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHBUTTONPROPERTIESGENERALTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHEXPRESSIONBOXPROPERTIESGENERALTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHFIELDGROUPPROPERTIESDATATAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHABOUTCOLORSCHEMESTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTCONTROLSTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTFORMLAYOUTTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTVIEWSTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTFORMDESIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHABOUTTHEDATASOURCETASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCHMODIFYINGFIELDORGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLCHOICEGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLREPEATINGCHOICEGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLCHOICETERM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLFILEATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLMASTERDETAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLRECURSIVESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLSCROLLINGREGION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLVERTICALTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSP1CONTROLACTIVEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSDDSIGNATURETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSECURITYTRUSTLEVELSSB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSECURITYTRUSTLEVELDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSECURITYTRUSTLEVELFULLYTRUSTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_OLKPROJECTATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MSFTMACHINEMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_GROUPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_CHARTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDESIGNERSOLUTIONSUNSIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDESIGNERSOLUTIONSSTRONGNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDESIGNERSOLUTIONSSIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTOFFICEMARKETPLACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHINSERTFORMULADIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCALCULATIONFIELDCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCALCULATIONFLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLETINKENTRYENTERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLETINKENTRYCLOSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTABLETSCRATCHOUTGESTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHROLESADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHHWSTASKPANEENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHINKSECTIONINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSTYLESANDFORMATTINGAUTOMATICALLYUPDATEFORNORMALCHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHTABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHINKBACKGROUNDPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEDIRECTORYUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEDIRECTORYGROUPNAMEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHACTIVEDIRECTORYFROMAFIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDROPDOWNIMPORTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTTRIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHINSERTFORMULASWITCHMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCANNOTSWITCHTWOVIEWSERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYSINGLECOMMANDUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXCOLLECTIONINSERTANYENTRYPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXCOLLECTIONINSERTKEYBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXCOLLECTIONINSERTMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXCOLLECTIONINSERTINDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXCOLLECTIONINSERTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATBOOTRTMFORCED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATBOOTRTMCHOICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATSP1MIXED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATSP1SP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBUSINESSLOGICJSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MSFTPEOPLEMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_RUNTIMEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBUSINESSLOGICOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBUSINESSLOGICVBSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBUSINESSLOGICJSCRIPTENCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBUSINESSLOGICVBSCRIPTENCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHPICTURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHINKSECTIONCONVERTEDTOTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHUSERISDEFAULTROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPREVIEWWITHROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTOTALNUMBERCALCULATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTOTALNUMBERDEPENDENCIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFORMATCHANGEDEFAULTWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFORMTEMPLATESECURITYPRIVLEGEERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATESECURITYSETTINGAUTORESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATESECURITYSETTINGMANUALRESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATESECURITYSETTINGAUTODOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATESECURITYSETTINGMANUALDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATESECURITYSETTINGFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHURNOVERWRITEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_BULLETPROOFER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHFIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGECOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAPHCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONENOTECOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINTCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJECTCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHERCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FRONTPAGECBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAPHCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OISCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONENOTECBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINTCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJECTCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHERCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPGALLERYCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLIPGALLERYCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCOMMANDBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCBCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGCOMPARETOANOTHERSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSIGNEDDATABLOCKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPRTPRINTWHAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTHANDOUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTCOLOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTIONSETMOUSECLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDASHBOARDADDTOFAVORITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDASHBOARDGETUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDASHBOARDGETUPDATESALLFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDASHBOARDMORECATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDASHBOARDTOUR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHMAINWEBSERVICEQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHWEBSERVICESUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSIGNATURESTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHMAINADOCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSTYLESANDFORMATTINGSELECTALLINSTANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHSECONDARYWEBSERVICEQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHSECONDARYADOQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHSECONDARYXMLFILEQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHSECONDARYSHAREPOINTQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHSHAREPOINTSUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHWEBSERVICESUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENSOLUTIONWITHEMAILSUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDONOTUSEDASHBOARDCHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDONOTUSEDASHBOARDUNCHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMASTERDETAILINDEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMASTERDETAILPOSITIONSAMENODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHMASTERDETAILPOSITIONDIFFERENTNODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFILTERONMASTERDETAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_MAJOR_MINOR_CODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGPANEOPENEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGDISTINGUISHSTYLESOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGSHOWALLFORMATTINGMARKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGSELECTALLTEXTWITHSIMILARFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGAPPLYFORMATTINGOFSURROUNDINGTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFORMATTINGANYCLEARFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDREVEALFORMATTINGCLICKONANYLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSTYLESANDFORMATTINGPANEOPENEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSTYLESANDFORMATTINGUPDATETOMATCHSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSTYLESANDFORMATTINGAUTOMATICALLYUPDATEFORNORMAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFORMATTHEME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFORMATTHEMEINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDEQUATIONEDITOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDEPOSTAGEPROPERTIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSMARTTAGOOUIDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSMARTTAGOOUIMENUSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSMARTTAGOOUIACTIONCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPASTERECOVERYOOUIDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPASTERECOVERYOOUIMENUSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPASTERECOVERYOOUIACTIONCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDPASTERECOVERYOOUIACTIONCHOSENNOTDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSCHEMANODESPRUNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTIONSETMOUSEOVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSCHEMARECURSIVEBITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSCHEMACARDINALITYMISMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSHOWTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORPCUSTOMIZEDALERTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TITLEBARHELPBUTTONCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDROPDOWNCUSTOMIZATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSOLUTIONSOPENEDVIAEMAILDEPLOYMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATBOOTRTMMUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATBOOTSP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDBACKGROUNDSPELLING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATRTMFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDBACKGROUNDGRAMMAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBACKCOMPATRTMSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDBACKGROUNDSPELLINGOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDBACKGROUNDGRAMMAROFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGIGNORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGRAMMARIGNORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGADDTODICTIONARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGHIDEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGRAMMARHIDEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGCUSTOMDICTIONARIESADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGCUSTOMDICTIONARIESNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGCUSTOMDICTIONARIESMODIFY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSPELLINGCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGRAMMARCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDHYPHENATIONAUTOHYPHENATEDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOBOOKMARK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOCOMMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOFOOTNOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOENDNOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOFIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOGRAPHIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOEQUATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDGOTOHEADING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPELETTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPEEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPEENVELOPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPELABELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPEDIRECTORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECOMPLETEDWITHWIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGETOTALCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDAUTOCORRECTOOUIDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDAUTOCORRECTOOUIMENUSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDAUTOCORRECTOOUIACTIONCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESUSEBALLOONSALWAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESUSEBALLOONSNEVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESUSEBALLOONSONLYFORCOMMENTSFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHTRACKCHANGESORCOMMENTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESREVIEWINGPANESHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESBALLOONSSHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESBALLOONSANDREVIEWINGPANESHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESREVIEWINGPANEOPENEDWITHBALLOONSSHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTRACKCHANGESREVIEWINGPANECLOSEDWITHBALLOONSSHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEUSEEXISTINGLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEOUTLOOKCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGENEWLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCETXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEXL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEODC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEODBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEWIZARDNEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEWIZARDPREVIOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDOCUMENTTYPEFAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSOPENEDWITHVBA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSOPENEDBASEDONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHEQUATIONEDITOROBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFKANA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFZENKAKUKATAKANA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFZENKAKUEISUU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFHANKAKUKATAKANA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFHANKAKUEISUU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEIMCOUNTOFDIRECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFWLLADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNAVIGATIONOBJECTBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHWORDART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHHEADERSFOOTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSEDINNORMALVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSEDINWEBVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSEDINPRINTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSEDINREADINGVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDNUMBEROFDOCUMENTSCLOSEDINOUTLINEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHFOOTNOTESORENDNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHINDEXES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHTOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHTOAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHTOFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHCOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHFRAMESETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHWEBCOMPONENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHBOOKMARKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_SSLOADCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_PIVOTLOADCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_CHARTLOADCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGEDATASOURCEDDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEQT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEODBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDMAILMERGECONNECTIONTYPEODSO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHFORMCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDDOCUMENTSWITHOCXS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDFCCINVALIDSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDTEMPLATEMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDDUPLICATETEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDGETNODESCOPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDNOTATREE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDNAMESPACEINSIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDNAMESPACEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDLANGRESTRICTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDROOTNODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDFUNCTIONNOTSAFE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDUNIONOPERATOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDASTERISKFOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDINVALIDAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDNODEORTEXTFUNCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDCOMMENTORPIFUNCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDDOUBLESLASH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISFAILEDFILTERXPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISOPTIMIZEDXPATHPERCENTAGEBELOW20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISOPTIMIZEDXPATHPERCENTAGEBELOW40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISOPTIMIZEDXPATHPERCENTAGEBELOW60"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISOPTIMIZEDXPATHPERCENTAGEBELOW80"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSISOPTIMIZEDXPATHPERCENTAGEABOVE80"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDINVALIDCALLCONDITIONAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDABSOLUTECONDITIONAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDINVALIDCALLFOREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDABSOLUTEFOREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDPREDICATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDDUPLICATEEXACTMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHXSLANALYSXPATHREJECTEDDUPLICATESUBTREEMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCMVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_JWW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYDIRECTHTMLLEAFFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYPARTIALXMLLEAFFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFLEAFFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOW02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOWHALFSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOWSECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOW15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOWTWOSECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFBELOWFIVESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTLEAFFIVEANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW1000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW10000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW15000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENSBELOW25000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYTEXTDIFFTOKENS25000ANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW1000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW10000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW15000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENSBELOW25000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTOKENS25000ANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEIDBELOW25"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEIDBELOW50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEIDBELOW100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEIDBELOW200"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEIDBELOW400"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYGETNODEID400ANDABOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHREAPPLYVIEWBLASTTRIGGERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ATP_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ATP_VBA_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COND_SUM_WIZ_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INT_ASSIS_VBA_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EURO_CURRENCY_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOOKUP_WIZ_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLVER_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STOCK_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPEN_DB_CONN_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLAP_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESS_LINKS_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPORT_MGR_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TEMPLATE_WIZ_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MSN_MONEY_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBER_OTHER_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HISTOGRAMS_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XML_SS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XML_DATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_SF_WEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_TEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_TEXT_TAB_DEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_UNICODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL_5OR95"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL_97TO2003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_CSV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL4_WS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL3_WS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL21_WS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL4_WKBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK3_FM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK1_FMT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK1_ALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WK1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_WQ1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_DBF4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_DBF3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_DBF2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_FORMATTED_TEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVETEXTMAC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_TEXT_MSDOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_CSV_MAC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_CSV_MSDOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_DIF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_SYLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_EXCEL_ADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLINE_VIA_GUTTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLINE_VIA_MENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VALIDATION_CELL_ENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUAL_RECALC_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUAL_CALC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ITERATIVE_CALC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORKBOOK_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLE_HOSTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COPY_PASTE_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBTOTAL_CREATE_SUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBTOTAL_CREATE_FAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBTOTALS_PAGE_BREAK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBTOTALS_SUMMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SORT_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THREE_CONDITION_SORT_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONDITIONAL_FORMAT_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THREE_CONDITIONAL_FORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEW_ARRAY_FORMULA_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPLICIT_INTERSECTION_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMES_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_CHART_TYPE_BUILTIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_CHART_TYPE_USER_DEFINED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLUMN_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BAR_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LINE_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PIECHARTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XY_SCATTER_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AREA_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOUGHNUT_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RADARCHARTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SURFACE_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BUBBLE_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STOCK_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CYLINDER_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONE_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PYRAMID_CHART_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_WITH_FORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_COND_FORMAT_APPLIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATH_MERGE_ONMERGEREQUEST_NUMBEROFINVOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_AUTO_FORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CREATED_LAYOUT_OPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_TOP10_AUTOSHOW_ON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_SORT_STD_TOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_SORT_AND_TOP10_DIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CREATED_XL_LIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATH_MERGE_CMDORUI_FILESPERMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CREATED_EXT_DATA_SRC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CREATED_MULT_RANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATH_MERGE_CMDORUI_NUMBEROFINVOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CREATED_OTHER_PTORPC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_CALCFIELDORITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_ADD_DRAGDROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_REMOVE_DRAGDROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_FIELDLIST_ADDTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_DOUBLECLICK_FIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_FIELD_MOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_MAXFIELDS_ROWAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_MAXFIELDS_COLUMNAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_MAXFIELDS_PAGEAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_MAXFIELDS_DATAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_BUILDOLAPCUBE_WIZ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_SAVED_WEBPAGE_INTERACTIVITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PT_MANUALGROUPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPORTDATA_ARBITXMLFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPORTDATA_XMLSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OM_EXPORT_XML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OM_IMPORT_XML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OM_ADD_XML_MAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XML_IMPORT_WITH_MAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XML_IMPORT_NO_MAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_XMLMAPS_WITHSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_XMLMAPS_WO_SCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATATABLE_CREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATA_CONSOLIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEW_SOURCE_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXISTING_SOURCE_USED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_NUMBERFORMAT_SET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MERGE_CELLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNMERGE_CELLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHRINK_TO_FIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WRAP_TEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BKGRND_COLOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BKGRND_PATTERN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKMSGRECALLSUCCEEDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKMSGRECALLFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKMSGRECALLATTEMPTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGSTATUSATPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_WARPSTATUSATPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_NUMBERPROJECTSSCHEDULEDFROMFINISHATCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_NUMBERPROJECTSCLOSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBERPROJECTSWITHSTANDARDEXCEPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXBASEEXCEPTIONSINAPROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGBASIS_MINMIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGBASIS_HOURHOUR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGBASIS_DAYDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGBASIS_WEEKWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_LEVELINGBASIS_MOMO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXPROJECTLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBERTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBERRESOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBERASSIGNMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_AVERAGENUMBERTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_AVERAGENUMBERRESOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_AVERAGENUMBERASSIGNEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBEROFOPENPROJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBEROFCPLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_SCHEDENG_MAXNUMBEROFINSERTEDPROJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_VISIBILITYSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_HIDDENCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_SHOWNCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_LOADCUSTOMVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_SPOOLERERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_COUNTREPUBLISHASSIGNEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_REPUBLISHASSIGNMENT_BECOMEMANAGER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_REPUBLISHASSIGNMENT_DONTBECOMEMANAGER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_REPUBLISHASSIGNMENT_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_USAGE_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SHARING_SHAREMYMODULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SHARING_OPENASHAREDMODULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_COLLAB_REPUBLISHASSIGNMENT_DOCUMENTSVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_PRINTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_REPORTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_FILESTATUS_NOCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMDIALOGUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOOLBARCUSTOMIZATIONUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_FILESTATUS_NONSECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_FILESTATUS_SECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_1_DEFINE_THE_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATINGPARTIALTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_3_LIST_TASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_4_ORGANIZE_TASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_5_SCHEDULE_TASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_6_ADD_INFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_7_ADD_COLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_8_DEADLINES_AND_CONSTRAINTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_36_ADD_RISKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_9_ADD_DOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_10_PUBLISH_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_11_SPECIFY_RESOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_35_RESOURCE_BOOKING_TYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_12_RESOURCE_WORKING_TIMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_13_ASSIGN_RESOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_14_ADD_INFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_15_ADD_COLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_16_PUBLISH_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_17_SAVE_BASELINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_18_SETUP_TRACKING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_19_INCORPORATE_PROGRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_20_CHECK_PROGRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_21_CHANGE_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_22_TRACK_ISSUES_AND_RISKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_23_REQUEST_STATUS_REPORTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_24_PUBLISH_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_25_VIEWS_AND_REPORTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_26_CHANGE_CONTENT_OR_ORDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_27_FORMAT_GANTT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_34_PRINT_CURRENT_VIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_28_PROJECT_CENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_29_COMPARE_PROGRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_30_CRITICAL_PATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATINGWHOLETABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_31_RESOURCE_ALLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_32_PROJECT_COSTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_33_PUBLISH_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHSOLUTIONDEPLOYMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTCONTACTINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTCONTACTINFORMATIONREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTCONTACTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTCONTACTLISTREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARDDESIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARDUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTREPLYMEMO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMEMOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICNEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICRELATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCAREERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONGRATULATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONDOLENCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZCARDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGEMEMOITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGEEVENTITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGENEWSITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGERELATIONITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECAREERITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONGRATULATIONITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONDOLENCEITEMCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGEDOCUMENTCOUNTPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONTACTLISTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONTACTLISTMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONTACTINFORMATIONITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGECONTACTINFORMATIONSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICAVERAGEBIZCARDUPDATEOFFICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICRELATEDMAILSECTIONCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTSERCHTYPECOMPANY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTSERCHTYPECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTSERCHTYPEPROFESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTSERCHTYPEMEMBERSHIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTSERCHTYPEACADEMICBACKGROUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZCARDFORMATVCF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZCARDUPDATECOUNTOFFICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICINDIVIAUALVIEWSCLICKSBASICINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICINDIVIDUALVIEWSCLICKSRELATIONSHIPINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICINDIVIDUALVIEWSCLICKSRELATIONSCAREERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICINDIVIDUALVIEWSCLICKSCOMMUNICATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OOUIUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANEUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_MULTIPLECHARTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_DRILLINTOOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_DRILLUPDOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_OLK_PICT_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_PIVOTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_PIVOTDRAGFIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_CALCULATEDFIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_COLORMAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_OLK_TIFF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TNK_SETTING_ON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_EXPANDINDICATOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_DROPAREAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_TITLEBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_TOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_TOPN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZEN_SQM_TOPNPERCENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEKANAORROMANINPUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECMCOUNTOFGENERAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECMCOUNTOFNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECMCOUNTOFCONVERSATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECMCOUNTOFNOCONVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFIMEPAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFREGISTRATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFPROPERTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFDICTIONARYTOOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFTRAININGWIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFHANDWRITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFCHARACTERLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFSWKBD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFSTROKE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOUNTOFRADIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFRADIXCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFHIRAGANA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFKATAKANA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFHANKAKU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFZENKAKUEISUU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFHANKAKUEISUU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEFKCOUNTOFONOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEALCOUNTOFMOREMORENAMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEALCOUNTOFMOREMORETANKANJI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEALCOUNTOFMOREMORESYMBOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEALCOUNTOFRECOMMENDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEALCOUNTOFEXPANDTOTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTNOTESPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTOUTLINEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSLIDEPERPG9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTGRAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTBW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSHOWFULLSCREEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSHOWBROWSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSHOWKIOSK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKNONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKHYPERLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKPROGRAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKMACRO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCCLICKSOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETCLICKHIGHLIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERNONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERHYPERLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERPROGRAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERMACRO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVEROBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERSOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTACTSETOVERHIGHLIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMRECORDSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GIMMEREPAIRFEATURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMRECORDSIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFIELDSIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATASOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMADDRESSMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMMATCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCUMENTSTARTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCTYPECHANGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGERESIZECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCMORPHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAYOUTMORPHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAG_DATA_TO_CHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTE_DATA_TO_CHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOCALCACHESTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOCALCACHEDRIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANNELID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKREADHTMLINTERNETZONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKREADHTMLRESTRICTEDZONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKREADHTMLMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKREADPLAINMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKREADRTFMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKSENDHTMLMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKSENDPLAINMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKSENDRTFMESSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKNICKNAMECACHEENTRYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKBLOCKEDATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKUNBLOCKEDATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKWORDATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKEXCELATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPOWERPOINTATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKVISIOATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPUBLISHERATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKOTHERATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_AU_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_AVI_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_BMP_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_GIF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_HTM_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_HTML_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_INI_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_JPEG_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_JPG_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_LOG_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MHT_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MHTML_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MOV_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MP3_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MPG_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MSP_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKONENOTEATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_PDF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_PIC_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_PNG_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_PSD_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_PSP_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_RA_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_RTF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_RV_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_TGA_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_TIF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_TXT_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_WAV_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_WMA_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_WMV_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKINFOPATHATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_ZIP_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKACCESSATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKOUTLOOKATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_DIB_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_EMF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_ICS_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_MID_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_SND_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_VCF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLK_WMF_ATTACHMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FREQUENTLYUSEDCONTACTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ARRANGEBYFROMINTHEMAILVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECORDFILEASCOMPANYUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTQUICKFINDUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CALENDAR_ITEM_COUNT_WEEKDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CALENDAR_ITEM_COUNT_WEEKEND_DAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CALENDAR_MULTI_DAY_ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONNECTOR_MSN_PRIMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONNECTOR_OTON_PRIMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONNECTOR_OTON_AUTO_DOWNLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONNECTOR_MSN_PRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONNECTOR_OTON_PRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTFILLGRADIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTFILLTEXTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTFILLPATTERN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTFILLPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDESIGNBROWSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDESIGNTEMPLONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGNUMDESIGNTEMPL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSLIDEORIENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTNOTESORIENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSLIDESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_FILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIOUSVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CALENDAR_DEFAULTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGE_CATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_CATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGACCEPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DECLINEDMEETINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENTATIVEMEETINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETEDINBOXMEETINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKFILTERMODIFIEDDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKTOTALMESSAGERECEIVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKMESSAGERECEIVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKSAFELISTLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKSAFERECIPIENTSLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKBLOCKEDSENDERSLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKPROTECTIONLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKPERMANENTLYDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKBLOCKEDTOPLEVELDOMAINLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKBLOCKEDENCODINGLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_TRANSPORT_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTEMBEDTRUETYPEFONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTEMBEDTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SENDRECEIVE_MANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_EXCHANGE_SERVER_MAILBOX_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_QUICKFLAG_USING_DEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_QUICKFLAG_COMPLETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEND_RECEIVE_MANUAL_SYNCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEND_RECEIVE_MANUAL_SYNC_CACHED_MODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEND_RECEIVE_NUMBER_OF_GROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEARCHFOLDER_FORFOLLOWUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEARCHFOLDER_UNREADMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEARCHFOLDER_LARGEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_PUBLIC_FOLDER_VISITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_PUBLIC_FOLDER_FAVORITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_SEND_RECEIVE_HAVE_APPFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_PROFILES_PROMPTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_PROFILES_NUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MSPERSONNELNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PROJECTGUIDE_GBUIMAINPAGENOTTRUSTED_DEFAULTCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECORDFILEASCUSTOMUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECORDFILEASNORMALUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_OTON_CONVERT_MAIL_FORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDDOWNLOADMANIFESTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDDOWNLOADMANIFESTYESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDDOWNLOADMANIFESTSECURITYBYPASSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDREMOVESMARTDOCINFOCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_COUNTACCOUNTSLINKEDTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHSOURCEBILINGUALDICTIONARIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHSOURCEMACHINETRANSLATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_COUNTBUSCONTACTSLINKEDTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_COUNTOPPSLINKEDTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SAVE_CONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKTRUSTCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKJUNKAUTOMATICALLYADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDFS_IN_XLA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDFS_IN_VBA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDFS_IN_XLM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDFS_IN_XLL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDFS_IN_AUTOMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDF_SUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UDF_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_COM_ADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_CREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_CLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_BEGINCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_CLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCRECOVERY_CDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DLGCONTEXTHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPLICATION_EXIT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DLGHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEDOCUMENTJOURNALINGENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICELOTUSNOTESFXENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEDITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSSPELLING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSHANDWRITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSNOTEFLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSAUDIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSSHAREDSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSBACKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSPASSWORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWITCHFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWITCHSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWIRCHPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWITCHSECTIONRO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESNEWER1DAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES1TO2DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES2TO3DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES3TO4DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES4TO5DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES5TO6DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES6TO7DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES1TO2WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES2TO3WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES3TO4WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES1TO2MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES2TO3MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES3TO6MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES6TO9MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES9TO12MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES12TO18MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGES18TO24MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFISRTPAGEAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR1ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR1POS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR2ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR2POS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR3ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR3POS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR4ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR4POS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR5ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTOOLBAR5POS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVPAGESCURSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFIRSTSECTIONREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLOCKDROPPEDTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLOCKDROPPEDNAVAWAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLOCKDROPPEDBYUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLOCKAQUIREDAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLOCKAQUIREDBYUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWITCHTOSHORTCUTFOLDERSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSWITCHTOSHORTCUTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTRYTYPEONREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESFROMSTATIONERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSAVEPAGEASSTATIONERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESFROMCUSTOMSTATIONERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMAUDIOPLAYBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMVIDEOPLAYBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO2TO4WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO1TO2MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO2TO3MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO3TO6MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO6TO12MONGHTSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEOLESS1DAYOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO1TO7DAYSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO1TO2WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO2TO4WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO1TO2MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO2TO3MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO3TO6MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIDEO6TO12MONTHSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHSCOPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHSORTBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMSLOWSKIPPPED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMPASSWORDSKIPPED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHSKIPSLOWSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHREMOTESECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHCANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSETPASSWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGEPASSWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONREMOVEPASSWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUNLOCKSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASSWORDTIMEOUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASSWORDLOCKALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMPASSWORDPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTARTSHAREDSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONJOINSHAREDSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMSHAREDPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNUMSHARINGMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSESSIONLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSESSIONSTARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYNAVIGATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYNEWSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYNEWPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYINKOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYHTMLOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYIMAGEOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEXTENSIBILITYREPLACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGEHEADERDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPLINKCOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPBACKGROUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTRAYSETTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCNUMCONFLICTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCNUMRECORDINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESERIESINSYNCSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCNUMPAGESINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCPPCNUMEMBEDDEDAUDIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVIEWDELETEDPAGESFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSECTIONSCURFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFOLDERSINFIRSTFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSHORTCUTSCURFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFOLDERSHORTCUTSINFIRSTFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPENEMAILEDFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCREATESHORTCUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREFILEFROMPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCREATESUMMARYPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMMARYTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMMARYSCOPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMMARYNUMFLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMMARYSHOWONLYUNCHECKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNFSUMMARYGROUPEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFIRSTSECTIONLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTESINKHANDWRITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTESTYPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTESINKDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTESINSERTPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTARTEDSIDENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHRUNKTOSMALLSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIONEWER1DAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO1TO7DAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIO1TO2WEEKSOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPOUTLOOKITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGDROPOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGSOEHANDLESELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGSOEHANDLEINKNOGLOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDRAGSOEHANDLEINKGLOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAYTABSLEFT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAYRULELINESON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAYRULELINESOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAYSHOWCONTAINERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSDISPLAYSHOWCONTAINERSOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEDITINGINCLUDELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEDITINGINSERTDOCSSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSHANDWRITINGAUTOSWITCHON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSHANDWRITINGAUTOSWITCHOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEMAILATTACHMEDIAON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSEMAILATTACHMEDIAOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSAUDIOFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSAUDIOVIDEOPROFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSAUDIOVIDEOWIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHMYNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHEMAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHSIDENOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHOTHERNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHBACKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVEPATHPPC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOPENSAVELOCKTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSBACKUPDOBACKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSBACKUPTIMEINTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSBACKUPCOPIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSPASSWORDSLOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSPASSWORDSTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSPASSWORDSLOCKNAVIGATEAWAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSOTHERSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLADDNEWTEMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLUSEDTEMPBYTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSTOREDTEMPBYTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLCREATENEWCATGRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLUSEDTEMPBYCATGRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSTOREDTEMPBYCATGRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLCONNECTTOREMOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLVIEWSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLBASICSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLADVANCEDSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSEARCHFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSEARCHLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSEARCHRESULTNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLSEARCHCONDITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PFLLAUNCHTIMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBERSHARESOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEFILESERVERUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GIMMEREPAIRCOMPONENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJ_PI_VIEWSAPPLICATION_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXRESOURCEEXCEPTIONSINAPROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPORT_DATA_XML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_ASSERT_TIMER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAX_ASSERT_TIMERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFNAVIFORXLLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFNAVIFORWDLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFNAVIFOROLKLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_JWWCREATINGCARTOONLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_JWWINSERTINGCARTOONLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SFWCALCULATORLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KTAIDRIVERDETECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSEBIZCARDLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSINSERTINGEBIZCARDLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPLUSEMOJIDLGLAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBERSHARESCLOSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLESHAREDMEMORYSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEINNONOFFICEOLEMERGING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEINOFFICEOLEMERGING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NONOFFICEINOFFICEOLEMERGING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DP_MAJORMINORVER_DUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAJOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MINOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_REVISION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBUSCONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RPTBCPHONELISTEXEC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCMBOOTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DELETEBCMTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LINKTOHISTORYCOUNTSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LINKTONUMBERPARENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMOPPORTUNITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMHISTORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMPRODUCTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHIPASSERTMAPPINGDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVERAGEITEMSPEROPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVERAGEOPPSPERACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVERAGEOPPSPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVERAGESBAITEMSPEROPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXHISTORYPERACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXHISTORYPERCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXHISTORYPEROPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMBUSINESSNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMPHONELOGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LOCALREMOTEDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMBERSHAREDUSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_LISTBUILDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_CSV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_MDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_XLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_BCM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_SALESLEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_ACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPFILE_QB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXPFILE_LISTBUILDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXPFILE_CSV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXPFILE_BCM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPDUPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPNODUPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPUPDATEDUPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPINCLUDEHISTORYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPDONTINCLUDEHISTORYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPNUMFAILEDRECORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_VERSIONMIGRATEDFROM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTASP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTASPX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTXFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTASP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTASPX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHBITMAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATEEXPORTSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATEIMPORTSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATEEXPORTCANCELED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATEIMPORTCANCELED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHTEMPLATECONVERTEROPTIONSDLG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXPORTOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING0FOOTERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING0HEADERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING1DEFAULTROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING2ORMOREDEFAULTROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING2ORMOREFOOTERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING2ORMOREHEADERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING1FOOTERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATING1HEADERROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATINGROWCOUNTCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTTOREPEATINGROWCOUNTSAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTCHANGINGHANDLERSDESIGNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTCHANGEDHANDLERSDESIGNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTVALIDATINGHANDLERSDESIGNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTCHANGINGHANDLERSEDITTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTCHANGEDHANDLERSEDITTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXMLEVENTVALIDATINGHANDLERSEDITTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMOMCREATENAVIGATOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMDESIGNERPOLICY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSOWNER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSEXTRACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSDOCEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSOBJMODEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSEXPIREON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSOPENFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMEDITORRIGHTSREQUESTPERMISSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCACHEREADOPERATIONTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCACHECONCURRENTHIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCACHEWRITEOPERATIONTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERTRIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERNONDEFAULTLCID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERCONTROLSCOUNTUPTO50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERCONTROLSCOUNTOVER50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDATAIMPORTERVALUECHANGEREJECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIENTRYPOINTCONTROLPROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIENTRYPOINTNODEPROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIMERGENOTBLOCKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIMERGEBLOCKEDDATATYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIMERGEBLOCKEDPARENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTERVERSIONGREATER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTERNEWDATAEXTENSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTERNEWSOLUTIONEXTENSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTEROPENDATAFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTEROPENDATASUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTEROPENSOLUTIONFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTEROPENSOLUTIONSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTERSAVEDATASUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEDITORFILECONVERTERSAVEDATAFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGNONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKRESTRICTEDFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDOMAINFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKTASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKREPLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORWARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKMAILFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEDITORHOSTPROPERTIESPANEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGCSHARP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGVB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGJSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGVBSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGMANAGEDTOOLKIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGWHIDBEYTOOLKITCSHARP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCODELANGWHIDBEYTOOLKITVB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDESIGNHOSTVS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ASSERTTIMERTHREADMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPMAXRUNNINGTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTOTALTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPCANCELLEDTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPNUKEDTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPMAINTHREADTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPSCHEDULEDEVENTTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SCHEDULEDTIMETASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPRUNATIDLETASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTOTALTASKTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXIDLETHREADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXRESERVEDTHREADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTOTALCYCLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPMAXRUNNINGCYCLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPSCHEDULEDEVENTCYCLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPSCHEDULEDTIMECYCLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPRUNATIDLECYCLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTOTALCYCLETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROSECURITYLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCSWITHCODEBEHIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCSWITHSIGNEDCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTLOADEDVBAADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTLOADEDSIGNEDVBAADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCSWITHBROKENSIGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDISABLEDASHBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMCOUNTDATASOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFIELDAUTOMAPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFIELDUSERMAPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFIELDUSERUNMAPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFIELDADDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMCOUNTEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMCOUNTEDITSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMCOUNTCUSTOMIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMSORTFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATASOURCE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATASOURCE3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATASOURCE4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMDATASTEPNEXTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMPREPSTEPNEXTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMPREPSTEPPREVCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMOUTPUTSTEPPREVCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMADDRESSFIELDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMGREETINGLINECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMADDRESSBLOCKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMDATASTEPCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMPREPSTEPCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGUIXSLLOADFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONSKIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONMERGEATTRIBUTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONKEEPATTRIBUTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONCONCATATTRIBUTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGACTIONCONCAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTORDERAFTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTORDERBEFORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTREMOVEBLANKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTMATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTFORMULAPREFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGINSERTTEXTPREFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGCONCATIGNOREBLANKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGCONCATFORMULAPREFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGCONCATTEXTPREFIX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGCONCATSEPARATORCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGEXISTINGIMPORTSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGREMOVEIMPORTSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAGGADDIMPORTSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BORDERARTUSE6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSLAYOUTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSDETECTAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSDETCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSUSESCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSMAPPEDXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSMSOWRDFIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSDETREPTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSDETREPLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSUNDERLINE2TXBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSLABELBENEATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSBLANK2TXBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSDETECTRTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSBRACKETS2CKBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSBRACKETS2TXBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSEMPTYCELL2TXBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOPTIONSSPARSECELL2TXBX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTFORMHASWORDFIELD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTFORMHASACTIVEXFIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTFORMHASXMLMAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTFORMHASMACROS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTUNDERLINETOTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOVERLINETOTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTEMPTYCELLTOTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTSPARSECELLTOTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTBRACKETSTOTEXTOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTBRACKETSTOCHECKBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTTABLETOREPTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTLISTTOREPLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTBLANKSTOTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTDETECTRICHTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTTOTALFORMSIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTVERTICALTEXTTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTVERTICALTEXTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTLESSTHAN5PAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORT5TO9PAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORT10TO19PAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORT20PLUSPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTACTIVEXFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTVMLDRAWINGFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTVMLLINESFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTWATERMARKFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTVERTICALTEXTFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTFOOTNOTEFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTOLEOBJECTFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORT2DPOSITIONFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTLINENUMBERFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTPAGEBORDERFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTANIMATEDTEXTFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_MAX_TOTAL_CACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_MAX_WRITE_CACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CACHE_ACCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CACHE_MISSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATELOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATESUBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATEDESCRIPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATEINVITEEADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGUPDATEINVITEEREMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCEPTINFOUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DECLINEINFOUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENTATIVEINFOUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETEINFOUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDINFOUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDMEETINGREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDFULLUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDSILENTUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDITMEETINGRESPONSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENDMEETINGRESPONSENOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DONTSENDMEETINGRESPONSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHIE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CANCELLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULTFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STOPRENDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REMOVEATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVEATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COPYATTCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SELECTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HTMLRENDERTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVERAGECONTACTSPERACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXCONTACTSPERACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXCATEGORIESPERACCOUNTCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ISFINANCIALINTEGRATIONENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ACCOUNTSLINKEDTOFINANCIALCUSTOMERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPPCONVERTEDTOFINANCIALDOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMBERCREATETIMESLIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SUBMITTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ISCREATECUSTOMERFROMACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ISDOMAINUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ISWORKGROUPUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ADMINSFORSHAREDDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_HASENABLEDPDA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_USERCRAWLEDEXISTINGEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_FOLDERSSELECTEDFORMONITORING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EMAILSENDINGMETHOD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAILSERVERTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EMAILAPPTASSOCIATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NEGLECTEDACCOUNTREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NEGLECTEDCONTACTREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ACCOUNTHISTORYREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_CONTACTHISTORYREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPPORTUNITYFORECASTREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPPORTUNITYFUNNELREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_PASTDUEOPPORTUNITYREPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXCATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CACHE_MEM_RELEASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_TOTAL_STORES_DISK_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DAILYTIMEINOMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSIGNINCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSPTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONTYPEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONTYPEMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONTYPEAPPOINTMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONSIZEMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONWITHBODY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONWITHOUTBODY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSAUTOACTIVATIONNOTIFICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONMAILFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONRULESETTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSPERDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSADDRESSSYNCCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONENABLEDTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFICATIONRULECONDITIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSSCHEDULED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSRECPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCHEDADDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCHEDADDRMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCHEDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCHEDTIMEMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSADDRIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSADDREXPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSWEBACKTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSWEBACKTIMEMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSERRORTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FBTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INTERNETFB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FB_PFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FB_ASTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSALLOWAUTOSIGNIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAILMERGEMENUFROMACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAILMERGEMENUFROMCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMCUSTOMVIEWSFORHISTORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPREADMODEBUTTONCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DAYSSINCESETUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_IMPEXP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_CLICKEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMMATCHFIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYCONNECTIONORIGIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLER_EVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAMMAR_EVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LANG_ID_EVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLER_FLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAMMAR_FLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUAL_HYPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATAFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMCURRENCYFORMATLOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMNUMBERFORMATLOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATEFORMATLOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONT_SPELLER_FLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_SOLUTIONID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_TOTALMSGSENDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_FAILEDMSGSENDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_UNICODEMSGSENDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_MEMALLOCERRSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_COMERRSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_DEVICECONNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_AVGMSGSENDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_SINGLERECIPIENTMSGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_MULTIPLERECIPIENTMSGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_DLUSAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_FAILEDRESOLUTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GSMERRSALREADYCONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSINVALIDHANDLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSINVALIDMESSAGELEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSINVALIDENCODING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSINVALIDPARAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSTAPIINIT_FAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDEVICENOT_FOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSCONNECTIONFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDTRCALLFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSPDUENCODINGFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSBAUDRATETESTFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSMESSAGESENDFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDEVICENOTREADY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSPDUNOTSUPPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDEVICEINFOFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSINVALIDNUMBERFMT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSACCESSDENIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDEVICEHNDUNAVLBL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDVCNMBFFRWRITEFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_DOME_MOSA_GSMERRSDVCNAMEBFFTOOSMALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CYRPTOMAILCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAGEACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PURGEOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPSEARCHFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_SHEET_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_DICT_DIALOG_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOM_DICT_DIALOG_DELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCORR_DIALOG_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCORR_CONTEXT_DELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THES_LOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DICT_LOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BILING_DICT_LOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROOFING_SETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCORR_DIALOG_DELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RO_FROMBLANK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RO_FROMXMLXSD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RO_FROMWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RO_FROMDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RR_FROMBLANK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RR_FROMXMLXSD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RR_FROMWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RR_FROMDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMODES_STATUSBARCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMODES_SOLUTIONOPEN_RO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMODES_SOLUTIONOPEN_RR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCHANGE_LINKCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCHANGE_CHANGETO_RO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_REFRESHCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCHANGE_CHANGETO_RR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCHANGE_CHANGEBLOCKED_VIRTUALNODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCHANGE_CHANGEBLOCKED_IRM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFEATURES_INFOBARCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_AVGNUMBEROFERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_AVGNUMBEROFWARNINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_MAXNUMBEROFERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_MAXNUMBEROFWARNINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPREPORTING_LISTREFRESHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPLISTREFRESHED_IMPORTWARNINGSHIDDEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMPICS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMTEXTRUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMSHAPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMWORDART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSTYPESEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSCATEGORYSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSNUMCATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSADDACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSENTERACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSINSERTACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POLICYLABELMETADATAREFCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POLICYLABELNAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POLICYLABELEXISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POLICYBARCODEEXISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POLICYBARCODENAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CERTIFICATIONDEFAULTSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHMAINADOCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHSECONDARYADOQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHMAINWEBSERVICEQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHWEBSERVICESUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHSECONDARYWEBSERVICEQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHDATASETWEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHSECONDARYSHAREPOINTQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHSHAREPOINTSUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHHTTPSUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITHQUERYUSINGXMLFILEINSOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITHQUERYUSINGLINKEDXMLFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOPENSOLUTIONWITHEMAILSUBMITADAPTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHANGELOCALPATHOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHANGELOCALPATHTOMYDOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHANGELOCALPATHTOROOTDRIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTCHANGELOCALPATHTODESKTOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTUNDOCHECKOUTNO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTSANDBOXLOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHKINOUTSERVERDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFOLLOWUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMFOLLOWNUMCOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOPENSOLUTIONWITHDATASETWEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOPENSOLUTIONWITHDIFFGRAMLESSDATASET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEXPORTTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTEDTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEBOOLEAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEKEYWORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPECURRENCY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEDATETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEINTEGER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPECOMBINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEFORMULA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPENUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPETEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONTYPEPERCENTAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONFOLDERUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGTOMORROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGTHISWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGNEXTWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGTHISMONTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGNEXTMONTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGSPECIFIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGREMINDME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGCOMPLETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGCLEAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGLEFTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGSETDEFAULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGRTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGACTIONRULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MOSA_TOTALFORWARDASSMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MOSA_TOTALFORWARDASEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MOSA_TOTALSELECTNAMESOKCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MOSA_TOTALOPTIONSMODEMSCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMDUI_ACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMSENTITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPREADMODEAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLUTIONPARTINSTALLEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLUTIONPARTINSERTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCARDLAYOUTCONTROLINSERTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPAUTHENTICATIONUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FUNCTION_NAME_CONFLICT_DIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FCN_NAME_CONFLICT_DIALOG_ON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMENTERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMQUERYFAILEDNODATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMQUERYFAILEDDESIGNERPREFERENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMFORMOPTIONSLOADIFQUERYFAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMFORMOPTIONSCACHEQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMSILENTWRITEFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMSILENTLOOKUPFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMINDEXACORRUPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCMINDEXBCORRUPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCOMBOBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMULTISELECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DW_MODULE_NAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWRECOVERYRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCDOCNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCDOCOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCDOCNEWIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCDOCTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCDOCPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GOVDOCCOMMANDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLVIEW_UPDATE_ELAPSEDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FLAGLATER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MOSA_INSTALLEDLCID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_FAILED_EXTENSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_TOTAL_PREVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_NUMBER_FAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_IRM_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_POLICY_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_PASSWORD_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_CACHE_OVERFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_PREVIEWER_TIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMFORMSEXPORTEDTOEXCEL1_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMFORMSEXPORTTOEXCEL11_20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMFORMSEXPORTTOEXCEL21_50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMFORMSEXPORTTOEXCEL51_100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMFORMSEXPORTTOEXCEL100PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCINSP_NUM_DEPLOYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCINSP_NUM_NOT_FIXED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIZ_BAR_TASK_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIZ_BAR_TASKS_ON_CLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIZ_BAR_MAX_SIMULTANEOUS_TASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMULTIPLEPRINTVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMAILSUBMITFILEXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMAILSUBMITFILEHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMAILSUBMITFILEXMLXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTER_CALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTER_SUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTER_INSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DBSHAREDPRIVATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MULTIEMAILEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MULTIEMAILCHOICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMTRACKNUMVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMTRACKNUMHOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCONTENTPANEWASCLOSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCONTENTPANETYPED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCONTENTPANEGETSFOCUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOPYPASTECANVASTOCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOPYPASTECPTOCANVAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXFALLBACKREACHEDDD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFNODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFLEVELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXDIAGRAMTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXAVGNUMBEROFCHARACTERSPERNODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXMAXNUMBEROFCHARACTERSPERNODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFCHARACTERINTIPOFPYRAMID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFRESIZES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFROTATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFSOPSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOUNTFORMATTEDBULLET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOUNTTABAFTERSHAPESELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXSTLYEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOLORTRANSFORMUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFMOVES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIFEBOATMAXPROCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIFEBOATMONITOREDAPPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIFEBOATLAUNCHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIFEBOATCPUTHROTTLINGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZORDERINVERSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILTRUSTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILRESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILTRUSTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILRESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKINSUFFICIENTSECURITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKTEMPLATENOTAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKURNOVERWRITEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKXMLFAILXSNEVALUATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKSOLUTIONERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKCORRECTABLEAPPLICATIONERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKAPPLICATIONERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKREPLYINSTANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKREPLYTOALLINSTANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORWARDINSTANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFILLOUTTHISFORMINSTANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKMAILDEFAULTSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDESIGNERMAILXMLXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXMLXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGLOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGAUDITTEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGLAUNCHRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSAVETEMPLATEWITHIMPORTERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDCOUNTOFTABAFTERINPUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDCOUNTOFTABAFTERCONV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDCOUNTOFTABWHILEINPUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDCOUNTOFTABWHILECONV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDCOUNTOFTABWHILECAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DDCSORDERINGSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFRECOVERWITHREPAIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFDOCOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFDOCSREPAIRED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFCRASHRECOVERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFLSCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFASCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOFESCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMFAILSEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMSENDCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMNONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMTEXTBG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMSCRATCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMANGLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMOVERLAP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMVERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMEMERG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMFONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMBMDIAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILHTML_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXML_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXMLXSN_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILHTML_TASKPANESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXML_TASKPANESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXMLXSN_TASKPANESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILHTML_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXML_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEDITORMAILXMLXSN_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMABOUTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMABOUTTRACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDADDRPERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDADDRPREP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDCAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDCLIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDDGAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDDIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDDT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDEXIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDGREETEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDGREETEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDGREETPERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDNAVBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDOPTEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDOPTEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDOPTPUBEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDPGNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDPI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDPIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDSENDEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDSENDEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDTRACKEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDTRACKEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADDTRACKWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMADVPERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHANGEDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHECKWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGCLR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGFONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGSIZEPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGSIZEPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHGSIZEPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHKDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHKPRINTPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHKPRINTPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCHKPRINTPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCOMMPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVPRINTPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVPRINTPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVPRINTPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVWEBWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCREATEENV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCREATEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCUSTDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMDIFFPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMDMSERV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEFFECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEMAILSERVEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEMAILSERVEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEMAILSERVTRACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEXPORTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEXPORTLISTSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMFEDXPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMFINDCOMM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMFINDHOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMIMTIPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMLISTSERV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMLISTTIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMLOCPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMMAILSERV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMMOVEVIEWEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMNOCONVPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMNOCONVWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPERRECIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPOSTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPOSTWEBPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREPMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREPMAILPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVADDADDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVADDMETH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVADDTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVCHANGEDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVCONVERTPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVCONVERTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVEMAILADDMETH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVGETTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWEATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWEMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWPUBPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWPUBPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWPUBPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVIEWWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPERRECIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPOSTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPREPMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVPUBEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVREPEAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVSENDEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVSENDEMAILATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVSENDEMAILMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPREVTRACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINTSAMPPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINTSAMPPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPUBOPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPURCHLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMREPEAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSAVESHORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSAVETEMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSENDATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSENDEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSENDMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSETREMIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSTORECONT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTAKECOMM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTAKEOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTIIDEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTSHOOTPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTYPEIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTYPEINDVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMUSELIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMUSELISTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMWEBHOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMWRTIPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVADDADDR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVADDMETH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVADDTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVCHANGEDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVCONVERTPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVCONVERTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVEMAILADDMETH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVGETTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPERRECIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPOSTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPREPMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPRINTCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPRINTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPRINTLP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVPUBEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVREPEAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVSENDEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVSENDEMAILATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVSENDEMAILMESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAVTRACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MARECLIPART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MARECOLORSCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MARECONSTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREDESCHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREEM1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREEM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREEM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREFONTSCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREFORMATPUB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREMM1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREMM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREMM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAFIRSTENTRYSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANONPORTALHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACREATETEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAFIRSTENTRYPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMTRACKEFFECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONEXTRAINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONACTIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONBOOLBUTTONSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONGALLERYSELECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONGALLERYITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONTABSWITCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONWINDOWHORIZONTALRES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONCHUNKSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RIBBONWORDMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKTOOLBARFLAVORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPSERVERAUTHCAPABILITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHP_FILEFORMAT_CRC_FAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHP_FILEFORMAT_RECOVERY_INVOKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHP_FILEFORMAT_ZIP64_64K_ITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHP_FILEFORMAT_ZIP64_4GB_ITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHP_FILEFORMAT_ZIP64_4GB_OFFSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPREADMODESPOFFOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWNFT6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWNFT5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLIOUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLIOCREATETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLIOEDITTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FOLIOTHEMECONTENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMCONVPRINTPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFVIRTUALSERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFVIRTUALSERVERSWITHRSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPOSTAGEFINDPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPOSTAGECANCELFINDPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPOSTAGEADDTOENVELOPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPOSTAGEADDTOMAILMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPOSTAGEPROPERTIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AS_STANDARD_DRILLTHROUGH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AS_SERVER_ACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVELR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVEASLR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVEASAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVEES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSAVEASES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBULLETPROOFERRUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDOPENANDREPAIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROFILEUNICODEORANSI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPHASE1RESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYCLOSEBUSYRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPHASE2RESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPHASE3RESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYMONITORINGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYWATSONRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYOVERALLRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPIRMOMWRAPPERCREATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEDOTBUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME_IMEID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMETOTALPHRASENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDAGAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDFORCED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDICTNEWWORDENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEDETAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPORTEXPORTFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SP8YESNOFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDBDATABASEOBJECTCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADPOBJECTCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATABASEOBJECTCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJSAVEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSP_BACKUP_TIMESTAMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACHINE_ROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSP_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INTER_FARM_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITY_FLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSP_DB_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIRTUAL_SERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENT_DB_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMEDIADIRECTXERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMEDIAWMERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENFTFORMSIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFORMTEMPLATEFTINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOSTATICLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENFTFORMINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHFORMTEMPLATEFTSIGNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOAUXDOMWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOAUXDOMDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOAUXDOMXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOAUXDOMSP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOMAINDOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SRCH12_TESTDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHNUMSIGNATURESATSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHONSIGNUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIO_DOCUMENT_STREAM_11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWEBCOMP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONTROLBOUNDTOAUXDOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT5TO10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDSIGATSUBMIT11PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHOPENNONFTFORMINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGENERATEMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REMINDERTABLEREAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETING_REQUEST_MWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATA_FAILURE_PACKET_MWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETING_REQUEST_MWS_DUMMY_DP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATA_FAILURE_PACKET_MWS_DUMMY_DP_1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTORESSPFAILURECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTORESSPSUCCESSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTORESSPFLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGMARKEDSUSPICIOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGFEATURESTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGNONJUNK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGENABLELINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGMOVETOINBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLKPHISHINGOPENEDININSPECTOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPREVIEWSAMPLEDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPREVIEWUSERROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPREVIEWDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPREVIEWFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPREVIEWFULLTRUSTCHECKFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSPECT_HEADERFOOTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSPECT_HIDDENWORKSHEETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSPECT_HIDDEN_ROWS_COLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSPECT_PPT_NOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSPECT_PPT_OFFSLIDE_CONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMEDIADIRECTXDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMEDIAWMDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMMSBW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMVALADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPOSTBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEMAILMARK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMLISTTIPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPURCHLISTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNROAMEDSHARINGPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSHARINGPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TESTID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDROPDOWNUNIQUEFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPLISTBOXUNIQUEFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCOMBOBOXUNIQUEFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPMULTISELECTUNIQUEFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPPAUTOGENOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPPCUSTOMOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCACHECONFLICTUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHDROPDOWNEXPORTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_MRU_PINNED_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_MRU_MAX_DISPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_MRU_OPEN_PINNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_MRU_OPEN_NOT_PINNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_MRU_OPEN_FIRST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_TOTALSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_TIMEDOUTSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_CLOSEDSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_TOTALREQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_CANCELLEDREQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_REQUESTSEXCEEDINGMAXDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNROAMEDSHARINGBINDINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSHARINGBINDINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAUTOADVANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSAUTOADVANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAUTOADVANCEGLOBALLYDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPAUTOADVANCEENABLEDTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEXCELOMEXPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEXCELOMEXPORTFORMSNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEXCELOMEXPORTFORMSERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFORMSERVEROPTIONS_LANGCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSAPPROVALDBTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSAPPROVALSCHEDULETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSAPPROVALAPPLYNCTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WINSPECT_HEADERFOOTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFIX_HEADERFOOTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EINSPECT_HEADERFOOTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EFIX_HEADERFOOTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSP_HIDDENWORKSHEETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FIX_HIDDENWORKSHEETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSP_HIDDENROWSCOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FIX_HIDDENROWSCOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSP_PPTNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FIX_PPTNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSP_PPTOFFSLIDECONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FIX_PPTOFFLSIDECONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXTC2SCTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMPOSENOTEFLAGDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRACKEDMESSAGEINFOBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXSC2TCTOOLBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXTC2SCMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXSC2TCMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEDEQMIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEDEQMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MINNUMOFEQ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQWITHNUMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQRIBBONFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQEXPAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQPRELOADINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQPRELOADDEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMOFEQ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMOFEQ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQWITHNONUMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQFILTERFROMBASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQFILTERTOBASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQFILTERUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQUSAGEFROMBASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQUSAGEFROMNOTBASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKMERGEININFOPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHRESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHNOURLNOURN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHACCESSPATHNOTEQUALPUBLISHPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHCOMPATIBILITYERRORCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHCOMPATIBILITYERRORIGNORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHWSSBRANCHSENDMAILLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHWSSBRANCHOPENEDITORLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHWSSBRANCHMANAGECONTENTTYPELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHSHAREBRANCHSENDMAILLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHSHAREBRANCHOPENEDITORLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEXPORTINFOMAILFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEXPORTINFOMAILFORMSERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEEXPORTFORMSTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEMERGEFORMSININFOPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEEXPORTINFOPATHFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEMAILXSNWITHXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLECACHEMAILXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEPUBLISHINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEALLOWINTERNETINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEALLOWINTRANETINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEALLOWFULLTRUSTINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEAUTOSAVEDURINGPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHWIZARDPUBLISHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMPOSTSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMPOSTFORWARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMNOSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEWITHINDOCKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEWITHINDOCMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEWITHINDOCTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENSTYLESKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENSTYLESUSEDESTSTYLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENSTYLESMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENSTYLESTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENNOSTYLESKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENNOSTYLESMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEBETWEENNOSTYLESTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEFROMOTHERAPPKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEFROMOTHERAPPMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTEFROMOTHERAPPTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITHSUBMITUSINGCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FONTFORMATFROMRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FONTFORMATVIADIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKFORMATUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STYLEUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLOMPROPERTYUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XMLOMPROPERTYUSEDDATAONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXINSERTXMLOMUSEDONDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGINSERTXMLOMUSEDONDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXXMLOMUSEDONDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGXMLOMUSEDONDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTCIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTSEARCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTZERO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTHIGH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTMULTIPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTSWITCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHCLICKEDRECENTTEMPLATEINDEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHCLICKEDRECENTDOCUMENTINDEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHCATEGORYCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHTEMPLATECLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHRECENTDOCUMENTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHSHOWGETTINGSTARTEDSCREEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTSEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTRADIAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCOMPACTTREE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTFLOWCHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCIRCULAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTHIERARCHY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOEFFECTSCHEMEAPPLIEDTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOCOLORSCHEMEAPPLIEDTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOEFFECTSCHEMEAPPLIEDTOALLPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOCOLORSCHEMEAPPLIEDTOALLPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWEFFECTSCHEMECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIONEWCOLORSCHEMECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLARGETHEMEPREVIEWSDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TEMPLATEATNEWLOCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TEMPLATEATOPENLOCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NORMALDOTERRORONEXIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCFROMNORMAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCFROMUSERTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCFROMWORKGROUPTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCFROMOFFICEONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWDOCFROMUNKNOWNTEMPLATELOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRPAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PANESHOWNBYDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLICKEDONBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFDRPGROUPINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEVERSIONANDACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECOVERYSESSIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDRESPECTSYSTEMFONTSMOOTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPICS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXPICSSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSERTPIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMIMPORTOLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_CUSTOM_GRAPHIC_APPLIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_STD_GRAPHIC_APPLIED_DEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_STD_GRAPHIC_APPLIED_FIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_STD_GRAPHIC_APPLIED_ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_STD_GRAPHIC_DIALOG_CANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_DATA_GRAPHIC_APPLIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_DATA_GRAPHIC_REMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_REAPPLY_DATA_GRAPHIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_EDIT_DATA_GRAPHIC_TASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_DELETE_DATA_GRAPHIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_NEW_DATA_GRAPHIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_DATA_GRAPHICS_BRANCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_CALLOUT_POSITIONS_EDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_TEXT_CALLOUT_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_DATA_BAR_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_CONTAINER_CALLOUT_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_ICON_SET_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_CBV_UNIQUE_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_CBV_MULTIPLE_RANGE_CREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_MAX_DATA_GRAPHIC_ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_MAX_SHAPES_ON_APPLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DV_MAX_CALLOUT_STACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICESERVERFARMID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICESERVERNUMFARMSERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICESERVERAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SQLNUMFARMSERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATABASETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATABASEVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERRESETINTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ULSSQMSESSIONLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ULSSQMINITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDRELATIVETEXTBOXCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDRELATIVETEXTBOXTEXTAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDRELATIVETEXTBOXPARAGRAPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDRELATIVETEXTBOXCOLUMN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTOTALTEXTBOXNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFCLIENTSAFTEROPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFDOCUMENTSWITHWSSDATASTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTOREMAXNUMBEROFWSSBBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTOREAVGNUMBEROFWSSBBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFWSSBBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFDOCUMENTSWITHWSSDATASTOREANDBBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFDOCUMENTSWITHWSSDATASTOREANDBBSANDCUSTOMPANEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPANDPAGEOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUGGESTEDOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPANDCOLORSCHEMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPANDFONTSCHEMES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPANDPUBLICATIONOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPANDEXTRAOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGCONTENTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGCONTENTCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GREETINGCARDLAYOUTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GREETINGCARDLAYOUTCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWSLETTERCONTENTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWSLETTERCOLUMNSCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWSLETTERCONTENTCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEWSLETTERCOLUMNSVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKPUBLAYOUTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKPUBLAYOUTCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBSITELAYOUTCONTENTVIEWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBSITELAYOUTCONTENTCHOSEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OBJECTSBEFOREMORPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OBJECTSINEXTRAAFTERMORPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXTRAOBJECTSINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXTRAOBJECTSDELETED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFILTERADDEDORCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFILTERADDEDORCHANGED_USESCURRENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOCALWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ASYNCRPC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LANGIDDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVAILABLEMEMBEFORELOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVAILABLEMEMBEFOREUNLOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEMTESTRESULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MATSTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INVCTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RANDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STRIDETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUNCHTTPDOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUNCHTTPDOCUMENTSFOREGROUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUNCHTTPDOCUMENTSWORKINPROGRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUNCHTTPDOCUMENTSAUTHENTICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPMAJORVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPMINORVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPVERDOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSTARTEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGRCUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGTHRESHOLDRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGVIEWEDPRIORRESULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGVIEWEDDETAILEDRESULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGVIEWEDMOREINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGEXITEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSETUPODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGDISKODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGCOMPATIBILITYODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGMEMORYODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGUPDATEODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGMEMORYODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGDISKODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGUPDATEODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGCOMPATIBILITYODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSETUPODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSETUPRESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGCOMPATIBILITYRESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGUPDATERESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGMEMORYRESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGDISKRESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGSETUPRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGCOMPATIBILITYRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGUPDATERUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGDISKRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGMEMORYRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGNUMINPAGEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGNUMBADBLOCKERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXTRAOBJECTSCUMULATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYNEWDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDOCVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDOCOPENMETHOD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDOCLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDOCOPENDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECORDSETDETAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKEXPORTTOEXCELERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSTALLEDFORMSOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPUPDATEINSTALLEDFORMSOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKOPENDASHBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDASHBOARDPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKOPENDASHBOARDLITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDASHBOARDLITESELECTFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDASHBOARDOPENINFOPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDASHBOARDADDTOFAVORITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKDASHBOARDDELETEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKREPLYITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORWARDITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDATEPRESERVEDAFTERDATETIMEEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTIMEPRESERVEDAFTERDATETIMEEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVIEWOPENEDASREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSERTEDITORLINKEDIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSERTEMBEDDEDIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVIEWOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDATETIMEEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYWORDSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTHORSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATATITLESET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATAMANAGERSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATACOMPANYSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATACATEGORYSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATACOMMENTSSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METADATASUBJECTSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMPROPSHEETMODIFYCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMPROPSHEETDELETECLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INPLACEFLUSHFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INPLACEFLUSH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOBINDABLELOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTRICTEDBROWSEACTIVATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADMINADDEDPLACESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALAPPROVEDLOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLEREVENTCODEDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLERTRANSCODEDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROOFUIDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLERTYPEDUMMYDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPELLERFLAGTRACKINGDUMMYDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAMMAREVENTCODEDUMMYDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GRAMMARRULEIDDUMMYDP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_URIACTIVATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IDNURI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REMOTELOCATIONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REMOTELOCATIONIDN_UNICODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSECURITYRESTRICTNOPUBLISHURL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMMOVEVIEWEMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMPRINTTIPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMLISTCAMPAIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMUSELISTEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAREBIZINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILHTML_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILXML_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILXMLXSN_DESIGNSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILHTML_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILXML_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSOLKSERVERMAILXMLXSN_OMSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFWEBAPPSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSADMINCALLTYPEID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSADMINOPERATIONID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMFORMTEMPLATESUPLOADED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMFORMTEMPLATESPUBLISHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMFORMTEMPLATEWITHBUSINESSLOGIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTRUSTLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVIEWSWITCHEVENTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSCOMMENCED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTERMINATEWITHCRITICALEXCEPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTERMINATEWITHCRITICALEXCEPTIONINBL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSABANDONAFTERWARNING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSCONTINUEAFTERWARNING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSSTARTAGAINAFTERWARNING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONVERSIONXPATHONSERVERREASON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONVERSIONFAILUREREASON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGNATURETYPESONFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFSIGNEDDATABLOCKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGNEDDATABLOCKNOTSHOWNINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGNEDDATABLOCKSSHOWNINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFFULLDOCSIGSONFORMSONSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFPARTIALSIGSONFORMSONSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFTIMESSIGSAREREMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWHERESIGNINGISENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTUSERINITIATESSIGNING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTUSERHASNOCERTIFICATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFORMREFRESHSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSACTIVEXCONTROLSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSUSERSAYSNOTOACTIVEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGTRUSTAFTERBEINGADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGNINGERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLSECTIONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLREPEATINGSECTIONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLREPEATINGTABLETEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLOPTIONALSECTIONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLTOPLEVELSECTIONSWITHUITURNEDOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLLISTBOXTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLHYPERLINKTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLEXPRESSIONBOXTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIGNEDDATABLOCKSHOWNINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMOFTIMESSIGSAREADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFORMLOCALEFALLBACKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFORMLOCALEINVALIDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSDATEFORMATFALLBACKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSARCHIVEPNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSARCHIVETIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSARCHIVEEMF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSARCHIVEALLVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFRMCTRLEDITINGSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFRMCTRLEVENTHANDLERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFRMCTRLINITIALEDITINGSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFRMCTRLTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFRMCTRLOPENNEWORNEWWITHDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCDEFAULTITEMOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCFILEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINCLIENTFAILSOOPENINBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINCLIENTFAILSOERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCCLRCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSDATEPRESERVEDAFTERDATETIMEEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTIMEPRESERVEDAFTERDATETIMEEDIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSRELATIVETIMEOFFSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTIMEZONEOFFSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSZULUOFFST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSIMPLENAMEDASSEMBLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSTRONGNAMEDASSEMBLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSHOWINCATALOGNO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITHWARNINGNG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSDATETIMEEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMCREATEDFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOOLBARSBOTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOOLBARSTOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOOLBARSBOTTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALSUBMITBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALSAVEBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALOPENBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALSIGNBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALPOSTBACKBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALVIEWBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMENUMTOTALPRINTBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMESUBMITCLICKTOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSRICHTEXTCONVERTFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCHROMESUBMITCLICKBOTTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSRICHTEXTPLAINTEXTCONVERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSDEPLOYFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSDEPLOYDOMAINNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IFSNUMOFBLASSEMBLIESINFORM0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHSSOAUTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHEXPLICITAUTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHPROCESSAUTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_SQL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_WINDOWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_CD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_KERBEROS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_BASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_DIGEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFS_SOLUTIONOPENWITHCREDENTIALTYPE_UNKNOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_EWR_OPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_EWR_TOTAL_REQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_EWR_NAVIGATION_REQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_EWR_INTERACTIVE_REQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SEC_NO_DOMAIN_ACCT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SEC_MUST_BE_ADMIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SEC_REQUIREENCRYPTEDUSERCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SEC_REQUIREENCRYPTEDSERVERCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SEC_ACCESSMODEL_TSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIENTRY_IN_XL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIENTRY_IN_EWR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_REFRESH_MANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_REFRESH_PERIODIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_REFRESH_OPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_REFRESH_ALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_EXT_DATA_CACHE_HIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_NOT_SAFE_PROVIDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_QUERYTIMEOUT_HIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_QUERY_USER_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_QUERY_WAIT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_BGQUERY_ON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EDI_BGQUERY_OFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_LOADED_SUCCESS_TOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_LOADED_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_LOADED_WSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_LOADED_UNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_LOADED_HTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_CACHE_HIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_OPEN_AS_USER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PFF_OPEN_AS_FAACCT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_TIMEDOUT_SHORTSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSION_TIMEDOUTSESS_66854_NEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSIONS_WITHEXTDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSIONS_STATICWORKBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSIONS_REFRESH_ON_OPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSIONS_PERIODIC_REFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_SESSIONS_VIEWONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_ITEMS_MOVED_TO_USED_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCCELSERVER_UIM_ITEMS_ENTERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_EXTDATA_ITEMS_ENTERING_UIM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_EXTDATA_USED_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_EXTDATA_STALE_ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NONECONNECTIONSATTEMPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_INTEGRATEDCONNECTIONSATTEMPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_STOREDCONNECTIONSATTEMPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NONEAUTHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_INTEGRATEDAUTHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_STOREDAUTHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_STOREDWINDOWSAUTHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NODCLPERMISSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_DCLREQUESTFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_DCLREQUESTSUCCEEDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EMBEDDEDCONNECTIONINFOUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_CONNECTIONFILEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_BWENTERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_BWUSEDSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_UW_ENTERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_UW_USED_STATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_STALE_WORKBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_STOREDWINDOWSCONNECTIONSATTEMPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EWRNOVSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EWRNORMALVIEWSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NOVCHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NOVPIVOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NOVLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_NOVNAMEDRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_EWRIS64BIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ECSIS64BIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGNUMBADBLOCKWRITEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGNUMBADBLOCKREADERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEVELOPER_TAB_OPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_ALMOST_ALL_EVICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_UIM_EVICTIONS_MEMFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_PRIVATE_BYTES_EXCEEDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKTYPEXMLHTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKTYPEASPNET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVERIFYCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVERIFYSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVERIFYFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCLICKUPLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVERIFYSUCCESSWITHWARNINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSIWACTIVATIONSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSIWACTIVATIONFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSIWDISABLEFORMDEPLOYMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSIWDISABLEFORMRENDERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSPRVPANEON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSNEWMAXSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSNEWAVGSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSNEWNUMOFSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSSCHEDULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSINGLEDBSMSLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSINGLEANSISMSLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSMAXREC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSAVGREC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSNUMOFMULTIREC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSFWDMAXSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSFWDAVGSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSFWDNUMOFSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSNEWMINSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSFWDMINSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSMSMINREC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPROLECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPROLECOLLECTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPPERMISSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPPERMISSIONCOLLECTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPMEDIAERRORCODEDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_CUSTOMPROPERTIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_SUBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_KEYWORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_COMMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_CATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_CONTENTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_CONTENTSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRECENTLYADDEDCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRECENTLYMODIFIEDCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRECENTLYCOMMUNICATEDCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEMAILDOCUMENTSECTIONCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICRELATEDEMAILOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICRELATEDDOCUMENTOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOLKDOCUMENTOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICACTIVITYDOCUMENTOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEMAILDOCUMENTOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCNUMCHARTOTC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCNUMCHARTOSC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCCUSTDICCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCADDCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCMODIFYCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCREMOVECLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCREMOVEALLCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCIMPORTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCNUMIMPORTTERM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCEXPORTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCNUMTERMCUSTDIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NETPRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSMIMEENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICDEFAULTMAILACCOUNTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLSELECTIONSINGLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLSELECTIONMULTIPLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLSELECTIONNONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLCONTACTS1TO3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLCONTACTS4TO20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLCONTACTS21TO100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLCONTACTS101ORMORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTACTIVITYAUTOGENERATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTACTIVITYAUTOGENERATESKIPPED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLNORMALMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLSEARCHMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICCONTACTLISTNLRELATEDCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVCOMMENTFIELD1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVCOMMENTFIELD2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVEXPORTTYPEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVEXPORTTYPESUBSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVINVOKETYPECONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMEHVINVOKETYPESEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMULTIPROFILECREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMULTIPROFILEMYINFOCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERLANGSWITCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERLANGCONTACTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERLANGMYINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHEXECUTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHKEYWORDSINGLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHKEYWORDDOUBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHKEYWORDMORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHABORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHNLSELECTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHNLTIPOCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS1TO5CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS6TO10CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS11TO30CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS31TO100CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS101ORMORECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHCOMPLETE1TO8SECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHCOMPLETE8TO20SECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHCOMPLETE60ORMORESECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHCOMPLETE21TO60SECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS1CATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS2TO5CATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS6TO10CATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTS11ORMORECATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFULLNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSEMPLOYEE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSMEMBERSHIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSSCHOOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFORMEREMPLOYEE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFORMERMEMBERSHIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFORMERSCHOOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSJOBTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFORMERJOBTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSDEPARTMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFORMERDEPARTMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSFACULTYSUBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSOLKMEMO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSADDITIONALINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSLICENSEPROFESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSOTHERCAREER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSRELATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSATTENDEE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSMEMO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSNEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSACTIVITYNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSADDRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSEMAILADDRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSOTHERFIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSIDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHRESULTSADOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHOPENITEMAPPEARANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHOPENITEMCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHNEXTPREVIOUSAPPEARANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHNEXTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSEARCHPREVIOUSCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERRELATIONDEF1TO5RELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERRELATIONDEF6TO10RELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERRELATIONDEF11TO20RELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOTHERRELATIONDEF21ORMORERELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCENOTES1CONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCENOTES2TO3CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCENOTES4ORMORECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCERELATION1CONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCERELATION2TO3CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCERELATION4ORMORECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCECAREER1CONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCECAREER2TO3CONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICATONCECAREER4ORMORECONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZHIS1IBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZHIS2TO3IBCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICBIZHIS4ORMOREIBCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDIBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDEBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDLATEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDEXTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDLITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDIBCWOCERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARD50PERCENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARD100PERCENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCOMPANY1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCOMPANY2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCAREER1PERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCAREER1OTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTCAREER2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDNOBIZCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTALMAMATERPERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTALMAMATEROTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTMEMBERSHIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTGROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTCOMPANY1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTCOMPANY2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTCAREER1PERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMRESULTEMPLOYEES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTCAREER1OTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTCAREER2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTALMAMATERPERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTALMAMATEROTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTMEMBERSHIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWSUMCOUNTGROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLINFOMAILRULESTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLINFOMAILRULESCONDITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OLINFOMAILRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSDOCLIBCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSDOCLIBMODIFY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSCONTENTTYPECREATEFROMBASEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSCONTENTTYPECREATEFROMNONBASEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSCONTENTTYPEMODIFY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSCONTENTTYPEFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSDOCLIBFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSADMIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHPUBLISHWSSADMINFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPESTANDARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEPHRASELIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEREGULAREXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEREGULAREXPRESSIONOVERMAXLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPENONMATCHING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTSTARTBLANK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTSTARTXMLORSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTICONCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTPROPERTIESDIALOGSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTICTMINORVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTINSTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTUPDATEPERFORMED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTUPDATECONFLICTINGRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTUPDATECONFLICTINGCALCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTUPDATECONFLICTINGVALIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTCONFLICTDURINGUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTCONFLICTDURINGINSERTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOLPARTFORMOPENEDWITHUPDATEAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTUPDATEMULTIPLEPARTSDONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTUPDATEDACROSSVIEWSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODEJSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODEVBSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODECS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODECS2003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODEVB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSREMOVECODEVB2003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNJSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNVBSCRIPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNCS2003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNVB2003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPVSTONEWPROJECTFROMXSNVB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXSDVALIDATIONATTEMPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXSDVALIDATIONFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPROJECTCONVERSIONUISHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOURCECODECONVERSIONSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSOURCECODECONVERSIONUISHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTLOCKEDBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ELEMENTLOCKEDBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETEBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDITBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMATBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMBBOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMBBOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXDEPTHBB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLAINTXTBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DROPDOWNBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMBOBOXBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATEPICKERBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICTUREBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPARTBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RICHTXTBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKTOBACKBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MERGEDOCSWITHBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEEPBBOOUINUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CREATENEWSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MODIFYSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSERTSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSERTDEFAULTSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SWAPSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTSPASTEINTOSIGNATURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTSAPPLYTEXTFORMATTINGNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTSINSERTBUSINESSCARDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTSINSERTPICTURENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENTSINSERTLINKNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGENUMBEROFSIGNATURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGDATASTORENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXDATASTORENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGDATASTORESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXDATASTORESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGLISTENERSREGISTEREDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXLISTENERSREGISTEREDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEALWITHSIDEBYSIDETXTNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_SLIDESYNCCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_SLIDESYNCDISABLEDPERSLIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_SYNCDISABLEDALLSLIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_UPDATESTALESLIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_REPLACESTALESLIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_STALESLIDESKIPPED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_TOTALOOUICLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLIDESYNCING_TOTALSLIDECONTEXTMENUCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAMADDEDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAMDELETEDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOADXMLCALLEDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOSCHEMACOLLECTIONADDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMPTYSCHEMACOLLECTIONADDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POPULATEDSCHEMACOLLECTIONADDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAMESPACEMANAGERACCESSNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOSCHEMASLNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINT_SLIDESENTTOOPENPRESENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINT_SLIDESENTTONEWPRESENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINT_SLIDESYNCSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINT_PUBLISHFROMACTIVEXCONTROL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINT_SENDCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMFOLDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKFORMFOLDERREFRESHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNEWFORMFROMNEWTOOLBARBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED1_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED11_20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED21_50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED100PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH1_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH11_20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH21_50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH51_100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSMERGEDININFOPATH100PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION1_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION11_50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION51_100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION101_250"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION251_500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION501_1000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION1001_5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERCREATION5000PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH1_10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH11_50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH51_100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH101_250"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH251_500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH501_1000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH1001_5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPROPERTYPROMOTIONITEMSPROMOTEDONFOLDERREFRESH5000PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKNUMBEROFFORMSEXPORTED51_100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESEARCHVBQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHRESTRICTEDWSSBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHRESTRICTEDMAILBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHRESTRICTEDSHAREBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHDOMAINWSSBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHDOMAINMAILBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHDOMAINSHAREBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFULLTRUSTWSSBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFULLTRUSTMAILBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFULLTRUSTSHAREBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNTWSSBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNTMAILBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNTSHAREBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNTREGFORMBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHFORMSCOUNTCONTENTTYPEBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_INVOKEPUBLISHSLIDESFROMCONTEXTMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_INVOKEPUBLISHSLIDESFROMSAVEAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_INVOKEPUBLISHSLIDESFROMADDSLIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_FILENAMEEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_DESCRIPTIONEDITED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_LAUNCHSLIDELIBRARYSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_PUBLISHEDTONONSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_CANCELWITHOUTPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_RESOLVEDBYCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_RESOLVEDBYSKIPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_RESOLVEDBYOVERWRITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_SLIDESSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_TASKPANEOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_SLIDELIBRARYOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_FILEOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_TOTALSEARCHQUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_SOURCEFORMATTINGCHECKBOXTOGGLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_WDPPTEXC_AVERAGEREHYDRATESTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_WDPPTEXC_WMQUERYINVOKES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_WDPPTEXC_WATSONINVOKES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_WDPPTEXC_REHYDRATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_TOTALREHYDRATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_WMQUERYINVOKES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_WATSONINVOKES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CPNUMENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CPNUMSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CPNUMALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CPOUTPUTMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_PARTCORRUPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_INVALIDRELATIONSHIPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_INVALIDCONTENTTYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_OTHERINVALIDPARTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENTEREDCUSTOMPSDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCUSTOMPAGESIZES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBOOKMARKSATSESSIONEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMLINKSTOBOOKMARKSATSESSIONEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NONDEFAULTTOOLSOPTIONSWEBSETTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVBARACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_TASKPANESTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_AVERAGEFDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_AVERAGELOADINGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_AVERAGESEARCHTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_WINDOWSOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_DRAFTSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IDNURI_PUNYCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REMOTELOCATIONIDN_PUNYCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THUMBNAILSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METROTHUMBNAILS_THUMBNAILNOTSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMBULKMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NONCOMPACTFLUSHFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMPROPSHEETADDCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICESERVERAPPLICATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEGACYDIAGRAMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXDIAGRAMROUNDTRIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXAVGCHARSPERCONNECTOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERRETURNSONLASTITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXPASTEDASSISTANT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERASSISTANTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEGACYOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEGACYCONVERTTOOA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEGACYUPCONVERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLASTKNOWNE20HEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLASTKNOWNE20WIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNEWE20HEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNEWE20WIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERNODESNOTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDALLOWMULTIPAGESON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDALLOWMULTIPAGESOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_XLSX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_XLSM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_XLSB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEXLTM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEXLTX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILE_XLAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLSX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLSM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLSB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLTM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLTX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVE_XLAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_USER_INITIATED_REPAIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_USER_INITIATED_EXTRACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOMATIC_REPAIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOMATIC_EXTRACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAFE_SAVE_MODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MINI_SAVE_MODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_BIFF12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_BIFF8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_BIFF5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_XLSX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_XLSM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROPPANELCOMMANDHOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_ACT_XMLUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_ACT_VER_FAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_ACT_MORE_LANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_ACT_MRULIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_ACT_CHAR_FAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METROFILEFORMAT_EXITRECOVERYSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METROFILEFORMAT_ORIGINALPADDINGDIFFERENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_NOCORRUPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CORRUPTIONREPAIR_ZIPCORRUPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLONOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLDRAGGEDTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_FILEOPENDIALOGSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_FILEOPENDIALOGSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_FILEOPENDIALOGCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_FILEOPENDIALOGTOOLSPLITCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITREADONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITOPENCOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITOPENBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITOPENTRANSFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_OPENSPLITOPENREPAIR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGRETURNSSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGTOOLSCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_TOOLSSPLITSECURITYCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_TOOLSSPLITWEBCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_TOOLSSPLITSAVECLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_TOOLSSPLITCOMPRESSCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGLISTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGPROPERTIESVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_METROPARTANDREL_BITMAPPEDDATAPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DSIG_SIGNATURE_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DSIG_CERTIFICATES_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DSIG_PROVIDER_AVAIL_OOB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DSIG_LEGACY_SIG_THROTTLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DSIG_PROVIDER_COUNT_EXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MARKASFINALON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MARKASFINALOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMDAVUPLOADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMFPRPCUPLOADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSINGLEFILEUPLOADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMULTIPLEFILEUPLOADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUPLOADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMITEMSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMLISTSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMWEBSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERVALIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGUILANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_SAVECOREPROPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXCTSMANAGETEMPLATEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGCTSMANAGETEMPLATEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXCOLSMANAGETEMPLATEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGCOLSMANAGETEMPLATEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSOLUTIONOPENWITHDCL_RELATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSOLUTIONOPENWITHDCL_ABSOLUTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEANNOUNCEMENTSVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILECALENDARVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILECONTACTVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILELINKSVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILETASKSVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEISSUESVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEDISCUSSIONVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEDOCLIBVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEPICLIBVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEOTHERLISTVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEANNOUNCEMENTSEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILECALENDAREDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILECONTACTSEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILELINKSEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILETASKSEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEISSUESEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEDISCUSSIONEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEDOCLIBEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEPICLIBEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMOBILEOTHERLISTEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGMOBILEEDITFIELDSFILLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXMOBILEEDITFIELDSFILLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_VIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_CALC_MANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_CALC_VOLATILE_WKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASTYPES_PPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASTYPES_ACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGTHUMBNAILSVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGDETAILSVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFD_SAVEDIALOGPREVIEWVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVEASTYPES_ONENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMITEMSCREATEDUNIQPERMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMLISTSCREATEDUNIQPERMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMWEBSCREATEDUNIQPERMISSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ERRORPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETUPTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZECONTENTDBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPORTQUERYRETURNS0ROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPORTQUERYRETURNSLESSTHAN1MMROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPORTQUERYRETURNSMORETHAN1MMROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_DOCRECOVERYFILEVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_DOCRECOVERYSAVEACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERNODESWITHNOTEXTANDIMAGEFILL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXWIDGETOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXWIDGETCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERNEWDIAGRAMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERNEWDIAGRAMSRESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCPXCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCOLORTRANSFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECREATETAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECREATETOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWBELOWENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWCTRLENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWABOVEENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEOEABOVEENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEENDDOUBLEENTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECOLUMNTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECOLUMNTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLESIZECOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLESIZEROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLENOTGRIDTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECOLUMNSELECTHANDLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECOLUMNSELECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEDELETEROWSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEDELETEROWBACKSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEDELETEROWDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLESPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEBORDERSOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEBORDERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLECOLUMNRESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEPASTEROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLENESTEDCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTURELASTFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTURELASTFILESIZEKB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTURELASTFILESIZEMB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTURELASTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNONLOCALNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVPANEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSWITCHMINIBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSWITCHEXPANDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNOTEBOOKNAVTREE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNOTEBOOKBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVTREESECTIONSAMEFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBERUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBEUPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLTEXTBOXTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLOPTIONBUTTONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLCHECKBOXTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLBUTTONTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONTROLDROPDOWNLISTTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTEXTBOXSCROLLINGAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTEXTBOXSCROLLBARSWHENNECESSARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTEXTBOXSCROLLBARSALWAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTEXTBOXEXPANDWHENNECESSARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTWHEELSELECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFCOLORTHRESHOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFCOLORINTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFONEBITTHRES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFONEBITTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMRGBSPECIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPANTONESPECIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RO_FROMDCL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPGETTINGSTARTED_RR_FROMDCL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLDRAGGEDTASKS_68006_NEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYISASYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYISSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME200"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME1000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME2000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIME5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSQUERYRESPONSETIMEMORETHEN5000"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_SUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_QUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_VIEWSWITCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_OPENNEWDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CLOSEDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_SAVEDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_SAVEDRAFTDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_OPENDRAFTDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_DISIGRELATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_DATEPICKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CSARELATEDLEAF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CSARELATEDSTRUCTURED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_NAVIGATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_DIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_PRINTDIRTYVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_MISC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_ANNOTATESNIPPETFORINNERNODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_ANNOTATESNIPPETFORSTRUCTURALROUNDTRIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_NOSCHEMATYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LOG_IN_WITH_SAVED_CREDENTIALS_ON_BOOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSCONTROLREBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSDESIGNERSTARTINGPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSDVTINSERTIONFROMCONTROLTOOLBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSDVTINSERTIONFROMDATASOURCEPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSFREQUENCYOFSTRUCTURALOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSPRINTEDDOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSSOLUTIONTASKPANEUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XDOCSXSDDETAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSCOMPLETED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITH1_2POSTBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITH3_5POSTBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITH6_10POSTBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITH11_20POSTBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSWITHMORETHAN20POSTBACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_CHILDAXISISNOTELEMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_SELFISNOTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_SELFHASNOPARENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_PARENTISNOTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_PARENTHASNOPARENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_PARENTHASNOGRANDPARENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNSUPPORTEDAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_MAPSNIPPETBOUNDTOROOTTWICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_COULDNOTRESOLVEFUNCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_VIEWXPATHTYPE_ROOTAPPEARSMORETHANONCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNEXPECTEDTYPEOFASTNODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_ADVANCEDMULTIPLEBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_LISTBOX_DROPDOWNCOULDNOTPROPERLYLOCATECONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_OUTOFCONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUSINESSLOGIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNPROCESSEDPATHS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SERVERACTIONBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_KEYORKEYREFCONSTRAINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_RULESASSIGNMENTCALCULATIONSCOULDNOTGENERATEANEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_RULESSITECOULNOTGENERATEANEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_COULDNOTLOCATECALCULATIONTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_COULDNOTGENERATEEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_ANALYSISOFFRAGMENTTOINSERTCONTENTNEEDSINSERTEDELSEWHEREINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_ANALYSISOFFFRAGMENTTOINSERTCONTENTISSOURCERULESCALCULATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_NOTALLSOURCESARESIMPLEXPATHS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SOURCESARENOTINSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_FILTERSONUNIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSFOLLOWINGAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSPRECEDINGAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSFOLLOWINGSIBLINGAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSPRECEDINGSIBLINGAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_NAMESPACEAXIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSFUNCTIONSOTHERTHANGETDOM_CURRENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_SIMPLEXPATHLIMITATIONSFILTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_NOTSUPPORTEDXPATHFUNCTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_EXPRESSIONCONTAININGINNERNODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_NODESETFUNCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_FILTERSNON_AXISINPUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_FILTERSMULTIPLECONTEXTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_COMPLEXFILTERREFNOTINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_COMPLEXSCENARIONOFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNRECOGNIZEDEXTENSIONFUNCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_EXTENSIONFUNCTIONNOTSUPPORTEDONCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNSUPPORTEDNESTEDEXPRESSIONEVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_UNSUPPORTEDNESTEDEXPRESSIONFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_POSITIONBASEDFILTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSXPATHANALYSIS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZORDERFIXFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TAPUSERID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TAPMACHINEID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCUMENTINFORMATIONSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DBM_DRIVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFEXPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFBISYNCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFSIM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFPHONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSCONNECTORNUMOFALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFFIRSTACOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACOUNTCREATEBYOLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACOUNTCREATEBYOMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACOUNTCREATEWHENNEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKUSEDFLAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFSAVEPWD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFABINMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFDL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOPTIONMMSAVEWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOPTIONMMSAVEHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCNUMOFDEFAULTFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSSYNCBASEONOLKCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSSYNCBASEONMOBILECONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSSYNCBASEONUSERDECISION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSSYNCNUMOFOLKFOLDERSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNAMERESOLVENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNUMOFAUTOCOMPLETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNUMOFOMSCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNUMOFOLKCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSAVESYNCCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSAVESMSIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNUMOFINCOMINGMSGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMKERBEROSAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMNTLMAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBASICAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMFORMSAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSSOAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTDOCUMENTGRIDTASKPANEOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTDOCUMENTGRIDIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTHEADERMIXEDFORMATTFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTHLINKMARKUPFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTHLINKBADPROTOCOLFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTUNKNOWNFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTAMLFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPWORDIMPORTBOOKMARKFIXUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SESSIONLENGTHDIFFERENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOSERVICEREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOPROCESSREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMEBLOCKINGFORPRINTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOOPENDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMETOSTARTUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOSWITCHVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOSWITCHTHEME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOSAVEDOCUMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMETOSHUTDOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETONAVIGATEDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYMINPUTSYMBOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYMINPUTCUSTOMIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMITALIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMBOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMUNDERLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMSTRIKETHROUGH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMHIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMBGCOLOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCONDFORMFGCOLOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEREGULAREXPRESSIONLENGTHLESS100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEREGULAREXPRESSIONLENGTHLESS250"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PINPUTSCOPEREGULAREXPRESSIONLENGTHLESS500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINPUTSCOPEREGULAREXPRESSIONLENGTHOVER500"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTINFORMATIONSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWINFORMATIONSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPFARMFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPFARMDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPVSERVERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPVSERVERDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPDBFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPDBDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPFARMFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPFARMDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPVSERVERFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPVSERVERDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPDBFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPDBDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREFARMFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREFARMDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREVSERVERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREVSERVERDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREDBFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREDBDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREFARMFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREFARMDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREVSERVERFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREVSERVERDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREDBFULLTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREDBDIFFTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETAPIVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_FILEACCESSMETHOD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_OPENWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETSESSIONINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_CANCELREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_CLOSEWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_SETCELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_SETCELLA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_SETRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_CALCULATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_CALCULATEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_CALCULATEWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETCELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETCELLA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETRANGEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_GETWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETAPIVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_OPENWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETSESSIONINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_CANCELREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_CLOSEWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_SETCELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_SETCELLA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_SETRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_SETRANGEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_REFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_CALCULATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_CALCULATEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_CALCULATEWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETCELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETCELLA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETRANGEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_SUCCESSFUL_GETWORKBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_REFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_API_TOTAL_SETRANGEA1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_ACCESSMODEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_REQUIREENCRYPTEDUSERCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_REQUIREENCRYPTEDSERVERCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_LOADBALANCINGSCHEME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_RETRYINTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_SESSIONTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_SHORTSESSIONTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXREQUESTDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXPRIVATEBYTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_ENABLECACHINGOFINACTIVEMEMORYOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXWORKBOOKCACHESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXWORKBOOKSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXCHARTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_ENABLECACHINGOFUNUSEDFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_AUTOMATICVOLATILEFUNCTIONCACHELIFETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MANUALVOLATILEFUNCTIONCACHELIFETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_DEFAULTWORKBOOKCALCMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_PERIODICEXTDATACACHELIFETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MANUALEXTDATACACHELIFETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXCONCURRENTDATAREQUESTSPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_QUERYTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_CONNECTIONLIFETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_TYPE_SHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_TYPE_UNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_TYPE_HTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_ALLOWEXTERNALDATA_NONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_ALLOWEXTERNALDATA_DCL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_ALLOWEXTERNALDATA_DCL_EMBEDDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_WARNONDATAREFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_ABORTEDOPENONREFRESHFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_DATAPROVIDER_TYPE_OLEDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_DATAPROVIDER_TYPE_ODBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_DATAPROVIDER_TYPE_ODBC_DSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERCATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMEMAILCHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILENVCHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILMERGECHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERFIXED2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERFOUND2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERNOTFIXED2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHECKERSETTINGS2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARDBUSINESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARDPRIVATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICEVENTBIZCARDOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMPORTHORZCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIMPORTVERTCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSENTBIZCARDIBCNODNF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSENTBIZCARDIBCDNF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSENTBIZCARDENCRYPTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSENTBIZCARDVCF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWOPENEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWOPENIDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPVERSIONMAJOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPVERSIONMINOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_SESSIONLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPLAUNCHEXPLORER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_CREATECOMPANY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_WORKINGSETENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_WORKINGSETLOADED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_WORKINGSETEXIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_CLOSINGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSINFOBYMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSELEMENTDEFAULTVALUEREMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HOWWEBSITEUPLOADED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_USEDOFFICEONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_CURRENTUSERROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_COMPANYCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_ENTRYWORKINGSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_LOADEDWORKINGSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_EXITWORKINGSET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_PERF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_DEMOGRAPHICDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPDESIGNCHECKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPIMPORTWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPINPUTSCOPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPDATACONNECTIONLIBRARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPPROGRAMMING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPFORMDESIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPCONTEXTSENSITIVEHELPINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDDNF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWBIZCARDUNKNOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWINFOBARHOWTOSENDACTIVITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICIVIEWINFOBARBIZCARDUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRACALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRACYESTERDAYTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRACTHISWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRACLASTWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRAC30DAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRCCALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRCCYESTERDAYTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRCCTHISWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRCCLASTWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRCC30DAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRMCALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRMCYESTERDAYTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRMCTHISWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRMCLASTWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICFILTERRMC30DAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICPICKEROPENSENDBIZCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICPICKEROPENMULTIMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICPICKEROPENSINGLEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BUILDVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEEDITFIELDS00TO10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEEDITFIELDS11TO20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEEDITFIELDS21TO30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEEDITFIELDS31TO40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEEDITFIELDS41UP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMMANDINFORMATIONSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESPUBLISHTOFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESPUBLISHTOSHAREPOINTORFORMSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESPUBLISHVIAEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESPUBLISHASPROPERTYEDITORTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESPUBLISHINSTALLABLETEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTOEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTODATABASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTOWEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTOSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTOHTTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITVIARULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITVIACODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESSUBMITTOHOSTINGENVIRONMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONDATABASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONWEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONDCL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPRESTRICTEDFEATURESDATACONNECTIONDCLSERVERMANAGEMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLENUMBEROFROWS4TO7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLENUMBEROFROWS7PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPOTHERDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKUPOTHERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREOTHERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREOTHERDIFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARHEADERBUTTONCLICKSBACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARHEADERBUTTONCLICKSFORWARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARINLINEVIEWBUTTONCLICKSMONTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARINLINEVIEWBUTTONCLICKSWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARINLINEVIEWBUTTONCLICKSDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARCUSTOMVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARVISIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARSHOWWORKWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARSHOWFULLWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARWEEKVIEWDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARWEEKTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARCLICKTOADDEVENTDAYWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARCLICKTOADDAPPOINTMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARCLICKTOADDOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHLOWCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHMEDIUMCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHHIGHCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHVIEWDEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHTOWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARMONTHTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARCLICKTOADDEVENTMONTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTTOTALCALENDARITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTALLDAYEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTMULTIDAYEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTAPPOINTMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTMEETINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTRECURRING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTRECURRENCEEXCEPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTCALENDARITEMCONFLICTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTMEETINGSWORKSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTCALENDARITEMSPRIVATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTATTACHMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALDAYCOUNTWORKWEEKDAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MEETINGSPRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMMANDINFORMATIONSTREAM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMMANDINFORMATIONSTREAM2A"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCUMENTINFORMATIONSTREAM2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPLICATIONLOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWSBUCKET1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWSBUCKET6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWSBUCKET11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWSBUCKET20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMBEROFVIEWSBUCKET2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVIEWSWITCHOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVIEWSWITCHMANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVIEWSWITCHRULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYXCALRANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_LOCATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_DEFKBLANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_FORMATCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_IELANGPREFSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_LANGBARCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_OSKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_SETLANGENABLEDLANGSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_SETLANGHELPLANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_SETLANGPRIMARYLANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_SETLANGUILANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_TERMSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_MODELS_UILANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMAILEROUTLOOK12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMAILEROUTLOOK11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMAILEROUTLOOK10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICMAILEROUTLOOK9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICDEFAULTMAILEROLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICDEFAULTMAILEROE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICINVOKEGENERATEEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICSAVECONTACTVIAADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOPENIBC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICOPENICX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKRECOMMENDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKRECEIVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKREQUESTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKINTRODUCTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKSPAMFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICBIZCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKMEMO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKRELATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKCAREER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKNEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKKEIJI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ICALISTCLICKCHOJI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFORMUPGRADETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNUMFORMTEMPLATEUPGRADES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSSFARMWIDEQUIESCINGCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSSFARMWIDEQUIESCINGDURATION0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPERFORMQUIESCINGDURATION0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPERFORMQUIESCINGCOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTERMINATEDWITHSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTERMINATEDWITHSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTERMINATEDWITHEXPLICITCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTGUIDCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNAMECHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTICONCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTAUXDOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTVALIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTCALCULATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTSTARTFROMBLANK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTSTARTFROMSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNUMBERINSTALLEDBUCKET01"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTADDCUSTOMCONTROLGENERAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTADDCUSTOMCONTROLTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTINSERTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNEWNODESINSERTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTEXISTINGNODEINSERTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTSNIFFERINSERTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTSUCCESSFULBINDINGDIALOGINSERTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTUPDATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDATACONNECTIONWIZARDINVOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPUBLISHWIZARDINVOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSUBMITDIALOGINVOCATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLEINSERTIONDSP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLEINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLEREPEATINGSECTIONORIENTATIONCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREPEATINGTABLENUMBEROFROWS1TO3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCFCHUNKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCFCHUNKSHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCFCHUNKSRTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCFCHUNKSMETRO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCFCHUNKSWORDML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMEMBEDDEDMETROONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMEMBEDDEDMETROONSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMEMBEDDEDNONMETROONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMEMBEDDEDNONMETROONSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMUSTUNDERSTANDFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMMUSTUNDERSTANDPASS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPROJECTCONVERSIONSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBEACONUIOLK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBEACONUIHOSTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBEACONUIRICHCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBEACONUIPROPPANEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMERECONVERSIONUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMELEFTSHIFTUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMERIGHTSHIFTUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME2NDCANDIDATECHARACTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME1STPAGECANDIDATECHARACTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME1STCANDIDATEPRECISION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESTYLEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSPECTORACCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSPECTORFORMACCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSPECTORNODEACCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPINSPECTORCONTROLACCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_USERSPECIFIEDALWAYSROUNDTRIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_OTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_TOOLBARUPDATEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_DATATYPEVALIDITYUNKNOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELEGATERELATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCONTENTDBATTACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARSHARINGPERMISSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNUMBERINSTALLEDBUCKET23"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNUMBERINSTALLEDBUCKET45"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPTEMPLATEPARTNUMBERINSTALLEDBUCKET6PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_FEATURE_USAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IFSSAFEHTMLCAUGHTMALICIOUSHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IFSBLSCANUSEOFMEMBERVARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IFSBLSCANUSEOFSTATICVARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IFSBLSCANUSEOFUIOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTBLASSEMBLIESINFORM4PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTE10CHARTIN12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTE10DIAGRAMIN12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTE10PICTUREIN12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTE20CHARTINCOMPAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTIGXINCOMPAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDINSERTE20PICTUREINCOMPAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERNUMPUBLISHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERPUBLISHDLG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERINTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTVISIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTONENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPEROPTACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERSIZEUNITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPHORIZONTALREGIONINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMECOMPOSELENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESOFTKBDUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDUINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEWATSONNEWWORDUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEWATSONMISCONUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEEUDPINLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEEUDPOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEEUDPUPDATEWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEEUDPWATSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEEUDPPHRASES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPROPERTIESVIARIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPROPERTIESVIAACETATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMFONTPROPERTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSHAREDERRORBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSHAREDERRORBOARDOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSHAREDERRORBOARDIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMBOUNDBB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMBOUNDBB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMSTREAMBOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMSTREAMBOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMDANGLINGBINDINGOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMDANGLINGBINDINGOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAXNUMDANGLINGBINDINGCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGNUMDANGLINGBINDINGCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BOUNDBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNBOUNDBBNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCPROPPERSIST_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSEROPENWAVETOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSERNETFRONTTOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSERPANASONICTOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSERNOKIATOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSERJPHONETOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSEROPERATOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEBROWSEROTHERTOTALHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEMARKUPTOTALHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEMARKUPTOTALCHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEMARKUPTOTALXHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEMARKUPTOTALWML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEMARKUPTOTALOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RSSHITSANON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RSSHITSAUTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBCREATENEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBCOPYFROMMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSWITCHMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBMAXSOURCESINDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBPLACEHOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTYLECHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBEDITONLYCURRENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBEDITONLYMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBEDITBOTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYRECORDSETCONTINUOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPARAMFILTERDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPNUMBERPARAMSPERTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPARAMCONNECTIONDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPARAMCONDFDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDVINUMBERSORTEXPRESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDVINUMBERVIEWFILTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDVINUMBERDDPROPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDVIPREVIEWTEMPLATETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP__SITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPFINDDATASOURCESUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWPDVMODE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWPDVMODE1TO2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWPDVMODE1TO3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWINSERTTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_SA_VIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_ASP_PROC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_CUST_PROC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_WSS_PROC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWFNUMBERWORKFLOWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWFNUMBERSTEPSPERWF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWPNUMBERSUBSTEPSPERWF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWFNUMBERACTIONSPERBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWFNUMBERCONDITIONSPERBRANCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWFNUMBERBRANCHESPERSTEP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPNUMBERPERACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDATAVIEWCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPPCALLERFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPPCALLERCONFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPPCALLERSORTGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPAGGDATAIMPROPER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPAGGDATAIMPROPERJOINSUBINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDFWPBKWDV2ONV3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDFWPBKWDDVWPONV3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDFWPBKWDDVWPTODFWP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPDFWPBKWDUDCTODATASRC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSAFEEDITINUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPSTARTASCONTRIBUTOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBCALLERCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBCALLERFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBCALLERCONFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBCALLERSORTGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBEXITOKNOCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBEXITOKWITHCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBEXITOKWITHERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPXPBEXITCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TOOLBOX_ITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_AUTHORINGTAB_DOCTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_AUTHORINGTAB_SECONDARYSCHEMA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_AUTHORINGTAB_CSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_AUTHORINGTAB_BLANKTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_AUTHORINGTAB_WSSBLANKTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_COMPATABILITYCHECKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_CSSREPORTS_OPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_CSSREPORTS_ENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_CSSREPORTS_CONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TASKPANES_LOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TASKPANES_TASKPANES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_TASKPANES_TOOLBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_RESULTSGROUP_UIBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FILENEW_PAGETEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FILENEW_PAGETEMPLATES2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FILENEW_SITETEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FP_FILENEW_OPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETPREVIEWWITHCASSINI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPXPREVIEWWITHOUTCASSINI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETDATASOURCETYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETDATAFEATURESUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBLISHCONFIGS1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPPUBLISHCONFIGS2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPOPENRFW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPOPENFTP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPOPENDAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCONVERTRFW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPREGHOSTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPWSSSTYLECUSTOMIZATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCMSEDITTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPCMSEDITINBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPREMOTEAUTHORINGEXPLICITUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPREMOTEAUTHORINGIMPLICITUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPREMOTEAUTHORINGTEMPLATEEDITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETCONTROLSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETWEBPARTSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPASPNETWEBPARTZONESPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPMASTERPAGEPLACEHOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPMASTERPAGENESTINGLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPMASTERPAGEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPMASTERPAGEOVERRIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPAGGDATAENTRYPOINTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FPAGGDATAAVGNUMBERSOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CREATEDINTASKWELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CREATEDINTODOBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAGGEDINTDB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAGGEDINTW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTASKSDUETODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTASKSSTARTTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTASKSUBFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKWELLMARKCOMPLETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARTASKINPUTONOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTODOBARAPPOINTMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTODOBARDATENAVIGATORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBTASKITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTODOBARMAILITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBCONTACTITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBOTHERITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBDRAGDATEPICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBREORDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBARCAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBARCUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARARRANGEMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBARDUE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTDBCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCMYKSPECIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEAUTOMATIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEEXPLICIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEJUMPPAGESKEYBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEJUMPPAGESTOOLBARARROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEJUMPPAGESDOCUMENTARROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEJUMPPAGESNAVIGATIONDROPDOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGMODEJUMPPAGESDOCMAPORTHUMBNAILS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGLAYOUTONEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_READINGLAYOUTTWOPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTEDPAGEONEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTEDPAGETWOPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTEDPAGEONEPAGENOMARGINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTEDPAGETWOPAGESNOMARGINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALLOWTYPINGON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALLOWTYPINGOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOM100PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOM90PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOMLESSTHAN90"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCREATERELATIVESIZETEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCREATERELATIVEPOSTEXTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTEXTBOXSIZETORELATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTEXTBOXPOSTORELATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTEXTBOXSIZEFROMRELATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDTEXTBOXPOSFROMRELATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSCOUNTOFSSPADMINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GROUPSSOAPPDEFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSRPPRODUCERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IVIEWSERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSOCONFIG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INDIVIDUALSSOAPPDEFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WINDOWSINDIVIDUALSSOAPPDEFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WINDOWSGROUPSSOAPPDEFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZEOFSSODB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSSQLAUTHUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSIFSSCONFIG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSIFSSCOUNTOFWEBAPPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSCOUNTOFEXTRANETSITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEDITORHOSTWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPPWSSCUSTOMRESTRICTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPPWSSCUSTOMDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPPPWSSCUSTOMFULLTRUST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPXDOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEDITORHOSTTHIRDPARTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPEDITORHOSTPROGRAMMABLETASKPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKPANE_SLIDESYNCCHECKBOXTOGGLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYKEEPSOURCEFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYKEEPTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYUSEDESTINATIONSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYMATCHDESTINATIONTABLESTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYUSEDESTINATIONTHEME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYMATCHDESTINATIONTABLESTYLEANDLINKTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYKEEPSOURCEFORMATTINGANDLINKTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYUPGRADEOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYPASTEASPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTERECOVERYPASTEASSHAPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTERFAILONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTERFAILTOSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTERSUCCESSOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERTERSUCCESSSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCMDATATYPEANDLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGESIGNATUREDEFAULTNEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGESIGNATUREDEFAULTREPLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIGNATURECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERATEDBYWORD12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERATEDBYWORDLEGACY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERATEDBYOFFICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GENERATEDBYNONOFFICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMCONTROL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKGROUNDIMAGEINTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ABSOLUTEPOSTIONING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERTICALALIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSDIVS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSINLINEOBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLEBODYELEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TABLECAPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOOLTIPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMDIGESTAUTHZONES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMMONAPPLICATIONSETTINGS1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERTXTCUSTOMIZEDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERTXTSETAUTONUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERTXTFORMATTEDNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBFROMCONTENTTOPLACEHOLDERNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBTOSINGLEIPSTATENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQMANUALALIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQMANUALBREAKNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQALIGNATEQUALSNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQALIGNATCHARNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQCHANGEHARDTOSOFTCR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCONVERTTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEVEL1NODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEVEL2NODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEVEL3NODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEVEL4NODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERLEVEL5ANDABOVENODES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYORGCHARTCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYORGCHARTSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYORGCHARTIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEREDITEDNODESINCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEREDITEDNODESINCANVAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDESIGNWITHSQL2005WEBSERVICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDESIGNWEBSERVICECANTINFERXSDANY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTESETREMOVEBULLETSANDNUMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTECLEARREMOVEBULLETSANDNUMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSDATABASEOPENEDDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSDATABASEENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROPERTYSHEETUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY5BITMAPPINGFORACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IACCESSIBLEINTERFACEPROVIDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTSIDEBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTREPLYFORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTTOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTPULLQUOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTPICTURECAPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTTEAROFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTCALENDARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTLOGOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTADVERTISEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTCOUPONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTATTENTIONGETTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTBARBELLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTBOXES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTCHECKERBOARDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTDOTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTACCESSORYBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTACCENTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTBORDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTLINEARACCENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTMARQUEE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTPUNCTUATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALMATCHDESIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_HYPERLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_VBA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_COMMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_XLM_SHEETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_OLE_EMBED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_WORKBOOK_PROTECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_SHARED_WORKBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_ACTIVEX_CONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_XCEL_SERVER_UNSUPPORTED_WEB_QUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_TEXT_QUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_SPS_LISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_DRAWING_OBJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_FORMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_CELL_BACKGROUND_IMAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_SHEET_BACKGROUND_IMAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_PIVOT_MULTIPLE_CONSOLIDATED_RANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_EXCEL_5_DIALOGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_DIGITAL_SIGNATURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_ADD_INS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_XML_EXPANSION_PACKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_SCENARIOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_PIVOT_SERVER_BASED_PAGE_FIELDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_CONTROL_TOOLBOX_CONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_FORMS_TOOLBAR_CONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_IRM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_ENCRYPTED_WORKBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_SPLITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_FREEZE_PANES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_EXTERNAL_WORKBOOK_LINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_CAMERA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_EMBEDDED_SMART_TAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_FORMULA_VIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_CUSTOM_VIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_UNSUPPORTED_QUERY_TABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILNAVIGATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDSTORETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEPRDLENGTHOFINPUTANDRESULTSTRING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILEOPENDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACTUALEXCEPTIONSPERASSIGNMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKDRIVERSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISRECALCCHANGEHIGHLIGHTINGON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HASACTIVEXCONTROL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOWNLOADEDACTIVEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_P12EVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PSIP12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISMULTICURRENCYENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOTIFICATIONSSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOTIFICATIONSCLEARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTCCCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTUNREQUESTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTUSERSPERREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTREQUESTCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTCUSTOMSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTREQUESTCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSREPORTEXPORTWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERCENTUPGRADEDPCMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPDATERULEUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPDATESPEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTPROJECTWORKSPACESOUTSIDEMASTERPROJECTSITECOLLECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COUNTPROJECTWORKSPACES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEIOSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIVEPREVIEWDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIVEPREVIEWFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIVEPREVIEWSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILEIOSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILEMEASURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILEDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYFILELOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNIQUEBADREADBLOCKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNIQUEBADWRITEBLOCKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PASTSMARTFAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKPOSTMARKCANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKPOSTMARKDEFAULTSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKPOSTMARKRECEIVEDTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKPOSTMARKSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSTDIRECTEDSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDAGAINRATIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDFORCEDRATIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMESELECTCANDNEWRATIO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME2NDCANDUDATEPRECISION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IME1STPAGECANDIDATEPRECISION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEWATSONMISCONNOTSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MCM_BCM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_SERIES_OK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_CREATED_ALT_F1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_DEFAULT_IS_TEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_DEFAULT_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_DESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_EMBED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_EMBED_DEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_LINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_LINK_DEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_PICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_PICTURE_DEFAULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_PASTE_SOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_RANGE_FINDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_SHARED_TEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_STYLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_TYPE_DIALOG_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHART_USER_TEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATA_SOURCE_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATA_SOURCE_OK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDIT_CATEGORIES_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDIT_CATEGORIES_OK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDIT_SERIES_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDIT_SERIES_OK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ELEMENT_MOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ELEMENT_RESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HIDDEN_VALUE_CHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANAGE_TEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NULL_VALUE_CHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_CATEGORY_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_CATEGORY_REMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_CREATED_ALT_F1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_DRILL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_FILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_MEASURE_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_MEASURE_REMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_SERIES_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_SERIES_REMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLOT_BY_CHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERIES_MOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERIES_RANGE_FINDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERIES_REMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SET_DEFAULT_CHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOURCE_DATA_CHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WHERE_DATA_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WHERE_DATA_OK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKPOSTMARKRECEIVEDVALID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKOOFSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKEXTERNALOOFUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKOOFDEACTIVATIONMETHOD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTASKSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYTASKTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYTASKCANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYMODALUIAPPEAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPEXTRAMODALTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPMAXACTIVETHREADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJECTINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALYSTVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MUICOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXSC2TCDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCTRANXTC2SCDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPENACCOUNTDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPENBUSCONTDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPENOPPDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPENHISTORYDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_1STFOLDERSWITCHDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_2NDFOLDERSWITCHDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DBCONNECTIONLOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_BCM_AVERAGECONTACTSPERACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LINKTOITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ISLISTBUILDERINVOKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_BUSINESSTOOLSMENUUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMCONTACTSLEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXOPPFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGOPPFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXLEADSFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGLEADSFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXACCOUNTFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGACCOUNTFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXBUSINESSCONTACTFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGBUSINESSCONTACTFORALLMC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXNUMOFMCRECIPIENTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGNUMOFMCRECIPIENTLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXMCRECIPIENTASBUSINESSCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGMCRECIPIENTASBUSINESSCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXMCRECIPIENTASLEAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGMCRECIPIENTASLEAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGMCRECIPIENTASACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGPROJECTTASKCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_TOTALCOLLISIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_NUMBERCOLLIDINGSLIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBLISHUX_SLIDESSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQSAVEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQSAVEDADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQSAVEDDEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EQSAVEDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFCLIENTSAFTEROPENAVG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATASTORENUMBEROFCLIENTSAFTEROPENMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_PICKLISTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPLISTREFRESHED_RUNTIMEWARNINGSHIDDEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPLISTREFRESHED_BCOMPATWARNINGSHIDDEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGZOOMSLIDERFINAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGBACKCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGNUMTIMESSEARCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGNUMLOCALHITSONLASTSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STARTVENDORID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STARTPRODUCTID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINALVENDORID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINALPRODUCTID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEDTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEDPAGESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNDOIMMEDIATELYFOLLOWINGMORPHPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBNAVBARACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTENT_DB_SIZE_66460_NEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSPBACKUPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ORDEROFFIRSTACTION_MORPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ORDEROFFIRSTACTION_INSERTOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ORDEROFFIRSTACTION_DELETEOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ORDEROFFIRSTACTION_EDITOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MORPHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNDOAFTERMORPHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERUPGRADEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERAPPLICATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERFARMID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERNUMFARMSERVERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXGRAPHICSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXPROPSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERWARNINGAPPEARANCESPERDD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERSUBTYPECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERTYPECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYCYCLECANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYCYCLESHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYCYCLEIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYRADIALCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYRADIALSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYRADIALIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYPYRAMIDCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYPYRAMIDSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYPYRAMIDIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYVENNCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYVENNSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYVENNIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYTARGETCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYTARGETSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXLEGACYTARGETIGX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERCPINSERTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERSEMANTICBULLETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFFORMATCUSTOMIZATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFRIBBONOPENSOFCP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERNODESWITHNOFILLLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXANIMATIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBEROFE20S"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERWARNINGAPPEARANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERDDDESCRIPTIONLINKCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERCONVERTINGLINKCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXNUMBERGALLERYDIALOGCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXPRESETDDREGKEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXPRESETSTYLEREGKEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXPRESETCTREGKEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCUSTOMDDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCUSTOMSTYLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXCUSTOMCTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERHELPCONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXUIWARNINGLINKCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPSAVEASSP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVERAGETIMETOSTARTOUTLOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISOUTLOOKRUNNING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMS3CONTROLUSAGE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMS3CONTROLUSAGE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OCX_NUMBER_OF_CONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTFORMENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDOMAINLEXSETTING0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDOMAINLEXSETTING1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDOMAINLEXSETTING2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMEDOMAINLEXSETTING3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SITEDIRNUMSITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SITEDIRECTORYNUMCATS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SITEDIRECTORYBROKENSITESCAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADESITEDATAOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADESECURITYOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADEWEBCONTROLSOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCDEFAULTITEMOPENCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCDEFAULTITEMOPENBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCFILEREQUESTXMLHASOPENRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCFILEREQUESTXMLNOOPENRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCFILEREQUESTXSNHASOPENRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCFILEREQUESTXSNNOOPENRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINSP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINSP2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINO12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINFALLBACKTOBROWSERNOCLR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINFALLBACKTOBROWSERNOXSNOPENRIGHTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINFALLBACKTOBROWSERNOCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINFALLBACKTOBROWSERNOO12CLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCERRORRICHONLYCANNOTOPENINCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCERROROPENINEQUALSCLIENTCANNOTOPENINCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCNOCLRCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCHASCLRCODECLRNOTAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCHASCLRCODECLRISAVAILABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCNAVIGATEONCLOSETOSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCNAVIGATEONCLOSETOREFERRER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCNAVIGATEONCLOSENOTPOSSIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINTRYSP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSINVOCOPENINFAILSP1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTWEBBUTTONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTWEBNAVBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTWEBPAGEHEADERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SITECOLLECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADEINPLACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADEGRADUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADECONTENTDBACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADETOVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADEAUTOREGHOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFPROFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SSPBACKUPATTEMPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_APPLYCOLORTOALLPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_APPLYCOLORTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_APPLYEFFECTTOALLPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_APPLYEFFECTTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_LARGEPREVIEWSDISPLAYED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_NEWCOLORSCHEMECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEME_NEWEFFECTSCHEMECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_OUTLOOK_REHYDRATETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_DOCUMENTHASDISPLAYOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_OPENDWGDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_OPENDXFDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_INSERTDWGDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_INSERTDXFDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_CONVERTTOVISIOSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_EXPORTTODWGDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_EXPORTTODXFDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_CONVERTCADDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_CONVERTCADLIBRARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSADMINCALLTYPEOPIDSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IGXTOPLEVELSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DBM_IMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MMOOUITASKPANECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MANUMSENDPDFATT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DGALCOUNTMASTHEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBAWATSON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBAWATSONNOTSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBAPERFORMANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMAXSIZEOFFORMSESSIONSTATECONFIGUREDTHRESHOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMAXNUMBEROFUSERACTIONSPERPOSTBACKCONFIGUREDTHRESHOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMAXNUMBEROFPOSTBACKSPERFORMSESSIONSTATECONFIGUREDTHRESHOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSACTIVESESSIONCONFIGUREDTIMEOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHRSSHITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_COUNT_SESSIONS_WITH_PARAMETERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_SESSIONS_SET_PARMS_AT_OPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFRECOVERRESTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFRECOVERATTEMPTATBOOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HORIZONTAL_SCREEN_RESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_VERTICAL_SCREEN_RESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_MONITOR_COLOR_DEPTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_NUMBER_MONITORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_APPLICATION_MODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXBCOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGBCOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXACCOUNTOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGACCOUNTOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXOPPORTUNITYOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGOPPORTUNITYOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXMCOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGMCOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXPROJECTOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGPROJECTOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXPROJECTTASKOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGPROJECTTASKOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MINSYNCTIMEOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXSYNCTIMEOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGSYNCTIMEOFFLINETOONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MINDBSIZEOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXDBSIZEOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGDBSIZEOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MINOFFLINEDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXOFFLINEDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGOFFLINEDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXBCCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGBCCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXACCOUNTCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGACCOUNTCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXOPPORTUNITYCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGOPPORTUNITYCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXMCCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGMCCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXPROJECTCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGPROJECTCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXPROJECTTASKCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMTODOBARITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAGGEDTOTODOBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVERPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGMINSESSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMBCSOURCEOFLEAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_BCINITIATEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ACCOUNTSOURCEOFLEAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_ACCOUNTINITIATEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPPORTUNITYSOURCEOFLEAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_OPPORTUNITYINITIATEDBY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_BCPREFERREDMETHODOFCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DASHBOARD_NUMOFCHARTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DASHBOARD_NUMOFVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DASHBOARD_MAXNUMOFCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DASHBOARD_AVGNUMOFCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LOOKUP_MAXNUMOFCLAUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LOOKUP_AVGNUMOFCLAUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_LOOKUP_PERFNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXIM_IMPORTMAXTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXIM_IMPORTAVGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXIM_MAXNUMOFRECORDSPERIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXIM_MINNUMOFRECORDSPERIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_EXIM_AVGNUMOFRECORDSPERIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SESSIONHASORGCHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISRFMMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SYSRAMTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SYSCPUSPEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SYSCPUCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_ERRORFREQ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKINCLUDEDINSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKBALLPOINTSTROKESPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKFELTSTROKESPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKHIGHLIGHTERSTROKESPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKERASERSTROKESPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKWORDMAILANCHORFREEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKWORDMAILANCHORCANVAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKRTFUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKHTMLUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKPPTEDITING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INKPPTSLIDESHOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESTYLEOPTIONSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESTABLESTYLEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESSHOWGRIDLINES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESNEWTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESDEFAULTSTYLECHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLESDEFAULTSTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLERESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLERESIZEDPROPORTIONALLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGS3DFORMATOBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_DEFAULTWORKBOOKCALCMODE_FILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_DEFAULTWORKBOOKCALCMODE_MANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_DEFAULTWORKBOOKCALCMODE_AUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_DEFAULTWORKBOOKCALCMODE_AUTODATATABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_DEFAULTWORKBOOKCALCMODE_NONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_TRUSTEDLOCATION_ALLOWUDFS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_USERDEFINEDFUNCTION_ASSEMBLYLOCATION_GAC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_USERDEFINEDFUNCTION_ASSEMBLYLOCATION_LOCALFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_USERDEFINEDFUNCTION_ENABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCELSERVER_ADMIN_MAXSESSIONSPERUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEADJUSTHIJRIDAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEALTCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPGRADECONTENTSIZEMB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGECALENDARTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGECOLLATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEFIRSTDAYOFWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEFIRSTWEEKOFYEAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGELOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGESHOWWEEKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGETIME24"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGETIMEZONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEWORKDAYENDHOUR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEWORKDAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEWORKDAYSTARTHOUR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALSETTINGSADMINVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALSETTINGSUSERVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLORPICKER_THEMECOLORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLORPICKER_TANDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLORPICKER_BASIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLORPICKER_NOTHEME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_RELATIONAL_PIVOTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCEL_SERVER_COUNT_OLAP_PIVOTTABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CTP_SOLUTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CREATECTP_CALLS_PER_SESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OCX_PERSISTENCE_TYPE_PROPBAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OCX_PERSISTENCE_TYPE_BINARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGHOSTWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGHOSTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSVIEWCOUNTCONTROLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSUNIQUEFORMSPERAPPDOMAINUNLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTREQUESTSOLDFORMVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTIMEEDITINGSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCOUNTEVENTLOGEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTIMEFORMLOADTOFIRSTPOSTBACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTTLBTOFORMLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UIDTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSOLUTIONDEPLOYWITHRELATIVEWSQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSOLUTIONOPENWITHRELATIVEWSQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONSUCCEEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILGENERIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILDROPDOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILONLOADHANDLERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILONSWITCHVIEWHANDLERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILVALIDATINGHANDLERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILCALCULATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILCONDITIONALFORMATTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILINITONLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILDECLARATIVEVALIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILRULEONFIRSTLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFIRSTREQUESTOPTIMIZATIONFAILINVALIDTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSEDITINGSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCUSTOMPAGEEDITINGSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCUSTOMPAGEINITIALIZEEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCUSTOMPAGECLOSEEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCUSTOMPAGESUBMITTOHOSTEVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_PAGE_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_PAGE_REMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PC_DRILL_COLLAPSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_SERIES_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANEUPSCOPEMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANEUPSCOPEDESKTOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUERIESPERSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUERIESTOINDEXER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANEESCAPEKEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANEGOBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANERETURNKEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHSTARTSALLITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALLITEMSCLICKNOSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALLITEMSCLICKWITHSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLEARSEARCHFOLDERSWITCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STOREPICKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EFPCRITERIONUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EFPEXPANDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EFPCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EFPCRITERIONCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AQSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AQSWITHEFPEXPANDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AQSWITHEFPCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESULTSSETSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUERYLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECONCILIATIONPSTCHANGEOTHERMACHINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECONCILIATIONPSTCHANGEDOLDCLIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GUSTLOCALCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INDEXERPUSHCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECONCILEPOLICYKEYSEARCHOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECONCILESEARCHOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPH_FAILED_EXTENSIONS_TOO_BIG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DOCASSOC_AVGNUMOFRECORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXUSERSFORSHAREDACCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_INTEGRATIONMETHODMV1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_INTEGRATIONMETHODMV2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_NUMOFSBACUSTOMERCHANGEDFROMBCMACOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_NUMOFBCMACCOUNTCHANGEDFROMSBACUSTOMER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_NUMOFBILLABLETASKSUBMITTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_SBA_NUMOFBILLABLECALENDARSUBMITTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_MAXNUMCONTACTSLEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_AVGNUMCONTACTSLEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_DOCASSOC_MAXNUMOFRECORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BIGFRAGMENTWITHPOTENTIALSIDEEFFECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTSITEFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTSITEINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTWEBFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTWEBINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTLISTFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTLISTINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTFOLDERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTFOLDERINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTITEMFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTITEMINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTSITEFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTSITEINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTWEBFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTWEBINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTLISTFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTLISTINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTFOLDERFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTFOLDERINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTITEMFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTITEMINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTWEBSPICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTLISTSPICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTFOLDERSPICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTPACKAGESFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTPACKAGESINC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTPACKAGESCHERRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEWARNINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTSITERETAINID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTWEBRETAINID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTLISTRETAINID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTFOLDERRETAINID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEIMPORTITEMRETAINID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIMEEXPORTITEMSPICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERSKULANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERPRODUCTVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTOTALFORMSPERAPPDOMAINUNLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSRESPONSESTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHQUERYTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHPAGESEXAMINED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHAUDIOORTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHSWITCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMWORDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHFAST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMRECORDINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHAUDIOHITSCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHCONFIDENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEROWSELECTHANDLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEIMPORT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEIMPORTCOLSPAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTABLEIMPORTROWSPAN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONPASTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONCLICKINTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONCLICKEXTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKNONONCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONRESILIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONFAILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKTYPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPASTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPARASAMEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPARADIFFPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPAGEINSAMESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPAGEDIFFSECTIONSAMENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPAGEDIFFNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKSECTIONSAMENOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKSECTIONDIFFNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDDRAGPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDCANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDDRAGSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDDRAGFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDDRAGNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTSOURCECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTSOURCELASTMODIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTNUMHOVERNAVIGATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDDLASTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERMAJORMINORCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOFINTERNETMESSAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOFTNEFMESSAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NOFSTRIPPEDTNEFMESSAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBEDITCITATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBADDSTARTPGONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBADDENDPGONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBADDSTARTANDENDPGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSUPPRESSTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSUPPRESSAUTHOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSUPPRESSPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MPLIBITEMSPERSC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALFARMWEBS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALFARMSITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALFARMLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGAGEDELITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGAGEDELLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGAGEDELWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AVGAGEDELSITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKEXCHANGESHARINGMESSAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NET20PRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REDUFUNCDOWNLOADBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REDUFUNCFINDPANECLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REDUFUNCBOOTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REDUFUNCINDEXDISABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REDUFUNCINDEXOLD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FINDPANECLEARBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETUPVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETUPCUSTOMIZATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETUPDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETUPSERVERROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DISKFREESPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIOUSOFFICEAPPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETEDLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILINCOMINGENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILDMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILANONYMOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILFARMPROCESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILBIGGESTPASS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILMESSAGESHANDLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILMESSAGESWARNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLEDISCUSSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNDISCUSSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLECALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLEDOCLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNDOCLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLEANNOUNCEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNANNOUNCEMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLECUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROOF_PERF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFCUSTOMEBCSRENDERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFEBCSRENDERED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTBACKGROUNDIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_APPROVER_ROLETAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_APPROVER_SEARCHTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_APPROVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_LENGTH_SERIALLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_LENGTH_PARALLELLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_APPROVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_COOPERATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_COAPPROVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_ORGGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_LAUNCH_ALS_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_VIEW_FORAPPROVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_VIEW_PROPOSEDBYME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_VIEW_REJECTEDFORME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_VIEW_APPROVEDBYME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_MOVEDTOTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_ARCHIVEDDOCUMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_USEDOOBTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_SUBMITTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_ACTIVATEDTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_FINISHEDWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_ARBITARYAPPROVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_CANCELEDWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_DELEGATEDWORKFLOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_ROLEGROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_USERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILHANDLEBLOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILWARNBLOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILBIGGESTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EMAILUNKNOWNADDRESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTIMELOADTOFIRSTPOSTBACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMADDWEBPARTPACKAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMADDSOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMADDLANGUAGEPACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMDEPLOYFARM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMDEPLOYWEBAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMRETRACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMREMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMUPGRADE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMSOLUTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSIMMEDIATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSDIGEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSDYNAMICRECIPIENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSPREDEFINEDFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSVIEWFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSEVENTTYPEFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSTIMERJOBMAXTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSTIMERJOBAVGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSFILTEREDCHANGETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSFILTEREDSECURITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSFILTEREDCAML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSFAILEDTOSEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ALERTSSUCCESSFULLYSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUDIENCETYPESUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TARGETEDCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENDERCASHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_PRINTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_SCANNER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_CASHDRAWER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_MSR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_MICR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_LINEDISPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_SIGNATURECAPTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_HARDWARE_PINPAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POSHARDWARE_UNKNOWNDEVICECOUNTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENDERCHECKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENDERCREDITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENDERDEBITCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLITTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NONSPLITTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SKU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POSSESSIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SQLVERSIONMAJOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SQLVERSIONMINOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SQLVERSIONBUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SQLVERSIONSERVICEPACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SQLVERSIONLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HELPEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGEEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFSYSTEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFENTITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZEOFMETADATADATABASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFSYSTEMSTYPEWEBSERVICEBYAUTHENTICATIONMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFSYSTEMSTYPEDATABASEBYAUTHENTICATIONMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFSYSTEMSTYPEDATABASEBYDBACCESSPROVIDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFACCESSCONTROLENTRIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFSYSTEMSBYTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISJOINEDTODOMAIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBVARIATIONLABELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBMASTERPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSPUBLISHING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSSPECIFIEDMASTERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSSPECIFIEDALTCSS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSSPECIFIEDSUBSITETEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSSPECIFIEDPAGELAYOUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBUNTEMPLATIZEDPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBSUBSITETEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSSPECIFIEDCACHEPROFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBPORTALNAVLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSINHERITLOCALNAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSINHERITGLOBALNAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSNAVHEADINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSNAVAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSNAVMANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSNAVALPHABETICAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBWEBSNAVSHOWPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PSCSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACESANDBOXDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACEOPENREGISTRYHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACELOADCUSTOMINI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATACOLLECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCESSMACROS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FD_WDPPTEXC_AVERAGEFDTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THEMEAPPLIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGELIBRARIESCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGESCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBTEMPLATEDEFINITIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBCLIENTSERVICEENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBTEMPLATECUSTOMDEFINITIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGWATSONODRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGWATSONODSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGWATSONRESULTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGWATSONRUNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGEXITCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUDIENCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TARGETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPUBLISHEDLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMPORTCONNECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MYSITEDEPLOYMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROFILESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CUSTOMERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SUPPLIERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETEITEMRECEIPTERRORCOUNT3047"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SYSTEMERRORCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSITEMRECEIPTCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAITEMRECEIPTCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_ACTIVEITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_ITEMINACTIVECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_REGISTERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_TRANSACTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CUSTOMERTRANSACTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CHECKTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CASHTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CREDITTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_DEBITTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBAINTEGRATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSITEMCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSITEMUPDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAITEMCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAITEMUPDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCUSTOMERCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCUSTOMERUPDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCUSTOMERDELETECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACUSTOMERCREATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACUSTOMERUPDATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACUSTOMERDELETECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATEITEMERRORCOUNT3012"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATEITEMERRORCOUNT3013"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETEITEMERRORCOUNT3014"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATEITEMERRORCOUNT3015"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATEITEMERRORCOUNT3016"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETEITEMERRORCOUNT3017"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATECUSTOMERERRORCOUNT3018"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATECUSTOMERERRORCOUNT3019"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETECUSTOMERERRORCOUNT3020"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATECUSTOMERERRORCOUNT3021"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATECUSTOMERERRORCOUNT3022"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETECUSTOMERERRORCOUNT3023"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATETRANSACTIONERRORCOUNT3024"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATETRANSACTIONERRORCOUNT3025"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETETRANSACTIONERRORCOUNT3026"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATETRANSACTIONERRORCOUNT3027"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATETRANSACTIONERRORCOUNT3028"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETETRANSACTIONERRORCOUNT3029"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATETAXERRORCOUNT3030"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATETAXERRORCOUNT3031"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETETAXERRORCOUNT3032"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATETAXERRORCOUNT3033"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATETAXERRORCOUNT3034"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETETAXERRORCOUNT3035"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATESUPPLIERERRORCOUNT3036"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATESUPPLIERERRORCOUNT3037"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETESUPPLIERERRORCOUNT3038"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATESUPPLIERERRORCOUNT3039"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATESUPPLIERERRORCOUNT3040"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBADELETESUPPLIERERRORCOUNT3041"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSCREATEITEMRECEIPTERRORCOUNT3042"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSUPDATEITEMRECEIPTERRORCOUNT3043"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_POSDELETEITEMRECEIPTERRORCOUNT3044"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBACREATEITEMRECEIPTERRORCOUNT3045"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBASYNC_SBAUPDATEITEMRECEIPTERRORCOUNT3046"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSCUSTOMIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIDIFFPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIINCLINKSPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGESIZEAVG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGELINKMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIKIPAGELINKAVG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECYCLETIMESETTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECYCLERESTORES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECYCLERESTORENAMECONFLICTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RECYCLERESTOREOTHERCONFLICTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBADDPGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BIBSUPPRESSYEAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOTCASHTENDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGISTERDISPLAYSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOUCHSCREENKEYBOARDHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMPANEHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_CASHIERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_SUPERVISORCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_MANAGERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STORESNAPSHOT_OWNERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUDIENCERULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_EXPORTDISPLAYOBJECTTODWG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWG_EXPORTDISPLAYOBJECTTODXF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCERTIFICATEWARNINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SBASYNC_SBAITEMDELETECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SBASYNC_POSITEMDELETECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUM_PROC_PHYS_CORES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUM_PROC_SHARE_SINGLE_CORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUM_PROC_SHARE_SINGLE_CACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAYOUTADDITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXPRESSIONBUILDERCONTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GROUPINGPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DIBCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYIPFSDATAPOINT_DISCRETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYIPFSDATAPOINT_CONTINUOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CSSREVERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSIDEVM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATEGORYLEFTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATEGORYRTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGE_EVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REGIONALCHANGEALWAYSFOLLOWWEBSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOMATICUPDATE_NOTIFICATIONLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ERRORTYPE_MICROSOFTUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHOWOPTINWIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERTRIALCONVERSIONDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERTRIAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRIVACYOPTIONS_CHOICES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_NUMBER_APPROVER_ORGTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_SVR_SUBMITTED_DATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHPONMINSTALLONM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHPONMCANTFINDACTIVESYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHPONMDEVICEISNEWER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHPONMDEVICENOTSUPPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LHPONMDEVICENOTDETECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOME_RUSCODE_LAUNCHED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOMERUSCODEAPPLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOMERUSCODEMAINCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOMERUSCODEWARNINGCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOMERUSCODEWARNINGOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DESIGNCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_MULTIPLEBINDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_CONTEXTFORSOURCESISMULTIPLYBOUND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONNEWRECORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONQUERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONREFRESH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONUPDATEFORM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_TARGETFORUNSUPPORTEDEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_TARGETPARENTFORUNSUPPORTEDEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_PARTIALTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_PARTIALTARGETPARENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_PARTIALTARGETNOEXPRESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_RICHTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CSARELATEDSTRUCTUREDINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CSARELATEDSTRUCTUREDDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_MULTIPLEBINDINGROOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUTTONFORMCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_DATEPICKERCONTROL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_BUSLOGIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBNUMAVG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBNUMMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILEUNDER1MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILE1UPTO5MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILE5UPTO10MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILE10UPTO20MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILE20UPTO100MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILE100MBANDUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILEUNDER1MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILE1UPTO5MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILE5UPTO10MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILE10UPTO20MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILE20UPTO100MB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETFILE100MBANDUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUTFILEAVGLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REQUESTTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REQUESTALLPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REQUESTSYNCNOCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REQUESTSYNCWITHCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REQUESTINITIALSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCLRESCALATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTRYAGAINUIFROMESCALATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOMENVIRONMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TREECONTROLENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTFOLDERSENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TREECONTROLDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTFOLDERSDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANG10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ENABLEDLANGTOTALCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDITINGLANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LAUNCHSETLANG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTIMAGELEFT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTIMAGERIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTIMAGETOP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTIMAGEBOTTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJMAXUNDO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKRELATEDCAUSE_RULESBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSCOUNTOFEXTRANETSITESUSINGSSL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EBCLAYOUTNONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTFORMSIMPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_RULEFIRED_REPEATINGTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_RULEFIRED_EMPTYCELLTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_RULEFIRED_FORMULATOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_RULEFIRED_FORMULAREFTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_RULEFIRED_NUMERICCELLTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_LAYOUTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_AUTODETECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_CUSTOMDETECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_DETECTREPEATINGTABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_EMPTYCELLTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_FORMULATOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_FORMULAREFTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORT_OPTIONS_NUMERICCELLTOTB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTOPTIONSDIALOGOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_2TO5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_6TO9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_10TO14"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_15TO19"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHEXCELIMPORTSHEETCOUNT_20PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLRUNADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINEMAILEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINMEETINGSRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINMEETINGSEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINEMAILRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINCONTACTSEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINCONTACTSRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBEGUIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBEGUIDEGSPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBEGUIDEMCFPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOOBENOTEBOOKTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOCX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOTX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOCM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTDOTM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTRTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLSX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLSB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLSM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLTM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLTX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHIMPORTXLT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTDATACONNECTIONTOSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TENDERGIFTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSSITECOLLECTIONSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBPAGELAYOUTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBASSOCIATEDCONTENTTYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSPAGELAYOUTSSPECIFIEDCACHEPROFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSDOCCONVERSIONSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSSMTREPORTSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSSMTOPERATIONSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSNBCACHEPROFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSDEPLOYMENTJOBSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSFORMATOBJECTACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ITIPQUERYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EWAEPCLICKCOUNTINPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EWAEPCLICKCOUNTINCM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ITIPDICTIONARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ITIPTOGGLECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DIGITSUBSTITUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROOFINGSEND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMDICTIONARYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFDOCSTORECOVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJSERVERPSIUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBUTTONSTATICLABEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPBUTTONDYNAMICLABEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHREDISTINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE0TO7000B"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE7000BTO10KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE10TO20KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE20TO30KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE30TO40KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE40TO50KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE50TO60KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE60TO70KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE70TO100KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE100TO200KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE200TO500KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE500TO1000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE1000TO2000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE2000TO5000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE5000TO10000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZE10000TO50000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSSESSIONSTATESIZEGREATERTHAN50000KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSSQLONLYALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSVIEWSTATEALLOWEDVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSVIEWSTATEALLOWEDSQL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSVIEWANDSQLBOTHERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSSESSIONSTATETRANSITIONVIEWTOSQL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKSSESSIONSTATETRANSITIONSQLTOVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTDATACONNECTIONDIALOGOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTDATACONNECTIONTOSERVERLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTDATACONNECTIONTOSERVERFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INFOPATHCONVERTDATACONNECTIONTOSERVERCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPOLKPOLICYDISABLEALLOWRESTRICTEDINFOMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICLIBCREATECONTENTAPPROVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATECONTENTAPPROVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISTAFLAGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFDOMAINCONTROLLERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISTAUICOMPOSITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_CONTACTPICKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSTOTALACTIVATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMANAGEFORMTEMPLATESACTIVATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSTABLEPROPSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALEXTERNALPEOPLESEARCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALORGCONNECTIONSEARCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALEXTERNALPEOPLECONNECTIONSEARCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALCOLLEAGUECONNECTIONSEARCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALEXTERNALPEOPLESEARCHESNORESULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALKIMEMBERPORTRAITPAGEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALKEYWORDSPAGEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALCOLLEAGUESPAGEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALEXTERNALCONTACTSPAGEVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KNPROFILESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFPUBINTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KNPROFILEINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KNSEARCHCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_MISSINGSENTINELCOOKIE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCAUSE_BROWSERBACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRUSTBARAPPEARANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRUSTBARAPPEARSWITHMULTIPLEDECISIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRUSTBARDECISIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRUSTBARENABLEACTIONBUTTONCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DLCMESSAGEBARCLOSEBUTTONCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCTRUSTBARSUPPRESSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCPRIVACYSTATEMENTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCSITELINKCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCUPDATESCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCCONTACTUSCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCCOUNTOFTRUSTCENTERSETTINGSCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNFILEDNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNFILEDNEWPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNFILEDNEWPAGEAUTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNFILEDMOVEFROM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNFILEDPATHCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKSHFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPERSONALNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKCOMPUTERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKFAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKINVITEUNCHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKINVITECOMPUTERUNCHECK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHNTBKOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_SHOWSPOTLIGHT_ONLAUNCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_UPDATESPOTLIGHT_ONLAUNCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_SPOTLIGHT_NUMPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_SPOTLIGHT_CUSTOMPROVIDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSNOTEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFDIAGRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVFOLDERSCURNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSECTIONSCURNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVTREELEVELCURNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPDESIGNERNEWXSNUSESDCXSDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_SEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_GO_ONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_GO_OFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_EXPAND_TOC_NODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_WIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_PINNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_TOC_SHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_IS_ONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_HELP_CALL_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_THIRD_PARTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLV_NAMESPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VALIDATIONERRORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VALIDATIONERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATEDPICLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATEDANNOUNCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATEDDOCLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATEDSURVEY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTCREATEDDISC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATSONCRASHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISTASKU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ASSERTTIMERP1MLEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ASSERTTIMERTOTALEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GIMMECONFIGUREOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GIMMEINSTALLADVERTISEDAPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYBANDEDCOLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYBANDEDROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYFIRSTCOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYFIRSTROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYLASTCOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYLASTROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYPROPCOLS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYPROPROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYTABLEHEIGHTPROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYTABLEHOWINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYTABLESTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYTABLESTYLEOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYTABLEWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SRCH_QUERIES_USING_SUB_QUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SRCH_QUERIES_USING_TEMP_TABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SRCH_TOTAL_QUERIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJECTGUIDEEVEREXPANDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROJECTCONNECTIONLATENCY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYFOITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYFOTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SGSDUMMYFOVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMLEADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TASKLISTONOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWAVGCREATEDTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONDOCLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONFORMLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONPICLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONTASKSLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONISSUESLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONOTHERLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWSONDOCCT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONOTHERCTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWSCOMPILED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWSXOML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWHISTORYWFTASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWHISTORYCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWAPPROVEMAJORVERSIONDOCLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWAPPROVEMAJORVERSIONPICLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWAPPROVEMAJORVERSIONFORMLIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWAPPROVEMAJORVERSIONPAGELIB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMY_VISTABUILD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCCONVINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCCONVUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDPROMPTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDPROMPTALLOWCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDPROMPTDENYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDPROMPTHELPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDANTIVIRUSSTATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDSECURITYPOLICY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMGUARDUNTRUSTEDADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OCX_NUMBER_OF_CONTROLS1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OCX_PERSISTENCE_TYPE_PROPBAG1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGWORD_YES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGWORD_NO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGXL_YES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGXL_NO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGPPT_YES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MACROWARNINGPPT_NO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMPROJECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMPROJECTTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_NUMMARKETINGCAMPAIGNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE0_100KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE100_500KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE1024_3072KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE3072_5120KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE5120_10240KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZE10240_20480KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSFILEATTACHMENTSIZEMORETHAN20480KB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKCSARELATEDCAUSE_NONGREGORIANDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GALCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OSSDUMMYCONTINUOUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTREPEATINGSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTPOSTBACKSPRIORTOSUBMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTCONTROLSPERVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSMOBILECOUNTNUMBERVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONFIGFAILURECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONFIGSUCCESSANDFINISHCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONFIGSUCCESSBUTMANUALADJUSTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONFIGSKIPPEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONFIGSKIPPEDTHIRDPARTYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISUALREPORTSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSVARIATIONSETTINGSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMDDOCUMENTLIBRARYSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFTASKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFJOURNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARONOFFOUTLOOKTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVGIVENICKNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVOTHERNOTESOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKSECTIONOTHERNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVDELETEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCOPYPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEPAGESAMESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEPAGEOTHERSECTIONSAMEFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEPAGEOTHERSECTIONSAMENOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEPAGEOTHERNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVESECTIONSAMEFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVESECTIONOTHERFOLDERSAMENOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVESECTIONOTHERNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEFOLDERSAMEFOLDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEFOLDEROTHERFOLDERSAMENOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMOVEFOLDEROTHERNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCOPYFROMOTHERNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSECTIONFLYOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNOTEBOOKFLYOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMDISTINCTNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMDISTINCTFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMDISTINCTSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMDISTINCTPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSECTIONSAMENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVFOLDERSAMENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVOTHERNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVLOCATIONCURNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCDIFFPAGEMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCDIFFSECTIONMASTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCONFLICTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCMISPLACEDSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCWORKINGOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCSETWORKOFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCNOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCNOTEBOOKNOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONAUDIOSEARCHENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC9"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHAUDIOGENERIC10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE01"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE03"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE04"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE05"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE06"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE07"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE08"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE09"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNTBKTEMPLATE11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCNOTEBOOKMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_MAX_NUMBER_ORGGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_MAX_NUMBER_ROLEGROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_MAX_NUMBER_USEDOOBTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_MAX_NUMBER_ACTIVATEDTEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_MAX_NUMBER_USERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELIVERABLEMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGNUMRECORDINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGNUMNOTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGNOTESPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTRECORDINGPLAYLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTTRIGGERTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTNUMPICS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTTIMEASYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTTIMESYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTNUMTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTPICTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTPICHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTPICWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOCRLASTFAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEPATH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSENEWSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEPROMPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSESHAREDNBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSECHOICES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSESUBNET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKLASSO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKLASTLASSOTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKMARQUEE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKINTOTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKOVERTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKOVERIMAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKOVERIMAGEHIGHLIGHTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKOVERTABLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKSLANTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKRESIZEDOO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKRESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONWIPERUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINKLASTNOTEFLAGSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCNOTCONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCDISABLEDCSC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCHAVECSC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCACHEABSENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCACHECORRUPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATSONRC_LOAD_FAILURETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WATSONRC_LOAD_SUCCESSTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SERVERSESSIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHINDEXINGSTATUSUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFREADMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNDRWITHOUTPWD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFAUTOADDSP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFMANUADDSP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACOUNTCREATEBYFTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOPTIONMESSAGEFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOPTIONNUMOFFIRSTN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYTURNON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYREDIRECTCONDITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYCSOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYAVGCSMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYNUMOFCUTCSMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYAVGREDIRECTMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSNOTIFYNUMOFCUTREDIRECTMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSPOSTBACKTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IPFSCSABOOTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_CLIENT_NUMBER_SUBMITTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EAWF_CLIENT_NUMBER_LAUNCH_ALS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TEAMBUILDERMAXRESRETURNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCPICTUREOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMPASSWORDSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGENUMOO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGENUMOE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGELEVELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGETITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGEPICTURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGEINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCURPAGETABLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTYES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTNTBKLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTDEEPFOLDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTPAGEGROUPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTSUBPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTOOS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEFIRSTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADESECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADENOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEOLDSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUPGRADEOLDNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKCONTEXTMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKCONTEXTCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOKCLICKCONTEXTEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLDESTINATIONMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLDESTINATIONCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLDESTINATIONEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLMOVEDMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLMOVEDCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLEXISTINGMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLEXISTINGCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLBACKTOMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLBACKTOCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLRECURRINGMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSCHANGEDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSCOMPLETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSTOOLTIP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSMODIFYNOTTHEIRS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSJUMPTO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMTOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSPAGEHAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMTODAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMTOMORROW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMTHISWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMNEXTWEEK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMNODATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONTASKSNUMNOTINOUTLOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTEOOUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTEKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTEMATCHDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTEASPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTEKEEPTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTESETDEFKEEPSOURCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTESETDEFMATCHDEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTESETDEFASPICTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPASTESETDEFTEXTONLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBAVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPTERMDISAMBIGUATOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWINSTANCESSTARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMDEPLOYWEBPARTPACKAGEGLOBAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMDEPLOYWEBPARTPACKAGEBIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONFARMADDWEBPARTPACKAGELANGUAGEPACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONHASCASPOLICY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEPENDENCYMAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTIERUNADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTIECLICKADDIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTIEWHOLEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTIESELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTIEDESTINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSSITECOLLECTIONWEBSSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAREPOINTDESIGNERINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWTASKSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEMFILESCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONEMFILESINSERTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREPOINTCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREPOINTOPENNTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREPOINTOPNESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREPOINTMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASONENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASXPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHSECTIONASARCHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASONENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASWEBPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASXPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHPAGEASARCHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHNTBKASARCHIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHNTBKASPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPUBLISHNTBKASXPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILECOMPATIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILEINCOMPATIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILEINSTALLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILENUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILESYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILESECTIONNEWPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT001"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT002"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT003"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT004"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT005"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT006"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT007"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT008"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT009"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT010"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT011"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT012"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT013"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT014"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT015"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT016"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT017"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT018"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT019"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT020"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT021"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT022"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT023"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT024"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT025"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT026"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT027"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT028"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT029"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT030"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT031"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT032"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT033"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT034"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT035"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT036"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT037"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT038"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT039"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT040"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT041"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT042"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT043"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT044"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT045"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT046"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT047"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT048"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT049"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONV2GENERICDATAPOINT050"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EPAPERINSTALLSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP_DUMMYPERDOC_DISCRETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWBLOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWCALLIGRAPHY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETSHELLPISTM_REPLACEFILE_AVG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GETSHELLPISTM_REPLACEFILE_MAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMESINCEFIRSTRUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TIMESINCEINSTALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPTERMDISAMBIGUATORAPPLICATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMPROPWAUSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMACTIVEUSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_APPTERMDISAMBIGUATORDATETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTBROWSERLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTSEARCHSCOPEBOTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTSEARCHSCOPECHS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTSEARCHSCOPECHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTDISPLAYCHSRESULTINCHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTDISPLAYCHTRESULTINCHS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTDISPLAYRESULTINCURRENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTVIEWBYRELEVANCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TCSCWEBPARTVIEWBYLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BCM_TERMINATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHARTXLM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_APP_ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_SYS_LCID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_USER_LCID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_MPC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_SKU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_INTERNET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_CLIPART_INSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_CLIPART_CLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_CLIPART_DATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_WP_FILEOPEN_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WPSAVEASFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_WP_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_WP_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SS_FILEOPEN_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SS_FILESAVE_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SS_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SS_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_FILEOPEN_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_FILESAVE_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_QUICK_LAUNCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_LNCH_HEADER_TAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_QT_HOME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_QT_PROJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_QT_MENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_APPID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_TASKID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_SEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_LNCH_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_CAL_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_CAL_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SB_GET_STARTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SB_HELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SQM_OFFLINEQUEUE_BUTTON_ADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYFILEOPENTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYFONTEMBEDDING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYSLIDESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYSHOWTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYNUMBERCOMMENTORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYNUMBERCUSTOMSHOWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYNUMBEROBJ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYNUMBERADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDOCDUMMYSLIDEORIENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_WORKS_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_WEBSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_WP_MISC_USE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_SS_CHART_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_RECORD_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_FIELD_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_DB_MISC_USE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_TIP_CLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_CAL_CALCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_CAL_MISC_USE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WKS_SQM_COMMON_MISC_USE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_BUDGET_CLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_ASSERT_TIMER_NOT_EXPIRED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CODEMARKER_STREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_ULS_EXCEPTION_14"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMFORMAPPLICATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILENEWFROMTEMPLATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILETYPEATOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OOBMACROUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERTLOADEDATEXIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYPROJDOCVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYADRTHROTTLELEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NEW_OMSINFOBYMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_BUDGET_OVER_LIMIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGCONTACT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGTASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGPRINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTDIALOGTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTITEMTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTTARGETTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTRECENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTQUERYTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTCHECKBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTRECENTTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTHIERARCHYTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFLASTPAGETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGRECENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFILINGSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFCUSTOMITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONQUICKFCUSTOMCHOICE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGETOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGEAFTERCURRENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWPAGEFLOATIE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABNEWLEVEL2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABNEWLEVEL3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABCOLLAPSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABEXPAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSBPGLASTPAGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSBPGLASTPAGECOUNTLV2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSBPGLASTPAGECOUNTLV3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSBPGLASTPAGESERIESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSBPGLASTPAGESRSCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGECOUNTLV1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGECOUNTLV2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGECOUNTLV3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGESERIESCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABINDENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABOUTDENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABINDENTDD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPAGETABOUTDENTDD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDUNDOIAC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONSYNTAX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKSEARCHNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKALLNOTESNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKNEWPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMULTIPLEPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSEEALLRESULTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKRECENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKSECTIONGROUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKPAGETITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKPAGEBODYPHRASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHPICKPAGEANYWHERE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHCANCELLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHLASTQUERYLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHLASTRESULTNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMHIERARCHYHITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMRECENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLASTSEARCHNUMPAGETITLES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATHLINESTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNONHLINESTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATHTEXTRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNONHTEXTRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATH1PARA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNONH1PARA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATHMANYPARAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNONHMANYPARAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLDESTINATIONTASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINTASKEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKADDINTASKRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONINTOLCLICKCONTEXTTASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES0"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES2TO4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES5TO10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES11TO20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKMATCHES21PLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEXTERNALDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKONPOPUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTMAPBUTTONCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SBA_APPLICATIONLANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKPROTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSEARCHSCROPECURPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUNREADTURNEDPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVUNREADPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUNREADPAGEREAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUNREADOFFFORNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONUNREADONFORNOTEBOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRIBBONSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRIBBONCOLLAPSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRIBBONEXPAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_ALWAYSDELETE_ITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_ALWAYSMOVE_ITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_ALLACTIONS_ITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_ALWAYSCATEGORIZE_ITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_CATEGORIZECONV_EVENTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOK_CONV_CATEGORIZEMSG_EVENTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMACTIONSUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMACTIONSFAVORITESCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMACTIONSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_SOLUTIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ATTACHMENTSOPENED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ATTACHMENTSSAVEDBACKTOMESSAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGFROMEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGFROMMEETINGREQUEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGFROMASSIGNTASK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGFROMPOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGYESCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BLANKSUBJECTWARNINGNOCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKSEARCHESMAILQUERYMODIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKSEARCHESCALENDARQUERYMODIFIED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INBOXARRANGEMENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INBOXSINGLELINEMULTILINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_SHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_VSPSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_XAMLSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATACONNECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_PNGUSAGERATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_PAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATARECORDSETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATAROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATACOLUMNS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATATYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_REQUESTSUCCESSRATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATASOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_REQUESTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_ELAPSEDTTFB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_ELAPSEDTTLB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEINSPECTORTRADITIONALTOSIMPLIFIEDCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEINSPECTORSIMPLIFIEDTOTRADITIONALCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEINSPECTORCONVERTWITHOPTIONSUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEREADINGPANETRADITIONALTOSIMPLIFIEDCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEREADINGPANESIMPLIFIEDTOTRADITIONALCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEWORDPREVIEWTRADITIONALTOSIMPLIFIEDCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEWORDPREVIEWSIMPLIFIEDTOTRADITIONALCONVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUALCHINESEREADINGPANECONVERTWITHOPTIONSUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INBOXREADINGPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMACTIONSUSERDEFINEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONSMODULESOLUTIONSCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMASSILKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCNFLCTUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMFULLCA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMLIGHTCA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSTKYLCKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUSERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONROOTFOLDERCOUNTNONEXCHANGESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SOLUTIONROOTFOLDERCOUNTEXCHANGESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNAVPANECLICKSSOLUTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICECENTERPREFERENCECHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DP_DUMMYTASKFLAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTASKLISTDISPLAYTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTASKLISTSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TPTASKLISTSHUTDOWNTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_DEPLOYMENT_STATUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_INSTALLED_BASE_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_CURRENT_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_MACHINE_PRIMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_OL_BOOT_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_OL_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_CREATE_PROCESSED_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_UPDATE_PROCESSED_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_DELETE_PROCESSED_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_CORRELATE_PROCESSED_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_INTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SWEEPER_ITERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SWEEPER_BOUND_ITEMS_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SWEEPER_INTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_EXCEL_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_WORD_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SWEEPER_TOTAL_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_MINOR_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_MAJOR_VERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OS_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROCESSOR_NUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROCESSOR_MAX_SPEED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROCESSOR_ARCHITECTURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PROCESSOR_FAMILY_ID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PHYSICAL_MEMORY_SIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_LANGUAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_QUERY_CM_COUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GATEKEEPER__VER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GATEKEEPER_FILE_VALIDATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKABCHERRORWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALERRORWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMMAILITEMSSENTWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMMAILITEMSRCVDWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMCALITEMSWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMCONTACTITEMSWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMTASKITEMSWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMNOTESITEMSWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCONTACTFREQUENCYWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKDOWNLOADMODEWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKHOTMAILERRORWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKNUMWLHMACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKHIPSESSIONSWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKHIPFAILWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKHIPAUDIOWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALFREQUENCYWINDOWSLIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUM_WORKFLOW_UNDO_ATTEMPTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTALIGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTALIGNSPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTMOVEOFFPAGEBREAKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTSELECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTSPACECUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTROTATELEFT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTROTATERIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTFLIPHORZ"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOINCRLAYOUTFLIPVERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCONNECTORELBOW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCONNECTORSTRAIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCONNECTORCURVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPSENTITEMSBEHAVIOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPDELETEDITEMSBEHAVIOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IMAPSERVERSUPPORTSUIDPLUS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRENDEREDALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRENDEREDHTML"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRENDEREDRTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESRENDEREDPLAINTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWINBROWSERINFOBARAPPEARANCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWINBROWSERINFOBARAPPEARANCESMETATAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWINBROWSERINFOBARAPPEARANCESHEURISTIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWINBROWSERINFOBARAPPEARANCESCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDLISTINSERTIONICON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXLISTSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXLISTMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDREORDERLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDADDTOLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDREMOVEFROMLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDAVGCONTAINERMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXCONTAINERSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXCONTAINERMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXNESTING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXCONTAINERPARENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDADDTOCONTAINER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDADDTOCONTAINERBOUNDARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCONTAINERINLIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXNORESIZECONTAINERSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDREMOVEFROMCONTAINER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXHOMOCONTAINERSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXLOCKEDCONTAINERSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXCALLOUTSPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDMAXCALLOUTSPERTARGET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCALLOUTASSOCIATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDCALLOUTUNASSOCIATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMP_TOTAL_COUNT_DUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUETAVGTIMEPERSWEEPCYCLEDUMMY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE21TO25"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE26TO30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE31TO35"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE36TO40"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE41TO50"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE51TO60"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE61TO75"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE76TO100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATEMORETHAN100"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECENTCHANGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECENTCHANGESSORTDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECENTCHANGESSORTAUTHOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGESAUTHOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGEDPAGESCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECENTCHANGESRANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECENTCHANGESNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGESAUTHORNUMAUTHORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGESAUTHORAVGPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGESAUTHORMINPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONCHANGESAUTHORMAXPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMORENTBKFLYOUTVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNOTEBOOKSVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVAVGNOTEBOOKNAMELENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKMORENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKNOTEBOOKINMORENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKSPECIALSLOTNTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVDRAGDROPFROMMORENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVDRAGDROPTOMORENTBK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNEWSECTIONBYTAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVMORESECTIONFLYOUTVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVSECTIONSVISIBLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVAVGSECTIONNAMELENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKMORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKSECTIONINMORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKSECTIONGROUPINMORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVCLICKSPECIALSLOTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVDRAGDROPFROMMORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVDRAGDROPTOMORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDSIDENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDDOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDUNDOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDLASTSESSIONLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDRESIZELARGER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCEKDRESIZESMALLER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDMOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDDEAFAULTFORSIDENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDNOTESTYPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDANYINKING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDINKDRAWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDAUTOHIDEON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDHIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONDOCKEDUNHIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYH6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYNORMAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYCITATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESAPPLYQUOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESHEADINGLINESTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESHEADINGEXISTINGCONTENTSINGLEPARA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESHEADINGEXISTINGCONTENTMULTIPLEPARAS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESNONHEADINLINESTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESNONHEADINGEXISTINGCONTENTSINGLEPARA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTYLESNONHEADINGEXISTINGCONTENTMULTIPLEPARA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNUMBINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNUMSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINAUTODELETEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINAUTODELETESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINPURGEENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNAVSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNAVPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINNAVDELETEDPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINRESTOREPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINRESTORESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINUSERDELETEPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINUSERDELETESECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINDELETEDPAGEAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINDELETEDSECTIONAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINRESTOREDPAGEAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINRESTOREDSECTIONAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINDELETEDSECTIONNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONRECYCLEBINRESTOREDSECTIONNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSPAGENAV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSRESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSDELETED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSDELETEDAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCOPYPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCOPYCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSRESTOREDAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSAVGNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSMAXNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSMINNUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSAVGAUTHORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSAVGEMBEDDEDFILEVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE01"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE03"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE04"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE05"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE06"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE07"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE08"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE09"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE11TO15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONVERSIONSCREATE16TO20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_ECMTAXONOMYACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INBOXDIRECTIONOFTREE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERSATIONSMAILTIPUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADDHOLIDAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDITHOLIDAYS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HOLIDAYREGION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLEANUPFOLDERCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERSATIONTHREADCOMPRESSIONNOOPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THREADCOMPRESSORMESSAGESCLEANEDUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_THREADCOMPRESSORSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTDOCKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTIE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTMEDIAPLAYER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESSTARTSYSTRAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESCLICKLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESCLICKPAGELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESDELETELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESDELETEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOMEDIA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOEDUCATIONREADER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLINKSTOOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLASTFILENUMLINKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLASTFILENUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKEDNOTESLASTSESSIONNUMDOCS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOUTLINEFIRST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOUTLINESECOND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOUTLINETHROTTLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOUTLINFIRSTMANUALRESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHSTARTRIBBON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHSTARTALTEQUALS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHSTARTEXTENSIBILITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHPASTEINTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHPASTEEXTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMATHCOPY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONENOTEPRINTDRIVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONWORD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONPPT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONEXCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONPDF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONOTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONLASTNUMPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONPRINTTOONDRMDOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOWEBACCESSINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVENOTEBOOKTOLOCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVENOTEBOOKTOOFFICELIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVENOTEBOOKTOSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVENOTEBOOKTOFILESHARE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVECANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOMOVEINVALIDURL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOSTOPSHARING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOEMAILINVITEUNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOEMAILINVITESHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKINFOEMAILINVITEOFFICELIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKOFFICELIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKBADNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKTEMPLATELINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKEMAILINVITEUNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKEMAILINVITESHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNEWNOTEBOOKEMAILINVITEOFFICELIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONNOTEBOOKUNPACK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKSOFFICELIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKSSHAREPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKSSHAREPOINTV2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKSSHAREPOINTV3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONORGNAVNUMNOTEBOOKSSHAREPOINTV4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCUPLOADPAYLOADSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCDOWNLOADPAYLOADSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCONTENTADD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCONTENTDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCONTENTCHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCEMBEDDEDFILECHANGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSYNCCOBALTWHOLEFILEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC01"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC02"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC03"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC04"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC05"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC06"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC07"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC08"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC09"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC10"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC11"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC12"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC13"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC14"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC15"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC16"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC17"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC18"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC19"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSTORAGEGENERIC20"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSENUMACTIVEMEMEBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEJOINOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEJOINWCFDISCOVERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEJOINEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONSHAREDSEJOINMANUAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSSENDTOONENOTE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSONENOTEMOBILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONOPTIONSADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHRECONCILIATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPEVENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPPRIORITIESCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPSPRIORITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPSLOCKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPSTURNEDOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDTEXTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDIMAGEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDIMAGESMALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDIMAGEMEDIUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDIMAGELARGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDNUMOFPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDGOTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDTHUMBNAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDBACKTOENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDDOCPROPERTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDDOWNLOADFILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTSLIDEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTOUTLINEVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTGOTOSLIDETHUMBNAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTGOTOSLIDETITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTGOTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTZOOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELVIEWER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELFREEZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELDEFAULTVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELGOTOSHEET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELDOCPROPERTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELDOWNLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARAPPOINTMENTSCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARAPPOINTMENTSDOUBLECLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARAPPOINTMENTSRIGHTCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARDATEHEADERSCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBAROVERFLOWINDICATORCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARPRIVATEDETAILSENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARSHOWALLDAYEVENTSENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARSPLITTERHEIGHT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TODOBARWIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FILEODS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFMODELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFMODELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFENTITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFENTITIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFATTRIBUTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFATTRIBUTES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFHIERARCHIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFHIERARCHIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFDERIVEDHIERARCHIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFDERIVEDHIERARCHIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFBUSINESSRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFBUSINESSRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMAVGNUMBEROFVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MDMMAXNUMBEROFVERSIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFCOPYRESTRICTEDACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PSTSDISABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PSTGROWTHDISALLOWED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUOTAINFORMATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RETENTIONPOLICYENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFRETENTIONPOLICIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUM_WORKFLOW_ACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKADDINGUIDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKVSTOADDINCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKMSCOREEADDINCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKTOTALADDINCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOTALNUMBEROFACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOLAYOUTCONNECTORSHOWJUMPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWFROMDBRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWFROMWSDLRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWFROMXSDRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWFROMUDCXRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDMOBILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDPROPPANEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDUPSIZELIST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKRICH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKRICHREACH2007"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKRICH2007"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDONLINETEMPLATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDOOB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKTEMPLATEPARTRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWFROMXSDTEMPLATEPARTRICHREACH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14DESIGNERGETTINGSTARTEDNEWBLANKTEMPLATEPARTRICH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14EDITORGETTINGSTARTEDKEEPFAVORITEXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IP14EDITORGETTINGSTARTEDREMOVEFAVORITEXSN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUET_INTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALDEFAULTLAYOUT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALTIMESCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMCALSHARED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMCALFB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNEWMEETINGFROMFBBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALDCLICKFBBAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALCLICKCHEVRON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALERRORMORETHAN30"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALAUTOSWITCHVERHOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALAUTOSWITCHHORVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALUSAGEADDCALUIINPUTBOX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALUSAGEADDCALUIBUTTON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALUSAGESHARINGUI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMCALSELECTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMDEPCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMLEGACYGROUPCAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALREPLINECALDIRECTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMPEOPLESCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALNUMROOMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALREPLINECALCOWORKERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCHANGESHARINGINVITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDDOCEXSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDPNGSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDFONTSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDTOTALPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDTOTALFONTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDPNGTOTALDOWNLOADSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTTOTALDOWNLOADSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDPNGRENDERREQUESTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTRENDERREQUESTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDPNGCACHEREQUESTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTCACHEREQUESTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDTIMETOFIRSTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTINSTALLCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBWORDSILVERLIGHTPROMPTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_BROWSERINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_IS_INTERNAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_PRODUCTCODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_PRODUCTVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_IS_TEST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARITEMSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INSTANCESTRAVELTIMEADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILITEMSWITHIMAGEATTACHMENTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILITEMSOFFEREDIMAGERESIZETOAST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILITEMSUSEDIMAGERESIZEOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SESSIONSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_MAXSTREAMROWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_MAXLSTREAMROWSOVERWRITTEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTVIEWER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTVIEWERFIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELVIEWERFIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDVIEWERFIND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_TOTALSESSIONTIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_SESSIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIOUSSESSIONEXITTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIOUSSESSIONTERMINATEOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTTRANSCLASS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADDANOTHERACCOUNTCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTWIZARDFINISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPLYALLWHILEONBCCOKCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_REPLYALLWHILEONBCCCANCELCLICKED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFQUICKCONTACTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZEOFQUICKCONTACTSPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELGOTOCELL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELVIEWCHART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACEXCELBACKTOENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTIMAGELARGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTIMAGEMEDIUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTIMAGESMALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTDOCPROPERTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTBACKTOENTRY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACPPTNUMOFPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWTHROTTLEDONSTART"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWTHROTTLEDONLOAD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWINSTANCESSTARTEDDECLARATIVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWONSITE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWRUNDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WFLOWHISTORYITEMSCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_WFCOMPLEXITYSTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_QUICKCONTACTSACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILTIPSDISPLAYSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONEXTRAINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONACTIONTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONBOOLBUTTONSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONGALLERYSELECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONGALLERYITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONTABSWITCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONHORIZONTALRES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONCHUNKSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOARIBBONUSERROLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOACOMMANDUIACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADDITIONALMAILBOXCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADDRESSBOOKUIACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PEOPLESEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILACCOUNTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PEOPLESEARCHRESULTACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSBLOBCACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RUNNINGVIRTUALIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_ACCESSIBILITYSTATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQMBROWSERLOCALE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_MAXSTREAMROWSOVERWRITTENSTREAMID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_MAXSTREAMROWSSTREAMID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_OSDATA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_TOTALSESSIONSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACCOUNTCREATEBYAPPSIGNUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSOLKNUMOFACOUNTCREATEBYFIRSTTIMEEXP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_CONNECTOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_OBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZE_OBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROTATE_OBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_PIN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CROP_OBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAN_OBJECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADD_TEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EDIT_TEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROT_TEXT_BLOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZE_TEXT_BLOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_TEXT_BLOCK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_RECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_SQUARE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_OVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_CIRCLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_1D"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INST_1D"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAW_2D"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_INST_2D"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAG_SELECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAG_DUPL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOMAREA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PANSCROLL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PANAUTOSCROLL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_CONNECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROTATE_CONNECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROTATE_CONNECT_OPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_CONTROL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DROP_OLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAG_DUPL_CON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZE_PAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROTATE_PAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPEN_HLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_HLINK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_ENDPOINT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DRAG_TEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_ANNOT_MARKER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZE_MULTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ROTATE_MULTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVE_PIN_MULTI"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOCONNECT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LISTINSERT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAILITEMSOFFEREDIMAGERESIZETOASTANDUSEDOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOMASTERSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERLISTSGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERWORKFLOWSGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERWIKIPAGEGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERCONTENTTYPEGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERMASTERPAGEGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERDATASOURCESGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERSUBSITESGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSHOMECATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSSITEPAGESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSLISTSCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSWORKFLOWSCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSCONTENTTYPESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSMASTERPAGESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSDATASOURCESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSSUBSITESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSALLFILESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHUTDOWNDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEVIEWHEADINGORTHUMBNAILSORSEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_ODS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CALENDARSUMMARYOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OMSREMINDEROPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_DUMMYBROWSERNAMEMAPPINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_DUMMYOSNAMEMAPPINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTORSPLIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTORHEAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTORSPLITENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONNECTORHEALENABLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGEMAXTILESAUTOSIZEON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGEMAXTILESAUTOSIZEOFF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBPROCESSLINKTOPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBPROCESSLINKTODOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SUBPROCESSMAXSELECTIONSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMLEGENDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMDROPS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_MAXFIELDITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_MAXLEGENDITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMALTERNATES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMCUSTOMTEXT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMCUSTOMDELETE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMCUSTOMITEMS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMCUSTOMORDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMICONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMCBV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMDATABARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAGRAPHICSLEGEND_NUMMULTIBARS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTDEFAULTODP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_EXCELSERVICES_UNSUPFEATUR_CANCELCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_DUMMYISCOOKIESENABLEDMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_PRESENTATIONDIMENSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_DUMMYIS64BITOSMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNUM2007SECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNUM2009SECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNUMMIXEDNOTEBOOKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNOTEBOOKTO2007"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATNOTEBOOKTO2009"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATSECTIONTO2009"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONFORMATCONVERSIONFAILURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MTT_DRAGMASTER_PAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MTT_DRAGMASTER_STENCIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSTENCILSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTORECOVERYCONFIGURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTORECOVERYINTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTORECOVERYRUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOSAVECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VERSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNSAVEDFILESTAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LASTSESSIONCREATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUTOVERSIONDISKFULL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENAUTOSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENLASTSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OPENRECOVERUNSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREAUTOSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMPAREFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETEVERSIONFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETERECOVERUNSAVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTOREYESNO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LEARNMORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTORELASTSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVVALIDATIONRUN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVMAXRULESETS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVMAXRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVMAXISSUES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVIGNOREISSUE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVIGNORERULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVUNIGNOREISSUE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVUNIGNORERULE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVLOGCUSTOMERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVMAXIGNOREDRULES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVMAXIGNOREDISSUES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SDVSHOWIGNOREDISSUES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVI_BOOTINTERVAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUMMYDOCSTREAMFILETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVI_COMMAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOASFFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_STATICRENDERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_VIEWINGRENDERING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SCCANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SCTOOL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILEDESKTOPSYNCSECTIONONTOMOBILE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONMOBILEDESKTOPSYNCSECTIONMOBILETOON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONVERSATIONSMAILTIPSHOWN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HOLIDAYREGN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DEFAULT_ODT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECURITYSLAB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TOOLADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORKSPACETYPECREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GFSSTARTSYNCING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ACCOUNTTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_GROOVETIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CANCELSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SYNCING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SENTMSG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AUDIOCHATUSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDHOVERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDSINGLECLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDDOUBLECLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEXPANDHOVERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCLOSEMETHOD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3MAXSLIDENUM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3CORPSERVERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3OFFICELIVECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAPESWINDOWQUICKSHAPESVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHAPESWINDOWMORESHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_PUBLISHERPRINTRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_PUBLISHERENABLEXPSPRINTPATHOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_PUBLISHERISXPSPRINTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ISADS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMPERPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMHORIZONTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMVERTICAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMMEMBERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMSWIMLANES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFMAXNUMPHASES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFNUMSTRADDLINGCONTAINER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFINSERTSWIMLANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFINSERTPHASE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFINSERTPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFCHANGEORIENTATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFCHANGEDIRECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFCHANGEMARGINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFFITTOCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFAUTOEXPAND"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFCHANGESTYLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFSHOWTITLE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CFFROTATELABELS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BACKNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_FORWARDNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_HISTORYNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_PEERNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_ANCESTORNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_CHILDNAVIGATIONOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_REFRESHOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_BREADCRUMB_STOPOPERATIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDSITEPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDMASTERPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDLAYOUTPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDLISTS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDCONTENTTYPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDWORKFLOWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDDATASOURCES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDSUBSITES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_GALLERY_NUMBEROFOPENEDFILES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCODEVIEWEDITS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3SESSIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3CONNECTEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDNAMECLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDPHOTOCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDPROPERTIESCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCOPYCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDNOTELENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_MASTERPAGESLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_SITESUMMARYLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_WORKFLOWSLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_LISTSLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_CONTENTTYPESLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_PAGELAYOUTSLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_WIKIPAGESLAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_ASPXPAGELAUNCHEDFROMBROWSER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_APPVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_PO_WIZARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_APPSESSIONFLAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_INSTALLEDAPPNAME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_PAGETYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_APPVERSIONMAJOR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_APPMINORVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STREAM_ULS_EVENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERF_RESPONSIVENESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTCOLLABNUMCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTCOLLABNUMDOUBLEMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTCOLLABNUMMERGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEFNDVIEWCLKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOCMAPMAXHEADINGSINSESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEPGVIEWCLKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEHDGVIEWCLKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEHDGVIEWADDRMV"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NAVPANEHDGVIEWDRGDRP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSDEPRECATEDDIALOG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DWSDEPRECATEDDIALOGHELPCONTROLCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_BUILDNUMBER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDCHANGEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CHANGEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DATAID_LICENSECONSUMPTIONTICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PREVIOUSSESSIONEXITDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESSENTFROMMANUALLYADDEDADDRESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESSENTFROMNONDEFAULTACCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MESSAGESSENTFROMSUBSCRIPTIONADDRESSES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FROMADDRESSESMANUALLYADDED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_COMMANDCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_PHONETICGUIDE_APPLYALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_PHONETICGUIDE_REMOVEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_HORIZONTALINVERTICAL_APPLYALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_HORIZONTALINVERTICAL_REMOVEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_COMBINECHARACTERS_APPLYALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORD_COMBINECHARACTERS_REMOVEALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TWCWORDFILESBEFOREVERSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BWSA_COMMANDUIACTION_ALPHA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_SESSIONLENGTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_MTTF"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SP2UPGRADEDIALOGDURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCONNECTEDADDINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOVEMSGLOCALFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERALLFILESGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERENTITIESGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_COUNTOFITEMSPERPAGELAYOUTSGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSENTITIESCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPD_NUMBEROFCLICKSPAGELAYOUTSCATEGORY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RESTAPISTREAM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_COMMANDUIACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_IDCRLINSTALLATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBPROVIDERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WEBPROVIDERCHANGECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TURNOFFWEBINTEGRATIONPOLICYUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVETOLOCATIONFORMCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BITNESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAPPHIREPRESENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_EXCLUSIVELYLOCKEDONOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOWNLOADREQUIREDFILEOPEN"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALMYDEPTCALENDAR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICE_KILLBIT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPUPLOADERROR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPUPLOADRESULT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCENTERCHECKBOXES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCCACHESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCDELETECACHE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCCACHELOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCACTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCUPLOADALL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCPAUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCRESUME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCSETTINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCHELP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCFILTERSANDVIEWS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCENTERFILTER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCENTERVIEW"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTLISTDISPLAY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIZEOFCONTACTLISTPANE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDNOTECLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDDEFAULTPHONECLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDPHONEDROPDOWNCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDPHONECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMBUTTONCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMDROPDOWNCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMMENUSENDCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMMENUREPLYCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMMENUREPLYALLCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILBUTTONCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILDROPDOWNCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILMENUSENDCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILMENUREPLYCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILMENUREPLYALLCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWBUTTONCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUVIDEO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUMEETING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUSHARE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUTAG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENULOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUGAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUADDTOOUTLOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDOVERFLOWMENUADDTOIM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCLICKTOPHONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCLICKTOEMAIL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCLICKTOMEET"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTACTTABCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDORGANIZATIONTABCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDMEMBERSTABCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDGROUPTABCLICKS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNOFFPRESENCEICON"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNOFFPRESENCEINTEGRATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONLEGACYPERSONAMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNOFFHOVERFUNCTIONALITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNOFFPHOTOGRAPH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABMAPIREPLACE8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE2"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE4"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE6"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE7"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDTURNONCONTACTTABADREPLACE8"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTEXTMENUEXTENSIBILITY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDRIGHTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTEXTMENUADDTOIM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTEXTMENUADDTOOUTLOOK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTEXTMENULOOKUP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDCONTEXTMENUCONTACTCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_TENDERACCOUNTUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_TENDEROTHERUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_INVENTORYLOCATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_TAXLOCATIONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_DEPARTMENTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_CATEGORYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_TAXCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POS_TAXAUTHORITYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVICESPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIDEOCARDPRIMARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIDEOCARDSECONDARY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINTSLIDESHOWLAUNCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERPOINTSLIDESHOWNEXTSLIDE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDEMAILMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDGPO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMMENU"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDSTREAM1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDIMMENU1"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACWORDTOC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UILANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETEXTCONTEXTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWPUBLISH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWIMPORTUPDATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWIMPORTGENERATE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWIMPORTUPDATEMAXNUMSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWIMPORTMAXNUMSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPWORKFLOWEXPORTMAXNUMSHAPES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_BROWSERVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_SCREENRESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_OSVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3SESSIONSTATINFO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_VERTRESOLUTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_VIEWMODEOPTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSCBQNBCONTENTTOCONTENT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CMSCBQNBDATAVIEWMAPPING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_POWERCONFIGURATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WINSATRATINGS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOAVIFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOIVFFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOMPEGFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOWMVFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOQTFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGVIDEOOTHERFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOAIFFFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOAUFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOMIDIFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOMP3FILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOWAVFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOWMAFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTAVGAUDIOOTHERFILESIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTSECTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLASHSCREEN_CANCEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLASHSCREEN_MINIMIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLASHSCREEN_MOVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLASHSCREEN_RESTORE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SPLASHSCREEN_TASKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_INSTALLEDAPP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_APPVER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WACHOST"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CONTACTCARDRIGHTCLICKCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_SEARCH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_GO_ONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_GO_OFFLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_EXPAND_TOC_NODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_WIDTH"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_PINNED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_TOC_SHOWING"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_IS_ONLINE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_HELP_CALL_TYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_THIRD_PARTY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_AWS_CLV_NAMESPACE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SLEEP_TIME"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFMEMBERSINMAILEDPDL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMBEROFMEMBERSINPDL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WACDATACENTERID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WACDATACENTERMACHINEID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_LCID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_SITETEMPLATEID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSERVERSERVERCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTPRINTSECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTMOBILIZEOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIMPLEMERGECR_CRITICALCONFLICT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIMPLEMERGECR_LOCALWINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIMPLEMERGECR_REMOTEWINS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIMPLEMERGECR_RESOLVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SIMPLEMERGECR_SIMPLEMERGERESOLVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VISIOSERVER_DATASOURCESTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COAUTHORABLESESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COAUTHORINGSESSION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMCOAUTHORS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWSLIDEPRESENCE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSAVE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUPLOADCONTENTPARTITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUPLOADEDITORSPARTITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMUPLOADCOAUTHPARTITION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WSPSYNCCACTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRSSCOMMONFEEDLISTDLG"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRSSCFLSYNC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRSSNUMBEROFFEEDS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRENITEMSAVETOTAL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRENITEMSAVECRSUCCESS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRENITEMSAVECRFAILURE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRENITEMSAVECRNOTSUPPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKRENITEMSAVECROTHER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALWORKHOUR"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPT_SAVEASPICPRES_NSLIDES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BSQM_ISAUTHENTICATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ADDITIONALPRINTERFEATURES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BACKFRONTUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CAMPAIGNSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CLICKSMOREPRINTOPTIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COLORSCHEMECHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_COMPLETEPUBLISHTOWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMBBCREATED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CUSTOMCATEGORIES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETIONVIAKEYBOARD"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DELETIONVIARIGHTCLICK"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DUPLEXSUPPORTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FONTSCHEMECHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FORMATOPTIONSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICSOURCECHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOREONLINEBBUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBSEARCHUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ITEMUPLOADED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPLOADCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TITLEISCUSTOM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIBUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMOBJECTSONPAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGENAVTOGGLED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PANERESIZED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MINIONCLOSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECTIONSINPUB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SECTIONSCOLLAPSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYBOARDUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PAGESMOVED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERDELETIONS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERREMOVEPIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLACEHOLDERCHANGEPIC"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PACKANDGOUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETTINGSCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSPARENCYSLIDERUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LIGHTTABLESLIDERUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_VIEWEDMULTIPAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PRINTERSETUPWIZARDUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RULERONOFFUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHEETNAVIGATIONUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOMUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SAVESETTINGSUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRAPPINGUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PDFCOLORSPANTONE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PANTONEGOEUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UPLOADEDTOSERVICEPROVIDER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RATINGSUBMITTED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MYTEMPLATEUSAGE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MYTEMPLATECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WIZARDOPTIONUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEONLINEEXPANDO"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ZOOMLEVEL"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNDOOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBUSESOT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PUBUSESGABRIOLA"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_LEGACYWEBMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHEDFORPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_NUMSERVICEPROVIDERS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STARTPUBLISHTOWEB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SNAPTORULER"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_RULERGUIDESUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SNAPTOGRID"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_HIDEINGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINEFILTERUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SEARCHUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSERVERJOBSIZE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_WORDSERVICESINTENDEDFORMAT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CAPTIONCHANGEDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_BBLOCATION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYWORDCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_DOWNLOADCATEGORYUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MULTIINSERTBB"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_STATUSBARUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UNDOPANCROP"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CROPTYPE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PICTURESHAPEINUSE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOREOPTIONSCHANGED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_CATALOGZOOMUSED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SHOWINGALLERY"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYBOARDINPUTLANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETLANGOPTIONSEXECOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLAYBACKTIPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPMOREREFCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPCOPYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPHELPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLAYBACKTIPSTOPCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_SETLANGOPTIONSENTRYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPOPTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FULLDOCTARGETTRANSOPTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_FULLDOCSOURCETRANSOPTCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPDICTQUERYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEUILANG2AND3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEUILANG4AND5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEHELPLANG2AND3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OFFICEHELPLANG4AND5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYBOARDINPUTLANGUAGE2AND3"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_KEYBOARDINPUTLANGUAGE4AND5"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_UIANDHELPLANGCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATEDOCCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATIONLANGUAGESWITCHES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PLAYBACKTIPESCCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPQUERYCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPONCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETIPLANGUAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATEDOCLANGUAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_TRANSLATETEXTLANGUAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PERFTRACKDIAGNOSTICS"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_ONLINKSONIMAGES"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_OUTLOOKCALSHOWFREEITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_PPTE_S3SESSIONSTATINFOEX"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACS3SCONNECTION"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACS3TIMEBASED"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACS3SLIDEMODE"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACTYPEOFNAMEDITEM"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MOBILEWACNAMEDITEMCOUNT"></member>
    <member name="F:Microsoft.SharePoint.Diagnostics.SQMDP.DATAID_MAX"></member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException">
      <summary>The exception that is thrown when access to an Active Directory object is denied to the user context of the calling code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException" /> class from a serialized version of the exception and contextual data.</summary>
      <param name="Info">A serialized version of the data for the exception object.</param>
      <param name="Context">An object with information about the source and destination of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException" /> class. </summary>
      <param name="msg">A message describing the nature of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException" /> class that uses the specified error message and inner exception. </summary>
      <param name="msg">A message describing the nature of the exception.</param>
      <param name="e">The inner exception that triggered the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADAccessDeniedException" />. </param>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.ADException">
      <summary>The exception that is thrown when an Active Directory error occurs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADException" /> class from a serialized version of the exception and contextual data.</summary>
      <param name="Info">A serialized version of the data for the exception object.</param>
      <param name="Context">An object with information about the source and destination of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADException" /> class that uses the specified error message.</summary>
      <param name="msg">A message describing the nature of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADException" /> class that uses the specified error message and inner exception.</summary>
      <param name="msg">A message describing the nature of the exception.</param>
      <param name="ex">The inner exception that triggered the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADException" />. </param>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException">
      <summary>The exception that is thrown when an Active Directory object referred to by the calling code cannot be found on the Lightweight Directory Access Protocol (LDAP) server. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException" /> class from a serialized version of the exception and contextual data.</summary>
      <param name="Info">A serialized version of the data for the exception object.</param>
      <param name="Context">An object with information about the source and destination of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException" /> class that uses the specified message. </summary>
      <param name="msg">A message describing the nature of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException" /> class that uses the specified error message and inner exception.</summary>
      <param name="msg">A message describing the nature of the exception.</param>
      <param name="ex">The inner exception that triggered the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADObjectNotFoundException" />. </param>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.ADServerDownException">
      <summary>The exception that is thrown when the domain server is not responding.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADServerDownException" /> class from a serialized version of the exception and contextual data.</summary>
      <param name="Info">A serialized version of the data for the exception object.</param>
      <param name="Context">An object with information about the source and destination of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADServerDownException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADServerDownException" /> class that uses the specified error message. </summary>
      <param name="msg">A message describing the nature of the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.ADServerDownException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADServerDownException" /> class that uses the specified error message and inner exception.</summary>
      <param name="msg">A message describing the nature of the exception.</param>
      <param name="e">The inner exception that triggered the <see cref="T:Microsoft.SharePoint.EmailIntegration.ADServerDownException" />. </param>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.ContactFlags">
      <summary>Indicates whether all e-mail that is addressed to a contact or only authenticated e-mail is received by the contact from Microsoft Exchange.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.ContactFlags.None">
      <summary>All e-mail is received by the contact.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.ContactFlags.OnlyAllowAuthenticatedEmail">
      <summary>Only authenticated e-mail is received by the contact.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.DistributionGroupFlags">
      <summary>Indicates whether all e-mail that is addressed to an e-mail distribution group or only authenticated e-mail is received by the group from Microsoft Exchange.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.DistributionGroupFlags.None">
      <summary>All e-mail is received by the group.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.DistributionGroupFlags.OnlyAllowAuthenticatedEmail">
      <summary>Only authenticated e-mail is received by the group.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.IEmailHelperService">
      <summary>Provides methods for managing Active Directory e-mail distribution groups and their membership. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.ChangeContactsMembershipInDistributionGroup(System.String,System.String[],System.String[],System.Boolean)">
      <summary>Requests the addition and removal of contacts from the specified e-mail distribution group. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> value that reports the outcome of the operation. </returns>
      <param name="Alias">The name of the distribution group.</param>
      <param name="AddListForContacts">The aliases of the contacts that are added to the group.</param>
      <param name="DeleteListForContacts">The aliases of the contacts that are removed from the group.</param>
      <param name="DeleteAllCurrentMembers">A value indicating whether all members are removed from the group before the contacts in <paramref name="AddListForContacts" /> are added.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.ChangeUsersMembershipInDistributionGroup(System.String,System.String[],System.String[],System.Boolean)">
      <summary>Requests the addition and removal of users from the specified e-mail distribution group. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> value that reports the outcome of the operation. </returns>
      <param name="Alias">The name of the distribution group.</param>
      <param name="AddNt4NameList">The users, identified by their Active Directory names, that are added to the group.</param>
      <param name="DeleteNt4NameList">The users, identified by their Active Directory names, that are removed from the group.</param>
      <param name="DeleteAllCurrentMembers">A value indicating whether all members are removed from the group before the users in <paramref name="AddNt4NameList" /> are added.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.CreateContact(System.String,System.String,System.String,System.String,Microsoft.SharePoint.EmailIntegration.ContactFlags)">
      <summary>Requests the creation of a new contact from the specified name and data. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> value that reports the outcome of the operation. </returns>
      <param name="Alias">The e-mail alias for the contact.</param>
      <param name="FirstName">The first name of the contact.</param>
      <param name="LastName">The last name of the contact.</param>
      <param name="ForwardingEmail">The e-mail address of the contact. </param>
      <param name="Flags">A value indicating whether unauthenticated e-mail that is addressed to the contact is deleted by Microsoft Exchange or sent to the contact. </param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.CreateDistributionGroup(System.String,System.String,System.String,System.String,Microsoft.SharePoint.EmailIntegration.RequestInfo,Microsoft.SharePoint.EmailIntegration.DistributionGroupFlags)">
      <summary>Requests the creation of a new e-mail distribution list from the specified data. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> value that provides information about the request. </returns>
      <param name="Alias">The e-mail alias of the group.</param>
      <param name="Name">The user-friendly name of the group.</param>
      <param name="Description">A description of the group.</param>
      <param name="ContactCN">The manager of the group, who is added as a member. </param>
      <param name="Info">An object containing information about the person who wants to create the group and his or her reasons.</param>
      <param name="Flags">A value indicating whether unauthenticated e-mail that is addressed to the group is deleted by Microsoft Exchange or sent to the group. </param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.DeleteContact(System.String)">
      <summary>Requests the deletion of a contact from the Active Directory container. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> value that reports the outcome of the operation. </returns>
      <param name="Alias">The e-mail alias of the contact that is deleted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.DeleteDistributionGroup(System.String,Microsoft.SharePoint.EmailIntegration.RequestInfo)">
      <summary>Requests the deletion of an e-mail distribution group. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> value that provides information about the request including its current status. </returns>
      <param name="Alias">The e-mail alias of the distribution list that is deleted.</param>
      <param name="Info">An object containing information about the person who wants to delete the group and his or her reasons.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.GetJobStatus(System.Int32)">
      <summary>Request updated information about a previous request. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> value that provides information about the request including its current status. </returns>
      <param name="JobId">The ID returned in the <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> object by the original request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.ModifyContact(System.String,System.String,System.String,System.String,System.String,Microsoft.SharePoint.EmailIntegration.ContactFlags)">
      <summary>Requests a change in information about a contact. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> value that reports the outcome of the operation. </returns>
      <param name="OldAlias">The current e-mail alias of the contact.</param>
      <param name="NewAlias">The e-mail alias that the contact is to have hereafter. It can be the same as <paramref name="OldAlias" />.</param>
      <param name="FirstName">The first name of the contact.</param>
      <param name="LastName">The last name of the contact.</param>
      <param name="ForwardingEmail">The e-mail address of the contact.</param>
      <param name="Flags">A value indicating whether unauthenticated e-mail that is addressed to the contact is deleted by Microsoft Exchange or sent to the contact. </param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.ModifyDistributionGroup(System.String,System.String,System.String,System.String,Microsoft.SharePoint.EmailIntegration.RequestInfo,Microsoft.SharePoint.EmailIntegration.DistributionGroupFlags)">
      <summary>Requests a change in the stored information about an e-mail distribution group. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> value that provides information about the request that includes the current status of the request. </returns>
      <param name="Alias">The e-mail alias of the group.</param>
      <param name="Name">The user-friendly name of the group. (This can be the same as the existing value or changed.)</param>
      <param name="Description">A description of the group. Can be the same as the existing value or changed.</param>
      <param name="ContactCN">The manager of the group. (This can be the same as the existing value or changed.)</param>
      <param name="Info">An object containing information about the person who wants to change the information about the group and his or her reasons.</param>
      <param name="Flags">A value indicating whether unauthenticated e-mail that is addressed to the group is deleted by Microsoft Exchange or sent to the group. (This can be the same as the existing value or changed.)</param>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.IEmailHelperService.RenameDistributionGroup(System.String,System.String,Microsoft.SharePoint.EmailIntegration.RequestInfo)">
      <summary>Request a change in the alias for an e-mail distribution group. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> value that provides information about the request that includes the current status of the request. </returns>
      <param name="OldAlias">The current e-mail alias of the group.</param>
      <param name="NewAlias">The e-mail alias that the group is to have hereafter. </param>
      <param name="Info">An object containing information about the person who wants to change the alias of the group and his or her reasons.</param>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.RequestInfo">
      <summary>Provides information about the person making one of the requests defined by the <see cref="T:Microsoft.SharePoint.EmailIntegration.IEmailHelperService" /> interface and his or her reasons for the request. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.RequestInfo.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestInfo" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.RequestInfo.#ctor(System.String,System.String,System.Guid)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestInfo" /> class that uses the specified requestor's e-mail address, justification, and ID. </summary>
      <param name="RequestorEmail">The e-mail address of the requestor.</param>
      <param name="BJustification">The requestor's reasons for making the request.</param>
      <param name="Id">A unique ID for the request.</param>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestInfo.Justification">
      <summary>Gets or sets the requestor's reasons for making the request.</summary>
      <returns>A <see cref="T:System.String" /> that represents the requestor's justification for his or her request.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestInfo.RequestId">
      <summary>Reserved for future use. Do not use.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestInfo.RequestorEmail">
      <summary>Gets or sets the e-mail address of the requestor.</summary>
      <returns>A <see cref="T:System.String" /> that represents the e-mail address of the requestor.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.RequestResponse">
      <summary>Provides an informational response to programmatic requests for certain management operations for e-mail distribution groups.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.RequestResponse.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.EmailIntegration.RequestResponse.#ctor(System.Int32,System.String,Microsoft.SharePoint.EmailIntegration.RequestStatus,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestResponse" /> class by using the specified ID of the request, a comment about the request, the status of the request, and the e-mail alias of the user or distribution group that the request is about. </summary>
      <param name="Id">The ID of the job; that is, the request.</param>
      <param name="ModComment">A comment about the request.</param>
      <param name="CurrentStatus">The current status of the request.</param>
      <param name="Alias">The e-mail alias of the user or distribution group that the request concerns.</param>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestResponse.Alias">
      <summary>Gets or sets the e-mail alias of the user or distribution group that the request is about.</summary>
      <returns>A <see cref="T:System.String" /> that represents the alias of a user or distribution group.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestResponse.Comment">
      <summary>Gets or sets a comment about the request.</summary>
      <returns>A <see cref="T:System.String" /> that represents a comment about the request. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestResponse.JobID">
      <summary>Gets or sets an ID number for the request.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents an ID number for the request. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.EmailIntegration.RequestResponse.JobStatus">
      <summary>Gets or sets the current status of a request.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.EmailIntegration.RequestStatus" /> that represents the status of a request. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.EmailIntegration.RequestStatus">
      <summary>Specifies the outcome of a programmatic request for a management operation concerning an e-mail distribution group.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.Success">
      <summary>The operation succeeded.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.PendingApproval">
      <summary>The operation requires approval which has not yet been granted or denied.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.ApprovalDenied">
      <summary>The operation requires approval, which was denied.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.DuplicateAlias">
      <summary>A distribution group or user with the specified alias already exists.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.InvalidArgument">
      <summary>At least one parameter for the operation is invalid.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.ServiceNotConfigured">
      <summary>The directory management service is not configured.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.AccessDenied">
      <summary>The user context for the calling code lacks access to one or more objects needed for the operation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.ServerUnavailable">
      <summary>A server needed for the operation, such as a Lightweight Directory Access Protocol (LDAP) server, is not accessible.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.ObjectNotFound">
      <summary>A specified distribution list or user was not found.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.InvalidMember">
      <summary>At least one specified user alias is not valid.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.EmailIntegration.RequestStatus.InternalError">
      <summary>The operation failed due to an internal error.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.BarEndShape">
      <summary>Allows the shape displayed on the end of Gantt bars to be specified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.None">
      <summary>Indicates that no shape is displayed in the Gantt view on the end of the specified Gantt bar.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.HomePlateUp">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a square overlaid with an up-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.HomePlateDown">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a square overlaid with a down-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.Diamond">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a diamond shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.UpTriangle">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as an up-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.DownTriangle">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a down-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.RightTriangle">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a right triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.LeftTriangle">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a left-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.UpArrow">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as an up-arrow shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.MiniHomePlateDown">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a left-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.MiniHomePlateUp">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a small square overlaid with a small up-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.VertBar">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a vertical bar shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.Square">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a square shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CircledDiamond">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a circle overlaid with a diamond shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.DownArrow">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a down-arrow shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CircledUpTriangle">
      <summary>Indicates that the image used on the end of the specified bar show in the Gantt view is displayed as a circle overlaid with an up-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CircledDownTriangle">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a circle overlaid with a down-triangle shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CircledUpArrow">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a circle overlaid with an up-arrow shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CircledDownArrow">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a circle overlaid with a down-arrow shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.Circle">
      <summary>Indicates that the image on the end of the specified bar shown in the Gantt view is displayed as a circle.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.OpenBracket">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a right-square-bracket shape.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarEndShape.CloseBracket">
      <summary>Indicates that the image used on the end of the specified bar shown in the Gantt view is displayed as a circle overlaid with a right-square bracket shape.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.BarPattern">
      <summary>Indicates the patterns used to display Gantt bars within the grid control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.Empty">
      <summary>Indicates that the pattern used within Gantt bars contains no colors and no shading.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.Solid">
      <summary>Indicates whether the pattern used within Gantt bars is displayed with a solid color.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.Dots25Pct">
      <summary>Indicates that the pattern used within Gantt bars contains twenty-five percent dotted shading.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.Dots50Pct">
      <summary>Indicates that the pattern used within Gantt bars contains fifty percent dotted shading.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.Dots75Pct">
      <summary>Indicates that the pattern used within Gantt bars contains seventy-five percent dotted shading.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.NW2SEDiag">
      <summary>Indicates whether the line pattern used within Gantt bars is drawn in an upper-left to lower-right display pattern.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.SW2NEDiag">
      <summary>Indicates whether the line pattern used within Gantt bars is drawn in a lower-left to upper-right display pattern.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.BothDiag">
      <summary>Indicates that the pattern used within Gantt bars contains a crossed hatch pattern.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.VertLines">
      <summary>Specifies whether the pattern used within Gantt bars is displayed with only the vertical component of grid lines.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.HorizLines">
      <summary>Specifies whether the pattern used within Gantt bars is displayed with only the horizontal component of grid lines.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarPattern.GridLines">
      <summary>Specifies whether the pattern used within Gantt bars is displayed with gridlines.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.BarShape">
      <summary>Used to indicate display preferences associated with the shape and size of the specified Gantt bar.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.None">
      <summary>Indicates that no bar shape is displayed in the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.Full">
      <summary>Indicates that the bar shape is displayed using one-hundred percent of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.TopHalf">
      <summary>Indicates that the bar shape is displayed only in the upper-fifty percent of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.MidHalf">
      <summary>Indicates that the bar shape is displayed in the middle-fifty percent of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.BottomHalf">
      <summary>Indicates that the bar shape is displayed only in the lower fifty percent of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.TopLine">
      <summary>Indicates that the bar shape is displayed only as a single line at the top of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.MidLine">
      <summary>Indicates that the bar shape is displayed only as a single line at the halfway point of the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShape.BottomLine">
      <summary>Indicates that the bar shape is displayed only as a single line at the bottom of the displayable bar area.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.BarShapePattern">
      <summary>Indicates that the bar shape is displayed as filled or hollow.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShapePattern.Filled">
      <summary>Indicates that the bar shape is displayed as a filled color in the displayable bar area.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.BarShapePattern.Hollow">
      <summary>Indicates that the bar shape is displayed with no color formatting in the displayable bar area.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.BaseGridColumn"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.BaseGridColumn.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.BaseGridColumn.ColumnKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.BaseGridColumn.FieldKeys">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.BaseGridColumn.ImgSrc">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.BaseGridColumn.Name">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.BaseGridColumn.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.BaseGridColumn.Width">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.CellPropTypeIdRetriever"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.CellStyle"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.CellStyle.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.BackgroundColor">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.Font">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.FontSize">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.FontStyle">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.FontWeight">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.TextAlign">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.CellStyle.TextColor">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.CellStyle.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.Change"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Change.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.Change.ChangeNumber">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.Change.CompareTo(System.Object)">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
      <param name="obj"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.Change.GetUpdates(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.Change})">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
      <param name="changes"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.Change.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Change.Updates">
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.EditMode"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.EditMode.ReadOnly"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.EditMode.ReadWrite"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.EditMode.ReadOnlyDefer"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.EditMode.ReadWriteDefer"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.EditMode.Defer"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.FieldOrder"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrder.#ctor(System.String,System.Boolean)">
      <param name="columnName"></param>
      <param name="isDescending"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.FieldOrder.ColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.FieldOrder.IsDescending">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrder.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.FieldOrderCollection"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrderCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrderCollection.#ctor(System.Collections.Generic.IEnumerable{System.String})">
      <param name="col"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrderCollection.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.Boolean})">
      <param name="colNameArray"></param>
      <param name="isDescendingArray"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrderCollection.AppendFromCollection(System.Collections.Generic.IEnumerable{System.String})">
      <param name="colNames"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.FieldOrderCollection.AppendFromParallelArrays(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.Boolean})">
      <param name="colNames"></param>
      <param name="isDescending"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.FilterComparisonOperator"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.#ctor(System.String,Microsoft.SharePoint.JSGrid.FilterComparisonOperator.SingleValueComparer,Microsoft.SharePoint.JSGrid.FilterComparisonOperator.MultiValueComparer)">
      <param name="id"></param>
      <param name="svc"></param>
      <param name="mvc"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.ID">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.MultiValueCompare">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.MultiValueComparer" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.SingleValueCompare">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.SingleValueComparer" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.MultiValueComparer"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.FilterComparisonOperator.SingleValueComparer"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.GanttStyleInfo"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.AddBarStyle(System.Object,Microsoft.SharePoint.JSGrid.BarShape,System.Drawing.Color,Microsoft.SharePoint.JSGrid.BarPattern,Microsoft.SharePoint.JSGrid.BarEndShape,System.Drawing.Color,Microsoft.SharePoint.JSGrid.BarShapePattern,Microsoft.SharePoint.JSGrid.BarEndShape,System.Drawing.Color,Microsoft.SharePoint.JSGrid.BarShapePattern)">
      <param name="id"></param>
      <param name="shape"></param>
      <param name="color"></param>
      <param name="pattern"></param>
      <param name="startShape"></param>
      <param name="barStartShapeColor"></param>
      <param name="barStartPattern"></param>
      <param name="barEndShape"></param>
      <param name="barEndShapeColor"></param>
      <param name="barEndPattern"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.AddRowStyle(System.Object,System.Collections.IList,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Int32,System.Boolean,System.Boolean)">
      <param name="id"></param>
      <param name="barStyleIds"></param>
      <param name="startColNames"></param>
      <param name="endColNames"></param>
      <param name="linksBarIdx"></param>
      <param name="canMove"></param>
      <param name="canResize"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.ContainsBarStyle(System.Object)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.ContainsRowStyle(System.Object)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.EnableGanttEditing(System.Boolean,System.Boolean)">
      <param name="isGanttRowMovingEnabled"></param>
      <param name="isGanttRowResizingEnabled"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.IsGanttRowMovingEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.IsGanttRowResizingEnabled">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.Updater">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.PostFilterUpdate" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo.#ctor(System.Object,System.String,System.String)">
      <param name="barStyleId"></param>
      <param name="startColName"></param>
      <param name="endColName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo.BarStyleId">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo.EndColName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo.StartColName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.BarInfo.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.#ctor(System.Collections.IList,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Int32,System.Boolean,System.Boolean)">
      <param name="barStyleIds"></param>
      <param name="startColNames"></param>
      <param name="endColNames"></param>
      <param name="linksBarIdx"></param>
      <param name="canMove"></param>
      <param name="canResize"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.BarInfos">
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.CanMove">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.CanResize">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.LinksBarIdx">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GanttStyleInfo.RowStyle.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridColumn"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridColumn.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.FieldKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.FieldKeys">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.IsAutoFilterable">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.IsHidable">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.IsResizable">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.IsSortable">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridColumn.IsVisible">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridField"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridField.Compare(System.Object,System.Object)">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
      <param name="left"></param>
      <param name="right"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.CustomComparer">
      <returns>Returns <see cref="T:System.Collections.Generic.IComparer`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.DefaultCellStyleId">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.EditMode">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.EditMode" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.FieldKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.HierarchyTable">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.Localizer">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.ValueLocalizer" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.MultiValue">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.PropertyTypeId">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridField.SerializeDataValue">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridField.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridSerializer"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.#ctor(Microsoft.SharePoint.JSGrid.SerializeMode,System.Data.DataTable,System.String,Microsoft.SharePoint.JSGrid.FieldOrderCollection,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.GridField},System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.GridColumn})">
      <param name="mode"></param>
      <param name="externalSourceTable"></param>
      <param name="keyColumnName"></param>
      <param name="sortedColumns"></param>
      <param name="gridFields"></param>
      <param name="gridColumns"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.AdditionalParams">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.ApplyIncrementalChanges(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.Change})">
      <param name="changes"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.AutoFilterColumnKeys">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.BottomRecordKey">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.CellStyles">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultCompare(System.Object,System.Object,System.Collections.Generic.IComparer{System.Object})">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
      <param name="left"></param>
      <param name="right"></param>
      <param name="customComparer"></param>
    </member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGanttRowStyleIdColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGridRowStyleIdColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGroupingDescendantCountColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGroupingOutlineLevelColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGroupingParentKeyColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultGroupingRecordKeyPrefix"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultHierarchyDescendantCountColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultHierarchyOutlineLevelColumnName"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.DefaultRecordEditModeColumnName"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.EnableAutoFilterEntryGeneration">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableGantt(System.DateTime,System.DateTime,Microsoft.SharePoint.JSGrid.GanttStyleInfo,System.String)">
      <param name="earliestBarBegin"></param>
      <param name="latestBarEnd"></param>
      <param name="ganttStyleInfo"></param>
      <param name="ganttDependentsColumnName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableGridRowStyles(Microsoft.SharePoint.JSGrid.PostFilterUpdate)">
      <param name="updater"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableGrouping(Microsoft.SharePoint.JSGrid.FieldOrderCollection,System.Collections.Generic.IEnumerable{System.Object},System.Collections.Generic.IEnumerable{System.Object},Microsoft.SharePoint.JSGrid.PopulateGroupingRows,System.String,System.Boolean)">
      <param name="groupedColumns"></param>
      <param name="groupingGridRowStyleIds"></param>
      <param name="groupingGanttRowStyleIds"></param>
      <param name="fnPopulateGroupingRows"></param>
      <param name="hierarchyOutlineTextColumnName"></param>
      <param name="enableHierarchicalGrouping"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableHierarchy(System.Data.DataTable,System.String,System.String,System.Boolean)">
      <param name="unfilteredHierarchyTable"></param>
      <param name="hierarchyParentKeyColumnName"></param>
      <param name="hierarchyOutlineTextColumnName"></param>
      <param name="serializeUnfilteredHierarchy"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableIncrementalChanges(Microsoft.SharePoint.JSGrid.ObjectBuilderFromLocalized)">
      <param name="objectBuilder"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnablePivotedGridPane(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.PivotedGridColumn})">
      <param name="pivotedColumns"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableRecordEditMode(Microsoft.SharePoint.JSGrid.PostFilterUpdate)">
      <param name="updater"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableReservedHierarchy"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.EnableRowFiltering(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.FilterComparisonOperator},Microsoft.SharePoint.JSGrid.ObjectBuilderFromSerialized,System.Globalization.CultureInfo)">
      <param name="customRowFilterOperators"></param>
      <param name="objectBuilderFromSerialized"></param>
      <param name="localeCultureInfo"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GanttDependentsColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GanttRowStyleIdColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GanttStyleInfo">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.GanttStyleInfo" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.GetChangesFromJson``1(System.String,System.Collections.Generic.IEnumerable{System.Type},Microsoft.SharePoint.JSGrid.ObjectBuilderFromSerialized,Microsoft.SharePoint.JSGrid.CellPropTypeIdRetriever)">
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
      <param name="json"></param>
      <param name="embeddedDataTypes"></param>
      <param name="builder"></param>
      <param name="propTypeGenerator"></param>
      <typeparam name="KeyType"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GridColumnMap">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GridColumns">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GridFieldMap">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GridFields">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GridRowStyleIdColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GroupingDescendantCountColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GroupingOutlineLevelColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GroupingParentKeyColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.GroupingRecordKeyPrefix">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyDescendantCountColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyOutlineLevelColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyOutlineTextColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyParentKeyColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.IncludeNonGridFields">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.Index">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.IsGanttJavaScriptRequired">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.JsonEncoders">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.KeyColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.KeyDeserializer">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.KeyDeserializer" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.LocalizeField(System.Data.DataRow,Microsoft.SharePoint.JSGrid.GridField,System.Object)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="dr"></param>
      <param name="field"></param>
      <param name="dataValue"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.Mode">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.SerializeMode" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.MultiValueSeparator">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.PagingFilter">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.PagingFilter" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.PaneLayout">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.PaneLayout" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.PostProcess">
      <returns>Returns <see cref="T:System.Action`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.PostSliceFieldAppender">
      <returns>Returns <see cref="T:System.Func`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.RecordEditModeColumnName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.RegisterPropLookupType(Microsoft.SharePoint.JSGrid.LookupTypeInfo)">
      <param name="info"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.ReserveGantt(System.String)">
      <param name="ganttDependentsColumnName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.ReserveGrouping(System.String)">
      <param name="hierarchyOutlineTextColumnName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.ReserveHierarchy(System.Data.DataTable,System.String,System.String,System.Boolean)">
      <param name="unfilteredHierarchyTable"></param>
      <param name="hierarchyParentKeyColumnName"></param>
      <param name="hierarchyOutlineTextColumnName"></param>
      <param name="serializeUnfilteredHierarchy"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.RestoreHierarchyState(System.String)">
      <param name="originalStateAsJson"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.RowAutoFilter">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.RowFilter">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.SetHierarchyStateExpandedToLevel(System.UInt32)">
      <param name="level"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.SortedColumns">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.FieldOrderCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.StringPropTypeId">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.TryBuildDateObject(System.String,System.String,System.Object@)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="propTypeId"></param>
      <param name="dataValue"></param>
      <param name="builtObject"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyState"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyState.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyState.recordIdxs">
      <returns>Returns <see cref="T:System.Collections.Generic.List`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyState.recordKeys">
      <returns>Returns <see cref="T:System.Collections.Generic.List`1" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.HierarchyState.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedChange`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedChange`1.#ctor"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedChange`1.changeNumber"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedChange`1.updates"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp.#ctor"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp.dataValue"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp.hasDataValue"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp.hasLocalizedValue"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp.localizedValue"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.#ctor"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.afterRecordKey"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.fieldKey"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.levelDelta"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.newOutlineLevel"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.newProp"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.recordKey"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.GridSerializer.SerializedUpdate`1.type"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.GroupBy"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GroupBy.#ctor(System.String,System.Object)">
      <param name="fieldKey"></param>
      <param name="dataValue"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GroupBy.DataValue">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GroupBy.FieldKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.GroupingNode"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.GroupingNode.#ctor(System.Data.DataRow,System.Object,System.Collections.Generic.IList{Microsoft.SharePoint.JSGrid.GroupBy},Microsoft.SharePoint.JSGrid.GroupingNode)">
      <param name="row"></param>
      <param name="dataVal"></param>
      <param name="criteria"></param>
      <param name="parent"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GroupingNode.Criteria">
      <returns>Returns <see cref="T:System.Collections.Generic.IList`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GroupingNode.DataVal">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.GroupingNode.Parent">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.GroupingNode" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.HierarchyNode"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.HierarchyNode.#ctor(System.Data.DataRow)">
      <param name="row"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.HierarchyNode.AddChild(Microsoft.SharePoint.JSGrid.HierarchyNode)">
      <param name="child"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.HierarchyNode.Children">
      <returns>Returns <see cref="T:System.Collections.Generic.List`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.HierarchyNode.OutlineOffset">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.HierarchyNode.Row">
      <returns>Returns <see cref="T:System.Data.DataRow" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.Hyperlink"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Hyperlink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.Hyperlink.Address"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Hyperlink.CompareTo(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.Hyperlink.Display"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Hyperlink.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.IFilterExpressionUtility"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.IFilterExpressionUtility.GridField">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.GridField" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.IFilterExpressionUtility.LocaleCulture"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.ILink"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.ILink.Key">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.ILink.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.LinkType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.InsertRecordUpdate"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.InsertRecordUpdate.#ctor(System.Object,System.Object,System.Int32)">
      <param name="recordKey"></param>
      <param name="afterRecordKey"></param>
      <param name="newOutlineLevel"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.InsertRecordUpdate.AfterRecordKey">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.InsertRecordUpdate.NewOutlineLevel">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.InsertRecordUpdate.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Update.UpdateType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.JscriptHexColor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.JscriptHexColor.#ctor(System.Drawing.Color)">
      <param name="c"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.JscriptHexColor.#ctor(System.Int32,System.Int32,System.Int32)">
      <param name="r"></param>
      <param name="g"></param>
      <param name="b"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.JscriptHexColor.#ctor(System.String)">
      <param name="hexColor"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.JscriptHexColor.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.KeyDeserializer"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.LinkType"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.LinkType.FinishFinish"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.LinkType.FinishStart"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.LinkType.StartFinish"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.LinkType.StartStart"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.LookupTypeInfo"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.LookupTypeInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.LookupTypeItem})">
      <param name="id"></param>
      <param name="items"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.LookupTypeInfo.GetText(System.Object)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeInfo.Id">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeInfo.LimitToList">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeInfo.Lookup">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeInfo.ShowImage">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeInfo.ShowText">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.LookupTypeItem"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.LookupTypeItem.#ctor(System.Object,System.String)">
      <param name="value"></param>
      <param name="localStr"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeItem.ImageUrl">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeItem.LocalString">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeItem.StyleId">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.LookupTypeItem.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.LookupTypeItem.ToString">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.LookupTypeItem.Value">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.ObjectBuilderFromLocalized"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.ObjectBuilderFromSerialized"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.OutlineLevelUpdate"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.OutlineLevelUpdate.#ctor(System.Object,System.Int32)">
      <param name="recordKey"></param>
      <param name="levelDelta"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.OutlineLevelUpdate.LevelDelta">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.OutlineLevelUpdate.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Update.UpdateType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.PagingFilter"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.PagingFilter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.PagingFilter.#ctor(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.Range})">
      <param name="filter"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.PagingFilter.AddRanges(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.JSGrid.Range})">
      <param name="filter"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.PagingFilter.Values">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.PaneLayout"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.PaneLayout.GridOnly"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.PaneLayout.GridAndGantt"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.PaneLayout.GridAndPivotedGrid"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.PivotedGridColumn"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.PivotedGridColumn.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.PivotedGridColumn.FieldKeys">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.PopulateGroupingRows"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.PostFilterUpdate"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.Prop"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Prop.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Prop.#ctor(System.Boolean,System.Boolean,System.Object,System.String)">
      <param name="hasDataValue"></param>
      <param name="hasLocalizedValue"></param>
      <param name="dataValue"></param>
      <param name="localizedValue"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Prop.DataValue">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Prop.HasDataValue">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Prop.HasLocalizedValue">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Prop.LocalizedValue">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.Prop.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.PropUpdate"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.PropUpdate.#ctor(System.Object,System.String,Microsoft.SharePoint.JSGrid.Prop)">
      <param name="recordKey"></param>
      <param name="fieldKey"></param>
      <param name="newProp"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.PropUpdate.FieldKey">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.PropUpdate.NewProp">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Prop" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.PropUpdate.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Update.UpdateType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.Range"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Range.#ctor(System.Int32,System.Int32)">
      <param name="start"></param>
      <param name="length"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Range.Length">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Range.Start">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Range.Values">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.RemoveRecordUpdate"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.RemoveRecordUpdate.#ctor(System.Object)">
      <param name="recordKey"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.RemoveRecordUpdate.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Update.UpdateType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.SerializeMode"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.SerializeMode.Full"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.SerializeMode.TableView"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.SerializeMode.RowView"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.SerializeMode.Slice"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.SerializeMode.AutoFilter"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.SliceUpdate"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.SliceUpdate.#ctor"></member>
    <member name="P:Microsoft.SharePoint.JSGrid.SliceUpdate.GridColumns">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.SliceUpdate.GridFields">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.SliceUpdate.NewValues">
      <returns>Returns <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.SliceUpdate.PivotedColumns">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.Update"></member>
    <member name="M:Microsoft.SharePoint.JSGrid.Update.#ctor(System.Object)">
      <param name="recordKey"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Update.RecordKey">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JSGrid.Update.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JSGrid.Update.Type">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.Update.UpdateType" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.JSGrid.Update.UpdateType"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.Update.UpdateType.Insert"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.Update.UpdateType.Level"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.Update.UpdateType.Prop"></member>
    <member name="F:Microsoft.SharePoint.JSGrid.Update.UpdateType.Delete"></member>
    <member name="T:Microsoft.SharePoint.JSGrid.ValueLocalizer"></member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.IJsonSerializable"></member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.IJsonSerializable.ToJson(Microsoft.SharePoint.JsonUtilities.Serializer)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.JsonEncoder"></member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.JsonGenerator"></member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.JsonIgnore"></member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonIgnore.#ctor"></member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.JsonUtility"></member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.DateTicksToJsTicks(System.Int64)">
      <returns>Returns <see cref="T:System.Int64" />.</returns>
      <param name="dateTicks"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.DeserializeDateTime(System.String)">
      <returns>Returns <see cref="T:System.Nullable`1" />.</returns>
      <param name="serializedDate"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.EncodeFunctionCall(System.String,System.Collections.Generic.IEnumerable{System.String})">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="name"></param>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.GetPropertiesToSerializeForType(System.Type)">
      <returns>Returns <see cref="T:System.Collections.Generic.IEnumerable`1" />.</returns>
      <param name="t"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.IsValidLeftHandJsonString(System.String)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="json"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.JsonEncode(System.String)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.JsTicksToDateTicks(System.Int64)">
      <returns>Returns <see cref="T:System.Int64" />.</returns>
      <param name="jsTicks"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.QuoteString(System.String)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.SerializeDateTime(System.DateTime)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="dt"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.SerializeToJsonFromProperties(Microsoft.SharePoint.JsonUtilities.Serializer,System.Object)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
      <param name="obj"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.JsonUtility.UnquoteString(System.String)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="s"></param>
    </member>
    <member name="T:Microsoft.SharePoint.JsonUtilities.Serializer"></member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.Serializer.#ctor"></member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.Serializer.#ctor(System.Collections.Generic.IDictionary{System.Type,Microsoft.SharePoint.JsonUtilities.JsonEncoder})">
      <param name="encoders"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.Serializer.#ctor(System.Collections.Generic.IDictionary{System.Type,Microsoft.SharePoint.JsonUtilities.JsonEncoder},Microsoft.SharePoint.JsonUtilities.Serializer)">
      <param name="encoders"></param>
      <param name="baseSerializer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JsonUtilities.Serializer.BaseSerializer">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JsonUtilities.Serializer" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.Serializer.GetEncoderForType(System.Type)">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JsonUtilities.JsonEncoder" />.</returns>
      <param name="t"></param>
    </member>
    <member name="M:Microsoft.SharePoint.JsonUtilities.Serializer.SerializeToJson(System.Object)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="o"></param>
    </member>
    <member name="P:Microsoft.SharePoint.JsonUtilities.Serializer.Shared">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JsonUtilities.Serializer" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.CustomToolPaneManager">
      <summary>Represents a custom tool pane manager Web Part. This Web Part enables you to implement tool panes by using the extensible tool pane framework.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.CustomToolPaneManager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Meetings.CustomToolPaneManager" /> class. It sets the ID, the isvisible attribute, and the title and calls the prerender function handler.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.CustomToolPaneManager.CreateToolPaneControls(Microsoft.SharePoint.WebPartPages.ToolPane)">
      <summary>Adds custom controls such as introductory text, drop-down boxes, links, and tool pane buttons to the tool pane. It is responsible for the layout of the custom tool pane. Returns nothing.</summary>
      <param name="toolpane">The tool pane to which custom controls need to be added.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Meetings.CustomToolPaneManager.GalleryOptions">
      <summary>Gets the gallery options of a custom tool pane manager.</summary>
      <returns>A string that contains the gallery options of a custom tool pane manager. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.CustomToolPaneManager.GetDesignTimeHtml">
      <summary>Renders a static message informing the user that the Web Part is necessary for the Meeting Workspace site to function properly and should not be removed from the site.</summary>
      <returns>A string that represents the static text for the Modify This Workspace link. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.CustomToolPaneManager.ShowZoneIdentification">
      <summary>Determines whether or not zones should be rendered with identification. Returns true or false based on which tool pane is launched.</summary>
      <returns>A Boolean value that returns true or false based on which tool pane is launched, and whether or not zones should be rendered with identification. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Meetings.CustomToolPaneManager.ToolPaneTemplate">
      <summary>Gets the XML used by the tool pane framework to determine the layout of the tool pane.</summary>
      <returns>A string that contains the XML used by the tool pane framework to determine the layout of the tool pane. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.MeetingListTemplateType">
      <summary>Defines the template types for the lists in a Meeting Workspace site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingStart">
      <summary>Specifies the template for the list that displays the meeting start date.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingEvents">
      <summary>Specifies the template for the list that displays the meeting events.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingAgenda">
      <summary>Specifies the template for the list that displays the agenda of the meeting.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingAttendees">
      <summary>Specifies the template for the list that displays the attendees of the meeting.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingWorkspacePages">
      <summary>Specifies the template for the list that displays the meeting workspace pages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingDecisions">
      <summary>Specifies the template for the list that displays the meeting decisions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingObjectives">
      <summary>Specifies the template for the list that displays the meeting objectives.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingTextbox">
      <summary>Specifies the template for the list that displays the  meeting text box.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingThingsToBring">
      <summary>Specifies the template for the list that displays the things to bring for the meeting.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingEnd">
      <summary>Specifies the template for the list that displays the meeting end date.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MeetingListTemplateType.MeetingMax">
      <summary>Specifies the template for the list that displays the meeting results.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.MtgToolPaneState">
      <summary>Identifiers for custom toolpanes created for the meeting workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgAddList">
      <summary>ToolPane for adding a new list to the meetings workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgAddPage">
      <summary>ToolPane for adding a new web part page to the meetings workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgReorderPage">
      <summary>ToolPane for reordering pages in a meetings workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgDeletePage">
      <summary>ToolPane for deleting pages in a meetings workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgChangePageLayout">
      <summary>ToolPane for changing the layout of a page in the meetings workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.MtgToolPaneState.MtgPageSettings">
      <summary>ToolPane for changing the page properties.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.MtgUtility">
      <summary>Initialize a new instance of the <see cref="T:Microsoft.SharePoint.Meetings.MtgUtility" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetAllPages(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPFolder,System.String,System.String)">
      <summary>Gets all pages that represent a subset of the meeting workspace pages for a site.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> class that represents all items from the <see cref="T:Microsoft.SharePoint.SPList" /> class that fit the query criteria.</returns>
      <param name="spList">
        <see cref="T:Microsoft.SharePoint.SPList" /> that represents all the meeting workspace pages for a site.</param>
      <param name="spFolder">
        <see cref="T:Microsoft.SharePoint.SPFolder" /> that is the root folder of the <see cref="T:Microsoft.SharePoint.SPList" />.</param>
      <param name="strRoot">The server-relative URL for the Web site, concatenated to the name of the root folder of the <see cref="T:Microsoft.SharePoint.SPList" /> object.</param>
      <param name="strSubFolder">The name of the folder that is associated with the meeting instance.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetHomepageLib(Microsoft.SharePoint.SPWeb)">
      <summary>Gets the SharePoint list that represents all the meeting workspace pages for a site.</summary>
      <returns>The document library for the SharePoint site that contains only the <see cref="T:Microsoft.SharePoint.SPList" /> items for the meeting workspace pages for the specified site.</returns>
      <param name="spWeb">
        <see cref="T:Microsoft.SharePoint.SPWeb" /> that contains a meeting workspace list and other lists that are appropriate to the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetLeafName(Microsoft.SharePoint.SPListItem)">
      <summary>Gets the name of the specified <see cref="T:Microsoft.SharePoint.SPListItem" />.</summary>
      <returns>The name of the file represented by the <see cref="T:Microsoft.SharePoint.SPListItem" />.</returns>
      <param name="item">
        <see cref="T:Microsoft.SharePoint.SPListItem" /> whose name should be returned to the calling module.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetMtgShowToolPaneEvent(Microsoft.SharePoint.Meetings.MtgToolPaneState)">
      <summary>Gets the literal value that is associated with the state of the tool pane.</summary>
      <returns>The literal value that is associated with the enumeration of the custom tool pane.</returns>
      <param name="state">
        <see cref="T:Microsoft.SharePoint.Meetings.MtgToolPaneState" /> object that represents an intended state for the tool pane.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetOpenToolPaneQuery(System.Web.UI.Page)">
      <summary>Creates a query that is used in rendering tool parts on a Windows SharePoint Services page.</summary>
      <returns>The query that will display a new tool part or Windows SharePoint Services page.</returns>
      <param name="page">
        <see cref="T:System.Web.UI.Page" /> object that contains the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartManager" /> object on which to base the query.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetPageItems(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPFolder)">
      <summary>Queries the specified folder for items to list on the Windows SharePoint Services page.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> of items from the Windows SharePoint Services Web folder to display as directory entries on the Windows SharePoint Services page.</returns>
      <param name="spList">
        <see cref="T:Microsoft.SharePoint.SPList" />
      </param>
      <param name="spFolder">
        <see cref="T:Microsoft.SharePoint.SPFolder" /> to query for the list items.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetServerRelativeUrl(Microsoft.SharePoint.SPWeb)">
      <summary>Gets the <see cref="P:Microsoft.SharePoint.SPWeb.ServerRelativeUrl" /> property of the Web site.</summary>
      <returns>The <see cref="P:Microsoft.SharePoint.SPWeb.ServerRelativeUrl" /> of the Web site.</returns>
      <param name="spWeb">
        <see cref="T:Microsoft.SharePoint.SPWeb" /> site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.GetToolPaneState(System.Web.UI.Page,Microsoft.SharePoint.Meetings.MtgToolPaneState)">
      <summary>Gets the enumeration which represents a tool pane on a page.</summary>
      <returns>An integer value that represents a tool pane.</returns>
      <param name="page">
        <see cref="T:System.Web.HttpContext" /> object that encapsulates all HTTP-specific information about a <see cref="T:System.Web.UI.Page" /> object that is associated with an HTTP request.</param>
      <param name="defaultState">An integer representation of a form name, a <see cref="T:Microsoft.SharePoint.Meetings.MtgToolPaneState" />, or a query string that is associated with page access by this client.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.IsDefaultHomepage(Microsoft.SharePoint.SPWeb,System.Web.HttpRequest)">
      <summary>Specifies whether the page currently used by the client Web request is named default.aspx.</summary>
      <returns>A Boolean value specifying whether the page currently used for this Web request by the client is named default.aspx.</returns>
      <param name="spWeb">Represents a Windows SharePoint Services Web site.</param>
      <param name="request">An <see cref="T:System.Web.HttpRequest" /> object that contains the page sent by a client during a Web request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.IsRecurringOrMultipleMWS(Microsoft.SharePoint.SPWeb)">
      <summary>Specifies whether a Web site contains recurring meetings or more than one meeting.</summary>
      <returns>A Boolean value that specifies whether there exists at least one meeting or meeting occurrence that is associated with the specified Web site.</returns>
      <param name="spWeb">Web that may already contain meetings, whether or not the meetings have multiple occurrences.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Meetings.MtgUtility.NonMWSWPHtml">
      <summary>Gets a string that specifies that the Web Part cannot be displayed for this meeting workspace.</summary>
      <returns>An HTML-encoded string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.MtgUtility.ShowCustomizeLink(System.Web.HttpContext)">
      <summary>Specifies whether Web Parts can be customized by a user.</summary>
      <returns>A Boolean value that specifies whether the user can customize the parts on a Web Page.</returns>
      <param name="context">An <see cref="T:System.Web.HttpContext" /> object that encapsulates all HTTP-specific information about an HTTP request.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.PageTabsWebPart">
      <summary>Represents the PageTabs Web Part and is responsible for rendering the page tabs on the Meeting Workspace site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.PageTabsWebPart.#ctor">
      <summary>Sets the title and type of frame for the Web Part. If the Web site is a Meeting Workspace site, the frame type is set to None; otherwise, it is set to the default frame type.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.PageTabsWebPart.GetDesignTimeHtml">
      <summary>Calls the default implementation of the method that eventually renders the Web Part.</summary>
      <returns>A string that represents the static text for the page tabs available on the Meeting Workspace site. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.PropertyBag">
      <summary>Represents a property bag and is responsible for rendering the Modify This Workspace link on the Meeting Workspace site. It also returns some global variables that are needed for scripting on the site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.PropertyBag.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Meetings.PropertyBag" /> class. It sets the prerender function handler.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.PropertyBag.GetDesignTimeHtml">
      <summary>Renders the Modify This Workspace link as static text without the hyperlink and drop-down behavior. This method is used when viewing the page in Microsoft FrontPage.</summary>
      <returns>A string that represents the static text for the Modify This Workspace link. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.SPMeeting">
      <summary>Provides methods and properties for working with Meeting Workspace sites.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Add(System.String,System.String,System.Int16@,System.Int32@,System.String@,System.String[]@)">
      <summary>Associates a meeting represented in Internet Calendar (iCal) format with the Meeting Workspace site on the specified Microsoft server.</summary>
      <returns>A 32-bit integer that represents the instance ID of the meeting. </returns>
      <param name="icalText">The iCal representation of the meeting to associate with the Meeting Workspace site.</param>
      <param name="organizer">The e-mail address, specified as email_address@domain.ext, of the meeting organizer.</param>
      <param name="nMeetingCount">The output parameter that contains the count of the meetings.</param>
      <param name="attendeeUpdateStatus">The output parameter that contains the attendee update status.</param>
      <param name="attendeeUpdateMessage">The output parameter that contains the attendee update message.</param>
      <param name="AttendeeEmailsUnresolved">The output parameter that contains the unresolved e-mail addresses.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Add(System.String,System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Int16@)">
      <summary>Associates a meeting with the Meeting Workspace site on the specified Microsoft server.</summary>
      <returns>A 32-bit integer that represents the instance ID of the meeting. </returns>
      <param name="organizer">The e-mail address, specified as email_address@domain.ext, for the meeting organizer.</param>
      <param name="uid">A persistent GUID for the calendar component.</param>
      <param name="sequence">An integer used to determine the ordering of updates in case they arrive out of sequence. Updates with a lower-than-current sequence are discarded.</param>
      <param name="dateStamp">The date and time that the instance of the</param>
      <param name="title">The title (subject) of the meeting.</param>
      <param name="location">The location of the meeting.</param>
      <param name="dateStart">The start date and time for the meeting, expressed in UTC.</param>
      <param name="dateEnd">The end date and time for the meeting, expressed in Coordinated Universal Time (UTC).</param>
      <param name="nonGregorian">if the calendar is set to a format other than Gregorian; otherwise,</param>
      <param name="nMeetingCount">The output parameter that contains the count of the meetings.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.AddPage(System.String,System.Int32,System.String@)">
      <summary>Adds a page with the specified title and instanceID to the Meeting Workspace site.</summary>
      <param name="title">The title for the new page.</param>
      <param name="instanceId">The instanceID for the new page.</param>
      <param name="newPageUrl">The URL to the new page on the Meeting Workspace site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Cancel(System.String,System.UInt32,System.UInt32,System.String,System.Boolean)">
      <summary>Removes the association between a meeting and a Meeting Workspace site.</summary>
      <param name="uid">A persistent GUID for the calendar component.</param>
      <param name="recurrenceID">The recurrence ID for the meeting that needs its association removed.</param>
      <param name="sequence">An integer used to determine the ordering of updates in case they arrive out of sequence. Updates with a lower-than-current sequence are discarded.</param>
      <param name="dateStamp">The date and time that the instance of the iCalendar object was created expressed in Coordinated Universal Time (UTC).</param>
      <param name="cancelMeeting">true if you want to delete a meeting.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.GetItemMeetingInstanceId(Microsoft.SharePoint.SPListItem)"></member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.GetMeetingInformation(Microsoft.SharePoint.SPWeb)">
      <summary>Returns an initialized <see cref="T:Microsoft.SharePoint.Meetings.SPMeeting" /> object for the specified Web site. This is the correct way to obtain an SPMeeting object, because it ensures that the associated Web site has been initialized.</summary>
      <returns>An <see cref="Microsoft.SharePoint.Meetings.SPMeeting" /> object for the specified Web site. </returns>
      <param name="web">The Web site for which you want to retrieve the meeting information.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.GetWorkspacesToLinkTo(System.Boolean)">
      <summary>Lists the Meeting Workspace sites located in the root directory of the specified Microsoft server at the specified site location.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWebCollection" /> object that contains the collection of Meeting Workspace sites. </returns>
      <param name="bToLinkRecurringMeeting">true if the meeting is recurring; otherwise, false.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Meetings.SPMeeting.InstanceId">
      <summary>Gets or sets the instance ID of a meeting.</summary>
      <returns>A 32-bit integer that specifies the instance ID of the meeting. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.IsMeetingWorkspaceWeb(Microsoft.SharePoint.SPWeb)">
      <summary>Determines whether the specified Web site was created by using a Meeting Workspace template.</summary>
      <returns>A Boolean value that indicates whether the specified Web site was created by using a Meeting Workspace template. </returns>
      <param name="web">The Web site for which you want to determine whether a Meeting Workspace template was used as a basis.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.LinkWithEvent(Microsoft.SharePoint.SPWeb,System.String,System.Int32,System.String,System.String)">
      <param name="eventWeb">The Web site that has the event to be linked. </param>
      <param name="strEventListId">The identifier of the list on the web that has the event to be linked.</param>
      <param name="eventItemId">The item identifier of the event that has to be linked.</param>
      <param name="strEventWorkspaceLinkField">The field on the Meeting Workspace site with which the event has to be linked.</param>
      <param name="strEventWorkspaceLinkURLField">The URL of the field on the Meeting Workspace site with which the event has to be linked.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Meetings.SPMeeting.MeetingCount">
      <summary>Gets the meetings count for the Web site associated with the <see cref="T:Microsoft.SharePoint.Meetings.SPMeeting" /> object. A value of -1 indicates that the workspace contains a recurring meeting; a value of 0 (zero) indicates no meeting; and a value greater than 1 indicates one or more single-instance meetings.</summary>
      <returns>A 16-bit integer that specifies the meetings count for the Web site associated with the SPMeeting object. </returns>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.SPMeeting.MeetingCountRecurring"></member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Restore(System.String)">
      <param name="uid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.SetAttendeeResponse(System.String,System.String,System.UInt32,System.UInt32,System.String,System.UInt32)">
      <summary>Sets the attendee response for a meeting.</summary>
      <param name="attendeeId">The e-mail address, specified as, for the responding user.</param>
      <param name="uid">A persistent GUID for the calendar component.</param>
      <param name="recurrenceId">The recurrence ID for the meeting.</param>
      <param name="sequence">An integer that is used to determine the ordering of updates in case they arrive out of sequence. Updates with a lower-than-current sequence are discarded.</param>
      <param name="dateStamp">The date and time that the instance of the</param>
      <param name="response">The response from the responding user (Accepted, Tentative, or Declined).</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Update(System.String,System.Boolean,System.Int32@,System.String@,System.String[]@)">
      <summary>Updates meeting information stored in Internet Calendar (iCal) format.</summary>
      <param name="icalText">The iCal representation of the updated meeting.</param>
      <param name="ignoreAttendees">true to skip processing of the Internet Calendar (iCal) attendee list; otherwise, false</param>
      <param name="attendeeUpdateStatus">A string that contains the error code for attendee list processing issues, such as when all users are not resolved, or when the list exceeds the user quota. Possible values include the following: 0 — NOERROR 0x81020080 — TP_E_MTGATTENDEES_ALLUSERSNOTRESOLVED 0x81020081 — TP_E_MTGATTENDEES_ADDATTENDEESOVERQUOTA</param>
      <param name="attendeeUpdateMessage">A string that contains the attendee list processing error message. The value of this parameter corresponds with the value.</param>
      <param name="AttendeeEmailsUnresolved">A string array that contains attendee e-mail strings that fail to be resolved as users of Windows SharePoint Services.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Meetings.SPMeeting.Update(System.String,System.UInt32,System.String,System.String,System.String,System.String,System.String,System.Boolean)">
      <summary>Updates meeting information.</summary>
      <param name="uid">A persistent GUID for the calendar component.</param>
      <param name="sequence">An integer used to determine the ordering of updates in case they arrive out of sequence. Updates with a lower-than-current sequence are discarded.</param>
      <param name="dateStamp">The date and time that the instance of the iCalendar object was created.</param>
      <param name="title">The title (subject) of the meeting.</param>
      <param name="location">The location of the meeting.</param>
      <param name="dateStart">The start date and time for the meeting, expressed in Coordinated Universal Time (UTC).</param>
      <param name="dateEnd">The end date and time for the meeting, expressed in Coordinated Universal Time (UTC).</param>
      <param name="nonGregorian">true if the calendar is set to a format other than Gregorian; otherwise, false</param>
    </member>
    <member name="T:Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance">
      <summary>Lists the special values for the meeting instance ID that corresponds to a special meeting instance or to multiple meeting instances. These values can be used for the MeetingInstanceId property of the <see cref="T:Microsoft.SharePoint.SPQuery" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance.UnSpecified">
      <summary>Indicates the meeting instance is unspecified. The first upcoming meeting occurrence is used in this case.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance.AllWithSeries">
      <summary>Indicates all meeting occurrences that have been activated in the workspace, including the meeting entry representing the meeting series, provided a series is linked to the workspace.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance.AllButSeries">
      <summary>Indicates all meeting occurrences that have been activated in the workspace, excluding the meeting entry representing the meeting series.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Meetings.SPMeeting.SpecialInstance.Series">
      <summary>Indicates the meeting entry corresponding to the meeting series, provided a series is linked to the workspace.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileAddViewFilterNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileAddViewFilterNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileAllContentPageNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileAllContentPageNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileAttachmentsField">
      <summary>Renders a field that holds one or more attachments to files. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileAttachmentsField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileAttachmentsField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileAttachmentsField.AttachmentsField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileAttachmentsField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldAttachments" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField">
      <summary>Provides core functionality for controls that render fields whose value is usually selected by users from a set of options, such as a drop-down list, a set of option buttons, or a set of check boxes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.CreateControlForEdit">
      <summary>Creates a control for rendering the field on an edit page. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on an edit page. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.DisplaySelectionNumberLimit">
      <summary>Gets the maximum number of selected choices in a choice field that is shown in a list view or on an item Display page. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the maximum number of selected choices, set in the mobile web.config file, that the field presents to users on an item display page. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.DisplaySelectionNumberLimitKey">
      <summary>When overridden in a derived class, gets a key for looking up, in the mobile web.config file, the maximum number of selected choices in a choice field that are shown in a list view or on an item Display page.</summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionNumberLimit">
      <summary>Gets the maximum number of choices the field can offer to users.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents the maximum number of options, set in the mobile web.config file, that the field presents to users. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionNumberLimitKey">
      <summary>When overridden in a derived class, gets a key for looking up, in the mobile web.config file, the maximum number of choices users can be given by the choice field. </summary>
      <returns>A <see cref="T:System.String" /> that represents a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionTextLengthLimit">
      <summary>Gets the maximum number of characters that any given option in the choice field can have. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the maximum, set in the mobile web.config file, number of characters that any given choice can have.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionTextLengthLimitKey">
      <summary>When overridden in a derived class, gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any option can have. </summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.Value">
      <summary>Gets the currently selected value in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the value that is currently selected in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl">
      <summary>Provides rendering of a field, including conditional rendering relative to page type. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.BreakAfter">
      <summary>Gets or sets a value indicating whether a line break immediately follows the rendered field. </summary>
      <returns>true if there is a line break; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateChildControls">
      <summary>Creates any child controls that are required to render the field's value, such as a label control or a link control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlAsLabel">
      <summary>Creates a label control that has the value of the field as its text. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the value of the field as a label control. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlAsLink">
      <summary>Creates a link control that has the value of the field as its text and the URL of the field display page as its link target. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the value of the field as a link control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForDisplay">
      <summary>Creates a control for rendering the field on a Display item form. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on a Display form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForEdit">
      <summary>Creates a control for rendering the field on an Edit item form. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on an Edit form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForNew">
      <summary>Creates a control for rendering the field on a New item form. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on a New form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForSimpleView"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForThumbnailView"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateControlForView">
      <summary>Creates a control for rendering the field on a list view page. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on a list view page.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.CreateValidators">
      <summary>Creates an array of validator controls. </summary>
      <returns>An array of one or more <see cref="T:System.Web.UI.MobileControls.BaseValidator" /> controls that can be used to validate all or parts of the value of the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.FieldValueSeparator">
      <summary>Gets or sets the characters that separate values in multivalued fields.</summary>
      <returns>A <see cref="T:System.String" /> that represents the characters that separate field values. The default is ";". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.ID"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.IsEllipsisRenderingText">
      <summary>Gets a value indicating whether the string representation of the field's value exceeds the mobile rendering limit. </summary>
      <returns>true if the string representation of the field's value exceeds the rendering limit; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.ItemFieldValue">
      <summary>Gets or sets the value of the field for the current list item. </summary>
      <returns>An <see cref="T:System.Object" /> that represents the field's value. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.LabelControl">
      <summary>Gets the child label control, if any, that renders the value of the field. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.Label" /> object that renders the value of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.LinkControl">
      <summary>Gets the child link control, if any, that renders the value of the field and links to another page or form. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.Link" /> object that renders the value of the field and serves as a link to another page or form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.NeedLinkRendering">
      <summary>Gets a value indicating whether the field should be rendered as a link. </summary>
      <returns>true if the field should be rendered as a link; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.PostValue">
      <summary>Gets the value that the field will have after the next postback of the page. </summary>
      <returns>An <see cref="T:System.Object" /> that represents the value that the field will have after the next postback of the page. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.ReadOnly">
      <summary>Gets a value indicating whether the field is read-only. </summary>
      <returns>true if the field is read-only; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.RegisterFieldControl">
      <summary>Registers the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> object. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.TextLengthLimit">
      <summary>Gets the maximum number of characters that can be used in the field's value. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the largest possible size of any value in the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.TextLengthLimitKeyForView">
      <summary>Gets a string that can be used to look up (in the mobile web.config file) the mobile rendering limit of the field when it appears on list view pages. </summary>
      <returns>A <see cref="T:System.String" /> that represents the lookup key that is used to look up the rendering limit, for list view pages, of the field. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.TrySaveFieldValue">
      <summary>Saves the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.PostValue" /> property as the new value for the field. </summary>
      <returns>true if the save operation is successful; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.Value">
      <summary>Gets or sets the tentative value of the field for the current list item. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the field's value that has not necessarily been saved. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField">
      <summary>Renders a field that holds a number value (a <see cref="T:System.Double" />). </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField.FieldValidatorControl">
      <summary>Gets the validator control for the field.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator" /> that verifies the value of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField.NumberField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField" /> control is rendering.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldNumber" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField.TextBoxControl">
      <summary>Gets a child textbox with maximum length of 19.</summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.TextBox" /> that contains the value of the field in the UI. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberField.Value">
      <summary>Gets or sets the value (a <see cref="T:System.Double" />) of the field in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> (castable to a <see cref="T:System.Double" />) that represents the value of the field in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator">
      <summary>Provides validation of the <see cref="T:System.Double" /> values of controls that are derived from <see cref="T:Microsoft.SharePoint.MobileControls.SPBaseNumberField" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator.NumberField">
      <summary>Gets the field that is being rendered. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldNumber" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator.Validate">
      <summary>Verifies the value of the field in the UI. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseNumberFieldValidator.ValidateNumber(System.Double,System.Double)">
      <summary>Validates the value of the <see cref="T:System.Double" /> in the UI. </summary>
      <param name="minValue">A <see cref="T:System.Double" /> that represents the smallest allowed value. </param>
      <param name="maxValue">A <see cref="T:System.Double" /> that represents the largest allowed value. </param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField">
      <summary>Renders a field that holds a string value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.CreateControlForEdit">
      <summary>Returns <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.TextBoxControl" /> after giving it the field's current value for use on an Edit page. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" />, typically a <see cref="T:System.Web.UI.MobileControls.TextBox" />, that renders the current value of the field on an Edit form. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.CreateControlForNew">
      <summary>Returns an empty <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.TextBoxControl" /> for use on a page for creating new list items. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" />, specifically, a <see cref="T:System.Web.UI.MobileControls.TextBox" />, that renders an empty textbox in which users enter a value for the field when creating a new list item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.CreateValidators">
      <summary>Creates an array of validator controls that include either or both of <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.FieldValidatorControl" /> and <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.RequiredFieldValidatorControl" />, if they exist.</summary>
      <returns>An array of <see cref="T:System.Web.UI.MobileControls.BaseValidator" />s that hold 0, 1, or both, of the validators of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.FieldValidatorControl">
      <summary>Gets the validator control for the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator" /> that validates the value of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.RequiredFieldValidatorControl">
      <summary>Gets a control that verifies that the field has a value if the field is required.</summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.RequiredFieldValidator" /> that verifies that the field has a value when it is required to have one.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.Text">
      <summary>Gets or sets the <see cref="T:System.String" /> in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.TextBoxControl" />. </summary>
      <returns>A <see cref="T:System.String" /> that represents the value, in the UI, of the field being rendered.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.TextBoxControl">
      <summary>Gets a child textbox in which the field value can be edited in the UI.</summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.TextBox" /> that will contain the value of the field in the UI. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.ValidationControlId">
      <summary>Gets an ID that a validation control uses to identify the control whose value it should validate. </summary>
      <returns>A <see cref="T:System.String" /> that is used to identify this <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField" /> object for a validation control. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.Value">
      <summary>Gets or sets the value of the field in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> (castable to a <see cref="T:System.String" />) that represents the value of the field in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileBooleanField">
      <summary>Renders a field that holds a Boolean value. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileBooleanField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBooleanField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileBooleanField.Value">
      <summary>Gets or sets the value of the field in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> (castable to a <see cref="T:System.Boolean" />) that represents the value of the field in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation">
      <summary>Renders a clickable control, usually in the Footer (Navigation) section of a mobile page, that performs a function and causes a postback. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.ButtonFormat">
      <summary>Gets or sets a value that determines whether the control is a link or a button.</summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.CommandFormat" /> value that indicates whether the control is a button or a link. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CommandControl">
      <summary>Gets the child <see cref="T:System.Web.UI.MobileControls.Command" /> control that actually does the work of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation" /> object. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.Command" /> that can invoke events.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CreateButtonControl">
      <summary>Sets the properties of the child <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CommandControl" />. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.Web.UI.MobileControls.Command" />) that has its properties set to provide the functionality of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation" /> object. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CreateChildControls">
      <summary>Creates the child controls of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation" />.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.DisplayNavigation">
      <summary>Gets a value that indicates whether the navigation control should be visible.</summary>
      <returns>true if the control is visible; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.OnClick(System.Object,System.EventArgs)">
      <summary>Represents the method that handles the Click event. </summary>
      <param name="sender">The source of the event.</param>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.Redirect">
      <summary>Opens the page at <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.RedirectUrl" />. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.RedirectUrl">
      <summary>Gets or sets the URL of the page that opens following the postback caused by the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page that opens when the function of the control is completed. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCalculatedField">
      <summary>Renders a field that holds a calculated value. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCalculatedField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCalculatedField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCalculatedField.CalculatedField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCalculatedField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCalculated" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCancelNavigation">
      <summary>Renders a clickable Cancel control on a form for a mobile site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCancelNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCancelNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCancelNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens when a user clicks the Cancel control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page that opens when a user clicks the Cancel control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCategoryPicker">
      <summary>Renders a control for selecting a category from the Categories list on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCategoryPicker.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCategoryPicker" /> class.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileChangeViewFilterNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChangeViewFilterNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileChoiceField">
      <summary>Renders a field that gets a value when a user picks exactly one option from a finite number of options.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileChoiceField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.ChoiceField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileChoiceField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldChoice" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.ChoiceOptionTexts"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.CreateChoiceControl">
      <summary>Creates a control that renders a selection list including all options up to the rendering limit (<see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionNumberLimit" />). </summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> from which one option from a finite list can be selected. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.CreateControlForDisplay">
      <summary>Creates a child <see cref="T:System.UI.Web.MobileControls.Label" /> control that renders the current value of the field on a Display page, subject to rendering limits.</summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.UI.Web.MobileControls.Label" />) that renders the current value of the field. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.CreateControlForNew">
      <summary>Creates a child selection control that renders the field on a New (item) page, subject to rendering limits.</summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> selection control that renders the field. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.CreateControlForView">
      <summary>Creates a child <see cref="T:System.UI.Web.MobileControls.Label" /> control that renders the current value of the field (column) in a row on a list view page, subject to rendering limits.</summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.UI.Web.MobileControls.Label" />) that renders the current value of the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.DisplaySelectionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of selected choices in a choice field that are shown in a list view or on an item Display page. Use this property only in the derived class <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField" />.</summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.NeedEllipsisRendering">
      <summary>Gets a value indicating whether the rendering of the field is truncated when the size of the field exceeds the rendering limit of the mobile site.</summary>
      <returns>true, if the rendering of the field is truncated when the size of the field exceeds the rendering limit; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.OptionCount">
      <summary>Gets the number of options the field contains. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the total number of options that are contained by the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.OptionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of choices users can be given by the choice field. </summary>
      <returns>A <see cref="T:System.String" /> that represents a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.OptionTextLengthLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any option can have. </summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.ReadOnly">
      <summary>Gets a value that indicates whether the field is read only. </summary>
      <returns>true if the field is read only; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileChoiceField.WarningMessage">
      <summary>Gets a message warning that not all the options are visible. </summary>
      <returns>A <see cref="T:System.String" /> that not all the possible options for the choice field are visible. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileClearViewFilterNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileClearViewFilterNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsCancelNavigation">
      <summary>Renders a clickable Cancel control on a create comment form for a mobile blog site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsCancelNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsCancelNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsCancelNavigation.RedirectUrl">
      <summary>Gets the URL of View Comments page for the current blog post. This is the page that will open when a user clicks the Cancel control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the View Comments page for the current blog post.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeleteNavigation">
      <summary>Renders a clickable Delete control on a Delete Comment form for a mobile blog site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeleteNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeleteNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeleteNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens when a user clicks the Delete control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the Delete Comments page for the current blog post.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeletePageNavigation">
      <summary>Renders a hyperlink to a page on a mobile blog site on which a comment can be deleted. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeletePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsDeletePageNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsItemFieldIterator">
      <summary>Renders the fields in the current comment by creating the controls for each field, subject to certain exclusions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsItemFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsItemFieldIterator" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsListItemIterator">
      <summary>Renders a list of comments on a mobile blog site that are returned by a query. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsListItemIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsListItemIterator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsListItemIterator.DefaultTemplateName">
      <summary>Gets the name of the default template for the list of comments. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the list's default template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsListItemIterator.QueryString">
      <summary>Gets the query that determines which list items are rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the Collaborative Application Markup Language (CAML) query. The default is to query for all comments about the post. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsListViewNavigation">
      <summary>Renders a link to a page that shows a list of comments for a post on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsListViewNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsListViewNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsListViewNavigation.Text">
      <summary>Gets or sets the text for the control. </summary>
      <returns>A <see cref="T:System.String" /> representing the label on the control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation">
      <summary>Renders a link to a Comments-oriented page on a mobile blog site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsNavigation.GenerateUrl">
      <summary>Gets the URL of the page that opens when the link is clicked.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the URL of the page that opens when the link is clicked. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsNewFormNavigation">
      <summary>Renders a link to a form on which a user can create a new comment for a post on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsNewFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsNewFormNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsSaveNavigation">
      <summary>Renders a clickable control on a "create comment" form, for a mobile blog site, that saves the comment.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsSaveNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsSaveNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCommentsSaveNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens, following the save operation, when a user clicks the save comment control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the blog site page that opens when the save operation completes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsSaveNavigation.SaveItem(Microsoft.SharePoint.SPMobileContext)">
      <summary>Saves a comment about a post on a mobile blog site.</summary>
      <param name="mobilecontext">An object that holds information about the navigational context of the current page, such as GUID, view, and page type. </param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsTitleControl">
      <summary>Renders a control for the title of a list of comments on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCommentsTitleControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCommentsTitleControl" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileComponent">
      <summary>Provides the common behaviors of mobile rendering controls in Windows SharePoint Services. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.AllowApprove(Microsoft.SharePoint.SPList)">
      <summary>Gets a value indicating whether the current user has permission to approve items submitted to the specified list. </summary>
      <returns>true if the user has permission to approve items; otherwise, false. </returns>
      <param name="item">The <see cref="T:Microsoft.SharePoint.SPList" /> object for which the user needs approval permission.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.AllowDelete(Microsoft.SharePoint.SPListItem)">
      <summary>Gets a value indicating whether the current user has permission to delete the specified list item. </summary>
      <returns>true if the user has permission to delete the item; otherwise, false. </returns>
      <param name="item">The <see cref="T:Microsoft.SharePoint.SPListItem" /> object that the user needs permission to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.AllowEdit(Microsoft.SharePoint.SPListItem)">
      <summary>Gets a value indicating whether the current user has permission to edit the specified list item. </summary>
      <returns>true if the user has permission to edit the item; otherwise, false. </returns>
      <param name="item">The <see cref="T:Microsoft.SharePoint.SPListItem" /> object that the user needs permission to edit.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.AllowNew(Microsoft.SharePoint.SPList)">
      <summary>Gets a value indicating whether the current user has permission to create new items for the specified list. </summary>
      <returns>true if the user has permission to add new items; otherwise, false. </returns>
      <param name="list">The <see cref="T:Microsoft.SharePoint.SPList" /> object for which the user needs permission to add new items.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.AllowView(Microsoft.SharePoint.SPListItem)">
      <summary>Gets a value indicating whether the current user has permission to view the specified list item. </summary>
      <returns>true if the user has permission to view the item; otherwise, false. </returns>
      <param name="item">The <see cref="T:Microsoft.SharePoint.SPListItem" /> object that the user needs permission to view.</param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.ControlMode">
      <summary>Gets an object that specifies whether the control's mode is for the New form, the Display form, or the Edit form. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.SPControlMode" /> object that specifies whether the control's mode is for the New form, the Display form, or the Edit form. The default is <see cref="F:Microsoft.SharePoint.WebControls.SPControlMode.Display" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.CreateChildControls">
      <summary>Creates the child controls, if any, of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.DefaultTemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the component. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the default template for the component.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.EllipsisEnabled">
      <summary>Gets or sets a value indicating whether the control is capable of adding an ellipsis at the end of its rendered data when the data exceeds the mobile rendering limit. </summary>
      <returns>true if the control is capable of adding an ellipsis; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Field">
      <summary>Gets or sets the field that is rendered when the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> is a field-rendering control. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> that specifies the field that is rendered when the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> is a field-rendering control. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.FieldControlCollection">
      <summary>Gets the collection of fields for the list when <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> represents a list item. </summary>
      <returns>An <see cref="T:System.Collections.ArrayList" /> of all the list's field controls when <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> represents a list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.FieldName"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.GetEllipsisString(System.String)">
      <summary>Gets a possibly truncated version of the specified <see cref="T:System.String" /> that is no longer than <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TextLengthLimit" /> (the mobile rendering limit) and that has an ellipsis appended to the end if any characters have been trimmed from it. </summary>
      <returns>A <see cref="T:System.String" /> that may be truncated and, if truncated, includes an appended ellipsis.</returns>
      <param name="source">The original, untruncated, <see cref="T:System.String" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.GetParentMobileComponent(System.Web.UI.Control)">
      <summary>Gets the parent <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object of the specified <see cref="T:System.Web.UI.Control" /> object. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object that is the parent, or a higher ancestor, of <paramref name="control" />.</returns>
      <param name="control">The <see cref="T:System.Web.UI.Control" /> whose parent is sought.</param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsEllipsisRenderingPageType">
      <summary>Gets a value indicating whether the page type is capable of rendering an ellipsis when data is truncated because it exceeds the mobile rendering limit. </summary>
      <returns>true if the page type is capable of rendering an ellipsis; otherwise, false. The default is true for all page types except the Display form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsEllipsisRenderingText">
      <summary>Gets a value that specifies whether the text has exceeded the rendering limits for the mobile site. </summary>
      <returns>true if the limit has been exceeded; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsFileItem">
      <summary>Gets a value indicating whether the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a file in a document library. </summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a file in a library; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsFolderItem">
      <summary>Gets a value indicating whether the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a folder. </summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a folder; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsForm">
      <summary>Gets a value that indicates whether the page is a form, rather than a list view page or home page. </summary>
      <returns>true if the page is a form; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsRecurrenceItem">
      <summary>Gets a value that indicates whether the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a recurring event on an list of events. </summary>
      <returns>true if the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object is a recurring event; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.IsView">
      <summary>Gets a value that indicates whether the page is a list view, rather than a form or home page. </summary>
      <returns>true if the page is a list view; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Item">
      <summary>Gets or sets the current list item (which is the item that is rendered when <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> represents a list item). </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the list item. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.ItemId">
      <summary>Gets or sets the ID of object in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Item" /> property. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the ID of the <see cref="T:Microsoft.SharePoint.SPItem" /> object in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Item" /> property</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Linkable">
      <summary>Gets or sets a value that indicates whether <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> can be a link to another page or form.</summary>
      <returns>true if <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> can be a link to another page or form; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.List">
      <summary>Gets or sets the list that is rendered when <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> represents a list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.ListId">
      <summary>Gets or sets the ID of the object in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.List" /> property. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the ID of the <see cref="T:Microsoft.SharePoint.SPList" /> object in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.List" /> property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.ListItem">
      <summary>Gets or sets the current list item (which is the item that is rendered when <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> represents a list item). </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.MobileContext">
      <summary>Gets an object holding information about the context that is especially relevant to mobile computing, such as the markup language of the mobile device. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPMobileContext" /> object holding mobile context information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.NeedEllipsisRendering">
      <summary>Gets a value indicating whether the rendering of the component is truncated when the size of the component's text or child components or controls exceeds the rendering limit of the mobile site. </summary>
      <returns>true if truncation occurs; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComponent.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" />. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.PageType">
      <summary>Gets the type of current page. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that indicates the type of the current page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.RecycleBinEnabled">
      <summary>Gets a value that indicates whether the current application allows deleted items to be put into the Recycle Bin instead of deleted entirely. </summary>
      <returns>true if the current web site is associated with an <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object and that object enables use of the Recycle Bin; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.RegionalSettings">
      <summary>Gets an object holding information about the cultural context. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPRegionalSettings" /> object holding cultural context information.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.SubControlNumberLimit">
      <summary>Gets the rendering limit for the component. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the rendering limit for the component. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.SubControlNumberLimitKey">
      <summary>Gets a key that can be used to look up a mobile rendering limit value for the component.</summary>
      <returns>A <see cref="T:System.String" /> that represents a lookup key that is used to find the mobile rendering limit of the component. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Template">
      <summary>Gets or sets the template that controls rendering of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object. </summary>
      <returns>An <see cref="T:System.Web.UI.ITemplate" /> that controls the rendering of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object. The default is the <see cref="T:System.Web.UI.ITemplate" /> object that is named by <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TemplateName" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TemplateName">
      <summary>Gets or sets the ID attribute of a &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that controls the rendering of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> object. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of a <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> object. The default is the same value as <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.DefaultTemplateName" /> (which is null if not overridden). Hence, if your <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" />-derived component must have a <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />, you must either override <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.DefaultTemplateName" />, or <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TemplateName" />, or ensure that your code always sets <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TemplateName" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TextLengthLimit">
      <summary>Specifies the maximum number of characters that can be rendered, for a given text-rendering control, on the mobile site. </summary>
      <returns>An <see cref="T:System.Int32" /> representing the maximum length of generic text rendering controls on the mobile site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TextLengthLimitKey">
      <summary>Specifies the constant defined in the mobile web.config file that is assigned the default rendering limit (the maximum number of characters that can be rendered) for the mobile component. </summary>
      <returns>An <see cref="T:System.String" /> representing the lookup key for the maximum rendering length of text on the mobile site. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.View">
      <summary>Gets or sets the current view for the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" /> when it represents a list. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> that represents the current view of the list represented by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComponent" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.ViewId">
      <summary>Gets or sets the GUID of the current view. </summary>
      <returns>A <see cref="T:System.Guid" /> that serves as the ID of the current view. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.VisibleWeight">
      <summary>Gets the approximate weight of the control in characters. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the weight of the control measured in characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Web">
      <summary>Gets the current SharePoint site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> that represents the current SharePoint site. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.Weightless">
      <summary>Gets or sets a value indicating whether the control is considered weightless (having zero characters) for purposes of pagination. </summary>
      <returns>true if the control is considered weightless; otherwise, false. The default is false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCompositeField">
      <summary>Specifies the ID of a <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> for composite fields on mobile web sites.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCompositeField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCompositeField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCompositeField.DefaultTemplateName">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />. </summary>
      <returns>A <see cref="T:System.String" /> representing the value of the ID attribute of a <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> element in the file MobileDefaultTemplates.ascx located in C:\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileComputedField">
      <summary>Renders, on a mobile page, a field whose value is computed at run time. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComputedField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ComputedField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComputedField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldComputed" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.CreateControlAsLink">
      <summary>Creates a link to a child folder of the current list. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.Web.UI.MobileControls.Link" />) that renders a link to a child folder.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.CreateControlForSimpleView"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.CreateFolderNavigation">
      <summary>Creates, when the current list item is a folder, a link to the contents of the folder. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.Web.UI.MobileControls.Link" />) that renders a link to the folder.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.CreateUrlwMenuLabel">
      <summary>Returns a description of <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ReferenceUrlField" /> as a <see cref="T:System.Web.UI.Label" /> control. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.Web.UI.Label" />,) that holds a description of the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ReferenceUrlField" /> field. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.CreateUrlwMenuLink(System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.IsNonLinkFolderItem(Microsoft.SharePoint.SPField)">
      <summary>Gets a value indicating whether the specified field is one of three types of computed fields.</summary>
      <returns>true if <paramref name="field" />.<see cref="T:Microsoft.SharePoint.SPField.InternalName" /> contains any of "LinkDiscussionTitle", "PersonViewMinimal", or "BodyAndMore"; otherwise false.</returns>
      <param name="field">A <see cref="T:Microsoft.SharePoint.SPField" /> whose <see cref="T:Microsoft.SharePoint.SPField.InternalName" /> is inspected.</param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileComputedField.NeedLinkRendering">
      <summary>Gets a value indicating whether the specified field is a link folder item.</summary>
      <returns>true if the field is a link folder item; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ReadOnly">
      <summary>Gets a value indicating whether the field is read-only. </summary>
      <returns>true if the field is read-only; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ReferenceUrlField">
      <summary>Gets the URL field of the current list item. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> object that represents the URL field of the list item that contains the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComputedField" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.ReferenceUrlFieldValue">
      <summary>Gets the value of the URL field of the current list item. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUrlValue" /> object that represents the value of the URL field of the list item that contains the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileComputedField" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileComputedField.TextLengthLimitKey">
      <summary>Gets a string that can be used to look up (in the mobile web.config file) the mobile rendering limit of the field. </summary>
      <returns>A <see cref="T:System.String" /> that represents the lookup key that is used to look up the rendering limit of the field. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileContactsSimpleViewItemFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileContactsSimpleViewItemFieldIterator.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileControlContainer">
      <summary>Groups child controls together to improve the chance that they are not split by pagination and to enable common formatting. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileControlContainer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileControlContainer" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileControlContainer.VisibleWeight">
      <summary>Gets the approximate weight of the control in characters. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the weight of the control measured in characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileControlContainer.Weightless">
      <summary>Gets or sets a value indicating whether the control should be considered weightless (having zero characters) for purposes of pagination. </summary>
      <returns>true if the control should be considered weightless; otherwise, false. The default is false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCreationType">
      <summary>Renders the creation type of a list item by using a child label control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCreationType.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCreationType" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCurrencyField">
      <summary>Renders, on a mobile page, a field for a currency value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCurrencyField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCurrencyField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCurrencyField.CurrencyField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCurrencyField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCurrency" /> object that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField">
      <summary>Renders a field for a date and time value on a mobile page, in a way that is appropriate for the type of page, such as New, Edit, or Display; and this class also supplies the current local time to the appropriate field on the New page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField.ItemFieldValue">
      <summary>Gets or sets the value of the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> object that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField" /> control renders.</summary>
      <returns>A <see cref="T:System.Object" /> instance, specifically, a <see cref="T:System.DateTime" /> object, that represents the current value of the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> object that is rendered by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCurrentDateTimeSpecificField" /> class. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField">
      <summary>Renders on a mobile page a field for a date time value in a manner that is appropriate for the type of page, such as New, Edit, or Display.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.AllDayEvent">
      <summary>Gets a value that indicats whether the current list item refers to an all-day event. </summary>
      <returns>true if the current list item represents an all day event; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.CalendarCulture">
      <summary>Gets an object that defines the kind of calendar used by the <see cref="T:System.DateTime" /> value of the field that is rendered by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField" />.</summary>
      <returns>A <see cref="T:System.Globalization.CultureInfo" /> that identifies the type of calendar in use, such as Gregorian or Hijri. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.CreateControlAsLabel">
      <summary>Creates a label control that has the value of the field as its text.</summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the value of the field as a label control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.CreateControlForEdit">
      <summary>Creates a control for rendering the field on an Edit item form. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field on an Edit form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.CreateControlForNew">
      <summary>Creates a control for rendering the field on a form for creating new items. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> that renders the field as a set of date and time selection controls on a New form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.CreateControlForSimpleView"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.DateFormatPattern">
      <summary>Gets a <see cref="T:System.String" /> that defines the date and time format for the local culture.</summary>
      <returns>A <see cref="T:System.String" /> that defines the date and time format for the local culture.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.DateTimeField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.FieldValidatorControl">
      <summary>Gets the validator control for the field. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator" /> that verifies the value of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.ReadOnly">
      <summary>Gets a value indicating whether the field is read only. </summary>
      <returns>true if the field is read only; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField.Value">
      <summary>Gets the value in the UI of the control. </summary>
      <returns>A <see cref="T:System.Object" />, specifically, a <see cref="T:System.DateTime" />, that represents the value of the field in the UI. If a user has changed this value but not saved the change, then it will not be the same as the actual value of the underlying <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> object that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeField" /> is rendering. <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.ItemFieldValue" /> represents the actual current value of the <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeFieldValidator">
      <summary>Verifies the value of a <see cref="T:Microsoft.SharePoint.SPFieldDateTime" /> on a mobile page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeFieldValidator.Validate">
      <summary>Verifies the field in the UI. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDateTimeInputValidator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDateTimeInputValidator.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDeleteMessageLabel">
      <summary>Renders the text of the confirmation message that is presented to the user after an attempt to delete a list item. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeleteMessageLabel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDeleteMessageLabel" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation">
      <summary>Renders a clickable delete control on a form for a mobile Web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation.DeleteItem">
      <summary>Recycles or deletes the current list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation.OnClick(System.Object,System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.MobileControls.Command.Click" /> event of the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CommandControl" /> property of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation" />. </summary>
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDeleteNavigation.RedirectUrl">
      <summary>Gets or sets the URL of the page that opens when a user clicks the Delete control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page that opens when a user clicks the Delete control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation">
      <summary>Renders a hyperlink to a page on a mobile web site on which a list item can be deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation.DisplayNavigation">
      <summary>Gets a value indicating whether the hyperlink is visible.</summary>
      <returns>true if the hyperlink is visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation.GenerateUrl">
      <summary>Gets the URL of the delete item form.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the form for deleting list items on the mobile web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDeletePageNavigation.PageFileName">
      <summary>Gets the file name of the mobile delete form. </summary>
      <returns>A <see cref="T:System.String" /> representing the file name for the form for deleting list items on the mobile web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDiscussionBoardSaveNavigation">
      <summary>Renders a clickable control on a "create discussion board" form, for a mobile Web site, that saves the discussion board. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDiscussionBoardSaveNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDiscussionBoardSaveNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDiscussionBoardSaveNavigation.SaveItem(Microsoft.SharePoint.SPMobileContext)">
      <summary>Saves a new discussion board on a list on a mobile Web site.</summary>
      <param name="mobilecontext">An object that holds information about the navigational context of the current page, such as GUID, View, and page type.</param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDiscussionFieldIterator">
      <summary>Renders the fields for a discussion folder item by creating the controls for each field, subject to certain exclusions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDiscussionFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDiscussionFieldIterator" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation">
      <summary>Renders a link to a form that displays a particular item from a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation.ContentTypeUrl">
      <summary>Gets the URL of the content type of the current list item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the content type of the current list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation.CurrentItemIndex"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation.DisplayNavigation">
      <summary>Gets a value indicating whether the hyperlink is visible.</summary>
      <returns>true if the hyperlink is visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileDispFormNavigation.GenerateUrl">
      <summary>Gets the URL of the form that displays the list item.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the form that displays the list item.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation">
      <summary>Renders a link to a form that enables the editing of a particular item from a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation.ContentTypeUrl">
      <summary>Gets the URL of the content type of the current list item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the content type of the current list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation.DisplayNavigation">
      <summary>Gets a value indicating whether the hyperlink is visible.</summary>
      <returns>true if the hyperlink is visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEditFormNavigation.GenerateUrl">
      <summary>Gets the URL of the edit form for the list item.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the form on which the list item can be edited.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileErrorLabel"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileErrorLabel.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileErrorLabel.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileErrorLabel.Message"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileErrorLabel.TextViewControl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEventsCancelNavigation">
      <summary>Renders a clickable Cancel control on a create event or edit event form for a mobile site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsCancelNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileEventsCancelNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEventsEditFormNavigation">
      <summary>Renders a link to a form that enables the editing of a particular event. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsEditFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileEventsEditFormNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEventsListItemIterator">
      <summary>Renders a list of events that are returned by a query. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsListItemIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileEventsListItemIterator" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEventsSaveNavigation">
      <summary>Renders a clickable control on a "create event" or "edit event" form that saves the event on a mobile web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsSaveNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileEventsSaveNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsSaveNavigation.SaveItem(Microsoft.SharePoint.SPMobileContext)">
      <summary>Saves an event on an events list in a mobile web site. </summary>
      <param name="mobilecontext">An object that holds information about the navigational context of the current page, such as GUID, view, and page type.</param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker.PeopleList"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker.PeoplePickerNavigationButton"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileEventsViewPeoplePicker.Visible"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFieldLabel">
      <summary>Renders the label for a column value for a list item.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldLabel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldLabel" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldLabel.DefaultTemplateName">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> template that defines how the field label is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the value of the ID attribute of a <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> element in the file MobileDefaultTemplates.ascx, which is located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES.  </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData">
      <summary>Provides two crucial properties <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.DisplayName" />, and <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.InternalName" />, that needed by all field-rendering controls on mobile pages in Windows SharePoint Services 3.0.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.DisplayName">
      <summary>Gets a display name for the field. </summary>
      <returns>A <see cref="T:System.String" /> that represents the display name of the field that is rendered by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.InternalName">
      <summary>Gets an internal name for the field rendering control. </summary>
      <returns>A <see cref="T:System.String" /> that represents an internal name of the field-rendering <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldMetaData.Required"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty">
      <summary>Renders a property of a field in a mobile context. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.CreateChildControls">
      <summary>Creates a child <see cref="T:System.Web.UI.MobileControls.LiteralText" /> that renders the property value on the page.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.DisplayName">
      <summary>Gets the display name for the property, possibly truncated.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of the field property in the UI. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.IsEllipsisRenderingText">
      <summary>Gets a value that indicates whether the string representation of the value of the field property exceeds the mobile rendering limit. </summary>
      <returns>true if the limit is exceeded; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.PropertyName">
      <summary>Gets or sets the name of the property.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of the property. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldProperty.TextLengthLimitKey">
      <summary>Gets a string that can be used to look up (in the mobile web.config file) the mobile rendering limit of the field. </summary>
      <returns>A <see cref="T:System.String" /> object that represents the lookup key that is used to look up the rendering limit of the field. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFieldPropertyLabel">
      <summary>Renders the name of a property of the current field by using a child label control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldPropertyLabel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldPropertyLabel" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldPropertyLabel.DisplayName">
      <summary>Gets the friendly name of the property.</summary>
      <returns>A <see cref="T:System.String" /> that represents the public name of the property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldPropertyLabel.FormatString">
      <summary>Gets or sets the format of the property's name.</summary>
      <returns>A <see cref="T:System.String" /> that represents the format of the property's name. The default is "{0}:". </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator">
      <summary>Verifies that the value (in the UI) of a particular field for a particular list item meets any restrictions on values for that field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator.EvaluateIsValid"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator.Field">
      <summary>Gets the field that is being rendered. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> that is validated.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator.FieldControl">
      <summary>Gets or sets the control that renders the field. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl" /> that renders the field that is validated.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFieldValidator.Validate">
      <summary>When overridden in a derived class, verifies the value of the field in the UI. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFileField">
      <summary>Renders, on a mobile page, a field that holds a file. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFileField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFileField.FileField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFileField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldFile" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFileField.Text">
      <summary>Gets or sets the text of the field. </summary>
      <returns>A <see cref="T:System.String" /> that represents the text of the field. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileField.TrySaveFieldValue">
      <summary>Saves <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.PostValue" /> as the new value of the <see cref="T:Microsoft.SharePoint.SPFieldFile" /> object that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFileField" /> is rendering. </summary>
      <returns>In this override, returns an <see cref="T:System.Boolean" /> as a success indicator; specifically, false if <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl.ReadOnly" /> is true; otherwise, true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFileField.Value">
      <summary>Gets the value in the UI of the control. </summary>
      <returns>A <see cref="T:System.Object" />, specifically, a <see cref="T:System.String" />, that represents the value of the field in the UI. If a user has changed this value but not saved the change, then it will not be the same as the actual value of the underlying <see cref="T:Microsoft.SharePoint.SPFieldFile" /> object that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFileField" /> is rendering. <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseTextField.ItemFieldValue" /> represents the actual current value of the <see cref="T:Microsoft.SharePoint.SPFieldFile" /> object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFileUploadBrowser"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileUploadBrowser.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileUploadBrowser.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFileUploadBrowser.ID"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileUploadBrowser.OnInit(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFileUploadButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileUploadButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFileUploadButton.OnClick(System.Object,System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFilterFieldSelectionControl"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFilterFieldSelectionControl.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFilterStatusLabel"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFilterStatusLabel.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFilterStatusLabel.Visible"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFilterValueInputControl"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFilterValueInputControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFilterValueInputControl.OnLoad(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFolder">
      <summary>Renders the name of a folder by using a child label control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFolder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFolder" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFolderFieldIterator">
      <summary>Renders the fields for a folder item by creating the controls for each field, subject to certain exclusions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFolderFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFolderFieldIterator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFolderFieldIterator.IsFormFieldExcluded(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified <see cref="T:Microsoft.SharePoint.SPField" /> is excluded from the rendered fields.</summary>
      <returns>true if the field is excluded; otherwise, false. </returns>
      <param name="field">The <see cref="T:Microsoft.SharePoint.SPField" /> whose exclusionary status is reported.</param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileForm">
      <summary>Groups mobile controls together. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileForm.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileForm" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileForm.ID"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileForm.PageType">
      <summary>Gets or sets the type of the form. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePageType" /> that specifies the type of page or form. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileForm.WindowTitle">
      <summary>Gets or sets a title for the browser window on the mobile device. </summary>
      <returns>A <see cref="T:System.String" /> that represents the title of the browser window. For the home page of the site, the default is the title of the site. For all other pages, the default is the title of the current list. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFormattedString">
      <summary>Renders a string to which composite formatting is applied. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFormattedString.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFormattedString" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileFormattedString.FormatText">
      <summary>Gets or sets the string format. </summary>
      <returns>A <see cref="T:System.String" /> that represents the format in which the text of the control is rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileFormDigest">
      <summary>Inserts a security validation in a mobile Web site page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileFormDigest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileFormDigest" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileGuidField"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileGuidField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileGuidField.GuidField"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileGuidField.ReadOnly"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation">
      <summary>Renders a link to the home page of a mobile web site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation.GenerateUrl">
      <summary>Gets the URL of the home page.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the home page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileHomePageNavigation.PageFileName">
      <summary>Gets the file name of the home page of the mobile web site. </summary>
      <returns>A <see cref="T:System.String" /> representing the file name for the home page of the mobile web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileHomePageRedirection"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHomePageRedirection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHomePageRedirection.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileHomePageRedirection.PageFileName"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileHtmlFormAdapter"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHtmlFormAdapter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHtmlFormAdapter.AddHeadElementMarkup(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileHtmlFormAdapter.RenderExtraHeadElements(System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileImage"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileImage.VisibleWeight"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileImage.Weightless"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileImageSizeSpecificField">
      <summary>Represents a field (column) in a list of images that contains the dimensions of an image. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileImageSizeSpecificField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileImageSizeSpecificField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileImageSizeSpecificField.TextLengthLimit">
      <summary>Gets the maximum number of characters that can be used to express the image size. </summary>
      <returns>An <see cref="T:System.Int32" /> that represents the largest possible size of any value in the field (column).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator">
      <summary>Renders the fields in the current list item by creating the controls for each field, subject to certain exclusions.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.CreateChildControls">
      <summary>Creates controls for each field to be rendered on the mobile form or mobile list view page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.CreateChildControlsForAttachments">
      <summary>Create controls for each attachment to the list item shown on the current form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.CreateChildControlsForListForm">
      <summary>Create controls for each field shown on the current form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.CreateChildControlsForListView">
      <summary>Creates controls for each field that is not excluded from a list view page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.CreateChildControlsForModStat">
      <summary>Creates a control for the moderation status (for example, "approved") for the current list item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.DefaultTemplateName">
      <summary>Gets the name of the default template for the current list. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the list's default template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.FieldSeparatorTemplateName">
      <summary>Gets or sets the name of the template for the symbols that visually separate the fields from each other when rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the template that defines the separator characters.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.IsComputedFieldSupported(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified <see cref="T:Microsoft.SharePoint.SPField" /> is one of the computed type fields that can be rendered on a mobile list view page. </summary>
      <returns>Returns true if the field is a computed type that can be rendered in a mobile list view page; otherwise, false. </returns>
      <param name="field">The <see cref="T:Microsoft.SharePoint.SPField" /> whose supported status is reported. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.IsFormFieldExcluded(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified <see cref="T:Microsoft.SharePoint.SPField" /> is excluded from the rendered fields of a particular list item on a mobile form. </summary>
      <returns>Returns true if the field is excluded; otherwise, false. </returns>
      <param name="field">The <see cref="T:Microsoft.SharePoint.SPField" /> whose exclusion status is reported. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.IsViewFieldExcluded(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified <see cref="T:Microsoft.SharePoint.SPField" /> is excluded from the rendered fields of a mobile list view page. </summary>
      <returns>Returns true if the field is excluded; otherwise, false. </returns>
      <param name="field">The <see cref="T:Microsoft.SharePoint.SPField" /> whose exclusion status is reported. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.IsVisibleField(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified <see cref="T:Microsoft.SharePoint.SPField" /> is visible on the current mobile form or mobile list view page. </summary>
      <returns>Returns true if the field is visible on the current form or page; otherwise, false. </returns>
      <param name="field">The <see cref="T:Microsoft.SharePoint.SPField" /> whose visibility is reported. </param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.ListFormFields">
      <summary>Gets the collection of list fields for the current form.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> of the fields for the current form. For example, if the current form creates new list items, <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.ListFormFields" /> returns the collection of all the list fields on the New form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.NeedEllipsisRendering">
      <summary>Gets a value indicating whether only the first n child components or controls are rendered, where n is the value of <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.SubControlNumberLimit" />, the mobile rendering limit.</summary>
      <returns>true if the rendering limit is honored; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.SubControlNumberLimitKey">
      <summary>Gets a key that is used to look up, in the mobile web.config file, the maximum number of fields that can be shown on the mobile form.</summary>
      <returns>A <see cref="T:System.String" /> representing the lookup key. Unless overridden in a derived class, <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileItemFieldIterator.SubControlNumberLimitKey" /> returns "mobile_fieldnumberlimitforinputform".</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileLabel"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLabel.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLabel.VisibleWeight"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLabel.Weightless"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileLink"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLink.VisibleWeight"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLink.Weightless"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation">
      <summary>Renders, on a mobile page, usually in the Footer (Navigation) section, a link control that opens a page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.ContentTypeUrl">
      <summary>Gets the URL of the content type of the current list item. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the content type of the current list item.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.CreateChildControls">
      <summary>Creates the child controls of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.CreateLinkControl">
      <summary>Sets the properties of the child Link or Label control. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" />, specifically, a <see cref="T:System.Web.UI.MobileControls.Link" /> or a <see cref="T:System.Web.UI.MobileControls.Label" />; that has had its properties set to provide the functionality of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation" />. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.GenerateUrl">
      <summary>Gets the URL of the mobile page or form that is opened by the control. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page or form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.PageFileName">
      <summary>Gets the file name of the mobile page or form that is opened by the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the file name of the page or form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLinkNavigation.Url">
      <summary>Gets or sets the URL of the mobile page or form that is opened by the control. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page or form.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileList">
      <summary>Renders a list on a mobile page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileList.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileList" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileList.BaseType">
      <summary>Gets or sets the base type of a list.</summary>
      <returns>A <see cref="T:System.String" /> that specifies the base type of the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileList.TemplateType">
      <summary>Gets or sets the underlying template type for the list.</summary>
      <returns>A <see cref="T:System.String" /> that specifies the template type of the list.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListContents">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the main content area of a mobile page or form other than the home page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListContents.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListContents" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListContents.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the list template Type or Name.</summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the list template Type or Name and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListField">
      <summary>Renders the value of a particular field (column) in a particular row, either as a simple label control or, depending on the field type and page type, as a UI element. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListField" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldIterator">
      <summary>Specifies a template for rendering the fields of a list item or folder.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldIterator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldIterator.TemplateName">
      <summary>Gets the name of the template to be used in rendering the fields.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the template to be used in rendering the fields. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldRendering">
      <summary>Specifies the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that renders a field on a mobile list view or form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListFieldRendering.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldRendering" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldRendering.DefaultTemplateName">
      <summary>Gets the name of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that renders a field on a form or list view page.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that renders a field on a form or list view.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector">
      <summary>Specifies the name of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element to be used when rendering a field on a mobile form. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.DefaultPrefix">
      <summary>Gets the first part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that is specified by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector" />.</summary>
      <returns>A <see cref="T:System.String" /> that specifies the first part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.DefaultTemplateName">
      <summary>Gets the field &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; to use if the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; specified by the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.TemplateName" /> property is not found. </summary>
      <returns>A <see cref="T:System.String" /> that specifies the default field &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.FieldType">
      <summary>Gets the type of the field.</summary>
      <returns>A <see cref="T:System.String" /> that represents the third part of the <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> ID that is specified by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.FieldTypeId">
      <summary>Gets the type of the field.</summary>
      <returns>A <see cref="T:System.String" /> that specifies the data type of field as a numeral. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.InternalName">
      <summary>Gets the internal name of the field.</summary>
      <returns>A <see cref="T:System.String" /> that represents the fourth part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that is specified by <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListFieldSelector.TemplateName">
      <summary>Gets the name of the preferred &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used for rendering the field. </summary>
      <returns>A <see cref="T:System.String" /> that specifies the full ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used for rendering the field. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListItem">
      <summary>Renders the title of an item on its display form and edit form by using a child label control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListItem" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator">
      <summary>Renders a list of items that are returned by a query.   </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.CreateChildControls">
      <summary>Creates controls for each field to be rendered on the mobile list view page. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.DefaultTemplateName">
      <summary>Gets the name of the default template that is used to render the list. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the list's default template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.ListItemSeparatorTemplateName">
      <summary>Gets or sets the name of the template for the symbols that visually separate the items from each other when rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the template that defines the separator characters.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.QueryListItems">
      <summary>Gets the collection of list items returned by the query in <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.QueryString" />. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPListItemCollection" /> of list items that are returned by the query in <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.QueryString" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.QueryString">
      <summary>Gets or sets the query that will determine which list items are rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the Collaborative Application Markup Language (CAML) query. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListItemIterator.RowLimit">
      <summary>Gets a value that represents the maximum number of items that can be rendered.</summary>
      <returns>An <see cref="T:System.Int32" /> that represents the maximum number of items that can be rendered on the current mobile form or page.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListIterator">
      <summary>Renders the list of lists for a mobile site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListIterator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListIterator.DefaultTemplateName">
      <summary>Gets the name of the default template for the list of lists. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the default template for the list of all lists on the mobile site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListNavigation">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the footer area of a mobile page or form other than the home page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListNavigation.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that comes after the list template Type or Name.</summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that comes after the list template Type or Name and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector">
      <summary>Selects, based on the current type of list, a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template to render a list on a mobile page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.BaseType">
      <summary>Gets the name of the base list type from which the list type of the current list was derived. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the base type of the current list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.BaseTypeId">
      <summary>Gets the ID number of the base list type from which the list type of the current list was derived. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID number of the base type of the current list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.BaseTypeIdTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the ID number of the base list type from which the list type of the current list was derived. </summary>
      <returns>A <see cref="T:System.String" /> that represents a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID that has the base type ID number of the current list as its second segment. (Contrast this property with <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListTypeIDTemplate" />.)</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.BaseTypeTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the name of the base list type from which the list type of the current list was derived. </summary>
      <returns>A <see cref="T:System.String" /> that represents a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID that has the base type name of the current list as its second segment. (Contrast this property with <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListTypeTemplate" />.)</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.DefaultPrefix">
      <summary>Gets the first segment of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID. </summary>
      <returns>A <see cref="T:System.String" /> that represents the first segment of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListType">
      <summary>Gets the name of the type of the current list.</summary>
      <returns>A <see cref="T:System.String" /> that represents the Name value of the type of the current list. For example, the Name of the Discussions type is "DiscussionBoard". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListTypeId">
      <summary>Gets the list type ID of the current list.</summary>
      <returns>A <see cref="T:System.String" /> that represents the Type value of the current list. For example, the Type value for the Contacts list is "105". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListTypeIdTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the type ID of the list definition of the current list. </summary>
      <returns>A <see cref="T:System.String" /> that represents a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID that has the Type value of the current list as its second segment. For example, the Type value for the Contacts list is "105". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.ListTypeTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the name of the list definition of the current list. </summary>
      <returns>A <see cref="T:System.String" /> that represents a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID that has the Name value of the current type of list as its second segment. For example, the Name of the Discussions type is "DiscussionBoard". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.TemplateName">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template that is used to render the list, if it can be found in any .ascx file in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template for which <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector" /> looks in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTemplateSelector.WithFolder">
      <summary>Gets or sets a value that indicates whether the current list is a folder within a list. </summary>
      <returns>true if the current list is a folder; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListTitle">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the header area of a mobile page or form other than the home page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListTitle.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListTitle" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTitle.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the list template Type or Name.</summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the list template Type or Name and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl">
      <summary>Renders the title of a list on a mobile Web site by using a child label or link control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl.CreateChildControls">
      <summary>Creates the child label or link control that actually renders the title.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl.IsEllipsisRenderingText">
      <summary>Gets a value that indicates whether the title exceeds the mobile rendering limit. </summary>
      <returns>true if the title exceeds the rendering limit; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl.Text">
      <summary>Specifies the title of the list. </summary>
      <returns>A <see cref="T:System.String" /> that represents the list's title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListTitleControl.TextLengthLimitKey">
      <summary>Specifies the maximum renderable length of a list title on the mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the maximum number of characters that can be rendered in list titles on the mobile Web site. The default is "20".</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListView">
      <summary>Renders the title of a mobile list view on the page by using a child label or child link control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListView.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListView" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator">
      <summary>Renders the list of mobile views for a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator.DefaultTemplateName">
      <summary>Gets the name of the default template for the list of mobile views. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the default template for the list of mobile views of the current list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator.Format">
      <summary>Gets or sets a value that indicates whether a list is rendered as a simple list or as a drop-down list control. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat" /> that indicates whether the list of mobile views is a drop-down list or a simple list. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator.ListViewSelectionListControl">
      <summary>Gets an object that contains a list of mobile views from which the user can choose. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.SelectionList" /> that contains list of mobile views from which the user can choose.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat">
      <summary>Specifies the format of a list of mobile list views, either drop-down or paginated list. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat.Invalid">
      <summary>An invalid format.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat.DropDown">
      <summary>A drop-down list control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat.List">
      <summary>A paginated list.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation">
      <summary>Renders a link to a page that shows a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation.DisplayNavigation">
      <summary>Gets a value indicating whether the hyperlink is visible.</summary>
      <returns>true if the hyperlink is visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation.GenerateUrl">
      <summary>Gets the URL of the page that displays the list.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the page that displays the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation.Text">
      <summary>Gets or sets the text for the link. </summary>
      <returns>A <see cref="T:System.String" /> representing the text of the link.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileListViewNavigation.ViewMode"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation">
      <summary>Renders a clickable control, on a mobile page, that opens a logout page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation.DisplayNavigation">
      <summary>Gets a value that indicates whether the navigation control is visible.</summary>
      <returns>true if the control is visible; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation.GenerateUrl">
      <summary>Gets the URL of the logout page. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the logout form.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLogoutPageNavigation.PageFileName">
      <summary>Gets the file name of the logout page.</summary>
      <returns>A <see cref="T:System.String" /> that represents the file name of the logout form.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileLookupField">
      <summary>Renders, on a mobile page, a lookup field in a manner that is appropriate to the type of page, such as New, Edit, or Display. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLookupField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLookupField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLookupField.CreateChoiceControl">
      <summary>Creates a control that renders a selection list and includes all options up to the rendering limit (<see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionNumberLimit" />). </summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> from which one option from a finite list can be selected. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLookupField.CreateControlForDisplay"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileLookupField.CreateControlForView">
      <summary>Creates a child <see cref="T:System.UI.Web.MobileControls.Label" /> control that renders the current value of the field (column) in a row on a list view page, subject to rendering limits.</summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> (specifically, a <see cref="T:System.UI.Web.MobileControls.Label" />) that renders the current value of the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.DisplaySelectionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of selected choices in a lookup field that are shown in a list view or on an item Display page.</summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupField">
      <summary>Gets the field (column) in the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupList" /> property in which the lookup occurs. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field that is the lookup source. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupFieldValue">
      <summary>Gets the lookup value as a special class that holds both a field ID and the lookup value as a <see cref="T:System.String" />.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPFieldLookupValue" /> that represents the lookup value and the ID of the lookup field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupId">
      <summary>Gets the ID of the lookup field.</summary>
      <returns>A <see cref="T:System.Int32" /> that represents the ID of the lookup field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupIds">
      <summary>Gets a list of IDs of lookup fields.</summary>
      <returns>An <see cref="T:System.Collections.Generic.IList" />&lt;<see cref="T:System.Int32" />&gt; that represents a set of field ID numbers. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupList">
      <summary>Gets the list from which the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLookupField" /> looks up a value.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPList" /> that represents the list from which <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileLookupField" /> looks up values. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.LookupValue">
      <summary>Gets the value to look up as a string. </summary>
      <returns>A <see cref="T:System.String" /> that represents the value that is looked up.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.OptionCount">
      <summary>Gets the number of options the field contains. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the total number of options that are contained by the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.OptionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of choices users can be given by the lookup field. </summary>
      <returns>A <see cref="T:System.String" /> that represents a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.OptionTextLengthLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any option can have. </summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileLookupField.ReadOnly">
      <summary>Gets a value indicating whether the field is read only. </summary>
      <returns>true, if the lookup list is not null; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileMailToSpecificField">
      <summary>Renders a link that opens a new outgoing e-mail message. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMailToSpecificField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMailToSpecificField" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileModStatField">
      <summary>Renders, on a mobile page, a field that indicates the moderation status of a list item in a manner that is appropriate for the type of page, such as New, Edit, or Display. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileModStatField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileModStatField" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField">
      <summary>Renders a field, on a mobile page, in which users can select multiple values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField.MultiChoiceField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldMultiChoice" /> object that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField.OptionCount">
      <summary>Gets the number of options the field contains. </summary>
      <returns>A <see cref="T:System.Int32" /> object that represents the total number of options contained by the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField.ReadOnly"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiChoiceField.Value">
      <summary>Gets a delimited string that holds all the currently selected options in the UI.</summary>
      <returns>A <see cref="T:System.Object" />; specifically, a <see cref="T:System.String" /> representing options that are delimited with ";#".</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileMultipleLookupField">
      <summary>Renders a lookup field, on a mobile page, for which users can select multiple values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultipleLookupField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMultipleLookupField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultipleLookupField.Value">
      <summary>Gets an object that represents all of the options currently selected in the UI. </summary>
      <returns>An <see cref="T:System.Object" />; specifically, a <see cref="T:Microsoft.SharePoint.SPFieldLookupValueCollection" />, that represents the options currently selected in the user interface (UI). </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.ID"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.LoadPrivateViewState(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.MultiTextBoxControl"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.Rows"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.SavePrivateViewState"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiTextBox.Text"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileMultiUserField">
      <summary>Renders a field, on a mobile page, in which multiple users and groups can be selected. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileMultiUserField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileMultiUserField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileMultiUserField.Value">
      <summary>Gets an object that represents all of the users and groups currently selected in the UI. </summary>
      <returns>A <see cref="T:System.Object" />; specifically, a <see cref="T:Microsoft.SharePoint.SPFieldUserValueCollection" />; that represents the currently selected users and groups in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNavigation">
      <summary>Renders a clickable control that performs some action on a mobile page; typically, the action is to open another page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey">
      <summary>Gets or sets the hardware shortcut key that raises the Click event on the navigation control.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of a physical key on the mobile device.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKeySymbol">
      <summary>Gets or sets a string of one or more characters that identifies the access key (<see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" />). </summary>
      <returns>A <see cref="T:System.String" /> object that represents the symbol for the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AddAccessKey(System.Web.UI.MobileControls.MobileControl)">
      <summary>Registers the value of the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> property as the access key for the specified control. </summary>
      <returns>A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> object that is identical to the <paramref name="navigation" /> parameter except that it now has a custom attribute identifying the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> property as its access key.</returns>
      <param name="navigation">A <see cref="T:System.Web.UI.MobileControls.MobileControl" /> object for which the.<see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> property becomes the access key.</param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.Capability">
      <summary>Gets an object that has information about the capabilities of the mobile device.</summary>
      <returns>An <see cref="T:System.Web.Configuration.HttpCapabilitiesBase" /> object that provides information about the capabilities of the mobile device. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.DisplayNavigation">
      <summary>Gets a value that indicates whether the control is visible.</summary>
      <returns>true if the control is visible; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.Text">
      <summary>Gets or sets the text for the navigation control, either the label on a button or the text of a link.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the label of a button or the text of a link.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.TextWithAccessKey">
      <summary>Gets the access key together with an identification of the control that it "clicks".</summary>
      <returns>A <see cref="T:System.String" /> object that represents the access key and specifies the function it performs when pressed. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation">
      <summary>Renders a link to a form on which a user can create a new item for a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation.ContentTypeUrl">
      <summary>Gets the URL of the content type of the list item to be created.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the content type of the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation.DisplayNavigation">
      <summary>Gets a value indicating whether the hyperlink is visible.</summary>
      <returns>true if the hyperlink is visible; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNewFormNavigation.GenerateUrl">
      <summary>Gets the URL of the form for creating new items.</summary>
      <returns>A <see cref="T:System.String" /> representing the URL of the new item form.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNextItemNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNextItemNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNextItemNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNextItemNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNoBreakSpace"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNoBreakSpace.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNoteField">
      <summary>Renders, on a mobile page, a field that holds a note. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNoteField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNoteField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.FormTextLengthLimit">
      <summary>Gets the maximum size, measured in number characters, that can be rendered on the mobile page. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the maximum number of characters that can be rendered in a note field on a mobile page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.MultiLineTextField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNoteField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.MultiText">
      <summary>Gets a value that indicates whether the markup language that the mobile device uses can support multiple lines of text in a field; that is, HTML, XHTML, or CHTML. </summary>
      <returns>true if the device uses HTML, XHTML, or CHTML; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.PlainText">
      <summary>Returns the value, of the <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> object that represents the field that is being rendered, as plain text with blank lines removed. </summary>
      <returns>A <see cref="T:System.String" /> that represents the value of the field with blank lines removed. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.ReadOnly">
      <summary>Gets a value indicating whether the field is read-only. </summary>
      <returns>true if the page is Display or list view, or if the value exceeds the rendering limit, or if field is Rich text, or if <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.MultiText" /> is false; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.RichText">
      <summary>Gets a value indicating whether the note field is in Rich Text Format. </summary>
      <returns>true if the contents of the field are formatted as rich text; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.Rows">
      <summary>Gets or sets the number of rows of text in the field. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the number of rows of text in the note field. The default is 4.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.Text">
      <summary>Gets or sets the value of the Text property of the child control that renders the field. </summary>
      <returns>A <see cref="T:System.String" /> that represents the value of the Text property of the child control that renders the field.  </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNoteField.Value">
      <summary>Gets the value of the field in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> (specifically, a <see cref="T:System.String" />) that represents the value of the field in the UI. If the user has changed the value and not saved the change, this is not the same as the current value of the <see cref="T:Microsoft.SharePoint.SPFieldMultiLineText" /> that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNoteFieldValidator">
      <summary>Verifies the value of a field that holds a note.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNoteFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNoteFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNoteFieldValidator.Validate">
      <summary>Verifies the value of the field in the UI.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNumberField">
      <summary>Renders a field, on a mobile page, that holds a <see cref="T:System.Double" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNumberField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNumberField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileNumberField.PostValue">
      <summary>Gets the value that the field will have after the next postback of the page. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the value that the field will have after the next postback of the page. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileNumberFieldValidator">
      <summary>Verifies the value in a field that holds a <see cref="T:System.Double" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNumberFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileNumberFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileNumberFieldValidator.Validate">
      <summary>Verifies that the value of the field in the UI. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePaddedPanel"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePaddedPanel.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePage">
      <summary>Represents a page on a Web site that is designed for viewing on the small screens of mobile devices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePage" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePage.Capability">
      <summary>Returns an object that specifies the capabilities of the mobile device's browser.</summary>
      <returns>A <see cref="T:System.Web.Mobile.MobileCapabilities" /> that itemizes the browser's capabilities.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.IsChtml10(System.Web.Configuration.HttpCapabilitiesBase,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.IsHtml32(System.Web.Configuration.HttpCapabilitiesBase,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.IsMicrosoftMobileExplorer(System.Web.Configuration.HttpCapabilitiesBase,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.IsXhtmlMp(System.Web.Configuration.HttpCapabilitiesBase,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.OnError(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.TemplateControl.Error" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePage" />. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.OnInit(System.EventArgs)">
      <summary>Represents the method that will handle the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePage" />. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.OnPreInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePage.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends server control content to a provided HTML writer object, which writes the content to be rendered on the client.</summary>
      <param name="output">An object that can write HTML.</param>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePage.RightsRequired">
      <summary>Gets the rights needed by the user to access the mobile page.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> that identifies the rights package needed to access the mobile page.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePageContents">
      <summary>Specifies the ID of the entry point &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the main contents of a mobile Web page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePageContents.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePageContents" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageContents.DefaultTemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the contents when the control is on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the home page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageContents.TemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the page's main content area when the control in not on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the page's main content area.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePageNavigation">
      <summary>Specifies the ID of the entry point &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the navigation (footer) area of a mobile Web page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePageNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageNavigation.DefaultTemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the navigation (footer) area when the control is on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the navigation area of the home page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageNavigation.TemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the navigation (footer) area when the control is not on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the navigation (footer) area.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePageTitle">
      <summary>Specifies the ID of the entry point &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the title of a mobile Web page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePageTitle.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePageTitle" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageTitle.DefaultTemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the title when the control is on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the title of the home page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePageTitle.TemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the page title when the control is not on the home page on a mobile Web site.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the template for the page title.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePageType">
      <summary>Specifies the major types of SharePoint mobile web pages.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.HomePage">
      <summary>A mobile home page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.DeletePage">
      <summary>A form for deleting a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.ErrorPage"></member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.View">
      <summary>A form for viewing a list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.NewForm">
      <summary>A form for creating new list items.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.EditForm">
      <summary>A form for editing a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.DispForm">
      <summary>A form for displaying a list item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageType.Invalid">
      <summary>An invalid page type.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePageViewMode"></member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageViewMode.Simple"></member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageViewMode.Detail"></member>
    <member name="F:Microsoft.SharePoint.MobileControls.SPMobilePageViewMode.Thumbnail"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation">
      <summary>Renders a control consisting of hyperlinks to the first and last pages of a paginated set. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation.FirstPageAccessKey">
      <summary>Gets or sets the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> value for the link to the first page. </summary>
      <returns>A <see cref="T:System.String" /> that represents the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> value for the link to the first page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation.FirstPageText">
      <summary>Gets or sets the text on the link to the first page. </summary>
      <returns>A <see cref="T:System.String" /> that represents the text that appears on the control that opens the first page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation.LastPageAccessKey">
      <summary>Gets or sets the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> value for the link to the last page. </summary>
      <returns>A <see cref="T:System.String" /> that represents the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileNavigation.AccessKey" /> value for the link to the last page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePaginateNavigation.LastPageText">
      <summary>Gets or sets the text on the link to the last page. </summary>
      <returns>A <see cref="T:System.String" /> that represents the text that appears on the control that opens the last page.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerForm"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerForm.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerForm.ID"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerForm.PeopleOnly"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerTitle"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePeoplePickerTitle.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchButton.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchInputPane"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchInputPane.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchInputPane.ID"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchResultPane"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchResultPane.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePeopleSearchResultPane.ID"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePhoneCallSpecificField">
      <summary>Renders a telephone number. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePhoneCallSpecificField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePhoneCallSpecificField" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePicLibNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePicLibNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePicLibNavigation.FirstAccessKey"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePicLibNavigation.SecondAccessKey"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsCancelNavigation">
      <summary>Renders a clickable cancel control on a Create Post form for a mobile blog site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsCancelNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsCancelNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsCancelNavigation.RedirectUrl">
      <summary>Gets the URL of the display form for the current post, or the URL of the home page of the mobile blog site. This is the page that opens when a user clicks the Cancel control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the display form for the current post if the URL contains the query string "ID=&lt;item id&gt;"; otherwise, the URL of the home page of the mobile blog site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsDeleteNavigation">
      <summary>Renders a clickable delete control on a delete post form for a mobile blog site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsDeleteNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsDeleteNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsDeleteNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens when a user clicks the Delete control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the Delete Posts page for the blog.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation">
      <summary>Renders a link to a page that displays a particular post on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation.List"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation.Text">
      <summary>Gets or sets the title of the item to be displayed. </summary>
      <returns>A <see cref="T:System.String" /> that represents the title of the item that is displayed when the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsDispFormNavigation" /> link is clicked.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsHomePageNavigation">
      <summary>Renders a link to the home page of a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsHomePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsHomePageNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsItemFieldIterator">
      <summary>Renders the fields in the current post by creating the controls for each field, subject to certain exclusions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsItemFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsItemFieldIterator" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator">
      <summary>Renders a list of posts on a mobile blog site that are returned by a query. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator.DefaultTemplateName">
      <summary>Gets the name of the default template that is used to render the list of posts.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the default template for the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator.List">
      <summary>Gets the list of all posts on the mobile blog site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> that contains all the posts on the blog site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListItemIterator.QueryString">
      <summary>Gets the query that determines which posts are rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the Collaborative Application Markup Language (CAML) query that defines which posts are rendered by the control. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the footer area of a list of posts on a mobile Web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.DefaultPrefix">
      <summary>Gets the first part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</summary>
      <returns>A <see cref="T:System.String" /> that represents the first part of the value of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID attribute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.DefaultTemplateName">
      <summary>Gets the full ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; specified by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation" />.</summary>
      <returns>A <see cref="T:System.String" /> that represents the full ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID attribute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListNavigation.Suffix">
      <summary>Specifies the last two parts of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</summary>
      <returns>A <see cref="T:System.String" /> that represents the last two parts of the value of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID attribute.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the header area of a list of posts on a mobile web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle.DefaultPrefix">
      <summary>Gets the first part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</summary>
      <returns>A <see cref="T:System.String" /> that represents the first part of the value of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID attribute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle.DefaultTemplateName">
      <summary>Gets the full ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; specified by the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle" />.</summary>
      <returns>A <see cref="T:System.String" /> that represents the value of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID attribute.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListTitle.Suffix">
      <summary>Specifies the last two parts of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID.</summary>
      <returns>A <see cref="T:System.String" /> that represents the last two parts of the value of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID attribute.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListViewNavigation">
      <summary>Renders a link to a page that shows a list of posts on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsListViewNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsListViewNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListViewNavigation.FlipViewType">
      <summary>Gets or sets a value indicating whether each click of the link toggles between showing all posts and showing only the posts of the current user. </summary>
      <returns>true if each click of the link toggles between showing all posts on the site and showing only the posts of the current user; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsListViewNavigation.List">
      <summary>Gets the list of posts for the mobile blog site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> that represents the list of posts. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsNewFormNavigation">
      <summary>Renders a link to a form on which a user can create a new post on a mobile blog site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsNewFormNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsNewFormNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsNewFormNavigation.List">
      <summary>Gets the list to which the item is to be added. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list to which the item is added.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation">
      <summary>Renders a clickable control, on the posts list page of a mobile blog site, that reloads the posts list page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation.ControlForRefresh">
      <summary>Gets or sets the ID of the control that specifies the current category of the list of posts, so that the list can be filtered by the same category when the page reloads. </summary>
      <returns>A <see cref="T:System.String" /> that is identical to the <see cref="P:System.Web.UI.Control.ID" /> property of the control, usually <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileCategoryPicker" />, that specifies which category is being used to filter posts. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation.List"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsRefreshNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens when a user clicks the Refresh control, which is the current page itself, the list of all posts that the current user has permissions to see and that are in the selected category filter. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page containing the control, which is the list of all posts, within the selected category, that the current user is allowed to see. If no category is selected, all posts that the user is allowed to see are listed.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePostsSaveNavigation">
      <summary>Renders a clickable control on a "create post" form, for a mobile blog site, that saves the post, but does not publish it.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePostsSaveNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePostsSaveNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePostsSaveNavigation.RedirectUrl">
      <summary>Gets the URL of the page that opens, following the save operation, when a user clicks the save post control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the blog site page that opens when the save operation completes.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePreviousItemNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePreviousItemNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobilePreviousItemNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePreviousItemNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobilePublishNavigation">
      <summary>Renders a clickable control on a "publish post" form, for a mobile blog site, that saves and (optionally) publishes the post; that is, makes it visible to other site visitors. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePublishNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobilePublishNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobilePublishNavigation.SaveItem(Microsoft.SharePoint.SPMobileContext)">
      <summary>Saves (and optionally publishes) a post on a mobile blog site. </summary>
      <param name="mobilecontext">An object that holds information about the navigational context of the current page, such as GUID, view, and page type. </param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileRecurrenceField">
      <summary>Renders, on a mobile page, a field on a list of meetings that indicates whether the item is a recurring meeting. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileRecurrenceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileRecurrenceField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileRecurrenceField.ReadOnly">
      <summary>Gets a value that indicates whether the field is read only. </summary>
      <returns>true in all cases.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileRefreshNavigation">
      <summary>Renders a clickable control on a Windows SharePoint Services 3.0 mobile page that reloads the current page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileRefreshNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileRefreshNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileRefreshNavigation.ControlForRefresh">
      <summary>Gets or sets the ID of the control that specifies the current view of the list, so that the same view can be used when the page reloads. </summary>
      <returns>A <see cref="T:System.String" /> that is identical to the <see cref="P:System.Web.UI.Control.ID" /> property of the control, usually <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileListViewIterator" />, that specifies which view of the list is being used. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileRefreshNavigation.RedirectUrl">
      <summary>Gets or sets the URL of the page that opens when a user clicks the Refresh control, which is the current page itself. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the page containing the control. The default is the URL of the current list.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation">
      <summary>Renders a clickable control on a SharePoint mobile web site page that will save the item the user has created, such as a list item, blog post, or blog comment.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation.OnClick(System.Object,System.EventArgs)">
      <summary>Represents the method that will handle the <see cref="E:System.Web.UI.MobileControls.Command.Click" /> event of the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileButtonNavigation.CommandControl" /> property of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation" />. </summary>
      <param name="sender">The source of the event. </param>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSaveNavigation.SaveItem(Microsoft.SharePoint.SPMobileContext)">
      <summary>Saves a comment, post, or other list item, on a SharePoint mobile web site.</summary>
      <param name="mobilecontext">An object that holds information about the navigational context of the current page, such as GUID, View, and page type. </param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSearchPageNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSearchPageNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSelectionList"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectionList.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectionList.LoadPrivateViewState(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectionList.SavePrivateViewState"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSelectPeoplePickerFormButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectPeoplePickerFormButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileSelectPeoplePickerFormButton.IsPeopleOnly"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileSelectPeoplePickerFormButton.TargetSelectionListId"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSelectPersonButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectPersonButton.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSelectStandardFormButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectStandardFormButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileSelectStandardFormButton.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSelectStandardFormButton.OnClick(System.Object,System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewFolderFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewFolderFieldIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewFolderFieldIterator.IsFormFieldExcluded(Microsoft.SharePoint.SPField)"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewItemFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewItemFieldIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewItemFieldIterator.CreateChildControlsForListView"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewListFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewListFieldIterator.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileSimpleViewListFieldIterator.TemplateName"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileSwitchPageViewNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileSwitchPageViewNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileSwitchPageViewNavigation.Text"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector">
      <summary>Selects, based on current context information such as type of site and type of list, a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template to render part of a mobile page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.DefaultPrefix">
      <summary>Gets the default first part of a segmented ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template.</summary>
      <returns>A <see cref="T:System.String" /> that represents the default first segment of a segmented <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.DefaultTemplateName">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template that is used if the <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template identified by <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileComponent.TemplateName" /> cannot be found in any .ascx file in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator">
      <summary>Gets or sets the characters that separate the various parts of segmented IDs of <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> templates. </summary>
      <returns>A <see cref="T:System.String" /> that represents the characters that separate the prefix, suffix, and other parts of a segmented <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.Prefix">
      <summary>Gets the first part of a segmented ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template.</summary>
      <returns>A <see cref="T:System.String" /> that represents the first segment of a segmented <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.Suffix">
      <summary>Gets or sets the last part of a segmented ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template and may itself be segmented into parts. </summary>
      <returns>A <see cref="T:System.String" /> that represents the last segment of a segmented <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileTextBox"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextBox.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextBox.LoadPrivateViewState(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextBox.SavePrivateViewState"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileTextField">
      <summary>Renders, on a mobile page, a field for a single line of text. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileTextField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileTextField.TextField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileTextField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldText" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileTextFieldValidator">
      <summary>Verifies the value of a single line of text field on a mobile page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileTextFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileTextFieldValidator.Validate">
      <summary>Verifies the value of the field in the UI.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileThumbnail"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileThumbnail.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileThumbnail.CreateChildControls"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileThumbnailViewListFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileThumbnailViewListFieldIterator.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileThumbnailViewListFieldIterator.TemplateName"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUpFolderNavigation">
      <summary>Renders a link to the parent folder of the current subfolder on a mobile SharePoint site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUpFolderNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUpFolderNavigation" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUploadPageNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUploadPageNavigation.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUrlField">
      <summary>Renders, on a mobile page, a field for a URL. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUrlField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUrlField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlField.Description">
      <summary>Gets the clickable text that the user will see in the UI when the field is rendered. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlField.Url">
      <summary>Gets the URL value of the <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUrlField" /> control is rendering. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL data of the <see cref="T:Microsoft.SharePoint.SPFieldUrl" />. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlField.UrlField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUrlField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUrl" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUrlFieldValidator">
      <summary>Verifies the value of a URL field on a mobile page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUrlFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUrlFieldValidator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUrlFieldValidator.Validate">
      <summary>Verifies the value of the field in the UI.  </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection">
      <summary>Specifies the file name and URL of a page to which a mobile device should be redirected. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.DefaultPageFileName">
      <summary>Gets (if the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.PageFileName" /> property is not set) the file name of the page to which the mobile device should be redirected. </summary>
      <returns>A <see cref="T:System.String" /> that specifies the default page to which a mobile device should be redirected if the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.PageFileName" /> property is not set.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.PageFileName">
      <summary>Gets or sets the file name of the page to which the mobile device should be redirected. </summary>
      <returns>A <see cref="T:System.String" /> that specifies the page to which a mobile device should be redirected.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUrlRedirection.Url">
      <summary>Gets or sets the URL of the page to which a mobile device should be redirected. </summary>
      <returns>A <see cref="T:System.String" /> that specifies the page to which a mobile device should be redirected.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileUserField">
      <summary>Renders, on a mobile page, a field in which a user is looked up in a list of users.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUserField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUserField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUserField.CreateChoiceControl">
      <summary>Creates a control that renders a selection list including all users up to the rendering limit (<see cref="P:Microsoft.SharePoint.MobileControls.SPMobileBaseChoiceField.OptionNumberLimit" />). </summary>
      <returns>A <see cref="T:System.UI.Web.MobileControls.MobileControl" /> from which one option from a finite list can be selected. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.DisplaySelectionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of selected users that will be shown on a list view or an item Display page.</summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.OptionCount">
      <summary>Gets the number of users the field contains. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the total number of users contained by the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.OptionNumberLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum number of users can be offered as choices by the lookup field on a mobile page. </summary>
      <returns>A <see cref="T:System.String" /> that represents a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.OptionTextLengthLimitKey">
      <summary>Gets a key for looking up, in the mobile web.config file, the maximum length, in characters, that any user name from the selection list can have. </summary>
      <returns>A <see cref="T:System.String" /> that holds a key that is assigned to a particular number in the mobile web.config file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.PickerFormNavigationButton"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileUserField.QueryEntities">
      <summary>Gets a list of users and groups at the Web site.</summary>
      <returns>An <see cref="T:System.Collections.IList" /> that represents the users and groups from which the user will select.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileUserField.UserField">
      <summary>Gets the field that the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileUserField" /> control is rendering. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUser" /> that represents the field that is being rendered. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileViewFilterCancelNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileViewFilterCancelNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileViewFilterCancelNavigation.RedirectUrl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileViewFilterPageTitle"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileViewFilterPageTitle.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileViewFilterSaveNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileViewFilterSaveNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileViewFilterSaveNavigation.RedirectUrl"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileViewFilterSaveNavigation.ViewFieldSelectorId"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileViewFilterSaveNavigation.ViewFilterValueInputId"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileVpnLogOffPlaceHolder"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileVpnLogOffPlaceHolder.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWeb">
      <summary>Renders the title of a mobile Web site by using a child label control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWeb.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWeb" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebContents">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the main contents area of a mobile home page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebContents.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebContents" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebContents.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that follows the site type name (or ID number). </summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; ID that follows the name (or ID number) of the type of site and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebNavigation">
      <summary>Specifies the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the footer area of a mobile home page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebNavigation" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebNavigation.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the site type name (or ID number).</summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the name (or ID number) of the type of site and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebPageLibraryItemFieldIterator">
      <summary>Renders the fields in the current Web page library item by creating the controls for each field, subject to certain exclusions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebPageLibraryItemFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebPageLibraryItemFieldIterator" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector">
      <summary>Selects, based on the type of the current site, a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template to either render a section (Header, Contents, or Footer) of a mobile home page or redirect the mobile device to a home page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector.TemplateName">
      <summary>Gets the ID of the <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template that is used to render the section of the home page, if it can be found in any .ascx file in C:\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template for which <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector" /> looks in C:\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\CONTROLTEMPLATES. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector.WebIdTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the ID number of the site definition of the current Web site. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template that uses, in its second segment, the value of the ID attribute of the Collaborative Application Markup Language (CAML)Template element (of the SharePoint WEBTEMP.XML file) for the current type of Web site. For example, the ID value for the blog site definition is "9". </returns>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebTemplateSelector.WebTypeTemplate">
      <summary>Gets the ID (of a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> template) that has, in its second segment, the name of the site definition of the current Web site. </summary>
      <returns>A <see cref="T:System.String" /> that represents a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> ID whose second segment consists of the value of the Name attribute of the Collaborative Application Markup Language (CAML)Template element (of the SharePoint WEBTEMP.XML file) for the current type of Web site. For example, the Name value for the blog site definition is "BLOG". </returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebTitle">
      <summary>Specifies, for a particular Web type (BLOG or STS, or a custom Web type), the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that is used when rendering the header area of a mobile home page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebTitle.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebTitle" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebTitle.Suffix">
      <summary>Gets the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that comes after the site type name (or ID number).</summary>
      <returns>A <see cref="T:System.String" /> that represents the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that comes after the name (or ID number) of the type of site and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWebUrlRedirect">
      <summary>Specifies, for a particular Web type (such as BLOG, WIKI, STS, MPS, or a custom Web type), the ID of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; that identifies the file that serves as the site's home page for mobile devices. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWebUrlRedirect.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWebUrlRedirect" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWebUrlRedirect.Suffix">
      <summary>Gets the portion of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the site type identifier. </summary>
      <returns>A <see cref="T:System.String" /> that identifies the part of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt;'s ID that follows the name (or ID number) of the site type and the <see cref="P:Microsoft.SharePoint.MobileControls.SPMobileTemplateSelector.ElementSeparator" /> character (an underscore, by default).</returns>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWikiPage">
      <summary>Represents the mobile version of a SharePoint wiki page that can have Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiPage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMobileWikiPage" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiPage.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the page’s <see cref="E:System.Web.UI.Control.Load" /> event.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWikiTextPageNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiTextPageNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWikiTextPageNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiTextPageNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWikiWebPartPageNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiWebPartPageNavigation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.MobileControls.SPMobileWikiWebPartPageNavigation.DisplayNavigation"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWikiWebPartPageNavigation.GenerateUrl"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMobileWorkflowTitleSpecificField"></member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMobileWorkflowTitleSpecificField.#ctor"></member>
    <member name="T:Microsoft.SharePoint.MobileControls.SPMoblogPage">
      <summary>Represents a page on a type of SharePoint site that is designed for viewing on the small screens of mobile devices. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMoblogPage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.MobileControls.SPMoblogPage" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.MobileControls.SPMoblogPage.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.MobileControls.SPMoblogPage" />. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data. </param>
    </member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessage"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount,Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format,Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Account"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.AddRecipient(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.BuildBodySegment(System.Xml.XmlWriter)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.BuildCustomPropertySegment(System.Xml.XmlWriter)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.BuildHeaderSegment(System.Xml.XmlWriter)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.BuildUserInfoSegment(System.Xml.XmlWriter,Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.ContentParts"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.CreateContentPart(System.String,System.String,System.IO.Stream)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.CreateTextContentPart(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.CustomProperties"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessage.EstimateMessageSize"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.HasContent"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Presentation"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.RecipientList"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.ScheduledSendingTime"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.SourceType"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Subject"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format.SMS"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format.MMS"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService.SMS_SENDER"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService.MMS_SENDER"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.AddMessage(Microsoft.SharePoint.MobileMessage.SPMobileMessage)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.AddMessages(System.Collections.Generic.List{Microsoft.SharePoint.MobileMessage.SPMobileMessage})"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.GetMessage(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.Messages"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage.Xml"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessage)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.AddCustomProperties(System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.GetMessageXml"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.Message"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.ScheduledSendingTime"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageBuilder.SourceType"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.#ctor(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.#ctor(System.String,System.String,System.String,System.IO.Stream)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.#ctor(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.Content"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.Id"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.Location"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.MimeType"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageContentPart.Size"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.Succeeded"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.ServiceUpdated"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.InvalidUser"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.UnregisteredUser"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.ExpiredUser"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.UnregisteredService"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.InvalidRecipient"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.CrossCarrier"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.InvalidChar"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.InvalidMedia"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.PerDayMessageLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.PerMonthMessageLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.PerBatchMessageLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.LengthLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.SizeLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.SlidesLimit"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.InvalidFormat"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.ServiceNetwork"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.NoScheduled"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.LowBalance"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.CeasedService"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryCode.UnknownError"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.GetDeliveryCode"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.GetDeliveryCode(System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.GetDeliveryCode(System.Int32,Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem@)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.GetDeliveryReportItem(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.Items"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.MessageId"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.ParseWorker(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.ServiceUpdateTime"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReport.Validate"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem.Content"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem.DeliveryCode"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem.MessageId"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem.MinMessageId"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageDeliveryReportItem.RecipientList"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegions"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.MetaData"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slides"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.TargetScreen"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.Height"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.Id"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.Left"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.Top"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.LayoutRegion.Width"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout.#ctor(System.Int32,System.Int32,System.String)"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout.BackgroundColor"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout.Height"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.RootLayout.Width"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.#ctor(System.Int32,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.AudioProperties"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.BuildXml(System.Xml.XmlWriter)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.ImageProperties"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.tagRegion"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.tagSource"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageMmsPresentation.Slide.TextProperties"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.Success"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebConnectFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebMessageLengthLimitExceeded"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebNameResolutionFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebProtocolError"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebProxyNameResolutionFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebReceiveFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebRequestProhibitedByProxy"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebSecureChannelFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebSendFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebTimeout"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.WebTrustFailure"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.SoapVersionMismatchFault"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.SoapMustUnderstandFault"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.SoapClientFault"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.SoapServerFault"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.UnknownError"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceErrorCode.InvalidResponse"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationType"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.BatchSize"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.EnglishName"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.LocalName"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSender"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.Name"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.ParseWorker(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.ServiceUrl"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SignUpPage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSender"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.TargetLocale"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.TimeStamp"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.Validate"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes.Invalid"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes.Normal"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes.Passport"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes.FullTrust"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes.Other"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSenderInfo"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSenderInfo.MaxRecipientsPerMessage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSenderInfo.MaxSizePerMessage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSenderInfo.MaxSlidesPerMessage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.MmsSenderInfo.SupportSlide"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo.MaxDbcsPerMessage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo.MaxMessagesPerSend"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo.MaxRecipientsPerMessage"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.SmsSenderInfo.MaxSbcsPerMessage"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.ErrorCode"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.ErrorText"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.IsValid"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.m_Namespace"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.ParseWorker(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.Validate"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceResponse.Xml"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount,System.Int32,System.Int32,System.String,Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts,Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.AddMetaData(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.AddRecipient(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.AddSlide(System.Int32,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.AddSlide(System.Int32,System.String,System.String,System.IO.Stream)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.AddSlide(System.Int32,System.String,System.String,System.String,System.IO.Stream,System.String,System.String,System.IO.Stream)"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.DefaultBackgroundColor"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.DefaultScreenHeight"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.DefaultScreenWidth"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.ImageRegionName"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.Mms"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SetLayout(System.Int32,System.Int32,System.String,Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts,Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.Subject"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.TextRegionName"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions.GoldenPartition"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions.HalfPartition"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions.InverseGoldenPartition"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.RegionPartitions.NoPartition"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.ImageTopTextBottom"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.TextTopImageBottom"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.ImageLeftTextRight"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.TextLeftImageRight"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.TextOnly"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileMessageSlideMmsBuilder.SlideLayouts.ImageOnly"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.AddChunk(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.AddRecipient(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.BuildSmsMessage(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.EndTextMessage"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.EndTextMessage(System.Int32,System.Boolean,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.SetTextContent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.SetTextContent(System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageSmsBuilder.StartTextMessage"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.AddBinaryContentPart(System.String,System.String,System.IO.Stream)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.AddRecipient(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.AddTextContentPart(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.Mms"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageStreamMmsBuilder.Subject"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.#ctor(System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.BuildUserInfoRequest(System.String,System.Security.SecureString)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.DeliveryCode"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.ParseWorker(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.ReplyPhone"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.SmtpAddress"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo.Validate"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.Account"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.BatchSendMessages(Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.GetServiceInfo"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.GetUserInfo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.SendMessage(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessageWebService.SoapFormat"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.#ctor"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.#ctor(System.String,System.String,System.String,System.Security.SecureString)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.#ctor(System.String,System.String,System.String,System.Security.SecureString,Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider,Microsoft.SharePoint.MobileMessage.SPMobileMessageUserInfo)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.AccountId"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.CheckServiceUpdate(System.DateTime)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.IsValidAccount"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.Parent"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.Password"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.ServiceName"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.ServiceProvider"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.ServiceUrl"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.SoapFormat"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.UpdateServiceProvider"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.UpdateUserInfo"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.UserId"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount.UserInfo"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileMmsMessage"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMmsMessage.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount,Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format,Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileMmsMessage.AddRecipient(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileMmsMessage.MmsSender"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileSmsMessage"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileSmsMessage.#ctor(Microsoft.SharePoint.MobileMessage.SPMobileMessagingAccount,Microsoft.SharePoint.MobileMessage.SPMobileMessage.Format,Microsoft.SharePoint.MobileMessage.SPMobileMessage.RequiredService)"></member>
    <member name="M:Microsoft.SharePoint.MobileMessage.SPMobileSmsMessage.AddRecipient(System.String)"></member>
    <member name="P:Microsoft.SharePoint.MobileMessage.SPMobileSmsMessage.SmsSender"></member>
    <member name="T:Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat.None"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat.Document"></member>
    <member name="F:Microsoft.SharePoint.MobileMessage.SPMobileSoapFormat.Rpc"></member>
    <member name="T:Microsoft.SharePoint.Navigation.ISPHierarchyData"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.EncodedName"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.IsContextListNode"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.Name"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.NavigateUrl"></member>
    <member name="P:Microsoft.SharePoint.Navigation.ISPHierarchyData.ServerRelativeUrl"></member>
    <member name="T:Microsoft.SharePoint.Navigation.SPContentMapProvider">
      <summary>Provides methods and properties for implementing a site map provider for contents of a Windows SharePoint Services site. This class provides the <see cref="T:System.Web.SiteMapNode" /> objects that constitute the content breadcrumb, where "content" referes to the lists, folders, items, and list forms composing the breadcrumb.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Navigation.SPContentMapProvider" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.FindSiteMapNode(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the Web page at the specified URL.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> representing the Web pace identified by <paramref name="rawUrl" />.</returns>
      <param name="rawUrl">The URL that identifies the Web page associated with a <see cref="T:System.Web.SiteMapNode" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.FindSiteMapNode(System.Web.HttpContext)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page by using a specified <see cref="T:System.Web.HttpContext" /> object.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested Web page</returns>
      <param name="context">The <see cref="T:System.Web.HttpContext" /> that is used to match node information with the URL of the requested Web page</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.FindSiteMapNodeFromKey(System.String)">
      <summary>Returns a <see cref="T:System.Web.SiteMapNode" /> object based on a specified lookup key.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> instance that represents the Web page identified by <paramref name="key" />.</returns>
      <param name="key">A lookup key that is used to create a <see cref="T:System.Web.SiteMapNode" /> instance</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.GetChildNodes(System.Web.SiteMapNode)">
      <summary>Retrieves the child nodes of a specified <see cref="T:System.Web.SiteMapNode" /> as a site-map node collection (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" />).</summary>
      <returns>Returns a read-only <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> that contains the child nodes of the specified <see cref="T:System.Web.SiteMapNode" /> object; otherwise returns a null reference, or an empty collection if no child nodes exist.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> instance for which to retrieve the child nodes.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.GetParentNode(System.Web.SiteMapNode)">
      <summary>Retrieves the parent node of a specified <see cref="T:System.Web.SiteMapNode" /> object.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> instance that represents the parent of node; returns a null reference if the object has no parent or if security trimming is enabled and the parent node is not accessible to the current user.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> instance for which to retrieve the parent <paramref name="node" />.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPContentMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Initializes the SPContentMapProvider implementation and provides resources that are needed to load site-map data from persistent storage.</summary>
      <param name="name">The name of the content-map provider to initialize.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains attributes to help initialize the provider. These attributes are read from the content-map provider configuration in the Web.config file.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPHierarchyDataView">
      <summary>Represents a data view on a node or collection of nodes in a hierarchical data structure for a <see cref="T:System.Web.UI.HierarchicalDataSourceControl" /> object. This class cannot be inherited.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPHierarchyDataView.Name">
      <summary>Gets the name or data path of the data view.</summary>
      <returns>The name of the <see cref="T:Microsoft.SharePoint.Navigation.SPHierarchyDataView" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPHierarchyDataView.Select">
      <summary>Gets a list of all the data items in the view.</summary>
      <returns>An <see cref="T:System.Web.UI.IHierarchicalEnumerable" /> collection of data items.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPNavigation">
      <summary>Serves as a wrapper class for navigation-related operations at the site collection level. The SPNavigation object is available as a property value (<see cref="P:Microsoft.SharePoint.SPWeb.Navigation" />) on the <see cref="T:Microsoft.SharePoint.SPWeb" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigation.AddToQuickLaunch(Microsoft.SharePoint.Navigation.SPNavigationNode,Microsoft.SharePoint.Navigation.SPQuickLaunchHeading)"></member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigation.GetNodeById(System.Int32)">
      <summary>Gets the navigation node (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) by using an integer identifier.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object.</returns>
      <param name="id">Integer representing an identification number for the navigation node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigation.GetNodeByUrl(System.String)">
      <summary>Gets a navigation node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) by using the URL of the node.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object.</returns>
      <param name="url">The URL of the node corresponding to the <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.GlobalNodes">
      <summary>Gets the child nodes of the top-level navigation node as an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object that represents node children of the top-level navigation node.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.Home">
      <summary>Gets a node as an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object that represents the site home page.</summary>
      <returns>Returns an instance of <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> that represents the home page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.QuickLaunch">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object that contains the nodes that are exposed in the Quick Launch area of the site.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.TopNavigationBar">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object that contains the nodes that correspond with links in the top navigation bar of the site.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object. Returns null if the top navigation area is defined in a different site, or if the top navigation bar node collection has been deleted.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.UseShared">
      <summary>Gets or sets a Boolean value specifying whether the Web site inherits navigation.</summary>
      <returns>Returns true if the Web site inherits navigation; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigation.Web">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the Web site.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.SPWeb" /> object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPNavigationNode">
      <summary>This object represents the URL to a specific navigation node in an arbitrary hierarchy and provides methods for manipulating the position of the node and properties for setting node characteristics.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.#ctor(System.String,System.String)">
      <summary>Instantiates a new instance of the class that creates a new external node. The constructor specifies the node title, or display name, and URL of the node.</summary>
      <param name="title">Name of the node as displayed in the hierarchy tree control. Required.</param>
      <param name="url">URL of the node. Required.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.#ctor(System.String,System.String,System.Boolean)">
      <summary>Instantiates a new instance of the class that creates a new node. The constructor specifies the node title, or display name, and URL of the node, and specifies whether the new node is internal or external.</summary>
      <param name="title">Name of the node as displayed in the hierarchy tree control. Required.</param>
      <param name="url">URL of the node. Required.</param>
      <param name="isExternal">Specifies whether the new node is an external node or an internal node. The new node is external if true; the node is internal if false. Required.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Children">
      <summary>Gets child nodes of the navigation node as an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> object representing a collection of child nodes.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.Delete">
      <summary>Deletes the navigation node.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Id">
      <summary>Gets an integer identifier for the naviagation node.</summary>
      <returns>Returns an integer identifier for the node.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.IsExternal">
      <summary>Gets a Boolean value that specifies whether the navigation node URL corresponds to a page outside the site collection.</summary>
      <returns>Returns true if the the navigation node URL points to an external page; otherwise returns false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.IsVisible">
      <summary>Gets or sets a Boolean value that specifies whether the navigation node is visible.</summary>
      <returns>Returns true if the navigation node is visible; otherwise returns false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.LastModified">
      <summary>Gets or sets a DateTime value specifying when the node object was last modified.</summary>
      <returns>Returns a DateTime value specifying when the node was last modified.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.Move(Microsoft.SharePoint.Navigation.SPNavigationNodeCollection,Microsoft.SharePoint.Navigation.SPNavigationNode)">
      <summary>Moves the navigation node to the specified collection and to a position in the hierarchy following the specified (<paramref name="previousSibling" />) node.</summary>
      <param name="collection">The navigation node collection (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" />) to which the navigation node is moving.</param>
      <param name="previousSibling">The node (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) in the new node collection that occupies a position in the hierarchy one previous to the position that the current node will have.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.MoveToFirst(Microsoft.SharePoint.Navigation.SPNavigationNodeCollection)">
      <summary>Moves the navigation node to the specified node collection as the first node in the collection hierarchy.</summary>
      <param name="collection">The node collection (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" />) to which the navigation node moves.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.MoveToLast(Microsoft.SharePoint.Navigation.SPNavigationNodeCollection)">
      <summary>Moves the navigation node to the specified node collection as the last node in the collection hierarchy.</summary>
      <param name="collection">The node collection (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" />) to which the navigation node moves.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Navigation">
      <summary>Gets or sets the parent navigation object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigation" />).</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigation" /> object representing the parent navigation object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Parent">
      <summary>Gets a navigation node object instance (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) representing the parent node in the hierarchy.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object instance representing the parent node.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.ParentId">
      <summary>Gets an integer identifier of the parent node (<see cref="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Parent" />) in the hierarchy.</summary>
      <returns>Returns an <see cref="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Parent" /> object representing the parent node.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Properties">
      <summary>Gets a hash table that provides name/value pairs representing the node properties.</summary>
      <returns>Returns a hash table containing property name/value pairs.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Title">
      <summary>Gets or sets the string used as the anchor text for the node navigation link.</summary>
      <returns>Returns a string representing the display name that serves as anchor text.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.TitleResource"></member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNode.Update">
      <summary>Updates property changes that have been made to the navigation node.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNode.Url">
      <summary>Gets or sets the URL stored with the navigation node.</summary>
      <returns>Returns a string representation of the navigation node URL.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection">
      <summary>A collection of <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> objects. This class inherits from <see cref="T:Microsoft.SharePoint.SPBaseCollection" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Add(Microsoft.SharePoint.Navigation.SPNavigationNode,Microsoft.SharePoint.Navigation.SPNavigationNode)">
      <summary>Adds a node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) to the collection.</summary>
      <returns>Returns a navigation node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />).</returns>
      <param name="node">Specifies the node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) to add to the collection.</param>
      <param name="previousNode">Specifies the position in the node collection at which to add the new node object, by identifying the node previous to the position where the new node is inserted.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.AddAsFirst(Microsoft.SharePoint.Navigation.SPNavigationNode)">
      <summary>Adds a node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) as the first node in the collection.</summary>
      <returns>Returns a navigation node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />).</returns>
      <param name="node">Specifies the node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) to add to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.AddAsLast(Microsoft.SharePoint.Navigation.SPNavigationNode)">
      <summary>Adds a node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) as the last node in the collection.</summary>
      <returns>Returns a navigation node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />).</returns>
      <param name="node">Specifies the node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) to add to the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.CopyTo(Microsoft.SharePoint.Navigation.SPNavigationNode[],System.Int32)">
      <summary>Copies all members of the <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> collection to the specified array, starting at the specified destination array index.</summary>
      <param name="array">The <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> collection array.</param>
      <param name="index">Location in the destination array to which the collection is copied.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Count">
      <summary>Gets the number of <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> objects in the collection.</summary>
      <returns>Returns an integer specifying the number of node objects (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />).</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Delete(Microsoft.SharePoint.Navigation.SPNavigationNode)">
      <summary>Deletes the specified <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object from the collection.</summary>
      <param name="node">Specifies the node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) to delete from the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Item(System.Int32)">
      <summary>Identifies a specific node object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) by using an integer that specifies its index in the collection.</summary>
      <returns>Returns an <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object.</returns>
      <param name="index">Integer specifying the node object index position in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Navigation">
      <summary>Gets a navigation object (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigation" />) for the collection.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Navigation.SPNavigation" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection.Parent">
      <summary>Gets the parent node (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" />) of the node collection.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNode" /> object representing the parent node of the node collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPNavigationProvider">
      <summary>Provides a base class for Windows SharePoint Services site-map providers that is specialized for SharePoint site navigation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationProvider" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationProvider.CurrentNode">
      <summary>Gets the <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.FindSiteMapNode(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the page at the specified URL.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object identified by <paramref name="rawUrl" />.</returns>
      <param name="rawUrl">URL that identifies the page for which to retrieve a <see cref="T:System.Web.SiteMapNode" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.FindSiteMapNode(System.Web.HttpContext)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page by using the specified <see cref="T:System.Web.HttpContext" /> instance.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object.</returns>
      <param name="context">The <see cref="T:System.Web.HttpContext" /> instance that is used to match node information with the URL of the requested page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.FindSiteMapNodeFromKey(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object based on a specified lookup key.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object that represents the Web page identified by <paramref name="key" />.</returns>
      <param name="key">A lookup key corresponding to a specific <see cref="T:System.Web.SiteMapNode" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.GetChildNodes(System.Web.SiteMapNode)">
      <summary>Retrieves the child nodes of a specified <see cref="T:System.Web.SiteMapNode" /> object.</summary>
      <returns>Returns a read-only <see cref="T:System.Web.SiteMapNodeCollection" /> object that contains the immediate child nodes of the specified <see cref="T:System.Web.SiteMapNode" /> object.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> object for which to retrieve all child nodes.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.GetParentNode(System.Web.SiteMapNode)">
      <summary>Retrieves the parent node of a specified <see cref="T:System.Web.SiteMapNode" /> object.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object that represents the part of <paramref name="node" />.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> object for which the parent node is retrieved.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.GetRootNodeCore">
      <summary>Retrieves the root node for all nodes that are managed by the current navigation provider.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPNavigationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Initializes the current <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationProvider" /> implementation, including resources that are needed to load site map data from persistent storage.</summary>
      <param name="name">The <see cref="P:System.Configuration.Provider.ProviderBase.Name" /> property of the provider to initialize.</param>
      <param name="attributes">The set of string keys and string values represented in a <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that provide attributes to help initialize the provider.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Navigation.SPNavigationProvider.Web">
      <summary>Gets the Web site (<see cref="T:Microsoft.SharePoint.SPWeb" />) for the current navigation scope.</summary>
      <returns>Returns a <see cref="T:Microsoft.SharePoint.SPWeb" /> object representing the current navigation scope.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Lists"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Documents"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Pictures"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Discussions"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Survey"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.Sites"></member>
    <member name="F:Microsoft.SharePoint.Navigation.SPQuickLaunchHeading.PeopleAndGroups"></member>
    <member name="T:Microsoft.SharePoint.Navigation.SPSiteMapProvider">
      <summary>Provides the <see cref="T:System.Web.SiteMapNode" /> objects that constitute the global content breadcrumb, which represents objects in the site hierarchy above the current site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Navigation.SPSiteMapProvider" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.FindSiteMapNode(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the Web page at the specified URL, which is typically the URL of the site's root folder.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object that represents the page identified by the <paramref name="rawUrl" /> parameter; otherwise, a null reference.</returns>
      <param name="rawUrl">A URL that identifies the Web page for which to retrieve a <see cref="T:System.Web.SiteMapNode" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.FindSiteMapNode(System.Web.HttpContext)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested Web page by using the specified <see cref="T:System.Web.HttpContext" /> object.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> object.</returns>
      <param name="context">
        <see cref="T:System.Web.HttpContext" /> object used to specify the requested Web page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.FindSiteMapNodeFromKey(System.String)">
      <summary>Returns a <see cref="T:System.Web.SiteMapNode" /> object based on a specified key.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> instance that represents the Web page identified by <paramref name="key" />.</returns>
      <param name="key">A lookup key that is used to create a <see cref="T:System.Web.SiteMapNode" /> instance.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.GetChildNodes(System.Web.SiteMapNode)">
      <summary>Retrieves the child nodes of a specified <see cref="T:System.Web.SiteMapNode" /> as a site-map node collection (<see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" />).</summary>
      <returns>Returns a read-only <see cref="T:Microsoft.SharePoint.Navigation.SPNavigationNodeCollection" /> that contains the child nodes of the specified <see cref="T:System.Web.SiteMapNode" /> object; otherwise returns a null reference, or an empty collection if no child nodes exist.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> instance for which to retrieve all child nodes.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.GetParentNode(System.Web.SiteMapNode)">
      <summary>Retrieves the parent node of a specified <see cref="T:System.Web.SiteMapNode" /> object.</summary>
      <returns>Returns a <see cref="T:System.Web.SiteMapNode" /> instance that represents the parent of node; otherwise returns a null reference if the object has no parent or if security trimming is enabled and the parent node is not accessible to the current user.</returns>
      <param name="node">The <see cref="T:System.Web.SiteMapNode" /> instance for which to retrieve the parent node.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPSiteMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Initializes the <see cref="T:Microsoft.SharePoint.Navigation.SPSiteMapProvider" /> implementation and provides resources that are needed to load site-map data from persistent storage.</summary>
      <param name="name">The name of the site-map provider to initialize.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains attributes to help initialize the provider. These attributes are read from the site-map provider configuration in the Web.config file.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider">
      <summary>Provides methods and properties for implementing an XML-based site map provider for a Windows SharePoint Server site.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.#ctor">
      <summary>Initialize an instance of the SharePoint <see cref="T:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.BuildSiteMap">
      <summary>Loads the site map information from an XML file and builds it in memory.</summary>
      <exception cref="ConfigurationException">Error loading web configuration file.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.Clear">
      <summary>Removes all elements in the collections of child and parent site map nodes and site map providers that the <see cref="T:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider" /> object internally tracks as part of its state.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.FindSiteMapNode(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the page at the specified URL.</summary>
      <returns>A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by <paramref name="rawURL" />.  If no corresponding SiteMapNode is found, or if security trimming is enabled and the node cannot be returned for the current user, then the method returns a null reference. (Nothing in Visual Basic).</returns>
      <param name="rawUrl">A URL that identifies the page for which to retrieve a <see cref="T:System.Web.SiteMapNode" />.</param>
      <exception cref="ArgumentNullException">A required <see cref="T:System.String" /> value is null.</exception>
      <exception cref="InvalidOperationException">Error occurred while retrieving the <see cref="T:System.Web.SiteMapNode" /> object.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.FindSiteMapNode(System.Web.HttpContext)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object that represents the currently requested page using the specified <see cref="T:System.Web.HttpContext" /> object.</summary>
      <returns>A <see cref="T:System.Web.SiteMapNode" /> that represents the currently requested page.</returns>
      <param name="context">The <see cref="T:System.Web.HttpContext" /> used to match node information with the URL of the requested page.</param>
      <exception cref="ArgumentNullException">
        <see cref="T:System.Web.HttpContext" /> object is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.FindSiteMapNodeFromKey(System.String)">
      <summary>Retrieves a <see cref="T:System.Web.SiteMapNode" /> object based on a specified key.</summary>
      <returns>A <see cref="T:System.Web.SiteMapNode" /> that represents the page identified by key.  If no corresponding <see cref="T:System.Web.SiteMapNode" /> is found, a null reference (Nothing in Visual Basic) is returned.  The default is a null reference (Nothing in Visual Basic).</returns>
      <param name="key">A lookup key with which a <see cref="T:System.Web.SiteMapNode" /> is created.</param>
      <exception cref="ArgumentNullException">A required <see cref="T:System.String" /> value is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.GetChildNodes(System.Web.SiteMapNode)"></member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.GetParentNode(System.Web.SiteMapNode)">
      <summary>Retrieves the parent node of a specified <see cref="T:System.Web.SiteMapNode" /> object.</summary>
      <returns>A <see cref="T:System.Web.SiteMapNode" /> object that represents the parent of node.</returns>
      <param name="node">
        <see cref="T:System.Web.SiteMapNode" /> object for which to retrieve the parent node.</param>
      <exception cref="ArgumentNullException">
        <see cref="T: System.Web.SiteMapNode" /> parameter is null.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Initializes the <see cref="T:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider" /> object and provides resources used to load site-map data from persistent storage.</summary>
      <param name="name">The name of the content-map provider to initialize.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection" /> object that contains additional attributes used in initializing the <see cref="T:Microsoft.SharePoint.Navigation.SPXmlContentMapProvider" />. These attributes are read from the content-map provider configuration in the Web.config file.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SoapServer.ExportWebPartClass">
      <summary>Provides an ASP.NET page that returns the DWP string format of a Web Part given a Web Part Page and the Web Part GUID.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.ExportWebPartClass.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SoapServer.ExportWebPartClass" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.ExportWebPartClass.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the HTML returned by the HtmlTextWriter class.</summary>
      <param name="writer">The HtmlTextWriter object that receives the Web Part content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SoapServer.ExportWebPartFileClass">
      <summary>Provides an ASP.NET page that returns the DWP string format of a Web Part given the file name of the DWP file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.ExportWebPartFileClass.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SoapServer.ExportWebPartFileClass" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.ExportWebPartFileClass.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the HTML returned by the HtmlTextWriter class.</summary>
      <param name="writer">The HtmlTextWriter object that receives the Web Part file content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SoapServer.SoapServerException">
      <summary>A wrapper class that converts a SharePoint or COM exception to a SOAP exception so that it can be deserialized on the Visual Studio .NET client.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.#ctor(System.String,System.Xml.XmlQualifiedName)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SoapServer.SoapServerException" /> class based on the specified message and fault code.</summary>
      <param name="message">Describes the current exception.</param>
      <param name="code">Specifies a SOAP fault code representing an error that occurred on the server.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.#ctor(System.Xml.XmlNode)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.SoapServer.SoapServerException" /> class based on the specified XML node.</summary>
      <param name="details">A string that contains an XmlNode representing the application-specific error information.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.AddErrorCode(System.Xml.XmlNode,System.Int32)">
      <summary>Adds the error code to a node in a SOAP exception.</summary>
      <param name="node">Represents a single XML node in the SOAP message.</param>
      <param name="code">Represents the error code.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.AddErrorString(System.Xml.XmlNode,System.String)">
      <summary>Adds the error description to a node in a SOAP exception.</summary>
      <param name="node">Represents a single XML node in the SOAP message.</param>
      <param name="strError">Represents the error description.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapServerException.DetailsNodeNameSpace">
      <summary>Gets the value of the the namespace URI (Uniform Resource Identifier) of the node on the server where the exception occurred.</summary>
      <returns>A string that represents the namespace URI where the exception occurred.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.HandleException(System.Exception)">
      <summary>Handles an exception that is thrown.</summary>
      <returns>A System.Exception that is the base class of exceptions.</returns>
      <param name="ex">Contains the exception that is thrown.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapServerException.InfoNodeNameSpace">
      <summary>Gets the value of the namespace URI (Uniform Resource Identifier) of the node on the SharePoint server where the exception occurred.</summary>
      <returns>A string representing the URI value of the namespace where the exception occurred.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeDetailsNode(System.String)">
      <summary>Creates a node that contains the error description.</summary>
      <returns>A System.Xml.XmlNode that represents a single node in the SOAP message.</returns>
      <param name="strError">A string that contains the error description.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeDetailsNode(System.String,System.Int32)">
      <summary>Creates a node that contains the error description and the error code.</summary>
      <returns>A System.Xml.XmlNode that represents a single node in the SOAP message.</returns>
      <param name="strError">A string that contains the error description.</param>
      <param name="code">A 32-bit integer that represents the error code.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeSoapException(System.String)">
      <summary>Creates a SOAP exception event and passes in the error description.</summary>
      <returns>A System.Web.Services.Protocols.SoapException that represents the exception that was thrown.</returns>
      <param name="strError">A string that contains the error description.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeSoapException(System.String,System.Int32)">
      <summary>Creates a SOAP exception event and passes in the error description and the error code.</summary>
      <returns>A System.Web.Services.Protocols.SoapException that represents the exception that was thrown.</returns>
      <param name="strError">A string that contains the error description.</param>
      <param name="strCode">A 32-bit integer that specifies the error code.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeSoapException(System.String,System.Int32,System.Exception)">
      <summary>Creates a SOAP exception event and passes in the error description, error code, and the related exception that caused the current exception.</summary>
      <returns>A System.Web.Services.Protocols.SoapException that represents the SOAP exception that was thrown.</returns>
      <param name="strError">A string that contains the error description.</param>
      <param name="strCode">A 32-bit integer that specifies the error code.</param>
      <param name="e">An Exception that contains the related exception that caused the current exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.MakeSoapException(System.String,System.Xml.XmlQualifiedName)">
      <summary>Creates a SOAP exception event and passes in the SOAP fault code and an XML qualified name.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SoapServer.SoapServerException" /> object that represents the exception that was thrown.</returns>
      <param name="message">A string that describes the current exception.</param>
      <param name="code">Specifies a SOAP fault code representing an error that occurred on the server.</param>
    </member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapServerException.MyActor">
      <summary>Gets the piece of code that caused the exception.</summary>
      <returns>A string that contains the piece of code that caused the exception.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapServerException.StackTrace">
      <summary>Gets a string representation of the frames on the call stack at the time the current exception was thrown.</summary>
      <returns>A string that contains stack trace information.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.ThrowSoapException(System.String,System.Int32)">
      <summary>Throws an exception and provides additional details about the exception, including the description and the error code.</summary>
      <param name="strError">A string that contains the error description.</param>
      <param name="strCode">A 32-bit integer that specifies the error code.</param>
    </member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapServerException.ThrowSoapException(System.String,System.Int32,System.Exception)">
      <summary>Throws an exception and provides additional details about the exception including the description, the error code, and the InnerException information.</summary>
      <param name="strError">A string that contains the error description.</param>
      <param name="strCode">A 32-bit integer that specifies the error code.</param>
      <param name="inner">A System.Exception object that describes the error that caused the current exception.</param>
    </member>
    <member name="T:Microsoft.SharePoint.SoapServer.SoapXml"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement2String(Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.String2SoapXmlElement(System.String)"></member>
    <member name="T:Microsoft.SharePoint.SoapServer.SoapXml.SoapString"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapString.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapString.GetSchema"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapString.ReadXml(System.Xml.XmlReader)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapString.StringSchema(System.Xml.Schema.XmlSchemaSet)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapString.WriteXml(System.Xml.XmlWriter)"></member>
    <member name="T:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.GetSchema"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.ReadXml(System.Xml.XmlReader)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.StringSchema(System.Xml.Schema.XmlSchemaSet)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlElement.WriteXml(System.Xml.XmlWriter)"></member>
    <member name="T:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject.Dispose"></member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject.Length"></member>
    <member name="P:Microsoft.SharePoint.SoapServer.SoapXml.SoapXmlObject.OuterXml"></member>
    <member name="T:Microsoft.SharePoint.SoapServer.WebPartPageSoapServerException"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPageSoapServerException.#ctor(System.Xml.XmlNode)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPageSoapServerException.HandleException(System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.SoapServer.WebPartPagesWebService"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.#ctor(Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.AddWebPart(System.String,System.String,Microsoft.SharePoint.WebPartPages.Storage)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.AddWebPartToZone(System.String,System.String,Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.AssociateWorkflowMarkup(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.ConvertWebPartFormat(System.String,Microsoft.SharePoint.Utilities.FormatConversionOption)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.DeleteWebPart(System.String,System.Guid,Microsoft.SharePoint.WebPartPages.Storage)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.ExecuteProxyUpdates(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.FetchLegalWorkflowActions"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetAssemblyMetaData(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetBindingResourceData(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetCustomControlList"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetDataFromDataSourceControl(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetExpandedListViewXml(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetFormCapabilityFromDataSourceControl(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetSafeAssemblyInfo"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPart(System.String,System.Guid,Microsoft.SharePoint.WebPartPages.Storage)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPart2(System.String,System.Guid,Microsoft.SharePoint.WebPartPages.Storage,Microsoft.SharePoint.Utilities.SPWebServiceBehavior)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartCrossPageCompatibility(System.String,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartPage(System.String,Microsoft.SharePoint.Utilities.SPWebServiceBehavior)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartPageConnectionInfo(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartPageDocument(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartProperties(System.String,Microsoft.SharePoint.WebPartPages.Storage)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetWebPartProperties2(System.String,Microsoft.SharePoint.WebPartPages.Storage,Microsoft.SharePoint.Utilities.SPWebServiceBehavior)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.GetXmlDataFromDataSource(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.RemoveWorkflowAssociation(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.RenderWebPartForEdit(System.String)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.SaveWebPart(System.String,System.Guid,System.String,Microsoft.SharePoint.WebPartPages.Storage)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.SaveWebPart2(System.String,System.Guid,System.String,Microsoft.SharePoint.WebPartPages.Storage,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.ValidateWorkflowMarkupAndCreateSupportObjects(System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.SoapServer.WebPartPagesWebService.WebPartPagesWebServicePermissionDenied"></member>
    <member name="T:Microsoft.SharePoint.StsAdmin.ErrorCodes">
      <summary>Specifies the type of error that occurred during an operation of STSADM.EXE.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.NoError"></member>
    <member name="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.GeneralError">
      <summary>A non-syntax error.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.SyntaxError">
      <summary>A syntax error.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.StsAdmin.ISPStsadmCommand">
      <summary>Adds new command-line operations and new functionality to the STSADM.EXE utility.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.StsAdmin.ISPStsadmCommand.GetHelpMessage(System.String)">
      <summary>Gets a remark about the syntax of the specified custom operation. </summary>
      <returns>A <see cref="T:System.String" /> that represents a description of the syntax of the operation <paramref name="command" />. </returns>
      <param name="command">The operation about which help is sought.</param>
    </member>
    <member name="M:Microsoft.SharePoint.StsAdmin.ISPStsadmCommand.Run(System.String,System.Collections.Specialized.StringDictionary,System.String@)">
      <summary>Executes the specified operation. </summary>
      <returns>An <see cref="T:System.Int32" /> that can be used to signal the result of the operation. For proper operation with STSADM, use the following rules when implementing.Return 0 for success.Return <see cref="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.GeneralError" /> (-1) for any error other than syntax. Return <see cref="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.SyntaxError" /> (-2) for a syntax error. When 0 is returned, STSADM streams <paramref name="output" />, if it is not null, to the console. When <see cref="F:Microsoft.SharePoint.StsAdmin.ErrorCodes.SyntaxError" /> is returned, STSADM calls <see cref="M:Microsoft.SharePoint.StsAdmin.ISPStsadmCommand.GetHelpMessage(System.String)" /> and its return value is streamed to the console, and it streams <paramref name="output" />, if it is not null, to stderr (standard error). To obtain the content of stderr in managed code, use <see cref="P:System.Console.Error" />. When any other value is returned, STSADM streams <paramref name="output" />, if it is not null, to stderr.</returns>
      <param name="command">The name of the custom operation.</param>
      <param name="keyValues">The parameters, if any, that are added to the command line. </param>
      <param name="output">An output string, if needed. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute">
      <summary>Provides a definition for an attribute that can be used to define the type of the base <see cref="T:Microsoft.SharePoint.Upgrade.SPAction" /> object for a particular sequence.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute.#ctor(System.Type)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute" /> class based on the specified system type.</summary>
      <param name="type">A System.Type object that represents the type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute.ActionBaseType">
      <summary>Gets the base type of the action.</summary>
      <returns>A System.Type object that represents the base type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.BackwardsCompatibleSchemaVersionAttribute"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.BackwardsCompatibleSchemaVersionAttribute.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.BackwardsCompatibleSchemaVersionAttribute.BackwardsCompatibleSchemaVersion"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.IAssemblyManifest">
      <summary>Provides an interface for the assembly manifest used during the upgrade process.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IAssemblyManifest.Delegates">
      <summary>Gets the list of delegate types in the assembly. </summary>
      <returns>A System.Collections.IList interface that represents the collection of delegate types. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.IBuildVersioned">
      <summary>Provides an interface that encapsulates the build versioning used in the upgrade.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IBuildVersioned.BuildVersion">
      <summary>Gets or sets the build version used in upgrade.</summary>
      <returns>A System.Version object that represents the build version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IBuildVersioned.MinSupportedBuildVersion">
      <summary>Gets the minimum build number that upgrade will support.</summary>
      <returns>A System.Version object that represents the build number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IBuildVersioned.TargetBuildVersion">
      <summary>Gets the build version used within the context of a clean installation.</summary>
      <returns>A System.Version object representing the build version.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.ICompatibleSchemaVersioned"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.ICompatibleSchemaVersioned.BackwardsCompatibleSchemaVersion"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.IHierarchyBuilder">
      <summary>Provides an interface that encapsulates a hierarchy builder delegate.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.IHierarchyBuilder.AddNextLevelObjects">
      <summary>Adds next-level objects to the server farm hierarchy.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IHierarchyBuilder.IsApplicable">
      <summary>Gets a Boolean value that indicates whether this hierarchy builder is applicable to the current object.</summary>
      <returns>true if the hierarchy builder is applicable to the object; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.IMigrator">
      <summary>Provides an interface that encapsulates a migrator delegate.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IMigrator.CanMigrate">
      <summary>Gets a Boolean value that indicates whether the migration can be performed.</summary>
      <returns>true if the migration can be performed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IMigrator.IsApplicable">
      <summary>Gets a Boolean value that indicates whether the migrator is applicable to the current object.</summary>
      <returns>true if the migrator is applicable to the current object; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.IMigrator.Migrate">
      <summary>Executes migration of the object. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.ISchemaVersioned">
      <summary>Provides an interface that encapsulates schema versioning.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.ISchemaVersioned.SchemaVersion">
      <summary>Gets or sets the version of the schema.</summary>
      <returns>A System.Version object that represents the schema version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.ISchemaVersioned.TargetSchemaVersion">
      <summary>Gets the schema version that is used within the context of a clean installation.</summary>
      <returns>A System.Version object representing the schema version.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.IUpgrader">
      <summary>Provides an interface that encapsulates an upgrader delegate.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IUpgrader.CanUpgrade">
      <summary>Gets a Boolean value that indicates whether upgrade can be performed.</summary>
      <returns>true if upgrade can be performed; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IUpgrader.ContinueOnFailure"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.IUpgrader.FinalizeUpgrade">
      <summary>Performs the operation to finalize upgrade in a gradual version-to-version upgrade. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IUpgrader.IsApplicable">
      <summary>Gets a Boolean value that indicates whether the upgrader is applicable to the current object.</summary>
      <returns>true if the upgrader is applicable to the object; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.IUpgrader.NeedsUpgrade">
      <summary>Gets or sets a Boolean value that specifies whether the current object needs to be upgraded.</summary>
      <returns>true if the object needs to be upgraded; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.IUpgrader.PostUpgrade">
      <summary>Runs tasks after the current upgrade sequence completes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.IUpgrader.PreUpgrade">
      <summary>Runs tasks before the current upgrade sequence starts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.IUpgrader.Upgrade">
      <summary>Executes the upgrade.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.IVersionCompatibleUpgrader"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.IVersionCompatibleUpgrader.IsBackwardsCompatible"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.LogLevel">
      <summary>Specifies the level of an entry reported in the log. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.None">
      <summary>No logging</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.Verbose"></member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.Debug">
      <summary>Debug</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.Info">
      <summary>Information</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.Warning">
      <summary>Warning</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.LogLevel.Error">
      <summary>Error</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.Mode">
      <summary>Specifies the type of an upgrade.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.Mode.InPlace">
      <summary>Version-to-version in-place upgrade. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.Mode.SideBySide">
      <summary>Version-to-version gradual upgrade.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Upgrade.Mode.None">
      <summary>No upgrade is performed.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.OwnerAttribute">
      <summary>Provides a definition for an attribute that can be used to define an owner for a specific class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.OwnerAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.OwnerAttribute" /> class, based on the specified owner.</summary>
      <param name="owner">A string that contains the name of the owner.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.OwnerAttribute.Owner">
      <summary>Gets a string that contains the name of the owner.</summary>
      <returns>A string that contains the name of the owner.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.PhaseAttribute">
      <summary>Provides a definition for an attribute that can be used to divide the upgrade of an object into distinct phases. Each phase can have one or more upgrade sequences.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.PhaseAttribute.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.PhaseAttribute" /> class.</summary>
      <param name="phase">A 32-bit integer that specifies the phase number.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.PhaseAttribute.Phase">
      <summary>Gets the phase number of the upgrade.</summary>
      <returns>A 32-bit integer that indicates the phase number.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPAction">
      <summary>Abstract class that represents an upgrade action, which is a self-contained operation that describes an upgrade transformation.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPAction" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.Commit">
      <summary>Commits the upgrade action.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.Description">
      <summary>Gets a string that contains a description for the action.</summary>
      <returns>A string that contains the description.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.Dispose">
      <summary>Releases all unmanaged resources used by the upgrade action.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.FromBuildVersion">
      <summary>Gets the version number of the build that is being upgraded.</summary>
      <returns>A System.Version object that represents the build version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.HonorTargetSchemaVersion"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.Initialize(System.Object,Microsoft.SharePoint.Upgrade.SPSequence)">
      <summary>Initializes the upgrade action based on the specified object and sequence.</summary>
      <param name="o">An object that represents the object to upgrade.</param>
      <param name="sequence">An <see cref="T:Microsoft.SharePoint.Upgrade.SPSequence" /> object that represents the sequence.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.Log">
      <summary>Gets the log of the upgrade.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.Manager">
      <summary>Gets the Windows SharePoint Services upgrade manager object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPManager" /> object that represents the upgrade manager.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.Rollback">
      <summary>Rolls back the upgrade action.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.ShouldRun">
      <summary>Gets a Boolean value that indicates whether the upgrade action should run.</summary>
      <returns>true if the upgrade action should run; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.SPSequence">
      <summary>Gets the sequence object that represents the upgrade sequence.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPSequence" /> object that represents the sequence.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.TargetSchemaVersion">
      <summary>Gets the schema version to which the Windows SharePoint Services installation is being upgraded.</summary>
      <returns>A System.Version object that represents the schema version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.ToBuildVersion">
      <summary>Gets the version number of the build to which the Windows SharePoint Services installation is being upgraded.</summary>
      <returns>A System.Version object that represents the build version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.Type">
      <summary>Gets the type of object that is being upgraded through the action.</summary>
      <returns>A System.Type object that represents the type of object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPAction.UpgradableObject">
      <summary>Gets an object representing the object that is being upgraded through the action.</summary>
      <returns>An object that represents the upgrade object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPAction.Upgrade">
      <summary>Executes the upgrade logic for the action.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPActionSequence">
      <summary>Abstract class that represents an upgrade sequence that uses upgrade actions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPActionSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPActionSequence" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPActionSequence.Actions">
      <summary>Gets the actions for the action sequence.</summary>
      <returns>A System.Collections.Generic.IDictionary object that represents the actions for the actions sequence.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPActionSequence.PostUpgrade">
      <summary>Executes after the <see cref="M:Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade" /> method is implemented.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPActionSequence.PreUpgrade">
      <summary>Executes before the <see cref="M:Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade" /> method is implemented.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPActionSequence.RunnableActions">
      <summary>Gets the actions that can be run for the sequence.</summary>
      <returns>A System.Collections.Generic.IDictionary object representing the actions that can be run.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.Upgrade.SPActionSequence.UpdatingProgress">
      <summary>Occurs while the upgrade is in progress.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade">
      <summary>Executes the upgrade logic.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPDatabaseAction">
      <summary>Provides an abstract class for all database upgrade actions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPDatabaseAction" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.Commit">
      <summary>Commits the database session.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.Dispose">
      <summary>Disposes the database session and releases resources.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.ExecuteSql(System.String)">
      <summary>Executes a series of Transact-SQL queries based on the specified string.</summary>
      <param name="sql">A string that contains the Transact-SQL queries to be executed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.ExecuteSql(System.String,System.Int32)">
      <summary>Executes a series of Transact-SQL queries based on the specified string within a specified time-out period.</summary>
      <param name="sql">A string that contains the Transact-SQL queries to be executed.</param>
      <param name="commandTimeout">A 32-bit integer that specifies the number of minutes before the operation times out.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseAction.Rollback">
      <summary>Rolls back the database session.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseAction.SPDatabaseSequence">
      <summary>Gets the typed upgrade sequence.</summary>
      <returns>An <see cref="T:Micosoft.SharePoint.Upgrade.SPDatabaseSequence" /> object that represents the upgrade sequence.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseAction.SqlSession">
      <summary>Gets a SQL session accessor to the current database.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Upgrade.ISqlSession" /> interface that represents the accessor.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPDatabaseSequence">
      <summary>Abstract class representing a sequence that all database sequences can use to inherit the default implementation of the <see cref="T:Microsoft.SharePoint.Upgrade.ISchemaVersioned" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPDatabaseSequence" /> class.  </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.BackwardsCompatibleSchemaVersion"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.Database"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.DatabaseConnectionString">
      <summary>Gets the connection string for the database that is being upgraded.</summary>
      <returns>A string that contains the connection string.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.GetVersion(System.Guid,System.Version)">
      <summary>Returns the associated database version based on the specified ID and default version.</summary>
      <returns>A System.Version object that represents the database version.</returns>
      <param name="id">A GUID that identifies the database.</param>
      <param name="defaultVersion">A System.Version object that represents the default version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.SchemaVersion">
      <summary>Gets or sets the schema version for the database sequence.</summary>
      <returns>A System.Version object that represents the version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.SetVersion(System.Guid,System.Version)">
      <summary>Sets the version of the database sequence within the Versions table of the Windows SharePoint Services database.</summary>
      <param name="id">A GUID that identifies the database.</param>
      <param name="version">A System.Version object that represents the version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.TargetSchemaVersion">
      <summary>Gets the target schema version for the database upgrade sequence.</summary>
      <returns>A System.Version object that represents the version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDatabaseSequence.Upgrade"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPDataSourceMigratorException"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDataSourceMigratorException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDataSourceMigratorException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDataSourceMigratorException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPDelegate">
      <summary>Provides an abstract class for all upgrade delegates. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDelegate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPDelegate" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPDelegate.Initialize(System.Object)">
      <summary>Initializes the delegate based on the specified object.</summary>
      <param name="o">An object that represents the delegate to be initialized.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.IsApplicable">
      <summary>Gets a Boolean value that indicates whether the delegate is applicable.</summary>
      <returns>true if the delegate is applicable; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.Log">
      <summary>Gets the log for the delegate.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.Manager">
      <summary>Gets the Windows SharePoint Services Upgrade Manager.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPManager" /> object that represents the Upgrade Manager.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.Object">
      <summary>Gets the delegating object.</summary>
      <returns>An object that represents the delegating object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.Session"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPDelegate.Type">
      <summary>Gets the type of the delegate.</summary>
      <returns>A System.Type object that represents the delegate type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPHierarchyManager">
      <summary>Represents the upgrade hierarchy manager.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPHierarchyManager.AddNextLevelObject(System.Object,System.Object)">
      <summary>Adds the specified next-level object to the server farm hierarchy, based on the specified current and next objects.</summary>
      <param name="current">An object that represents the current object.</param>
      <param name="next">An object that represents the next-level object to add.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPHierarchyManager.Instance">
      <summary>Gets the singleton instance of the hierarchy manager object.</summary>
      <returns>An object that represents the hierarchy manager.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence">
      <summary>Abstract class that represents the upgrade sequence for an SPIisSite object. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.BuildVersion">
      <summary>Gets the Windows SharePoint Services build version of the <see cref="T:Microsoft.SharePoint.Administration.SPIisWebSite" /> object.</summary>
      <returns>A System.Version object that represents the build version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.IisWebSite">
      <summary>Gets the Internet Information Server (IIS) Web site object of the upgrade sequence. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPIisWebSite" /> object that represents the IIS Web site. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.MinSupportedBuildVersion">
      <summary>Gets the earliest build number that upgrade will support on this sequence. </summary>
      <returns>A System.Version object that represents the build number.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.TargetBuildVersion">
      <summary>Gets the target binary build version.</summary>
      <returns>A System.Version object that represents the build version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPIisWebSiteSequence.WebApplication">
      <summary>Gets the Windows SharePoint Services Web application that is served by the Internet Information Services (IIS) Web site.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPWebApplication" /> object that represents the Web application.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPLog">
      <summary>Represents the Windows SharePoint Services upgrade log.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Debug(System.String)">
      <summary>Writes the specified message to the upgrade event log.</summary>
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Debug(System.String,System.Exception)">
      <summary>Writes the specified message and exception to the upgrade event log.</summary>
      <param name="output"></param>
      <param name="exception">A System.Exception object that represents the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Debug(System.String,System.Exception,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Debug(System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Error(System.String)">
      <summary>Writes the specified error message to the upgrade event log.</summary>
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Error(System.String,System.Exception)">
      <summary>Writes the specified error message and exception to the upgrade event log.</summary>
      <param name="output"></param>
      <param name="exception">A System.Exception object that represents the exception whose stack trace is logged.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Error(System.String,System.Exception,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Error(System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.GetInstance(System.String)">
      <summary>Returns an instance of the log object that belongs to the specified category.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
      <param name="category">A string that contains the name of the category to which the log belongs.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.GetInstance(System.Type)">
      <summary>Returns an instance of the log object that belongs to the specified type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
      <param name="type">A System.Type object that represents the type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.GetInstance(System.Type,System.Reflection.MethodInfo)">
      <summary>Returns an instance of the log object that belongs to the specified type based on the specified method information.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
      <param name="type">A System.Type object that represents the type.</param>
      <param name="method">A System.Reflection.MethodInfo object that represents the method information.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Info(System.String)">
      <summary>Writes the specified message to the upgrade event log.</summary>
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Info(System.String,System.Exception)">
      <summary>Writes the specified message and exception to the upgrade event log.</summary>
      <param name="output"></param>
      <param name="exception">A System.Exception object that represents the exception whose stack trace is logged.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Info(System.String,System.Exception,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Info(System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Verbose(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Verbose(System.String,System.Exception)"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Verbose(System.String,System.Exception,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Verbose(System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Warning(System.String)">
      <summary>Writes the specified warning to the upgrade event log.</summary>
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Warning(System.String,System.Exception)">
      <summary>Writes the specified warning and exception to the upgrade event log.</summary>
      <param name="output"></param>
      <param name="exception">A System.Exception object that represents the exception whose stack trace is logged.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Warning(System.String,System.Exception,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.Warning(System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.WriteLog(System.String,Microsoft.SharePoint.Upgrade.LogLevel)">
      <summary>Writes the specified message to the upgrade event log based on the specified log level.</summary>
      <param name="output"></param>
      <param name="level">A <see cref="T:Microsoft.SharePoint.Upgrade.LogLevel" /> value that specifies the log level.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.WriteLog(System.String,Microsoft.SharePoint.Upgrade.LogLevel,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.WriteLog(System.String,System.Exception,Microsoft.SharePoint.Upgrade.LogLevel)">
      <summary>Writes the specified message and exception to the upgrade event log based on the specified log level.</summary>
      <param name="output"></param>
      <param name="exception">A System.Exception object that represents the exception whose stack trace is logged.</param>
      <param name="level">A <see cref="T:Microsoft.SharePoint.Upgrade.LogLevel" /> value that specifies the log level.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPLog.WriteLog(System.String,System.Exception,Microsoft.SharePoint.Upgrade.LogLevel,System.Object[])"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPManager">
      <summary>Represents the Windows SharePoint Services Upgrade Manager.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPManager" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.ActionTimeThresholdInCompatibleMode"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.ConnectionString"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Farm"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Farm3"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Instance">
      <summary>Gets the singleton instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPManager" /> object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPManager" /> object that represents the Upgrade Manager.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.LocalV3FarmAccountName"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Log">
      <summary>Gets the log for the upgrade.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPLog" /> object that represents the log.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.LogFilePath">
      <summary>Gets or sets the path for the log file that is located on the local server.</summary>
      <returns>A string that contains the log file path.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.LoggingEnabled">
      <summary>Gets or sets a Boolean value that determines whether logging is enabled for the upgrade.</summary>
      <returns>true to enable logging for the upgrade; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Mode">
      <summary>Gets or sets the upgrade mode.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Upgrade.Mode" /> value that specifies the upgrade mode.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.PeekIsUpgradeRunning"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.PerformConfigDatabaseUpgrade(System.String,System.String)">
      <summary>Executes an upgrade of the configuration database in Windows SharePoint Services.</summary>
      <param name="databaseServer">A string that specifies the database server.</param>
      <param name="configDatabaseName">A string that specifies the database name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.RevertAllDocumentCustomizationsOnUpgrade">
      <summary>Gets a Boolean value that indicates whether the upgrade reverts all document customizations.</summary>
      <returns>true if the upgrade reverts all document customizations; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.RunMigrateSession(Microsoft.SharePoint.Administration.IMigratable,System.Boolean)">
      <param name="root"></param>
      <param name="bRecursive"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.RunUpgradeSession(Microsoft.SharePoint.Administration.IUpgradable,System.Boolean)">
      <param name="iup"></param>
      <param name="bRecursive"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.Session"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPManager.SetupConfigDBToWyukonBootStrapMode(System.Boolean,System.Boolean)">
      <param name="useWYukon"></param>
      <param name="b2bUpgrade"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPManager.UpgradeContext">
      <summary>Gets the context of the upgrade.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> object that represents the context of the upgrade.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPMigrator">
      <summary>Abstract class that is used to migrate content from an earlier version of Windows SharePoint Services to the current one.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPMigrator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPMigrator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPMigrator.CanMigrate">
      <summary>Gets a Boolean value that indicates whether the migrator can migrate content in the upgrade.</summary>
      <returns>A Boolean value that indicates whether content can be migrated.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPMigrator.IsApplicable">
      <summary>Gets a Boolean value that indicates whether the migrator is applicable.</summary>
      <returns>true if the migrator is applicable; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPMigrator.Migrate">
      <summary>Executes migration of content between versions.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence">
      <summary>Abstract class that represents the sequence that all persisted object sequences can use to inherit the default implementation of the <see cref="T:Microsoft.SharePoint.Upgrade.ISchemaVersioned" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.GetVersion(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.PersistedUpgradableObject">
      <summary>Gets the typed upgradeable object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPPersistedUpgradableObject" /> object that represents the upgradeable object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.SchemaVersion">
      <summary>Gets or sets the version number of the target schema version for the sequence.</summary>
      <returns>A System.Version object that represents the version number.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.SetVersion(System.Guid,System.Version)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence.TargetSchemaVersion">
      <summary>Gets the schema version number of the sequence.</summary>
      <returns>A System.Version object that represents the version number.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction.Commit"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction.Farm"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction.PrejoinedFarm"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction.Rollback"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence.Farm"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence.PrejoinedFarm"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPProgressUpdateEventArgs">
      <summary>Provides event arguments for the progress update event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPProgressUpdateEventArgs.#ctor(System.String,System.Double)"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPProgressUpdateEventArgs.#ctor(System.String,System.UInt32,System.UInt32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPProgressUpdateEventArgs" /> class.</summary>
      <param name="feature">A string describing the feature that is being upgraded.</param>
      <param name="numSteps">A 32-bit unsigned integer that specifies the number of steps involved in the current upgrade sequence.</param>
      <param name="currentStep">A 32-bit unsigned integer that specifies the number of the step that is currently being executed by the upgrade sequence.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPSequence">
      <summary>Provides an abstract superclass for all upgrade sequences in Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPSequence" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.AddNextLevelObjects">
      <summary>Sets the next objects in the server farm hierarchy.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.Applicable">
      <summary>This property is deprecated.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.CanUpgrade">
      <summary>Gets a Boolean value that indicates whether or not the object can be upgraded.</summary>
      <returns>true if the object can be upgraded; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.ContinueOnFailure"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.FinalizeUpgrade">
      <summary>Performs an explicitly called operation to finalize upgrade. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.GetProperty(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.HierarchyManager">
      <summary>Gets the global hierarchy manager for the upgrade.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Upgrade.SPHierarchyManager" /> object that represents the hierarchy manager.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.Id">
      <summary>Gets the ID of the sequence.</summary>
      <returns>A System.Guid that identifies the sequence.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.Initialize(System.Object)">
      <summary>Initializes the upgrade sequence for the specified object.</summary>
      <param name="o">An object that represents the object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.IsApplicable">
      <summary>Gets a Boolean value that indicates whether the sequence is applicable to the current object.</summary>
      <returns>true if the sequence is applicable; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.IsBackwardsCompatible"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.NeedsUpgrade">
      <summary>Gets or sets a Boolean value that specifies whether the sequence object needs an upgrade.</summary>
      <returns>true if the sequence object needs an upgrade; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.PlaceHolderSequence"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.PostUpgrade">
      <summary>Executes after the <see cref="M:Microsoft.SharePoint.Upgrade.SPSequence.Upgrade" /> method is implemented.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.PreUpgrade">
      <summary>Executes before the <see cref="M:Microsoft.SharePoint.Upgrade.SPSequence.Upgrade" /> method is implemented.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.SetPostUpgradeDependencies">
      <summary>By default this object has no post-upgrade dependencies.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.SetPreUpgradeDependencies">
      <summary>By default this object has no pre-upgrade dependencies.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSequence.UpgradableObject">
      <summary>Gets the upgradeable object of the sequence.</summary>
      <returns>An object that represents the upgradeable object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSequence.Upgrade">
      <summary>Executes the upgrade code for the sequence.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPSiteSequence">
      <summary>Abstract class that represents the upgrade sequence for a site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSiteSequence.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPSiteSequence" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSiteSequence.ContentDatabaseConnectionString">
      <summary>Gets the connection string for the content database of the site collection.</summary>
      <returns>A string that contains the content database connection string.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSiteSequence.ContinueOnFailure"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSiteSequence.GetVersion(System.Guid,System.Version)">
      <summary>Returns the associated site collection version based on the specified ID and default version.</summary>
      <returns>A System.Version object that represents the site collection version.</returns>
      <param name="id">A GUID that identifies the site collection.</param>
      <param name="defaultVersion">A System.Version object that represents the default version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSiteSequence.SchemaVersion">
      <summary>Gets or sets the schema version of the site collection sequence.</summary>
      <returns>A System.Version object that represents the schema version.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPSiteSequence.SetVersion(System.Guid,System.Version)">
      <summary>Sets the version of the site collection sequence within the Versions table of the Windows SharePoint Services database.</summary>
      <param name="id">A GUID that identifies the site collection.</param>
      <param name="version">A System.Version object that represents the version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSiteSequence.Site">
      <summary>Gets the site collection of the sequence.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPSiteSequence.TargetSchemaVersion">
      <summary>Gets the target schema version for the site collection upgrade sequence.</summary>
      <returns>A System.Version object that represents the schema version.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext">
      <summary>Provides additional upgrade context.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeContext.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeContext" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeContext.Clear">
      <summary>Clears the upgrade context.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeContext.Item(System.String)">
      <summary>Gets or sets the value of the associated key in the upgrade context.</summary>
      <returns>A string that contains the value associated with the key.</returns>
      <param name="key">A string that contains the key.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeContext.Item(System.Type)">
      <param name="key"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPUpgradeException">
      <summary>Represents an upgrade exception.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeException" /> class with the specified error message.</summary>
      <param name="msg">A string that contains the message.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.SPUpgradeException" /> class with the specified error message and root cause exception.</summary>
      <param name="msg">A string that contains the message.</param>
      <param name="rootCause">A System.Exception object that represents the exception.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPUpgradeLockException"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeLockException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeLockException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPUpgradeSession"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeSession.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeSession.ErrorFilePath"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeSession.Invalidate(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogFilePath"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeSession.LogLevel"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeSession.Mode"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeSession.PreviewUpgrade"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.SPUpgradeSession.RootObjectId"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.SPUpgradeSession.Update"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.SPUpgradeSessionCollection"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.StopEventReceiver">
      <summary>Base class that provides a default implementation for the <see cref="M:Microsoft.SharePoint.Upgrade.SPManager.StopEvent" /> handler.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.StopEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.StopEventReceiver" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.StopEventReceiver.Stopped">
      <summary>Gets or sets a Boolean value that specifies whether the upgrade is stopped.</summary>
      <returns>true if the upgrade is stopped; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute">
      <summary>Provides a definition for an attribute that can be used to define the target schema version of a concrete <see cref="T:Microsoft.SharePoint.Upgrade.SPAction" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute" /> class based on the specified version.</summary>
      <param name="version">A string that contains a representation of the schema version.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.CompareTo(System.Object)">
      <summary>Compares the <see cref="T:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute" /> object to a specified object.</summary>
      <returns>The following table shows possible return values. Return valueDescriptionLess than 0TargetSchemaVersionAttribute object is less than the specified object.0TargetSchemaVersionAttribute object is equal to the specified object.Greater than 0TargetSchemaVersionAttribute object is greater than the specified object.</returns>
      <param name="obj">An object representing the object that will be compared to the <see cref="T:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.Equals(System.Object)">
      <summary>Used to compare the schema versions of the database that will be upgraded. </summary>
      <returns>true if the specified object is equal to the current object; otherwise, false.</returns>
      <param name="obj">An object representing the schema version that will be compared with the current schema version.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.FromBuild">
      <summary>Gets or sets a string that specifies the first build version for which the target schema version is effective.</summary>
      <returns>A string that contains the first build version for which the target schema version is effective.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.op_GreaterThan(Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute,Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute)">
      <param name="v1"></param>
      <param name="v2"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.op_LessThan(Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute,Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute)">
      <param name="v1"></param>
      <param name="v2"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.TargetSchemaVersion">
      <summary>Gets the target schema version of the upgrade.</summary>
      <returns>A System.Version object that represents the target schema version.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.TargetSchemaVersionAttribute.ToBuild">
      <summary>Gets or sets a string that specifies the last build version for which the target schema version is effective.</summary>
      <returns>A string that contains the last build version for which the target schema version is effective.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.TargetUpgradableObjectAttribute">
      <summary>Provides a definition for an attribute that can be used to define the System.Type of the upgradeable object for a particular sequence. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.TargetUpgradableObjectAttribute.#ctor(System.Type)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.TargetUpgradableObjectAttribute" /> class based on the specified type.</summary>
      <param name="type">A System.Type object that represents the type.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Upgrade.TargetUpgradableObjectAttribute.TargetUpgradableObjectType">
      <summary>Gets the type of the upgradeable object.</summary>
      <returns>A System.Type object that represents the type.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Upgrade.TestOwnerAttribute"></member>
    <member name="M:Microsoft.SharePoint.Upgrade.TestOwnerAttribute.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Upgrade.TestOwnerAttribute.TestOwner"></member>
    <member name="T:Microsoft.SharePoint.Upgrade.UpgradableAttribute">
      <summary>Represents a class that can participate in the Windows SharePoint Services extensible upgrade infrastructure.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Upgrade.UpgradableAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Upgrade.UpgradableAttribute" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.AttachmentEnumerator">
      <summary>Represents an enumerator for <see cref="T:Microsoft.SharePoint.Utilities.SPEmailMessage" /> attachments.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.AttachmentEnumerator.Current">
      <summary>Gets the current e-mail attachment in the enumeration.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPEmailAttachment" /> object that represents the e-mail attachment.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.AttachmentEnumerator.MoveNext">
      <summary>Advances the enumerator to the next e-mail attachment, if one exists.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.AttachmentEnumerator.Reset">
      <summary>Resets the enumerator to its initial state.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.AttachmentEnumerator.System#Collections#IEnumerator#Current">
      <summary>Gets the current e-mail attachment in the enumeration.</summary>
      <returns>A System.Object that represents the e-mail attachment.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.AuthenticationRestrictions">
      <summary>Specifies whether access is restricted to only authenticated users, only anonymous users, or is available to all users. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.AuthenticationRestrictions.AllUsers">
      <summary>Access is available to all users.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.AuthenticationRestrictions.AuthenticatedUsersOnly">
      <summary>Access is available only to authenticated users.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.AuthenticationRestrictions.AnonymousUsersOnly">
      <summary>Access is available only to anonymous users.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.DateOptions">
      <summary>Provides access to properties and methods that view and set date options.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.#ctor(System.String,Microsoft.SharePoint.SPCalendarType,System.String,System.String,System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.DateOptions" /> class.</summary>
      <param name="localeId">A string that contains the locale identifier.</param>
      <param name="calendar">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents the calendar type.</param>
      <param name="workWeek">A string that contains the seven-character string that indicates the work days in a week, where 1 is a work day and 0 is not a work day; for example "0111110" represents a Monday–Friday work week for a week whose first day is Sunday.</param>
      <param name="firstDayOfWeek">A string that contains a numeric value that represents the first day of the week displayed in the calendar, in the range 0 through 6; 0 indicates Sunday, 1 indicates Monday, and so on. </param>
      <param name="hijriAdjustment">A string that contains a numeric value that represents the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan, and to accommodate the date difference between countries/regions.</param>
      <param name="timeZoneSpan">A string that contains a numeric value that represents the time zone span.</param>
      <param name="selectedDate">A string that contains the currently selected calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.#ctor(System.String,Microsoft.SharePoint.SPCalendarType,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.AddDays(Microsoft.SharePoint.Utilities.SimpleDate,System.Int32)">
      <summary>Returns a date that is the specified number of days away from the specified date.</summary>
      <returns>A SimpleDate value that represents the date that results from adding the specified number of days to the specified SimpleDate value.</returns>
      <param name="cDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to which to add days. </param>
      <param name="nDays">The number of days to add. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.AddMonths(Microsoft.SharePoint.Utilities.SimpleDate,System.Int32)">
      <summary>Returns a date that is the specified number of months away from the specified date.</summary>
      <returns>A SimpleDate value that represents the date that results from adding the specified number of months to the specified SimpleDate value.</returns>
      <param name="cDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to which to add months. </param>
      <param name="nMonths">The number of months to add. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.AddYears(Microsoft.SharePoint.Utilities.SimpleDate,System.Int32)">
      <summary>Returns a date that is the specified number of years away from the specified date.</summary>
      <returns>A SimpleDate value that represents the date that results from adding the specified number of years to the specified SimpleDate value.</returns>
      <param name="cDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to which to add years. </param>
      <param name="nYears">The number of years to add. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.AMDesignator">
      <summary>Gets the string designator for hours that are "ante meridiem" (before noon).</summary>
      <returns>A string that contains the designator. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.Calendar">
      <summary>Gets the current calendar.</summary>
      <returns>A <see cref="T:System.Globalization.Calendar" /> object that represents the calendar. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.CalendarType">
      <summary>Gets the type of the current calendar.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents the calendar type. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.DayNames">
      <summary>Gets the culture-specific full names of the days of the week.</summary>
      <returns>A one-dimensional string array that contains the names.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.FirstDayOfWeek">
      <summary>Gets a value that represents the first day of the week displayed in the calendar.</summary>
      <returns>An <see cref="T:System.Integer" /> in the range 0 through 6 that indicates the first day of the week displayed in the calendar; 0 indicates Sunday, 1 indicates Monday, and so on. The default is 0 (Sunday). </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.fixYear(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that is corrected to conform to the requirements of the current international calendar.</summary>
      <param name="cDate">The SimpleDate object to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.Get12Hours">
      <summary>Returns the hour values used for a 12-hour clock.</summary>
      <returns>A string array that contains the hour values; for example, "12","1","2","3","4","5","6","7","8","9","10","11","12","1","2","3","4","5","6","7","8","9","10","11".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDateString(Microsoft.SharePoint.Utilities.SimpleDate,System.String)">
      <summary>Returns a string representation of the specified date and uses the specified format.</summary>
      <returns>A string that contains the specified date and uses the specified string format.</returns>
      <param name="simpleDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to return.</param>
      <param name="format">A string that contains the format to use for the date string.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDayChar(System.Int32)">
      <summary>Returns a string representation of the specified calendar day.</summary>
      <returns>A string representation of the calendar day.</returns>
      <param name="day">A 32-bit integer that represents a calendar day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDayChar(System.Int32,Microsoft.SharePoint.SPCalendarType)">
      <summary>Returns a string representation of the specified calendar day and uses the specified calendar type.</summary>
      <returns>A string representation of the calendar day.</returns>
      <param name="day">A 32-bit integer that represents a calendar day.</param>
      <param name="calendartype">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents the calendar type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDaysAbbreviation">
      <summary>Returns abbreviations for the current days of the week.</summary>
      <returns>A string array that contains the abbreviations.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDaysSuperShortAbbreviation">
      <summary>Returns short abbreviations for the current days of the week.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetDowLongDateString(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a string representation of the day of week of the specified date.</summary>
      <returns>A string that contains the day of week.</returns>
      <param name="dt">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetHoursString(System.Boolean,System.Boolean)">
      <summary>Returns the hour values used to display time values in the specified format.</summary>
      <returns>A string array that contains the hour values; for example, "00","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23".</returns>
      <param name="hoursMode24">true to use a 24-hour time format; otherwise, false. </param>
      <param name="hasMinutes">true to include minutes in the hours string; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetMonthDayDateString(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a string representation of the month and day of the specified date.</summary>
      <returns>A string that contains the month and day.</returns>
      <param name="dt">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetMonthNames(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns the month names used to display the specified date.</summary>
      <returns>A string array that contains the month names.</returns>
      <param name="dt">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetMonthNamesAbbreviation">
      <summary>Returns an abbreviated version of the month names used to display the date.</summary>
      <returns>A string array that contains the abbreviated month names.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetMonthNamesAbbreviation(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns an abbreviated version of the month names used to display the specified date.</summary>
      <returns>A string array that contains the abbreviated month names.</returns>
      <param name="dt">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetMonthYearString(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a string representation of the month and year of the specified date.</summary>
      <returns>A string that contains the month and year.</returns>
      <param name="simpleDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetShortDateString(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a string representation of the specified date and uses the short date format.</summary>
      <returns>A string that contains the date in short-date format.</returns>
      <param name="simpleDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetShortDayAbbreviation">
      <summary>Returns shortened abbreviations for the current days of the week.</summary>
      <returns>A string array that contains the abbreviations.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetTimeString(System.Boolean,System.DateTime,System.DateTime,System.String)">
      <summary>Returns a string representation of the elapsed time between two specified <see cref="T:System.DateTime" /> values.</summary>
      <returns>A string that contains the time value.</returns>
      <param name="hoursMode24">true to use a 24-hour time format; otherwise, false. </param>
      <param name="startDate">A DateTime value to use as the start time.</param>
      <param name="endDate">A DateTime value to use as the end time.</param>
      <param name="format">A string that contains the format to use for the time string.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetTimeStringFromPattern(System.DateTime,System.Boolean)">
      <summary>Returns a string representation of a specified <see cref="T:System.DateTime" /> value.</summary>
      <returns>A string that contains the time value.</returns>
      <param name="dt">The DateTime value to evaluate.</param>
      <param name="hoursMode24">true to use a 24-hour time format; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.GetYearString(Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a string representation of the year of the specified date.</summary>
      <returns>A string that contains the year.</returns>
      <param name="simpleDate">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value to evaluate.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.HijriAdjustment">
      <summary>Gets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
      <returns>An <see cref="T:System.Integer" /> that indicates the number of days to add or subtract from the calendar. The default is 0. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.IsWorkDay(System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified day is a work day. </summary>
      <returns>true if the day is a work day; otherwise, false. </returns>
      <param name="iDay">A 32-bit integer that represents the day to evaluate, in the range 0 through 6; where 0 indicates Sunday, 1 indicates Monday, and so on. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.Lang">
      <summary>Gets the language used for date options.</summary>
      <returns>A string that contains the name of the language that is used for date options. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.MonthDayPattern">
      <summary>Gets the format pattern for a month and day value. The pattern is associated with the "m" and "M" format characters.</summary>
      <returns>A string that contains the format pattern. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.ParseDate(System.String,System.String,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object as an output parameter that represents the specified date string in the specified format.</summary>
      <param name="inputDate">A string that contains the date to parse.</param>
      <param name="format">A string that contains the date format to use.</param>
      <param name="selectedDate">The SimpleDate object to return as an output parameter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.ParseMonthDayDate(System.String,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object as an output parameter that represents the specified date string and uses the current MonthDayPattern format.</summary>
      <param name="inputDate">A string that contains the date to parse.</param>
      <param name="selectedDate">The SimpleDate object to return as an output parameter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.ParseShortDate(System.String,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object as an output parameter that represents the specified date string and uses the current ShortDatePattern format.</summary>
      <param name="inputDate">A string that contains the date to parse.</param>
      <param name="selectedDate">The SimpleDate object to return as an output parameter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.DateOptions.ParseTime(System.String,System.String,System.DateTime@)">
      <summary>Returns a <see cref="T:Microsoft.SharePoint.Utilities.DateTime" /> object as an output parameter that represents the specified time string in the specified format.</summary>
      <param name="stTime">A string that contains the time to parse.</param>
      <param name="format">A string that contains the time format to use.</param>
      <param name="dtTime">The DateTime object to return as an output parameter.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.PMDesignator">
      <summary>Gets the string designator for hours that are "post meridiem" (after noon).</summary>
      <returns>A string that contains the designator. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.SelectedDate">
      <summary>Gets the currently selected date.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value that indicates the currently selected date. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.ShortDatePattern">
      <summary>Gets the format pattern for a short date value, which is associated with the "d" format character.</summary>
      <returns>See <see cref="T:System.Globalization.DateTimeFormatInfo" /> for patterns that can be combined to construct custom patterns; for example, "MM/dd/yyyy".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.TimePattern12Hour">
      <summary>Gets the current 12-hour time format pattern.</summary>
      <returns>A string that contains the format pattern. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.TimePattern24Hour">
      <summary>Gets the current 24-hour time format pattern.</summary>
      <returns>A string that contains the format pattern. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.TimeSeparator">
      <summary>Gets the character or string that separates the components of time; that is, the hour, minutes, and seconds.</summary>
      <returns>A string that contains the time separator. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.DateOptions.Today">
      <summary>Gets the current date.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value that indicates the current date. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.DBCSQueryStringEncodings">
      <summary>Specifies whether double-byte character set (DBCS) query strings use Unicode or UTF8 encoding.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.DBCSQueryStringEncodings.UTF8">
      <summary>DBCS query strings use UTF8 encoding.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.DBCSQueryStringEncodings.Unicode">
      <summary>DBCS query strings use Unicode encoding.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.FormatConversionOption">
      <summary>Specifies the format to use for Web Part conversions.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.FormatConversionOption.ConvertToWebPartExportFormat">
      <summary>Convert to Web Part export format.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.FormatConversionOption.ConvertToWebPartDesignerPersistenceFormat">
      <summary>Convert to Web Part designer persistence format.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.IconSize">
      <summary>Specifies the default icon size.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.IconSize.Size16">
      <summary>The default icon size is 16 x 16 pixels.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.IconSize.Size32">
      <summary>The default icon size is 32 x 32 pixels.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.IntlDate">
      <summary>Represents an international date value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.#ctor(System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> class and uses the specified Julian day.</summary>
      <param name="julianDay">A 32-bit integer that represents a Julian day. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.#ctor(System.Int32,Microsoft.SharePoint.SPCalendarType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> class and uses the specified Julian day and calendar type.</summary>
      <param name="julianDay">A 32-bit integer that represents a Julian day. </param>
      <param name="calendarType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.#ctor(System.Int32,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> class and uses the specified integer values for year, month, and day.</summary>
      <param name="year">A 32-bit integer that represents a year. </param>
      <param name="month">A 32-bit integer that represents a month. </param>
      <param name="day">A 32-bit integer that represents a day. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.#ctor(System.Int32,System.Int32,System.Int32,Microsoft.SharePoint.SPCalendarType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> class and uses the specified integer values for year, month, and day, and the specified calendar type.</summary>
      <param name="year">A 32-bit integer that represents a year.</param>
      <param name="month">A 32-bit integer that represents a month.</param>
      <param name="day">A 32-bit integer that represents a day.</param>
      <param name="calendarType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Microsoft.SharePoint.SPCalendarType)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> class and uses the specified integer values for year, month, day, and era, and the specified calendar type.</summary>
      <param name="year">A 32-bit integer that represents a year.     </param>
      <param name="month">A 32-bit integer that represents a month. </param>
      <param name="day">A 32-bit integer that represents a day. </param>
      <param name="era">A 32-bit integer that represents a day. </param>
      <param name="calendarType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.AddDays(System.Int32)">
      <summary>Adds the specified number of days to the Julian day value of the international date.</summary>
      <param name="days">A 32-bit integer that represents the number of days to add to the Julian day. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.CalendarType">
      <summary>Gets or sets the calendar type of the international date.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents the calendar type. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.Day">
      <summary>Gets or sets the integer day value of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the day of the international date. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.DayOfWeek">
      <summary>Gets the integer day of the week of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> in the range 0 through 6 that indicates the day of the week of the international date; 0 indicates Sunday, 1 indicates Monday, and so on.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.DaysInMonth">
      <summary>Returns an <see cref="T:System.Integer" /> that represents the number of days in the calendar month of the international date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.Era">
      <summary>Gets or sets the integer era value of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the era of the international date. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.IsYearLeap">
      <summary>Returns a Boolean value that indicates whether the year of the international date is a leap year.</summary>
      <returns>true if the year is a leap year; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.JDay">
      <summary>Gets or sets the integer Julian day value of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the Julian day of the international date. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.Month">
      <summary>Gets or sets the integer month value of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the month of the international date. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.IntlDate.MonthsInYear">
      <summary>Returns an <see cref="T:System.Integer" /> that represents the number of months in the calendar year of the international date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.IntlDate.Year">
      <summary>Gets or sets the integer year value of the international date.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the year of the international date. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.ISPCalendar">
      <summary>Provides methods for working with the local calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.DateToJulianDay(Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns the Julian day of the specified date.</summary>
      <returns>An integer that represents the Julian day of the specified date.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">An integer value that represents the current Julian day to use when evaluating a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.DaysInMonth(Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the number of days in the month of the specified date.</summary>
      <returns>An integer that represents the number of days in the month of the specified date.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.DaysInMonth(Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32)">
      <summary>Returns the number of days in the month of the specified date.</summary>
      <returns>An integer that represents the number of days in the month of the specified date.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.GetEraJulianDay(System.Int32)">
      <summary>Returns the Julian day of the first day of the specified era.</summary>
      <returns>An integer value that represents the Julian day of the first day of the era.</returns>
      <param name="era">An integer value that represents an era.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.GetEraOffset(System.Int32)">
      <summary>Returns the integer offset to use for dates in the specified era.</summary>
      <returns>An integer value that represents the offset.</returns>
      <param name="era">An integer value that represents an era.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsDateValid(Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> represents a valid date value.</summary>
      <returns>true if the date value is valid; otherwise, false.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">An integer value that represents the current Julian day to use when evaluating a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsSupportedDate(Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a Boolean value that indicates whether the specified date is supported by the local calendar.</summary>
      <returns>true if the date is supported; otherwise, false.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsSupportedJulianDay(System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified Julian day is supported by the local calendar.</summary>
      <returns>true if the Julian day is supported; otherwise, false.</returns>
      <param name="JDay">An integer value that represents the Julian day to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsSupportedMonth(System.Int32,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified month in the specified year is supported by the local calendar.</summary>
      <returns>true if the month is supported; otherwise, false.</returns>
      <param name="year">An integer value that represents the year of the specified month.</param>
      <param name="month">An integer value that represents the month to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsSupportedYear(System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified year is supported by the local calendar.</summary>
      <returns>true if the year is supported; otherwise, false.</returns>
      <param name="year">An integer value that represents the year.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsYearLeap(System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified year is a leap year.</summary>
      <returns>true if the year is a leap year; otherwise, false.</returns>
      <param name="year">An integer value that represents the year.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.IsYearLeap(System.Int32,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified year in the specified era is a leap year.</summary>
      <returns>true if the year is a leap year; otherwise, false.</returns>
      <param name="year">An integer value that represents the year.</param>
      <param name="era">An integer value that represents the era.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.JulianDayToDate(System.Int32,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns the date of the specified Julian day.</summary>
      <param name="jDay">An integer value that represents a Julian day.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to return as a ref parameter.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">An integer value that represents the current Julian day to use when evaluating a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPCalendar.MonthsInYear(Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the number of months in the year of the specified date.</summary>
      <returns>An integer that represents the number of months in the year of the specified date.</returns>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.ISPIdentifiableObject"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ISPIdentifiableObject.Id"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor.Description"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor.RenderValueForWeb"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ISPPerformanceMonitor.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ISPScopedPerformanceMonitor"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ISqlSession"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ChangeToOriginalDatabase">
      <summary>Switches the context to the original database being upgraded.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.Commit">
      <summary>Commits the Microsoft SQL Server session.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteNonQuery(System.Data.SqlClient.SqlCommand)">
      <summary>Executes a Transact-SQL query that does not return any rows. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
      <returns>A 32-bit integer that indicates the number of rows affected by the command.</returns>
      <param name="command">A <see cref="T:System.Data.SqlClient.SqlCommand" /> object that represents the Transact-SQL query to execute. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteReader(System.Data.SqlClient.SqlCommand)">
      <summary>Executes a Transact-SQL query that returns a rowset based on the specified SQL command. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
      <returns>A <see cref="T:System.Data.SqlClient.SqlDataReader" /> object that represents the rowset.</returns>
      <param name="command">A <see cref="T:System.Data.SqlClient.SqlCommand" /> object that represents the Transact-SQL query to execute. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteReader(System.Data.SqlClient.SqlCommand,System.Data.CommandBehavior)">
      <summary>Executes a Transact-SQL query that returns a rowset based on the specified SQL command and behavior. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
      <returns>A <see cref="T:System.Data.SqlClient.SqlDataReader" /> object that represents the rowset.</returns>
      <param name="command">A <see cref="T:System.Data.SqlClient.SqlCommand" /> object that represents the Transact-SQL query to execute.</param>
      <param name="behavior">A bitwise combination of values from the <see cref="T:System.Data.CommandBehavior" />enumeration.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteScript(System.IO.TextReader,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteScript(System.String)">
      <summary>Executes a series of Transact-SQL queries from a text file based on the specified path. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
      <param name="path">A string that contains the fully qualified path to the text file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.ExecuteScript(System.String,System.Int32)">
      <summary>Executes a series of Transact-SQL queries from a text file based on the specified path and time allotted for each command to execute. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
      <param name="path">A string that contains the fully qualified path to the text file.</param>
      <param name="commandTimeout">A 32-bit integer that specifies the time, in seconds, to wait for each command to execute.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.ISqlSession.Rollback">
      <summary>Rolls back the Microsoft SQL Server session. This class and its members are reserved for internal use and are not intended to be used in your code.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.ItemUrlType"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.Invalid"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.Attachment"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.File"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.Layouts"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.Library"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.List"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ItemUrlType.RootFile"></member>
    <member name="T:Microsoft.SharePoint.Utilities.MoblogUtility">
      <summary>Specifies enumerations for a mobile Web log site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.BodyStringName">
      <summary>The Body field name of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.CategoryUrlKey">
      <summary>The CategoryURL key of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.DispPostsFileName">
      <summary>The name of the file that contains the display post item page of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.HomePageFileName">
      <summary>The name of the file that contains the home page of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.NewCommentsFileName">
      <summary>The name of the file that contains the new comments page of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.NewPostsFileName">
      <summary>The name of the file that contains the new posts page of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.NumCommentsStringName">
      <summary>The NumCommentsfield name of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.PostItemIdUrlKey">
      <summary>The post item IDURL key of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.PostTitleStringName">
      <summary>The PostTitlefield name of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.PublishedDateStringName">
      <summary>The PublishedDatefield name of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.ViewCommentsFileName">
      <summary>The name of the file that contains the view comments page of the mobile Web log.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.MoblogUtility.ViewTypeUrlKey">
      <summary>The view typeURL key of the mobile Web log.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.PageModes">
      <summary>Specifies the page mode required to view items.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PageModes.All">
      <summary>The page mode is "All."</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PageModes.Normal">
      <summary>The page mode is "Normal."</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PageModes.Design">
      <summary>The page mode is "Design."</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.PageUrlNormalization"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.GetUrl"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.GetUrl(System.Uri,Microsoft.SharePoint.Utilities.PageUrlNormalizationOption)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.GetUrl(System.Uri,Microsoft.SharePoint.Utilities.PageUrlNormalizationOption,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.SetUrl(Microsoft.SharePoint.Utilities.PageUrlNormalizationOption)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.SetUrl(Microsoft.SharePoint.Utilities.PageUrlNormalizationOption,System.String[])"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.SetUrl(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.SetUrl(System.Uri,Microsoft.SharePoint.Utilities.PageUrlNormalizationOption)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.PageUrlNormalization.SetUrl(System.Uri,Microsoft.SharePoint.Utilities.PageUrlNormalizationOption,System.String[])"></member>
    <member name="T:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption"></member>
    <member name="F:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption.Default"></member>
    <member name="F:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption.NoModification"></member>
    <member name="F:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption.PreserveParameters"></member>
    <member name="F:Microsoft.SharePoint.Utilities.PageUrlNormalizationOption.DiscardParameters"></member>
    <member name="T:Microsoft.SharePoint.Utilities.PermissionContext">
      <summary>Specifies the context object to which a permission mask is applied.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionContext.CurrentSite">
      <summary>Apply a permission mask to the current site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionContext.CurrentList">
      <summary>Apply a permission mask to the current list.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionContext.CurrentItem">
      <summary>Apply a permission mask to the current list or document library item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionContext.RootSite">
      <summary>Apply a permission mask to the root site of the site collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionContext.CurrentFolder">
      <summary>Apply a permission mask to the current folder.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.PermissionMode">
      <summary>Specifies whether the user must have all of the rights specified in the permission mask to view a link, or only one of the rights specified in the permission mask.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionMode.All">
      <summary>The user must have all of the rights specified in the permission mask to view a link.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.PermissionMode.Any">
      <summary>The user must have only one of the rights specified in the permission mask to view a link.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.RightsSensitiveVisibilityHelper">
      <summary>Represents a hyperlink that is hidden if the current user does not have appropriate permissions for the current Web site or list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.RightsSensitiveVisibilityHelper.UserHasRights(Microsoft.SharePoint.Utilities.PermissionContext,Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.Utilities.PermissionMode,Microsoft.SharePoint.SPContext,Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPList)">
      <summary>Returns a Boolean value that indicates whether the current user has permissions for a specified <see cref="T:Microsoft.SharePoint.SPList" /> object.</summary>
      <returns>true if the current user has permissions for the object; otherwise, false.</returns>
      <param name="permissionContext">A <see cref="T:Microsoft.SharePoint.Utilities.PermissionContext" />value that indicates the context object to which a permission mask is applied.</param>
      <param name="permissions">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the built-in permissions available in Windows SharePoint Services.</param>
      <param name="permissionMode">A <see cref="T:Microsoft.SharePoint.Utilities.PermissionMode" /> value that specifies whether the user must have all of the rights specified in the permission mask to view a link, or only one of the rights specified in the permission mask.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the context of an HTTP request.</param>
      <param name="contextWeb">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a SharePoint site.</param>
      <param name="contextList">The SPList object to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.RightsSensitiveVisibilityHelper.UserHasRights(Microsoft.SharePoint.Utilities.PermissionContext,Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.Utilities.PermissionMode,Microsoft.SharePoint.SPList)">
      <summary>Returns a Boolean value that indicates whether the current user has permissions for a specified <see cref="T:Microsoft.SharePoint.SPList" /> object.</summary>
      <returns>true if the current user has permissions for the object; otherwise, false.</returns>
      <param name="permissionContext">A <see cref="T:Microsoft.SharePoint.Utilities.PermissionContext" />value that indicates the context object to which a permission mask is applied.</param>
      <param name="permissions">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the built-in permissions available in </param>
      <param name="permissionMode">A <see cref="T:Microsoft.SharePoint.Utilities.PermissionMode" /> value that specifies whether the user must have all of the rights specified in the permission mask to view a link, or only one of the rights specified in the permission mask.</param>
      <param name="contextList">The SPList object to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.RightsSensitiveVisibilityHelper.UserHasRightsOnCurrentListItem(Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.SPContext)">
      <summary>Returns a Boolean value that indicates whether the current user has permissions for the current SPList object.</summary>
      <returns>true if the current user has permissions for the current SPLiist object; otherwise, false.</returns>
      <param name="permissions">An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that specifies the built-in permissions available in Windows SharePoint Services.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the context of an HTTP request.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SimpleDate">
      <summary>Represents a date value containing the year, month, and day in any local calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.#ctor(System.Int32,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> class using the specified year, month and day values.</summary>
      <param name="year">A 32-bit integer representing a year. </param>
      <param name="month">A 32-bit integer representing a month.</param>
      <param name="day">A 32-bit integer representing a day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> class using the specified year, month, day and era values.</summary>
      <param name="year">A 32-bit integer representing a year. </param>
      <param name="month">A 32-bit integer representing a month.</param>
      <param name="day">A 32-bit integer representing a day.</param>
      <param name="era">A 32-bit integer representing an era.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SimpleDate.Day">
      <summary>Gets or sets the integer day value of the date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.Equals(System.Object)">
      <summary>Returns a Boolean value indicating whether the values of the <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> and the specified SimpleDate object are equivalent.</summary>
      <returns>true if the values are equivalent; otherwise, false.</returns>
      <param name="o">A SimpleDate object to evaluate. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SimpleDate.Era">
      <summary>Gets or sets the integer era value of the date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.GetHashCode">
      <summary>Returns the hash code for the date.</summary>
      <returns>A 32-bit signed integer hash code. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SimpleDate.Month">
      <summary>Gets or sets the integer month value of the date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_Equality(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether two <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> values are equivalent.</summary>
      <returns>true if the values are equivalent; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_GreaterThan(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether one <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value is greater than another.</summary>
      <returns>true if the value of the first SimpleDate is greater than the value of the second; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_GreaterThanOrEqual(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether one <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value is greater than or equal to another.</summary>
      <returns>true if the value of the first SimpleDate is greater than or equal to the value of the second; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_Inequality(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether two <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> values are not equivalent.</summary>
      <returns>true if the values are not equivalent; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_LessThan(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether one <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value is less than another.</summary>
      <returns>true if the value of the first SimpleDate is less than the value of the second; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SimpleDate.op_LessThanOrEqual(Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate)">
      <summary>Returns a Boolean value indicating whether one <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> value is less than or equal to another.</summary>
      <returns>true if the value of the first SimpleDate is less than or equal to the value of the second; otherwise, false.</returns>
      <param name="di0">A SimpleDate object to evaluate. </param>
      <param name="di">A SimpleDate object to evaluate. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SimpleDate.Year">
      <summary>Gets or sets the integer year value of the date.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPBehaviorInternal">
      <summary>For methods whose behavior has changed between Windows SharePoint Services 2.0 and Windows SharePoint Services 3.0, this class specifies which behavior to use.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPBehaviorInternal.Version2">
      <summary>Use Windows SharePoint Services 2.0 behavior.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPBehaviorInternal.Version3">
      <summary>Use Windows SharePoint Services 3.0 behavior.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPDateFormat">
      <summary>Specifies the date and time format.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.DateTime">
      <summary>Specifies that both date and time are included.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.DateOnly">
      <summary>Specifies that only the date is included.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.TimeOnly">
      <summary>Specifies that only time is included.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.ISO8601">
      <summary>ISO8601 time format YYYY-MM-DDTHH:MM:SSZ.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.MonthDayOnly">
      <summary>Specifies that only the month and day are included.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPDateFormat.MonthYearOnly"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPDiagnosticDataProvider"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPDiagnosticDataProvider.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiagnosticDataProvider.Description"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiagnosticDataProvider.DiagnosticData"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiagnosticDataProvider.Name"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPDiffUtility">
      <summary>Provides a method and supporting properties to determine the text differences between two strings.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.ChangeCloseTag">
      <summary>Gets or sets the closing HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains changed text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.ChangeOpenTag">
      <summary>Gets or sets the opening HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains changed text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.DeleteCloseTag">
      <summary>Gets or sets the closing HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains deleted text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.DeleteOpenTag">
      <summary>Gets or sets the opening HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains deleted text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)">
      <summary>Determines the text differences between two strings.</summary>
      <returns>A merged version of the specified strings that contain HTML tags indicating inserted, deleted, or changed text.</returns>
      <param name="str1">The original string.</param>
      <param name="str2">The changed string.</param>
      <param name="maxDifferences">A 32-bit integer representing the maximum number of differences to find.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.InsertCloseTag">
      <summary>Gets or sets the closing HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains inserted text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPDiffUtility.InsertOpenTag">
      <summary>Gets or sets the opening HTML tag for the section of output from the <see cref="M:Microsoft.SharePoint.Utilities.SPDiffUtility.Diff(System.String,System.String,System.Int32)" /> method that contains inserted text.</summary>
      <returns>A string that contains the tag. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEmailAttachment">
      <summary>Represents an attachment in an e-mail message.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailAttachment.ContentId">
      <summary>Gets the MIME content ID for the attachment.</summary>
      <returns>A string that contains the content ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailAttachment.ContentStream">
      <summary>Gets the content stream of the attachment.</summary>
      <returns>A read-only <see cref="T:System.IO.Stream" /> object that represents the content stream. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailAttachment.ContentType">
      <summary>Gets the Multipurpose Internet Mail Extensions (MIME) content type of the attachment.</summary>
      <returns>A string that contains the content type. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailAttachment.FileName">
      <summary>Gets the name of the attached file.</summary>
      <returns>A string that contains the file name. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEmailAttachmentCollection">
      <summary>Represents the attachments in an e-mail message. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEmailAttachmentCollection.GetEnumerator">
      <summary>Returns an enumerator to iterate through the attachments in an e-mail message. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEmailHeader">
      <summary>Represents a message header for an e-mail message.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailHeader.Name">
      <summary>Gets the name of the e-mail message header.</summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailHeader.Value">
      <summary>Gets the value of the e-mail message header.</summary>
      <returns>A string that contains the value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEmailHeaderCollection">
      <summary>Represents the collection of message headers for an e-mail message. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEmailHeaderCollection.GetEnumerator">
      <summary>Returns an enumerator that can be used to iterate through the collection. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailHeaderCollection.Item(System.String)">
      <summary>Gets the e-mail message header that has the specified name.</summary>
      <returns>A string that contains the message header.</returns>
      <param name="name">A string that contains the name of the message header.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEmailHeaderCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEmailMessage">
      <summary>Represents a MIME-formatted e-mail message.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEmailMessage.#ctor(System.IO.Stream,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SPEmailMessage" /> class.</summary>
      <param name="stream">A Stream object that represents the e-mail message, including headers.</param>
      <param name="envelopeSender">A string that contains the RFC 821 MAIL FROM sender of the message. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.Attachments">
      <summary>Gets the collection of attachments in the e-mail message</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPEmailAttachmentCollection" /> object that represents the collection of attachments.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.EnvelopeSender">
      <summary>Gets the RFC 821 MAIL FROM sender of the e-mail message. </summary>
      <returns>A string that contains the name of the RFC 821 MAIL FROM sender.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEmailMessage.GetMessageStream">
      <summary>Returns a stream that represents the entire e-mail message, including both the message body and headers.</summary>
      <returns>A System.IO.Stream object that represents the message stream.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.Headers">
      <summary>Gets the collection of message headers for the e-mail message.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.SPEmailHeaderCollection" /> object that represents the collection of message headers.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.HtmlBody">
      <summary>Gets the body of the e-mail message in HTML format.</summary>
      <returns>A string that contains the HTML-formatted body of the message.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.PlainTextBody">
      <summary>Gets the body of the e-mail message in plain-text format.</summary>
      <returns>A string that contains the body of the message in plain-text format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPEmailMessage.Sender">
      <summary>Gets the sender of the e-mail message. </summary>
      <returns>A string that contains the name of the sender.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPEncode">
      <summary>Provides methods for encoding strings.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.#ctor">
      <summary> Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SPEncode" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.HtmlDecode(System.String)">
      <summary>Decodes the specified encoded string, replacing entities with HTML characters.</summary>
      <returns>The decoded version of the string that is passed to the method. </returns>
      <param name="str">The string to decode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.HtmlEncode(System.String)">
      <summary>Encodes the specified string so that special characters used in HTML are encoded as HTML entities.</summary>
      <returns>The encoded version of the string that is passed to the method. </returns>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.HtmlEncodePreserveSpaces(System.String)">
      <summary>Encodes the specified string so that special characters used in HTML are encoded as HTML entities but spaces are preserved.</summary>
      <returns>The encoded version of the string that is passed to the method. </returns>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.IsLegalCharInUrl(System.Char)">
      <summary>Returns a Boolean value that indicates whether the specified character is a legal character in Universal Resource Locator (URL) protocol.</summary>
      <returns>If true, the character is legal in URL protocol; otherwise, false. </returns>
      <param name="ch">A System.Char object that represents the character to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.NoEncode(System.String)">
      <summary>Applies no encoding to the specified string.</summary>
      <returns>A string that is not encoded. </returns>
      <param name="str">The string not to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.ScriptEncode(System.String)">
      <summary>Encodes a string for use in script.</summary>
      <returns>An encoded string for use in script. </returns>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.UrlDecodeAsUrl(System.String)">
      <summary>Decodes the encoded Universal Resource Locator (URL) string, removing quoted UTF-8 formatting for special characters.</summary>
      <returns>The decoded URL string. </returns>
      <param name="strEncodedUrl">The URL string to decode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.UrlEncode(System.String)">
      <summary>Encodes the specified string, converting special characters to quoted UTF-8 format.</summary>
      <returns>The encoded string. </returns>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.UrlEncodeAsUrl(System.String)">
      <summary>Encodes the specified string, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a URL.</summary>
      <returns>The encoded string. </returns>
      <param name="str">The string to encode as a URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.UrlEncodeAsUrl(System.String,System.Boolean)">
      <summary>Encodes the specified string, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a URL and encodes Unicode characters only if the <paramref name="encodeUnicodeCharacters" /> parameter is true.</summary>
      <returns>The encoded string. </returns>
      <param name="str">The string to encode as a URL.</param>
      <param name="encodeUnicodeCharacters">true to encode Unicode characters; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteHtmlEncode(System.Web.HttpResponse,System.String)">
      <summary>Encodes the specified string so that characters in embedded HTML tags are displayed as text in the browser, and writes the string to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteHtmlEncodePreserveSpaces(System.Web.HttpResponse,System.String)">
      <summary>Encodes the specified string so that characters in embedded HTML tags are displayed as text in the browser and writes the string to the HTTP output content stream, but preserves multiple spaces within the string.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteHtmlEncodePreserveSpacesWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Encodes the specified string so that characters in embedded HTML tags are displayed as text in the browser and writes the string to the HTTP output content stream, but preserves multiple spaces within the string and surrounds the string with quotation marks.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteHtmlEncodeWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Encodes the specified string so that characters in embedded HTML tags are displayed as text in the browser, and writes the string in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
      <param name="quoteChar">A System.Char that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncode(System.Web.HttpResponse,System.Decimal)">
      <summary>Applies no encoding to the specified decimal value and writes the value to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="number">The decimal value to write but not encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncode(System.Web.HttpResponse,System.Int32)">
      <summary>Applies no encoding to the specified integer and writes the integer to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="number">The 32-bit integer to write but not encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncode(System.Web.HttpResponse,System.String)">
      <summary>Applies no encoding to the specified string and writes the string to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to write but not encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncodeWithQuote(System.Web.HttpResponse,System.Decimal,System.Char)">
      <summary>Applies no encoding to the specified decimal value and writes the value in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="number">The decimal value to write but not encode.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncodeWithQuote(System.Web.HttpResponse,System.Int32,System.Char)">
      <summary>Applies no encoding to the specified integer and writes the integer in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="number">The 32-bit integer to write but not encode.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteNoEncodeWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Applies no encoding to the specified string and writes the string in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to write but not encode.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteScriptEncode(System.Web.HttpResponse,System.String)">
      <summary>Encodes a string for use in script and writes the string to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteScriptEncodeWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Encodes a string for use in script and writes the string in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteUrlEncode(System.Web.HttpResponse,System.String)">
      <summary>Encodes the specified string, converting special characters to quoted UTF-8 format, and writes the string to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteUrlEncodeAsUrl(System.Web.HttpResponse,System.String)">
      <summary>Encodes the specified string and writes it to the HTTP output content stream, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a Universal Resource Locator (URL).</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode as a URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteUrlEncodeAsUrlWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Encodes the specified string and writes it in quotation marks to the HTTP output content stream, converting special characters to quoted UTF-8 format, but assumes that the string is a path component of a URL.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode as a URL.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.WriteUrlEncodeWithQuote(System.Web.HttpResponse,System.String,System.Char)">
      <summary>Encodes the specified string, converting special characters to quoted UTF-8 format, and writes the string in quotation marks to the HTTP output content stream.</summary>
      <param name="response">The System.HttpResponse object for the current HTTP request.</param>
      <param name="str">The string to encode as a URL.</param>
      <param name="quoteChar">A System.Char object that specifies the character to use for quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPEncode.XmlRemoveControlChars(System.String)">
      <summary>Encodes the specified XML string and removes control characters.</summary>
      <returns>The encoded string. </returns>
      <param name="str">The string to encode. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.#ctor(System.UInt32)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.Description"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.Dispose"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.ElapsedTime"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.EndTime"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.MaximumValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.RenderValueForLog"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.RenderValueForWeb"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.StartTime"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPExecutionTimeCounter.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.AddPerformanceCounter(System.String,System.String,Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterRelativeInstance,System.Single,System.Single)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.AddPerformanceCounter(System.String,System.String,System.String,System.Single,System.Single)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.AddThrottleClassifier(Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.Clear"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.GenerateMonitors"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.GetHttpThrottleSettings(Microsoft.SharePoint.Administration.SPPersistedObject)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.NumberOfSamples"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.PerformanceMonitors"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.PerformThrottle"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.RefreshInterval"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.RemovePerformanceCounter(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.RemovePerformanceCounter(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.RemoveThrottleClassifierAt(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpThrottleSettings.ThrottleClassifiers"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPHttpThrottlingMonitors"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpThrottlingMonitors.#ctor(System.Collections.Generic.IList{Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData})"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.#ctor(System.String,System.String,Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings,Microsoft.SharePoint.Utilities.SPRequestThrottleLevel)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.HttpMethod"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.Match(System.Web.HttpRequest)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSetting"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.ThrottleLevel"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.ToString"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.UserAgent"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings.UserAgentMatch"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings.HttpMethodMatch"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPHttpUserAgentAndMethodClassifier.MatchSettings.UserAgentStartWith"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPHttpUtility">
      <summary>Provides access to methods for encoding and decoding strings when processing Web requests.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SPHttpUtility" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.AddQuote(System.String)">
      <summary>Encloses the specified string in quotation marks.</summary>
      <returns>The string enclosed in quotation marks.</returns>
      <param name="value">The string to enclose in quotation marks.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.AddQuote(System.String,System.Char)">
      <summary>Encloses the specified string in quotation marks using the specified character.</summary>
      <returns>The string enclosed in the specified quotation marks.</returns>
      <param name="value">The string to enclose in quotation marks.</param>
      <param name="quoteCharacter">A 16-bit <see cref="T:System.Char" /> representing the quotation-mark character to use.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.AddQuote(System.String,System.Char,System.IO.TextWriter)">
      <summary>Encloses the specified string in quotation marks using the specified character and appends it to the specified output stream.</summary>
      <param name="value">The string to enclose in quotation marks.</param>
      <param name="quoteCharacter">A 16-bit <see cref="T:System.Char" /> representing the quotation mark character to use.</param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the string enclosed in quotation marks. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.AddQuote(System.String,System.IO.TextWriter)">
      <summary>Encloses the specified string in quotation marks and appends the output to the specified output stream.</summary>
      <param name="value">The string to enclose in quotation marks.</param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the string enclosed in quotation marks. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.ConvertSimpleHtmlToText(System.String,System.Int32)">
      <summary>Converts an HTML string from a Windows SharePoint Services rich text field to plain text.</summary>
      <returns>A plain-text string version of the string.</returns>
      <param name="html">An HTML string that contains the contents of a Windows SharePoint Services rich text field. </param>
      <param name="maxLength">A 32-bit integer representing the maximum desired length of the returned string, or -1 to specify no maximum length. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.EcmaScriptStringLiteralEncode(System.String)">
      <summary>Returns an encoded version of the specified Ecma script.</summary>
      <returns>A string that contains the encoded version of the ECMA script.</returns>
      <param name="scriptLiteralToEncode">A string that contains the Ecma script to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.EcmaScriptStringLiteralEncode(System.String,System.IO.TextWriter)">
      <summary>Returns an encoded version of the specified Ecma script and appends it to the specified output stream.</summary>
      <param name="scriptLiteralToEncode">A string that contains the Ecma script to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded script. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlDecode(System.String)">
      <summary>Returns a decoded version of the specified encoded HTML string.</summary>
      <returns>The decoded string.</returns>
      <param name="valueToDecode">The HTML string to decode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlDecode(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncode(System.Guid)">
      <summary>Encodes the string with the specified GUID for use as text between HTML tags, or as an attribute value inside an HTML tag.</summary>
      <returns>The encoded string.</returns>
      <param name="valueToEncode">A System.Guid object that contains the GUID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncode(System.Int32)">
      <summary>Returns the specified integer as a string for use as text between HTML tags, or as an attribute value inside an HTML tag.</summary>
      <returns>The encoded string.</returns>
      <param name="valueToEncode">The integer to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncode(System.String)">
      <summary>Encodes the specified string for use as text between HTML tags, or as an attribute value inside an HTML tag.</summary>
      <returns>The encoded string.</returns>
      <param name="valueToEncode">The string to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncode(System.String,System.IO.TextWriter)">
      <summary>Encodes the specified string for use as text between HTML tags, or as an attribute value inside an HTML tag, and appends it to the specified output stream.</summary>
      <param name="valueToEncode">The string to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded string. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncodeAllowSimpleTextFormatting(System.String)">
      <summary>Encodes the specified string for use as text between HTML tags, preserving spaces in the original string and allowing simple text formatting.</summary>
      <returns>The encoded string.</returns>
      <param name="valueToEncode">The string to encode.                                 </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlEncodeAllowSimpleTextFormatting(System.String,System.IO.TextWriter)">
      <summary>Encodes the specified string for use as text between HTML tags, preserving spaces in the original string and allowing simple text formatting, and appends it to the specified output stream.</summary>
      <param name="valueToEncode">The string to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded string. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlUrlAttributeEncode(System.String)">
      <summary>Encodes the specified string for use as an attribute value for URL type attributes, such as the href attribute of an anchor tag or the src attribute of an image tag.</summary>
      <returns>The encoded string.</returns>
      <param name="urlAttributeToEncode">The string to encode.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.HtmlUrlAttributeEncode(System.String,System.IO.TextWriter)">
      <summary>Encodes the specified string for use as an attribute value for URL type attributes, such as the href attribute of an anchor tag or the src attribute of an image tag, and appends it to the specified output stream.</summary>
      <param name="urlAttributeToEncode">The string to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded string. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.NoEncode(System.Object)">
      <summary>Returns the specified string object as an unencoded string. </summary>
      <returns>The unencoded string.</returns>
      <param name="valueToEncode">An object that represents the string to return. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.NoEncode(System.Object,System.IO.TextWriter)">
      <summary>Returns the specified string object as an unencoded string, and appends it to the specified output stream. </summary>
      <param name="valueToEncode">An object that represents the string to return. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the unencoded string. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.NoEncode(System.String)">
      <summary>Returns the specified string as an unencoded string. </summary>
      <returns>The unencoded string.</returns>
      <param name="valueToEncode">The string to return. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlEncodeFilenameForHttpHeader(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueDecode(System.String)">
      <summary>Decodes the specified encoded URL query string key or value.</summary>
      <returns>The decoded string.</returns>
      <param name="keyOrValueToDecode">The key or value string to decode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.Guid)">
      <summary>Encodes the URL query string key or value with the specified GUID.</summary>
      <returns>The encoded string.</returns>
      <param name="guidKeyOrValueToEncode">A System.Guid object that contains the GUID.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.Int32)">
      <summary>Returns an encoded string version of the specified URL query integer key or value.</summary>
      <returns>The encoded string.</returns>
      <param name="keyOrValueToEncode">The 32-bit integer key or value to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.String)">
      <summary>Encodes the specified URL query string key or value.</summary>
      <returns>The encoded string.</returns>
      <param name="keyOrValueToEncode">The key or value string to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.String,System.IO.TextWriter)">
      <summary>Encodes the specified URL query string key or value, and appends it to the specified output stream.</summary>
      <param name="keyOrValueToEncode">The key or value string to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded key or value. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.String,System.String)">
      <summary>Encodes the specified URL query string key and value.</summary>
      <returns>The encoded string.</returns>
      <param name="keyToEncode">The key string to encode. </param>
      <param name="valueToEncode">The value string to encode. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlKeyValueEncode(System.String,System.String,System.IO.TextWriter)">
      <summary>Encodes the specified URL query string key and value, and appends it to the specified output stream.</summary>
      <param name="keyToEncode">The key string to encode. </param>
      <param name="valueToEncode">The value string to encode. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded key or value. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlPathDecode(System.String,System.Boolean)">
      <summary>Decodes the specified encoded path part of a URL.</summary>
      <returns>A string that contains the decoded path.</returns>
      <param name="urlToDecode">A string that contains the encoded path. </param>
      <param name="allowHashParameter">true if the decode operation can include a hash parameter; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlPathEncode(System.String,System.Boolean)">
      <summary>Encodes the specified path part of a URL for HTTP transmission.</summary>
      <returns>A string that contains the encoded path.</returns>
      <param name="urlToEncode">A string that contains the path. </param>
      <param name="allowHashParameter">true if the decode operation can include a hash parameter; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlPathEncode(System.String,System.Boolean,System.Boolean)">
      <summary>Encodes the specified path part of a URL for HTTP transmission.</summary>
      <returns>A string that contains the encoded path.</returns>
      <param name="urlToEncode">A string that contains the path. </param>
      <param name="allowHashParameter">true if the decode operation can include a hash parameter; otherwise, false. </param>
      <param name="encodeUnicodeCharacters">true to encode Unicode characters; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlPathEncode(System.String,System.Boolean,System.Boolean,System.IO.TextWriter)">
      <summary>Encodes the specified path part of a URL for HTTP transmission, and appends it to the specified output stream.</summary>
      <param name="urlToEncode">A string that contains the path. </param>
      <param name="allowHashParameter">true if the decode operation can include a hash parameter; otherwise, false. </param>
      <param name="encodeUnicodeCharacters">true to encode Unicode characters; otherwise, false. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded path. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPHttpUtility.UrlPathEncode(System.String,System.Boolean,System.IO.TextWriter)">
      <summary>Encodes the specified path part of a URL for HTTP transmission, and appends it to the specified output stream.</summary>
      <param name="urlToEncode">A string that contains the path. </param>
      <param name="allowHashParameter">true if the decode operation can include a hash parameter; otherwise, false. </param>
      <param name="output">A <see cref="T:System.IO.TextWriter" /> object that represents the output stream in which to append the encoded path. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPIntlCal">
      <summary>Represents an international calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.DaysInLocalMonth(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the number of days in the month of the specified date in the international calendar.</summary>
      <returns>A 32-bit integer that represents the number of days in the month.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.DaysInLocalMonth(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32)">
      <summary>Returns the number of days in the month of the specified date in the international calendar.</summary>
      <returns>A 32-bit integer that represents the number of days in the month.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPIntlCal.DaysInWeek">
      <summary>The number of days in the week in the international calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.EraOffset(Microsoft.SharePoint.SPCalendarType,System.Int32)">
      <summary>Returns the offset to use for dates in the specified calendar type and era.</summary>
      <returns>A 32-bit integer that represents the offset.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="era">A 32-bit integer that represents an era.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.GetEraJulianDay(Microsoft.SharePoint.SPCalendarType,System.Int32)">
      <summary>Returns the Julian day of the first day of the specified era in the specified calendar type.</summary>
      <returns>An integer value that represents the Julian day of the first day of the era.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="era">A 32-bit integer that represents an era.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.GetLocalCalendar(Microsoft.SharePoint.SPCalendarType)">
      <summary>Returns an <see cref="T:Microsoft.SharePoint.Utilities.ISPCalendar" /> object for the specified calendar type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.ISPCalendar" /> object for the calendar type.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.GetWeekNumber(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate,System.Int32,System.Int16)">
      <summary>Returns the week number of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the week number.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="FirstDayOfWeek">A 32-bit integer that represents the first day of the week displayed in the calendar, in the range 0 through 6; where 0 indicates Sunday, 1 indicates Monday, and so on.</param>
      <param name="FirstWeekOfYear">A <see cref="T:System.Short" /> that that represents the first week of the year displayed in the calendar: 0 (the week in which January 1 occurs), 1 (the first week that has at least four days in the new year), or 2 (the first full week of the year). </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsCalendarSupported(Microsoft.SharePoint.SPCalendarType)">
      <summary>Returns a Boolean value that indicates whether the international calendar supports the specified calendar type.</summary>
      <returns>true if the calendar type is supported; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsLocalDateValid(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified date.</summary>
      <returns>true if the date is supported; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsLocalDateValid(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified date.</summary>
      <returns>true if the date is supported; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsLocalDateValid(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified date.</summary>
      <returns>true if the date is supported; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
      <param name="iAdvance">A 32-bit integer that represents the advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">A 32-bit integer that represents the current Julian day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsLocalYearLeap(Microsoft.SharePoint.SPCalendarType,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified year is a leap year in the specified calendar type.</summary>
      <returns>true if the year is a leap year; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="year">A 32-bit integer that represents a year.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsSupportedLocalDate(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified date.</summary>
      <returns>true if the calendar type supports the date; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">The <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsSupportedLocalJulianDay(Microsoft.SharePoint.SPCalendarType,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified Julian day.</summary>
      <returns>true if the calendar type supports the Julian day; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="jDay">A 32-bit integer that represents the Julian day to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsSupportedLocalMonth(Microsoft.SharePoint.SPCalendarType,System.Int32,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified month.</summary>
      <returns>true if the calendar type supports the month; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="year">A 32-bit integer that represents a year.</param>
      <param name="month">A 32-bit integer that represents the month to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.IsSupportedLocalYear(Microsoft.SharePoint.SPCalendarType,System.Int32)">
      <summary>Returns a Boolean value that indicates whether the specified calendar type supports the specified year.</summary>
      <returns>true if the calendar type supports the year; otherwise, false.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="year">A 32-bit integer that represents the year to evaluate.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.JulianDayToLocal(Microsoft.SharePoint.SPCalendarType,System.Int32,Microsoft.SharePoint.Utilities.IntlDate)">
      <summary>Returns the date of the specified Julian day in the specified calendar type.</summary>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="jDay">A 32-bit integer that represents the Julian day to evaluate.</param>
      <param name="id">An <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.JulianDayToLocal(Microsoft.SharePoint.SPCalendarType,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the date of the specified Julian day in the specified calendar type.</summary>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="jDay">A 32-bit integer that represents the Julian day to evaluate.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.JulianDayToLocal(Microsoft.SharePoint.SPCalendarType,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32)">
      <summary>Returns the date of the specified Julian day in the specified calendar type.</summary>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="jDay">A 32-bit integer that represents the Julian day to evaluate.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
      <param name="iAdvance">The advance value to use for a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.JulianDayToLocal(Microsoft.SharePoint.SPCalendarType,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns the date of the specified Julian day in the specified calendar type.</summary>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="jDay">A 32-bit integer that represents the Julian day to evaluate.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
      <param name="iAdvance">A 32-bit integer that represents the advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">A 32-bit integer that represents the current Julian day to use when evaluating a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.LocalToJulianDay(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.IntlDate)">
      <summary>Returns the Julian day of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the Julian day.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="id">An <see cref="T:Microsoft.SharePoint.Utilities.IntlDate" /> object that represents an international date value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.LocalToJulianDay(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the Julian day of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the Julian day.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.LocalToJulianDay(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32)">
      <summary>Returns the Julian day of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the Julian day.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
      <param name="iAdvance">A 32-bit integer that represents the advance value to use for a Hijri calendar date.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.LocalToJulianDay(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@,System.Int32,System.Int32)">
      <summary>Returns the Julian day of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the Julian day.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
      <param name="iAdvance">A 32-bit integer that represents the advance value to use for a Hijri calendar date.</param>
      <param name="jDayCurrent">A 32-bit integer that represents the current Julian day to use when evaluating a Hijri calendar date.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPIntlCal.MaxJDay">
      <summary>The maximum value for a Julian day in the international calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPIntlCal.MonthsInLocalYear(Microsoft.SharePoint.SPCalendarType,Microsoft.SharePoint.Utilities.SimpleDate@)">
      <summary>Returns the number of months in the year of the specified date in the specified calendar type.</summary>
      <returns>An integer value that represents the number of months in the year.</returns>
      <param name="calType">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
      <param name="di">A <see cref="T:Microsoft.SharePoint.Utilities.SimpleDate" /> object that represents a date value that contains the year, month, and day.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.AddValue(System.String,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.GetRawValue(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.System#Collections#Generic#IEnumerable{T}#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.TryGetValue``1(System.String,``0@)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPKeyValuePairSerializationInfo.TryGetValue``1(System.String,``0@,``0)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPLangId">
      <summary>Provides access to the integer identifier of the local language. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.None">
      <summary>Represents the integer identifier if there is no local language (0).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.Taiwan">
      <summary>Represents the integer identifier for Taiwan (1028).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.Japan">
      <summary>Represents the integer identifier for Japan (1041).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.Korea">
      <summary>Represents the integer identifier for Korea (1042).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.PeoplesRepublicofChina">
      <summary>Represents the integer identifier for People's Republic of China (2052).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.HongKongSAR">
      <summary>Represents the integer identifier for Hong Kong SAR (3076).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPLangId.MacaoSAR">
      <summary>Represents the integer identifier for Macao SAR (5124).</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPMobileUtility">
      <summary>Provides access to methods and enumerations for working with a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.AccessKeyAttrName">
      <summary>The attribute name of the access key for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.AllDayEventFieldName">
      <summary>The all-day event field name for a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.AppendMobileQueryString(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.AppendSourceQueryString(System.String,System.String)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.ChtmlId">
      <summary>The cHTML identifier for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.ContentsSuffixName">
      <summary>The contents suffix name for a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.CreateFolderNavigation(System.String,Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPFolder)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DBCSQueryStringEncodingKey">
      <summary>The encoding key of a double-byte character set (DBCS) query string for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DefaultFileName">
      <summary>The default file name of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DefaultStringName">
      <summary>The default string name of a mobile Web application.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMobileUtility.DefaultStyleSheetTemplatePath"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DeletePageFileName">
      <summary>The default page file name of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DispFormFileName">
      <summary>The file name of the display form of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.DocomoId">
      <summary>The DoCoMo identifier for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.EditFormFileName">
      <summary>The file name of the edit form of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.EndDateFieldName">
      <summary>The field name of the end date for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.ErrorPageFileName">
      <summary>The file name of the error page for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.EventDateFieldName">
      <summary>The field name of the event date for a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GenerateExternalUri(System.Uri)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GenerateInternalUrl(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetApplicationPath">
      <summary>Returns the application path for the current mobile Web application.</summary>
      <returns>A string that contains the application path.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetApplicationPath(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the application path for the specified mobile Web application.</summary>
      <returns>A string that contains the application path.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetAppRootDirName(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the name of the application root directory for the specified mobile Web application.</summary>
      <returns>A string that contains the name of the application root directory.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetBooleanFieldValue(Microsoft.SharePoint.SPItem,System.String)">
      <summary>Returns the value of the specified Boolean field.</summary>
      <returns>The Boolean field value.</returns>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the data transport item of the mobile Web application. </param>
      <param name="fieldName">A string that contains the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetDateOptions(Microsoft.SharePoint.SPContext,Microsoft.SharePoint.SPCalendarType)">
      <summary>Returns the date options of the mobile Web application that are associated with the specified context and calendar type.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.DateOptions" /> object that provides access to properties and methods for viewing and setting date options.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
      <param name="calendar">An <see cref="T:Microsoft.SharePoint.SPCalendarType" /> object that represents a calendar type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetDefaultViewUrl(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetDispFormUrl">
      <summary>Returns the URL of the display form (DispForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetDispFormUrl(Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the display form (DispForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetDispFormUrl(Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPItem,Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the display form (DispForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in a list on a SharePoint site.</param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the data transport item of the mobile Web application.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetEditFormUrl">
      <summary>Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetEditFormUrl(Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetEditFormUrl(Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPItem,Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in a list on a SharePoint site.</param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the data transport item of the mobile Web application.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetEllipsisString(System.String,System.Int32)">
      <summary>Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length.</summary>
      <returns>The truncated string, or the entire string if it does not exceed the specified length.</returns>
      <param name="source">The string to truncate or return.</param>
      <param name="length">A 32-bit integer that represents the maximum number of characters to return.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetEllipsisString(System.String,System.Int32,System.String)">
      <summary>Returns a truncated version of the specified string up to the specified length with ellipsis characters appended, or the entire string if it does not exceed the specified length.</summary>
      <returns>The truncated string, or the entire string if it does not exceed the specified length.</returns>
      <param name="source">The string to truncate or return.</param>
      <param name="length">A 32-bit integer that represents the maximum number of characters to return.</param>
      <param name="symbol">A string that contains the symbol to use for the ellipsis characters.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetErrorMessage(System.Web.HttpContext)">
      <summary>Returns error message text for the specified HTTP context.</summary>
      <returns>A string that contains the text of the error message.</returns>
      <param name="context">An <see cref="T:System.Web.HttpContext" /> object providing access to HTTP-specific information about an individual HTTP request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetFirstMobileView(Microsoft.SharePoint.SPList)">
      <summary>Returns the first view in the specified list that applies to a mobile device.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data contained in the list that applies to a mobile device.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetFormUrl(Microsoft.SharePoint.PAGETYPE)">
      <summary>Returns the URL of the specified form in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="pagetype">A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that indicates the type of the form.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetFormUrl(Microsoft.SharePoint.SPContext,Microsoft.SharePoint.PAGETYPE)">
      <summary>Returns the URL of the specified form in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application. </param>
      <param name="pagetype">A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that indicates the type of the form.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetFormUrl(Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPItem,Microsoft.SharePoint.SPContext,Microsoft.SharePoint.PAGETYPE)">
      <summary>Returns the URL of the specified form in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in a list on a SharePoint site.</param>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the mobile Web application's data transport item.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
      <param name="pagetype">A <see cref="T:Microsoft.SharePoint.PAGETYPE" /> value that indicates the type of the form.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetItemId(Microsoft.SharePoint.SPItem,Microsoft.SharePoint.SPContext)">
      <summary>Returns the identifier of the specified data transport item of a mobile Web application.</summary>
      <returns>A string that contains the item identifier.</returns>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the data transport item of the mobile Web application.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the context of an HTTP request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetMobileConfigValue(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns a string version of the configuration value for the specified mobile Web application.</summary>
      <returns>A string that contains the configuration value.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a mobile Web application. </param>
      <param name="key">A string that contains the configuration key.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetMobileConfigValueAsInt(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns an integer version of the configuration value for the specified mobile Web application.</summary>
      <returns>An integer that represents the configuration value.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web application. </param>
      <param name="key">A string that contains the configuration key.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetMobileDefaultView(Microsoft.SharePoint.SPList)">
      <summary>Returns the default view for an item in the specified list that applies to a mobile device.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents the default view of the data contained in the list that applies to a mobile device.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetMobileViewFromList(Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetNewFormUrl">
      <summary>Returns the URL of the new form (NewForm.aspx) of a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetNewFormUrl(Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the new form (NewForm.aspx)of a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetNewFormUrl(Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPContext)">
      <summary>Returns the URL of the new form (NewForm.aspx)of a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in a list on a SharePoint site.</param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetShortApplicationPath">
      <summary>Returns the abbreviated application path for the current mobile Web application.</summary>
      <returns>A string that contains the application path.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetShortApplicationPath(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the abbreviated application path for the specified mobile Web application.</summary>
      <returns>A string that contains the application path.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a Web application.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetUrlKeyValue(System.Web.HttpContext,System.String)">
      <summary>Returns a string version of the value associated with the specified URL key.</summary>
      <returns>A string that contains the key value.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
      <param name="urlKey">A string that contains the URL key.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetUrlKeyValueAsInt(System.Web.HttpContext,System.String)">
      <summary>Returns an integer version of the value that is associated with the specified URL key.</summary>
      <returns>A string that contains the key value.</returns>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
      <param name="urlKey">A string that contains the URL key. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetValidMobileView(Microsoft.SharePoint.SPList)">
      <summary>Returns the next valid view for an item in the specified list that applies to a mobile device.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data contained in the list that applies to a mobile device.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetViewUrl(Microsoft.SharePoint.SPList)">
      <summary>Returns the URL of the current list view in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetViewUrl(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPView)">
      <summary>Returns the URL of the specified list view in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in the list. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetViewUrl(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPContext,Microsoft.SharePoint.SPFolder)">
      <summary>Returns the URL of the specified list view in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in the list. </param>
      <param name="context">An <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents context information for the mobile Web application.</param>
      <param name="folder">An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents a folder on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetViewUrl(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPView,Microsoft.SharePoint.SPFolder)">
      <summary>Returns the URL of the specified list view in a mobile Web application.</summary>
      <returns>A string that contains the URL.</returns>
      <param name="list">An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents a list on a site.</param>
      <param name="view">An <see cref="T:Microsoft.SharePoint.SPView" /> object that represents a view of the data that is contained in the list. </param>
      <param name="folder">An <see cref="T:Microsoft.SharePoint.SPFolder" /> object that represents a folder on a site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetWebConfigValue(System.String)">
      <summary>Returns the site configuration value that is associated with the specified configuration key for a mobile Web application.</summary>
      <returns>A string that contains the configuration value.</returns>
      <param name="key">A string that contains the configuration key. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.GetWebPropertyValue(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns the value of the specified Web property.</summary>
      <returns>A string that contains the property value.</returns>
      <param name="web">An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents a mobile Web application.</param>
      <param name="key">A string that contains the property key.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.HomePageFileName">
      <summary>Thefile name of the home page of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.HtmlId">
      <summary>The HTML identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.InvalidValueString">
      <summary>The invalid-value string of a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.IsValidField(Microsoft.SharePoint.SPItem,System.String)">
      <summary>Returns a Boolean value that indicates whether the specified field is valid.</summary>
      <returns>true if the field is valid; otherwise, false.</returns>
      <param name="item">An <see cref="T:Microsoft.SharePoint.SPItem" /> object that represents the data transport item of the mobile Web application.</param>
      <param name="fieldName">A string that contains the name of the field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.IsValidTemplateName(System.String)">
      <summary>Returns a Boolean value that indicates whether the specified template name for a mobile Web application is valid.</summary>
      <returns>true if the template name is valid; otherwise, false.</returns>
      <param name="templateName">A string that contains a template name.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.JphoneId">
      <summary>The Jphone identifier for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.LayoutsDirectoryName">
      <summary>The directory name of the layouts for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.LoginPageFileName">
      <summary>The file name of the login page for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.LogoutPageFileName">
      <summary>The file name of the logout page for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.MobileAppRootDirectoryName">
      <summary>The root directory name of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.MobileContextHttpHanderPrefix">
      <summary>The prefix of the context HTTP handler for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.MobileErrorHttpHander">
      <summary>The HTTP error handler for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.MobilePaginationWeightName">
      <summary>The name of the pagination weight for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.MobileRedirectId">
      <summary>The redirect identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.NavigationSuffixName">
      <summary>The navigation suffix name of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.NewFormFileName">
      <summary>The file name of the new form of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.NokiaId">
      <summary>The Nokia identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.OpenwaveId">
      <summary>The Openwave identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.OperaId">
      <summary>The Opera identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.ParentIdFieldName">
      <summary>The field name of the parent identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.RecurrenceFieldName">
      <summary>The recurrence field name of a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.Redirect(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.Redirect(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext,System.String)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.Redirect303Key">
      <summary>The Redirect 303 key for a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.RedirectSuffixName">
      <summary>The name of the redirect suffix of a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.SendPageUrlToLogonUser(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.SetErrorMessage(System.Web.HttpContext,System.String)">
      <summary>Specifies error message text for the specified HTTP context.</summary>
      <param name="context">An <see cref="T:System.Web.HttpContext" /> object that provides access to HTTP-specific information about an individual HTTP request.</param>
      <param name="message">A string that contains the text of the error message.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.TitleSuffixName">
      <summary>The name of the title suffix of a mobile Web application.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.UrlKeyValueDecode(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMobileUtility.UrlKeyValueEncode(System.String)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.UrlPrefix">
      <summary>The URL prefix of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.ViewFileName">
      <summary>The file name of a view in a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.WmlId">
      <summary>The WML identifier of a mobile Web application.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPMobileUtility.XhtmlId">
      <summary>The XHTML identifier of a mobile Web application.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPMonitoredScope"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.#ctor(System.String,System.UInt32,Microsoft.SharePoint.Utilities.ISPScopedPerformanceMonitor[])"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.AddMonitor``1(``0)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Children"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Current"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.Dispose(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.GetMonitor``1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.GetMonitorRecursive``1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Id"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Monitors"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPMonitoredScope.OnDisposing"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPMonitoredScope.Parent"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPerformanceInspector"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceInspector.ExcessiveMonitors"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPerformanceInspector.GetInspector(Microsoft.SharePoint.Administration.SPWebApplication)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceInspector.HealthScore"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceInspector.HttpThrottleSettings"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceInspector.Interval"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPerformanceInspector.IsBusy"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceInspector.LastInspectTime"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.#ctor(System.String,System.String,System.String,System.Single,System.Single)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.Category"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.Counter"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.Instance"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.MaxValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.MinValue"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData.ToString"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPrincipalInfo">
      <summary>Provides access to information about the current principal. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.Department">
      <summary>Gets the department name of the principal.</summary>
      <returns>A string that contains the department name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.DisplayName">
      <summary>Gets the display name of the principal.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.Email">
      <summary>Gets the e-mail address of the principal.</summary>
      <returns>A string that contains the e-mail address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.IsSharePointGroup">
      <summary>Gets a Boolean value that indicates whether the principal is a SharePoint group.</summary>
      <returns>true if the principal is a SharePoint group; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.JobTitle">
      <summary>Gets the job title of the principal.</summary>
      <returns>A string that contains the job title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.LoginName">
      <summary>Gets the login name of the principal.</summary>
      <returns>A string that contains the login name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.Mobile"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.PrincipalId">
      <summary>Gets the principal identifier.</summary>
      <returns>A string that contains the identifier.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.PrincipalType">
      <summary>Gets the principal type.</summary>
      <returns>A string that contains the principal type.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPPrincipalInfo.SIPAddress">
      <summary>Gets the Session Initiation Protocol (SIP) address of the principal.</summary>
      <returns>A string that contains the SIP address.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPrincipalSource">
      <summary>Specifies the source of the current principal.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.None">
      <summary>Do not specify a source.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.UserInfoList">
      <summary>Use the user information list as the source.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.Windows">
      <summary>Use Windows as the source.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.MembershipProvider">
      <summary>Use the membership provider as the source.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.RoleProvider">
      <summary>Use the role provider as the source</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalSource.All">
      <summary>Use all sources.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPrincipalType">
      <summary>Specifies the principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.None">
      <summary>No principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.User">
      <summary>A user principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.DistributionList">
      <summary>A distribution list principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.SecurityGroup">
      <summary>A security group principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.SharePointGroup">
      <summary>A SharePoint group principal type.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPPrincipalType.All">
      <summary>All principal types.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPPropertyBag">
      <summary>Stores arbitrary key-and-value pairs that contain custom property settings.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPPropertyBag.Update">
      <summary>Updates the database with changes that have been made to the property bag.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPRedirectFlags">
      <summary>Specifies flags for a redirect operation.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.Default">
      <summary>Use default settings for the redirect.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.CheckUrl">
      <summary>Check the redirect Uniform Resource Locator (URL).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.Static">
      <summary>The redirect is static.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.Trusted">
      <summary>The redirect is trusted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.RelativeToLayoutsPage">
      <summary>The redirect occurs relative to the layouts page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.RelativeToLocalizedLayoutsPage">
      <summary>The redirect occurs relative to the localized layouts page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.UseSource">
      <summary>Use the source for the redirect.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.DoNotEndResponse">
      <summary>Do not end the response after the redirect.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.DoNotEncodeUrl">
      <summary>Do not encode the redirect URL.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRedirectFlags.DoNotInitWeb"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier.Match(System.Web.HttpRequest)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPRequestThrottleClassifier.ThrottleLevel"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPRequestThrottleLevel"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRequestThrottleLevel.NotSet"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRequestThrottleLevel.Never"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPRequestThrottleLevel.Default"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPRequestUsageCounter"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.#ctor(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.Description"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.Dispose"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.RenderValueForWeb"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPRequestUsageCounter.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPResourceBudget"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPResourceBudget.#ctor(System.String,System.UInt32,Microsoft.SharePoint.Utilities.ISPScopedPerformanceMonitor[])"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPResourceBudget.OnDisposing"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPResourceBudget.PreviouslyEnteredScope(System.String)"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier.#ctor(Microsoft.SharePoint.Utilities.SPRequestThrottleLevel)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier.Match(System.Web.HttpRequest)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier.ThrottleLevel"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSearchCrawlingRequestClassifier.ToString"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSessionCredentialsFlags">
      <summary>Specifies whether the SharePoint session requires authentication.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPSessionCredentialsFlags.None">
      <summary>The session does not require authentication.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPSessionCredentialsFlags.RequireAuthentication">
      <summary>The session requires authentication.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSqlQueryCounter"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.#ctor(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Description"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Dispose(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.FinishedQueries"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Name"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.QueryCounts"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.QueryTotalExecutingTime"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.RenderValueForWeb"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Reset"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.SqlQueries"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.TotalDuration"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSqlQueryCounter.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPStringUtility">
      <summary>Provides access to methods for manipulating strings.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPStringUtility.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SPStringUtility" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPStringUtility.RemoveControlChars(System.String)">
      <summary>Removes control characters from the specified string.</summary>
      <returns>A version of the string with control characters removed.</returns>
      <param name="value">A string containing the control characters to be removed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPStringUtility.RemoveNonAlphaNumericChars(System.String)">
      <summary>Removes nonalphanumeric characters from the specified string.</summary>
      <returns>A version of the string with nonalphanumeric characters removed.</returns>
      <param name="value">A string containing the nonalphanumeric characters to be removed. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPStringUtility.SubstringSurrogateAware(System.String,System.Int32,System.Int32)">
      <summary>Returns a substring of the specified string, ensuring that the returned string is valid if the string is a surrogate pair.</summary>
      <returns>The substring.</returns>
      <param name="str">A string to evaluate.</param>
      <param name="startIndex">A 32-bit integer representing the index position of the start of the substring.</param>
      <param name="length">A 32-bit integer representing the number of characters in the substring.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.#ctor(Microsoft.SharePoint.Utilities.SPPerformanceMonitorCreationData)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.#ctor(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.#ctor(System.String,System.String,System.String,Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterRelativeInstance)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.#ctor(System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Category"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Computer"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Counter"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.CounterError"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Description"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.DiagnosticData"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Instance"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.LastValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.MaxValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.MinValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.RenderValueForWeb"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.ToString"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterMonitor.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterRelativeInstance"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterRelativeInstance.RelativeProcess"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPSystemPerformanceCounterRelativeInstance.RelativeWebSite"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.Computer"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.Description"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.DiagnosticData"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.LastValue"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.RenderValueForWeb"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.Add(Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.AddRange(Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.Clear"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.Count"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.GetEnumerator"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.Item(System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.RemoveAt(System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.System#Collections#IEnumerable#GetEnumerator"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitorCollection.ToString"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPThreadPool">
      <summary>Provides access to methods for queuing a method for execution by using the identity of a remote user or a specified user token.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPThreadPool.QueueUserWorkItemWithImpersonation(System.Threading.WaitCallback,System.Object)">
      <summary>Queues a method for execution by using the identity of the remote user.</summary>
      <returns>true if the method is successfully queued; otherwise, false.</returns>
      <param name="callback">A <see cref="T:System.Threading." /><see cref="WaitCallback" /> delegate that represents the method to execute.</param>
      <param name="state">An object that contains data to be used by the method. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPThreadPool.QueueUserWorkItemWithUserToken(System.Threading.WaitCallback,System.Object,Microsoft.SharePoint.SPUserToken)">
      <summary>Queues a method for execution by using the specified user token.</summary>
      <returns>true if the method is successfully queued; otherwise, false.</returns>
      <param name="callback">A <see cref="T:System.Threading." /><see cref="WaitCallback" /> delegate that represents the method to execute.</param>
      <param name="state">An object that contains data to be used by the method. </param>
      <param name="token">An <see cref="T:Microsoft.SharePoint.SPUserToken" /> object that represents the token that identifies the authentication process applied to a user.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPUrlUtility">
      <summary>Provides access to methods that operate on URLs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.Utilities.SPUrlUtility" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Utilities.SPUrlUtility.AllowedProtocols">
      <summary>Returns an array of allowed URL protocols.</summary>
      <returns>A string array that contains the allowed protocols.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.CombineUrl(System.String,System.String)">
      <summary>Combines a specified URL path and nodes.</summary>
      <returns>A string that contains the combined path and nodes.</returns>
      <param name="baseUrlPath">A string representing a URL path.</param>
      <param name="additionalNodes">A string representing a node or nodes to combine with the path.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IndexOfIllegalCharInUrlLeafName(System.String)">
      <summary>Returns the integer index of an illegal character in the specified URL leaf name.</summary>
      <returns>A 32-bit integer representing the index of the illegal character within the leaf name. </returns>
      <param name="strLeafName">A string that contains the leaf name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsLegalCharInUrl(System.Char)">
      <summary>Gets a Boolean value that indicates whether the specified character can be used in a URL.</summary>
      <returns>true if the character can be used in a URL; otherwise, false.</returns>
      <param name="character">A 16-bit <see cref="T:System.Char" /> representing the character.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsLegalFileName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsProtocolAllowed(System.String)">
      <summary>Gets a Boolean value indicating whether the specified URL uses a supported protocol.</summary>
      <returns>true if the URL uses a supported protocol; otherwise, false.</returns>
      <param name="fullOrRelativeUrl">A string that contains the full or relative URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsProtocolAllowed(System.String,System.Boolean)">
      <summary>Gets a Boolean value indicating whether the specified URL uses a supported protocol.</summary>
      <returns>true if the URL uses a supported protocol; otherwise, false.</returns>
      <param name="fullOrRelativeUrl">A string that contains the full or relative URL.</param>
      <param name="allowRelativeUrl">true to allow a relative URL as the <paramref name="fullOrRelativeUrl" /> parameter; otherwise, false. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsUrlFull(System.String)">
      <summary>Gets a Boolean value indicating whether the specified URL is a full URL and not a relative URL.</summary>
      <returns>true if the URL is a full URL; otherwise, false.</returns>
      <param name="url">A string that contains the URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUrlUtility.IsUrlRelative(System.String)">
      <summary>Gets a Boolean value indicating whether the specified URL is a relative URL and not a full URL.</summary>
      <returns>true if the URL is a relative URL; otherwise, false.</returns>
      <param name="url">A string that contains the URL.           </param>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPUtility">
      <summary>Provides tools for converting date and time formats, for obtaining information from user names, for modifying access to sites, and for various other tasks in managing a deployment of Windows SharePoint Services 3.0.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.AccessDeniedPage"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.AddCellStoragePartition(Microsoft.SharePoint.Administration.SPContentDatabase,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.AddDefaultWikiContent(Microsoft.SharePoint.SPList)">
      <param name="wikiList"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.AllItemsQuery(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.AlternateServerUrlFromHttpRequestUrl(System.Uri)">
      <summary>Returns the outgoing Universal Resource Locator (URL) for the alternate request URL represented by the specified URI.</summary>
      <returns>A System.Uri object that represents the outgoing URL and any additional parts of the URL, such as the path, that together compose the complete incoming URL. For example, if the incoming URL is http://incoming and the outgoing URL is http://outgoing, this method returns http://outgoing. If the incoming URL is http://incoming/sites/mySite/Lists/myList/AllItems.aspx, the returned URI object would represent http://outgoing/sites/mySite/Lists/myList/AllItems.aspx. If no outgoing URL is defined for the zone associated with the incoming URL, or that incoming URL is not included in a collection of alternate URLs, Windows SharePoint Services returns the same System.Uri that was passed as parameter to this method. </returns>
      <param name="url">A System.Uri object that represents the request URL.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.BinarySearchWithFallback``1(System.Collections.Generic.IList{``0},``0,System.Collections.IComparer,System.Boolean@)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ChangeAccountPassword(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String)">
      <summary>Changes an account password for the specified SharePoint site.</summary>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="loginName">A string that contains the user name of the user.</param>
      <param name="oldPassword">A string that contains the old password.</param>
      <param name="newPassword">A string that contains the new password.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CoalesceStorage(Microsoft.SharePoint.SPFile)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConcatUrls(System.String,System.String)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ConfirmationPageId"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ConfirmationPageText"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConvertHtmlLinkToWikiLink(System.String,Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConvertHtmlLinkToWikiLink(System.String,System.String)">
      <param name="input"></param>
      <param name="folderUrl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConvertSPRightsToSPBasePermissions(Microsoft.SharePoint.SPRights)">
      <param name="perm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConvertWikiLinkToHtmlLink(System.String,Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ConvertWikiLinkToHtmlLink(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateDateTimeFromISO8601DateTimeString(System.String)">
      <param name="ISO8601Time"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateDateTimeFromSqlString(System.String)">
      <summary>Converts the specified SQL string (in yyyymmdd hh:mm:ss format) to DateTime format.</summary>
      <returns>A System.DateTime object that provides the date and time. </returns>
      <param name="sqlTime">A string that contains date and time in SQL format.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateEmailBodyForInvitation(System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateISO8601DateTimeFromSystemDateTime(System.DateTime)">
      <summary>Converts a system DateTime value to ISO8601 DateTime format (yyyy-mm-ddThh:mm:ssZ).</summary>
      <returns>A string that contains the date and time in ISO8601 DateTime format. </returns>
      <param name="dtValue">A System.DateTime object that represents the system DateTime value in the form mm/dd/yyyy hh:mm:ss AM or PM.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateNewDiscussion(Microsoft.SharePoint.SPListItemCollection,System.String)">
      <param name="items"></param>
      <param name="title"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateNewDiscussionReply(Microsoft.SharePoint.SPListItem)">
      <param name="parent"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateNewWikiPage(Microsoft.SharePoint.SPList,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateParentFoldersForFile(Microsoft.SharePoint.SPList,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateSystemDateTimeFromXmlDataDateTimeFormat(System.String)">
      <summary>Converts the date and time value from ISO8601 DateTime format (YYYY-MM-DDTHH:MM:SSZ) to system DateTime format (mm/dd/yyyy hh:mm:ss AM or PM).</summary>
      <returns>A System.DateTime object that represents the date and time in system DateTime format. </returns>
      <param name="strDT">A string that contains the date and time in XMLDATA DateTime format (YYYY-MM-DDTHH:MM:SSZ).</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.CreateThreadIndex(System.String,System.DateTime)">
      <param name="parentIndex"></param>
      <param name="time"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.DetermineRedirectUrl(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext,System.String,System.String@)">
      <param name="urlProposed"></param>
      <param name="flags"></param>
      <param name="context"></param>
      <param name="queryString"></param>
      <param name="urlRedirect"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.DoesFieldSupportIsRelationship(Microsoft.SharePoint.SPFieldLookup)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.DumpTypes(System.Reflection.Assembly)">
      <param name="assm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.EnsureAuthentication"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.EnsureAuthentication(Microsoft.SharePoint.SPWeb)">
      <summary>Determines whether the current user is an authenticated user of the specified site and, if not, requests a user name and password, and then opens the Error page for an access denied exception so that the user must request access to the site or list from the owner.</summary>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.EnsureSessionCredentials(Microsoft.SharePoint.Utilities.SPSessionCredentialsFlags)">
      <param name="credentialFlags"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.EnsureSiteAdminAccess(Microsoft.SharePoint.SPWeb)">
      <summary>Determines whether the current user is a site administrator on the specified site and, if not, requests a user name and password, and then opens the Error page for an access denied exception so that the user must request access to the site or list from the owner.</summary>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorHelpKey"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorHelpLinkText"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorID"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorLinkNavigateUrl"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorLinkTextID"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorPage"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.ErrorText"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ExecuteCellStorageBinaryRequest(Microsoft.SharePoint.SPFile,System.IO.Stream,System.Boolean,System.Guid@,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Int64,System.String,System.Int64,System.String@,System.Boolean@)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ExecuteProxyOperation(System.String,System.String,Microsoft.SharePoint.UserCode.SPProxyOperationArgs)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FlushIISToken"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatAccountName(System.String)">
      <param name="user"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatAccountName(System.String,System.String)">
      <param name="provider"></param>
      <param name="user"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatDate(Microsoft.SharePoint.SPWeb,System.DateTime,Microsoft.SharePoint.Utilities.SPDateFormat)">
      <summary>Converts the specified date and time value to an SPDateFormat format.</summary>
      <returns>A string that contains the reformatted date and time value. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="date">A System.DateTime object that represents the value to convert.</param>
      <param name="fmt">A <see cref="T:Microsoft.SharePoint.Utilities.SPDateFormat" /> value that specifies the new format.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatSize(System.Int64)">
      <param name="cbSize"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatStringWithListType(System.String,Microsoft.SharePoint.SPList)">
      <param name="format"></param>
      <param name="list"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.FormatStringWithListType(System.String,Microsoft.SharePoint.SPList,System.Boolean)">
      <param name="format"></param>
      <param name="list"></param>
      <param name="bInLowerCase"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetAcceptHeaderExtensions(Microsoft.SharePoint.SPWeb)">
      <summary>Returns the set of accept headers associated with file extensions defined in the configuration file for a site.</summary>
      <returns>A string array that contains the accept headers for the site. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetAccountName(System.String)">
      <param name="fullName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetAllAuthenticatedUsers(Microsoft.SharePoint.SPWeb)">
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetBinaryUserId(System.String)">
      <param name="fullName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetCalendarYearMax(System.Int32)">
      <summary>Returns the maximum year that can be represented in calendars.</summary>
      <returns>A 32-bit integer that represents the year. </returns>
      <param name="iCalType">A 32-bit integer that represents a <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetCalendarYearMin(System.Int32)">
      <summary>Returns the minimum year that can be represented in calendars.</summary>
      <returns>A 32-bit integer that represents the year. </returns>
      <param name="iCalType">A 32-bit integer that represents a <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetCurrentUserEmailAddresses"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetExampleDateFormat(Microsoft.SharePoint.SPWeb,System.String,System.String,System.String)">
      <summary>Returns an example of the format that is used for dates in the specified site.</summary>
      <returns>A string that represents the date format that is used in the site. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="stYearLabel">A string that contains a number representing a sample year.</param>
      <param name="stMonthLabel">A string that contains a number representing a sample month.</param>
      <param name="stDayLabel">A string that contains a number representing a sample day.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetExpandedWeeks(System.Web.HttpRequest)">
      <param name="request"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameandEmailfromLogin(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String,System.String@,System.String@)">
      <param name="globalAdmin"></param>
      <param name="login"></param>
      <param name="displayName"></param>
      <param name="email"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameandEmailfromLogin(Microsoft.SharePoint.SPWeb,System.String,System.String@,System.String@)">
      <param name="web"></param>
      <param name="login"></param>
      <param name="displayName"></param>
      <param name="email"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameFromLogin(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String)">
      <summary>Returns the display name of the user on a server or server farm with the specified user name.</summary>
      <returns>A string that contains the display name of the user. </returns>
      <param name="globalAdmin">A <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> object that represents global administrative settings for the server or server farm.</param>
      <param name="loginName">A string that contains the user name of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameFromLogin(Microsoft.SharePoint.SPSite,System.String)">
      <summary>Returns the display name of the site user who has the specified user name.</summary>
      <returns>A string that contains the display name of the user. </returns>
      <param name="site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</param>
      <param name="loginName">A string that contains the user name of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameFromLoginEx(Microsoft.SharePoint.SPSite,System.String,System.Boolean@)">
      <summary>Returns the display name of a user on the specified site based on the user name and a Boolean value indicating whether the user object represents a distribution list.</summary>
      <returns>A string that contains the user name. </returns>
      <param name="site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</param>
      <param name="loginName">A string that contains the user name of the user.</param>
      <param name="bIsDL">true to specify that the user object represents a distribution list; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullNameFromLoginEx(System.String,System.Boolean@)">
      <param name="loginName"></param>
      <param name="bIsDL"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetFullUrl(Microsoft.SharePoint.SPSite,System.String)">
      <summary>Returns the absolute Universal Resource Locator (URL) for the specified server-relative URL.</summary>
      <returns>A string that contains the absolute URL. </returns>
      <param name="Site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</param>
      <param name="WebUrl">A string that contains the server-relative URL. For example, /[sites/]//. For information about the usage of URLs in Windows SharePoint Services, see Forms of URL Strings.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetGenericSetupPath(System.String)">
      <summary>Returns the full local path for the specified subdirectory.</summary>
      <returns>A string that contains the full local path. For example, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Lists and C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\Lists\Announcements.</returns>
      <param name="strSubdir">A string that contains the Web site-relative URL for the subdirectory. For example, Lists/Announcements.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetHtmlTranslateUrlFromExt(Microsoft.SharePoint.SPWeb,System.String,System.String@)">
      <summary>Returns the Universal Resource Locator (URL) of a back-end converter program that is used to handle a request when the client computer does not have the Microsoft Office application installed.</summary>
      <param name="web">A Microsoft.SharePoint.SPWeb object that represents the parent Web site for the file.</param>
      <param name="strExtension">A string that contains the file name extension of the file that is converted.</param>
      <param name="strHandlerUrl">A string that contains the URL of the converter program.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetIdentifierFromEmail(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns the identifier (ID) of the site user based on the specified e-mail address.</summary>
      <returns>A string that contains the ID. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="email">A string that contains the e-mail address.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetIncorrectUIVersionMessage(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetListGuid(Microsoft.SharePoint.SPWeb,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetLocalizedString(System.String,System.String,System.UInt32)">
      <param name="source"></param>
      <param name="defaultResourceFile"></param>
      <param name="language"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetLoginNameFromEmail(Microsoft.SharePoint.SPSite,System.String)">
      <summary>Returns the domain user account of the user based on the specified site collection and e-mail address.</summary>
      <returns>A string that contains the domain user account. </returns>
      <param name="site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site to which the user belongs.</param>
      <param name="email">A string that contains the e-mail address of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetNewIdPrefix(System.Web.HttpContext)">
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetNonAdminGlobalSettings(Microsoft.SharePoint.SPSite,System.String)">
      <param name="site"></param>
      <param name="strName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetNTFullNameandEmailfromLogin(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String,System.String@,System.String@)">
      <summary>Returns the display name and e-mail address that are used in Windows NT for a specified user on the server or server farm.</summary>
      <param name="globalAdmin">A <see cref="T:Microsoft.SharePoint.Administration.SPGlobalConfig" /> object that represents global administrative settings for the server or server farm.</param>
      <param name="login">A string that contains the user name of the user.</param>
      <param name="displayName">A string that contains the display name of the user.</param>
      <param name="email">A string that contains the e-mail address of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetNTFullNameandEmailfromLogin(Microsoft.SharePoint.SPWeb,System.String,System.String@,System.String@)">
      <summary>Returns the display name and e-mail address that are used in Windows NT for a user on the specified site.</summary>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site collection.</param>
      <param name="login">A string that contains the user name of the user.</param>
      <param name="displayName">A string that contains the display name of the user.</param>
      <param name="email">A string that contains the e-mail address of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetPageUrlPath(System.Web.HttpContext)">
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetParentControl(System.Web.UI.Control,System.Type)">
      <param name="control"></param>
      <param name="type"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetPrincipalsInGroup(Microsoft.SharePoint.SPWeb,System.String,System.Int32,System.Boolean@)">
      <param name="web"></param>
      <param name="input"></param>
      <param name="maxCount"></param>
      <param name="reachedMaxCount"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetProviderName(System.String)">
      <param name="fullName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetRequestAccess(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPObjectType,System.String)">
      <summary>Returns a Boolean value that indicates whether the current user has access to the specified site or list.</summary>
      <returns>If true, the user has access to the site or list; otherwise, false.</returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="objType">A <see cref="T:Microsoft.SharePoint.SPObjectType" /> value that specifies whether the object is a list or a site.</param>
      <param name="objID">The ID of the list or site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetRoleDefinitionFromLegacyWebGroupId(Microsoft.SharePoint.SPRoleDefinitionCollection,System.Int32)">
      <param name="roles"></param>
      <param name="webGroupId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSelectedDate(System.Web.HttpRequest,Microsoft.SharePoint.SPWeb)">
      <param name="request"></param>
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSelectedDateFromSource(System.Web.HttpRequest,Microsoft.SharePoint.SPWeb,System.Boolean)">
      <param name="request"></param>
      <param name="web"></param>
      <param name="useSourceParameter"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSelectedTime(System.Web.HttpRequest)">
      <param name="request"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSelectedTimeFromSource(System.Web.HttpRequest,System.Boolean)">
      <param name="request"></param>
      <param name="useSourceParameter"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetServerNow(Microsoft.SharePoint.SPWeb)">
      <summary>Returns in Coordinated Universal Time (UTC) the current date and time used on the database server for the specified site.</summary>
      <returns>A System.DateTime value that indicates the current date and time on the database server. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetServerRelativeUrlFromPrefixedUrl(System.String)">
      <param name="prefixedUrl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetShortId(System.String,System.Web.UI.Control)">
      <param name="prefix"></param>
      <param name="c"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSPListFromName(Microsoft.SharePoint.SPContext,Microsoft.SharePoint.SPWeb,System.Guid,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetSPListFromName(Microsoft.SharePoint.SPWeb,System.Guid,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetTimeSpanFromTimeZone(Microsoft.SharePoint.SPTimeZone)">
      <param name="timeZone"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetUploadedSolutionOp(Microsoft.SharePoint.SPSite,System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetUrlDirectory(System.String)">
      <param name="url"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetUrlFileName(System.String)">
      <param name="url"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetV3SecurePassword(Microsoft.SharePoint.Administration.SPProcessIdentity)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetViewType(System.Web.HttpRequest)">
      <param name="request"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GetWebContentIndexingTimestamps(Microsoft.SharePoint.SPWeb)">
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GregorianISOToIntlISODate(Microsoft.SharePoint.SPWeb,System.String,System.Int32)">
      <summary>Converts the specified date from the International Organization for Standardization (ISO) Gregorian format to the ISO International format.</summary>
      <returns>A string that contains the date in ISO International format. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="strISODate">A string that contains the date to convert in ISO Gregorian format.</param>
      <param name="iCalType">A 32-bit integer that specifies a <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.GuessLoginNameFromEmail(Microsoft.SharePoint.SPSite,System.String)">
      <summary>Returns the domain user account of the user based on the specified e-mail address.</summary>
      <returns>A string that contains the domain user account. </returns>
      <param name="site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site to which the user belongs.</param>
      <param name="email">A string that contains the e-mail address of the user.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(System.Exception)">
      <param name="ex"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.HexStringToLong(System.String)">
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsBlogSitePage"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsBuiltInFieldDisallowingUniqueness(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsClientValid(System.Web.UI.Page)">
      <param name="page"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsDesignTimeRender"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsEastAsia(Microsoft.SharePoint.SPWeb,System.UInt32)">
      <param name="web"></param>
      <param name="lcid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsEmailServerSet(Microsoft.SharePoint.SPWeb)">
      <summary>Returns a Boolean value that specifies whether an e-mail server has been set for the site.</summary>
      <returns>If true, the e-mail server has been set; otherwise false. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsLoginValid(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String)">
      <summary>Uses the specified global administration object to determine whether the specified user name is valid.</summary>
      <returns>If true, the user name is valid; otherwise, false. </returns>
      <param name="globalAdmin">A <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> object that represents global administrative settings for the server or server farm.</param>
      <param name="strLoginName">A string that contains the user name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsLoginValid(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String,System.Boolean@)">
      <summary>Uses the specified global administration object to determine whether the specified user name is valid and whether it corresponds to a user account.</summary>
      <returns>If true, the user name is valid; otherwise, false. </returns>
      <param name="globalAdmin">A <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> object that represents global administrative settings for the server or server farm.</param>
      <param name="strLoginName">A string that contains the user name.</param>
      <param name="bIsUserAccount">true to specify that the account is a user account; otherwise, false.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsLoginValid(Microsoft.SharePoint.SPSite,System.String)">
      <summary>Uses the specified site collection to determine whether the specified user name is valid.</summary>
      <returns>If true, the user name is valid; otherwise, false. </returns>
      <param name="site">A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</param>
      <param name="strLoginName">A string that contains the user name.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsRightToLeft(Microsoft.SharePoint.SPWeb,System.UInt32)">
      <param name="web"></param>
      <param name="lcid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsUplevelBrowser(System.Web.HttpContext)">
      <summary>Returns a Boolean value that indicates whether the version of the browser is later than Internet Explorer 5.0 or Netscape Navigator 6.0, based on the HTTP context of the request.</summary>
      <returns>If true, the browser is a later version; otherwise, false. </returns>
      <param name="context">A System.Web.HttpContext object that represents the context of the request.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.IsValidStringInput(System.String,System.String)">
      <param name="regexp"></param>
      <param name="newValue"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MakeBrowserCacheSafeLayoutsUrl(System.String,System.Boolean)">
      <param name="name"></param>
      <param name="localizable"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MakeBrowserCacheSafeScriptResourceUrl(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapToControl(Microsoft.SharePoint.SPWeb,System.String,System.String)">
      <param name="web"></param>
      <param name="strFileName"></param>
      <param name="strProgID"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapToIcon(Microsoft.SharePoint.SPWeb,System.String,System.String)">
      <summary>Returns the name of the image file for the icon that is used to represent the specified file.</summary>
      <returns>A string that contains the name of the image file for the icon. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site containing the file.</param>
      <param name="strFileName">A string that contains the file name.</param>
      <param name="strProgID">A string that contains the ProgID of the application that was used to create the file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapToIcon(Microsoft.SharePoint.SPWeb,System.String,System.String,Microsoft.SharePoint.Utilities.IconSize)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapToServerFileRedirect(Microsoft.SharePoint.SPWeb,System.String,System.String)">
      <param name="web"></param>
      <param name="strFileName"></param>
      <param name="strProgId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapToServerFileRedirect(Microsoft.SharePoint.SPWeb,System.String,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapWebToIcon(Microsoft.SharePoint.SPWeb)">
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.MapWebURLToVirtualServerURL(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns the absolute Universal Resource Locator (URL) for the virtual server that contains the specified site.</summary>
      <returns>A string that contains the absolute URL for the virtual server. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="url">A string that contains the absolute URL for the site.</param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.MaxLeafNameLength">
      <summary>Indicates the maximum number of characters that can be used in the name of a file or folder.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ObjectToGuid(System.Object)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPUtility.OriginalServerRelativeRequestPath"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPUtility.OriginalServerRelativeRequestUrl"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ParseDate(Microsoft.SharePoint.SPWeb,System.String,Microsoft.SharePoint.Utilities.SPDateFormat,System.Boolean)">
      <param name="web"></param>
      <param name="stDateTime"></param>
      <param name="format"></param>
      <param name="bToUTC"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ParseDate(Microsoft.SharePoint.SPWeb,System.String,System.String,System.Boolean)">
      <summary>Creates a System.DateTime object from the specified strings containing date and time values.</summary>
      <returns>A System.DateTime object that contains the date and time. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site in which the date and time value is used.</param>
      <param name="stDate">A string that contains the date.</param>
      <param name="stTime">A string that contains the time.</param>
      <param name="bToUTC">true to convert data and time strings into a System.DateTime object in Coordinated Universal Time (UTC) time; false to convert the strings into a System.DateTime object in local time for the site.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ParseSqlType(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.Redirect(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext)">
      <param name="url"></param>
      <param name="flags"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.Redirect(System.String,Microsoft.SharePoint.Utilities.SPRedirectFlags,System.Web.HttpContext,System.String)">
      <param name="url"></param>
      <param name="flags"></param>
      <param name="context"></param>
      <param name="queryString"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.RedirectValidate(System.String,Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.RedirectValidate(System.String,System.Web.HttpContext)">
      <param name="url"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ReplaceEmbeddedPrefixedUrlsWithServerRelativeUrls(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ResolvePrincipal(Microsoft.SharePoint.Administration.SPWebApplication,System.Nullable{Microsoft.SharePoint.Administration.SPUrlZone},System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,Microsoft.SharePoint.Utilities.SPPrincipalSource,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ResolvePrincipal(Microsoft.SharePoint.SPWeb,System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,Microsoft.SharePoint.Utilities.SPPrincipalSource,Microsoft.SharePoint.SPUserCollection,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ResolveWindowsPrincipal(Microsoft.SharePoint.Administration.SPWebApplication,System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,System.Boolean)">
      <param name="webApp"></param>
      <param name="input"></param>
      <param name="scopes"></param>
      <param name="inputIsEmailOnly"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SearchPrincipals(Microsoft.SharePoint.Administration.SPWebApplication,System.Nullable{Microsoft.SharePoint.Administration.SPUrlZone},System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,Microsoft.SharePoint.Utilities.SPPrincipalSource,System.Int32,System.Boolean@)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SearchPrincipals(Microsoft.SharePoint.SPWeb,System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,Microsoft.SharePoint.Utilities.SPPrincipalSource,Microsoft.SharePoint.SPUserCollection,System.Int32,System.Boolean@)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SearchWindowsPrincipals(Microsoft.SharePoint.Administration.SPWebApplication,System.String,Microsoft.SharePoint.Utilities.SPPrincipalType,System.Int32,System.Boolean@)">
      <param name="webApp"></param>
      <param name="input"></param>
      <param name="scopes"></param>
      <param name="maxCount"></param>
      <param name="reachMaxCount"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendAccessDeniedHeader(System.Exception)">
      <summary>Requests a user name and password, and then opens the Error page for an access denied exception so that the user must request access to the site or list from the owner.</summary>
      <param name="ex">A System.Exception object that represents the exception.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendEmail(Microsoft.SharePoint.SPWeb,System.Boolean,System.Boolean,System.String,System.String,System.String)">
      <summary>Sends the e-mail message to the specified address.</summary>
      <returns>If true, the e-mail is sent successfully; otherwise, false. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="fAppendHtmlTag">true to append an HTML tag to the message; otherwise, false.</param>
      <param name="fHtmlEncode">true to encode the message and replace characters in HTML tags with entities; otherwise, false.</param>
      <param name="to">The address to which to send the e-mail.</param>
      <param name="subject">A string that contains the subject for the e-mail message.</param>
      <param name="htmlBody">A string that contains the body of the e-mail message.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendEmail(Microsoft.SharePoint.SPWeb,System.Boolean,System.Boolean,System.String,System.String,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendEmail(Microsoft.SharePoint.SPWeb,System.Collections.Specialized.StringDictionary,System.String)">
      <param name="web"></param>
      <param name="messageHeaders"></param>
      <param name="messageBody"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendEmail(Microsoft.SharePoint.SPWeb,System.Collections.Specialized.StringDictionary,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SendRequestAccessToOwner(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPObjectType,System.String,System.String)">
      <summary>Sends a request for access in an e-mail message to the owner of the list or site.</summary>
      <returns>If true, the e-mail is sent to the owner; otherwise, false. </returns>
      <param name="web">A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site.</param>
      <param name="objType">A <see cref="T:Microsoft.SharePoint.SPObjectType" /> value that specifies whether the object is a list or a site.</param>
      <param name="objId">The ID of the list or site.</param>
      <param name="txtMessageBody">A string that contains the message to communicate to the owner.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SetEventReceiverToSynchronous(Microsoft.SharePoint.SPSite,System.String,System.String,Microsoft.SharePoint.SPEventReceiverType)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SetThreadCulture(Microsoft.SharePoint.SPWeb)">
      <param name="spWeb"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.SetThreadCulture(System.Globalization.CultureInfo,System.Globalization.CultureInfo)">
      <param name="culture"></param>
      <param name="uiCulture"></param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.SiteRelativeUrlPrefix"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.StopRequestIfClientIsNotValid(System.Web.UI.Page)">
      <param name="page"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.StringToUInt64(System.String)">
      <param name="s"></param>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.SuccessPage"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TestVss"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TimeDeltaAsString(System.DateTime,System.DateTime)">
      <summary>Returns the difference between two specified DateTime values as a string.</summary>
      <returns>A string that contains the difference between the two times. </returns>
      <param name="dtEarlierTime">A System.DateTime object that contains the earlier date and time.</param>
      <param name="dtLaterTime">A System.DateTime object that contains the later date and time.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(System.String)">
      <param name="message"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(System.String,System.String,System.String)">
      <param name="message"></param>
      <param name="linkText"></param>
      <param name="linkUrl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TransferToSuccessPage(System.String)">
      <param name="message"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.TransferToSuccessPage(System.String,System.String,System.String,System.String)">
      <param name="message"></param>
      <param name="nextUrl"></param>
      <param name="linkText"></param>
      <param name="linkUrl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ValidateDatabaseConnectionString(Microsoft.SharePoint.Administration.SPGlobalAdmin,System.String,System.String,System.String,System.String)">
      <summary>Validates the connection string for the content database or the configuration database.</summary>
      <param name="globalAdmin">A <see cref="T:Microsoft.SharePoint.Administration.SPGlobalAdmin" /> object.</param>
      <param name="strDbServer">A string that contains the name of the database server.</param>
      <param name="strDbName">A string that contains the name of the database.</param>
      <param name="strDbUser">A string that contains the user name for the database account when SQL authentication is used. Pass null as the value for this parameter when Windows authentication is used.</param>
      <param name="strDbPassword">A string that contains the database password when SQL authentication is used. Pass null as the value for this parameter when Microsoft Windows authentication is used.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ValidateFormDigest">
      <summary>Validates the form digest control that is used in the current request.</summary>
      <returns>If true, the form digest control is valid; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.Utilities.SPUtility.ValidateWikiPageName(System.String,Microsoft.SharePoint.SPWeb,System.String@)"></member>
    <member name="F:Microsoft.SharePoint.Utilities.SPUtility.WebRelativeUrlPrefix"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SPWebServiceBehavior">
      <summary>Specifies web service behavior.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Utilities.SPWebServiceBehavior.Version3">
      <summary>Use Windows SharePoint Services 3.0 Web service behavior.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.Description"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.Dispose"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.RenderValueForWeb"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.Value"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SPWorkingSetDeltaCounter.ValueIsExcessive"></member>
    <member name="T:Microsoft.SharePoint.Utilities.SqlQueryData"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SqlQueryData.#ctor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SqlQueryData.CallStack"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SqlQueryData.Database"></member>
    <member name="M:Microsoft.SharePoint.Utilities.SqlQueryData.Dispose"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SqlQueryData.Duration"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SqlQueryData.MonitorableDuration"></member>
    <member name="P:Microsoft.SharePoint.Utilities.SqlQueryData.Text"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ThemeColor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeColor.DefaultColor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThemeColor.GetShadesForColor(System.Drawing.Color)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeColor.Shades"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ThemeFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeFont.ComplexScriptFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeFont.EastAsianFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeFont.LatinFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThemeFont.ScriptFonts"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ThemeType"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ThemeType.InvalidTheme"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ThemeType.GalleryTheme"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ThemeType.UnmanagedTheme"></member>
    <member name="F:Microsoft.SharePoint.Utilities.ThemeType.DetachedTheme"></member>
    <member name="T:Microsoft.SharePoint.Utilities.ThmxTheme"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor1"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor2"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor3"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor4"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor5"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.AccentColor6"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.ApplyTo(Microsoft.SharePoint.SPWeb,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.ApplyTo(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Close"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.DarkColor1"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.DarkColor2"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.File"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.FollowedHyperlinkColor"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GenerateThemedStyles(System.Boolean,Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetManagedThemes(Microsoft.SharePoint.SPSite)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetThemedCssUrl(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetThemedCssUrlForEncodedUrl(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetThemeFontByName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetThemeShadeByName(System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.GetThemeUrlForWeb(Microsoft.SharePoint.SPWeb)"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.HyperlinkColor"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.LightColor1"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.LightColor2"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.MajorFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.MinorFont"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.Name"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(Microsoft.SharePoint.SPFile)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(Microsoft.SharePoint.SPFile,System.Boolean,System.IO.FileMode,System.IO.FileAccess)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(Microsoft.SharePoint.SPSite,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(System.IO.Packaging.Package)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(System.IO.Stream)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.Save"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.ServerRelativeUrl"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.SetThemeUrlForWeb(Microsoft.SharePoint.SPWeb,System.String)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.SetThemeUrlForWeb(Microsoft.SharePoint.SPWeb,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Utilities.ThmxTheme.System#IDisposable#Dispose"></member>
    <member name="P:Microsoft.SharePoint.Utilities.ThmxTheme.ThemeType"></member>
    <member name="T:Microsoft.SharePoint.Utilities.Win32.PCID"></member>
    <member name="F:Microsoft.SharePoint.Utilities.Win32.PCID.None"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AccountCreatedEventHandler"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AccountPickerAndLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AccountPickerAndLink.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.AccountPickerAndLink.AccountPicker"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AccountPickerAndLink.Enabled"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AccountPickerAndLink.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AccountPickerAndLink.Picker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AccountPickerAndLink.ValidateManagedAccountSelection(System.Object,System.Web.UI.WebControls.ServerValidateEventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.AccountPickerAndLink.ValManagedAccountSelection"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ActionsMenu">
      <summary>Represents an Actions menu button on a toolbar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ActionsMenu.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ActionsMenu" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ActionsMenu.AddMenuItems">
      <summary>Adds menu items to the control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ActionsMenu.DefaultTemplateName">
      <summary>Returns the default template name for the control.</summary>
      <returns>A string that contains the template name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ActionsMenu.SetMenuItemProperties">
      <summary>Sets menu item properties when a menu item is created from a template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ActionsMenu.Text">
      <summary>Returns the display name of the control.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ActivateSolutionItemButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ActivateSolutionItemButton.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AddGroupEventArgs">
      <summary>Represents information by processes that consume AddGroup events.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AddGroupEventArgs.#ctor(Microsoft.SharePoint.WebControls.LinkSection)">
      <summary>Instantiates an AddGroupEventArgs object.</summary>
      <param name="linkSection">A Microsoft.SharePoint.WebControls.LinkSection object representing the event information.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AddGroupEventArgs.LinkSection">
      <summary>Gets the Microsoft.SharePoint.WebControls.LinkSection object associated with the AddGroup event.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AddLinkEventArgs">
      <summary>Event argument to allow consumers of FeatureLinkSections and FeatureLinks to listen as links are added and make any desired modifications.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AddLinkEventArgs.#ctor(System.Web.UI.WebControls.HyperLink)">
      <param name="link"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AddLinkEventArgs.Link"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AddMenuItemEventArgs"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AddMenuItemEventArgs.#ctor(Microsoft.SharePoint.WebControls.MenuItemTemplate)">
      <param name="menuItem"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AddMenuItemEventArgs.MenuItem"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AdministrationDataSourceView">
      <summary>Represents the the capabilities of Administration data source controls.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.#ctor(System.Web.UI.DataSourceControl,System.String,System.Web.HttpContext)">
      <summary>Initializes a new instance of the AdministrationDataSourceView class.</summary>
      <param name="owner">The data source control that the AdministrationDataSourceView is associated with.</param>
      <param name="viewName">A string that contains the name of the AdministrationDataSourceViewobject.</param>
      <param name="context">A System.Web.HttpContext object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanDelete">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanInsert">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanPage">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanRetrieveTotalRowCount">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanSort">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.CanUpdate">
      <summary>Inherited from System.Web.UI.DataSourceView.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.Context">
      <summary>Gets the context of the AdministrationDataSourceView object.</summary>
      <returns>A System.Web.HttpContext object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)">
      <summary>Gets a list of data from the underlying data storage.</summary>
      <returns>An IEnumerable list of data from the underlying data storage.</returns>
      <param name="arguments">A DataSourceSelectArguments object that is used to request operations on the data beyond basic data retrieval.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.GetFarmObject``1(System.Collections.IDictionary,System.String)">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.GetIdAsGuid(System.Collections.IDictionary,System.String)">
      <summary>Retrieves an object’s GUID.</summary>
      <returns>The named object’s GUID.</returns>
      <param name="parameterValues">An IDictionary object that contains the name / GUID pairs of objects in the SPFarm.</param>
      <param name="parameterName">A string that contains the name of the target object.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.IsTrackingViewState">
      <summary>Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state.</summary>
      <returns>true if the state will be maintained; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.LoadViewState(System.Object)">
      <summary>Loads a saved state.</summary>
      <param name="savedState">An object array representing a saved state.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.Owner">
      <summary>Gets the data source control that contains the AdministrationDataSourceView object.</summary>
      <returns>The data source control that contains the AdministrationDataSourceView object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.ParseParameters(System.Collections.IDictionary)">
      <summary>When implemented in a derived class, gives each page the chance to parse parameters.</summary>
      <param name="parameterValues">An IDictionary representing the parameters to be parsed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.SaveViewState">
      <summary>Saves the state of the AdministrationDataSourceView object.</summary>
      <returns>An object array representing the state of the AdministrationDataSourceView object.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)">
      <summary>Gets a list of data from the underlying data storage.</summary>
      <returns>An IEnumerable list of data from the underlying data storage.</returns>
      <param name="arguments">A DataSourceSelectArguments that is used to request operations on the data beyond basic data retrieval.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.SelectParameters">
      <summary>Gets the AdministrationDataSourceView parameters for which state is being maintained.</summary>
      <returns>A System.Web.UI.WebControls.ParameterCollection object that represents the parameters being maintained.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.TotalRowCount">
      <summary>Returns the total number of rows in the AdministrationDataSourceView object.</summary>
      <returns>A 32-bit signed integer that indicates the number of rows in the AdministrationDataSourceView object. Returns zero unless overridden in a derived class.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.TrackViewState">
      <summary>Activates state tracking for the AdministrationDataSourceView object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AdministrationDataSourceView.ViewState">
      <summary>Gets an object representing the current state of the AdministrationDataSourceView object.</summary>
      <returns>A System.Web.UI.Statebag object representing the state of the AdministrationDataSourceView object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AggregateDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.Aggregate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.CreateControlCollection"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.CreateDataSourceView(System.String)">
      <param name="viewName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.DataSourcesString"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.GetHierarchicalView(System.String)">
      <param name="viewPath"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.GetView"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.HasSeparateRoot"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.IsSynchronous"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.RootName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.RowsName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.SeparateRoot"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.ShowSampleData"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSource.Sources"></member>
    <member name="E:Microsoft.SharePoint.WebControls.AggregateDataSource.System#Web#UI#IDataSource#DataSourceChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.System#Web#UI#IDataSource#GetView(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSource.System#Web#UI#IDataSource#GetViewNames"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AggregateDataSourceView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSourceView.#ctor(Microsoft.SharePoint.WebControls.AggregateDataSource,System.Web.HttpContext)">
      <param name="owner"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.Aggregate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.DataSourcesString"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSourceView.GetData(System.Web.UI.DataSourceSelectArguments)">
      <param name="arguments"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.HasSeparateRoot"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.IsSynchronous"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.RootName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.RowsName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AggregateDataSourceView.Select"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.SeparateRoot"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.ShowSampleData"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AggregateDataSourceView.Sources"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AlertMeButton">
      <summary>Represents the AlertMe button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AlertMeButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AlertMeButton.ButtonID">
      <summary>Gets the button ID.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AlertMeButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event of an AlertMeButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.
</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AllContentsViewSelectorMenu">
      <summary>Represents the all site content view selector menu control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllContentsViewSelectorMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AllContentsViewSelectorMenu.AddMenuItems"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AllContentsViewSelectorMenu.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AllContentsViewSelectorMenu.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AllDayEventField">
      <summary>Renders the All Day Event field on various forms.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.#ctor">
      <summary>Initializes a new instance of the AllDayEventField object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.CreateChildControls">
      <summary>Creates any child controls necessary to render the field, such as a label control, link control, or text box control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AllDayEventField.DefaultTemplateName">
      <summary>Gets the default template for the AllDayEventField object.</summary>
      <returns>A string containing the default template name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.Focus">
      <summary>Sets the focus of the AllDayEventField object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.OnInit(System.EventArgs)">
      <summary>Handles the initialization event of the AllDayEventField object.</summary>
      <param name="e">An EventArgs object representing information about the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.OnLoadComplete(System.Object,System.EventArgs)">
      <summary>Handles the load completion event of the AllDayEventField object.</summary>
      <param name="sender">An object representing the event originator.</param>
      <param name="e">An EventArgs object representing information about the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AllDayEventField.UpdateFieldValueInItem">
      <summary>Updates the underlying value of the field to the latest user-set value.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AllDayEventField.Value">
      <summary>Gets or sets the value of the AllDayEventField objects checkbox.</summary>
      <returns>A Boolean value with true indicating an activated checkbox; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AlphaImage">
      <summary>Use the <see cref="T:Microsoft.SharePoint.WebControls.AlphaImage" /> Web control to render PNG images in Microsoft Internet Explorer.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AlphaImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AlphaImage.Alt"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AlphaImage.Height"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AlphaImage.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AlphaImage.Src">
      <summary>Contains the path and filename of the image.</summary>
      <returns>Returns a <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AlphaImage.Width"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AppendOnlyHistory">
      <summary>Represents the version history of a list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AppendOnlyHistory.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AppendOnlyHistory.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ApplicationAssociationsView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApplicationAssociationsView.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ApplicationAssociationsView.GvApplicationAssociations"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ApplicationAssociationsViewWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApplicationAssociationsViewWebPart.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ApplicationPageLink">
      <summary>Renders the URL to application pages, such as weUrl/_layouts/settings.aspx.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ApplicationPageLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApplicationPageLink.AppendCurrentPageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApplicationPageLink.ApplicationPageFileName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ApprovalButton">
      <summary>Represents an ApprovalButton object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ApprovalButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ApprovalButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ApprovalButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ApprovalButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an ApprovalButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ApprovalButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ApprovalMessage">
      <summary>Renders a message that indicates that the list's content-approval property has been set to true.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ApprovalMessage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ApprovalMessage" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ApprovalMessage.Visible">
      <summary>Gets a value representing the visibility state of the ApprovalMessage object.</summary>
      <returns>A Boolean value. true if the message is marked visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ApprovalStatus">
      <summary>Represents a form component containing the list approval status.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ApprovalStatus.#ctor">
      <summary>Initializes a new instance of the ApprovalStatus object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ApprovalStatus.Visible">
      <summary>Gets or sets a value that indicates the visibility status of the ApprovalStatus object.</summary>
      <returns>A Boolean value. true for visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ApproveCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApproveCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApproveCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApproveCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApproveCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApproveCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApproveCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ApproveCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ApproveCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AspMenu">
      <summary>Represents an AspMenu control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AspMenu.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.AspMenu" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.ClientID">
      <summary>Gets the ID of the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the unique identifier of the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.CustomSelectionEnabled">
      <summary>Gets or sets a value that indicates whether custom selection is enabled for the control.</summary>
      <returns>true if custom selection is enabled; otherwise, false. The default is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.EncodeTitle"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.PerformTargetBinding">
      <summary>Gets or sets a value that indicates whether target binding is performed for the control.</summary>
      <returns>true if target binding is performed; otherwise, false. The default is true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AspMenu.RenderBeginTag(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.RenderBlankImage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AspMenu.RenderEndTag(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.SelectStaticItemsOnly">
      <summary>Gets or sets a value that indicates whether to select only static items for the control.</summary>
      <returns>true if to select only static items; otherwise, false. The default is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AspMenu.UseSimpleRendering"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AspMenuDesigner">
      <summary>Provides design-time support in a visual designer for the AspMenu control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AspMenuDesigner.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.AspMenuDesigner" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AspMenuDesigner.GetDesignTimeHtml">
      <summary>Displays the HTML source code for the AspMenu control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the HTML source code for the AspMenu control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AssignToEmailMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AssignToEmailMessage.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.AssignToEmailMessage.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AssignToEmailMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.AttachmentButton">
      <summary>Represents the Attachment button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentButton.#ctor">
      <summary>Initializes a new instance of the <see cref="AttachmentButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentButton.ButtonID">
      <summary>Gets the button ID.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event of an ApprovalButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentButton.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AttachmentsField">
      <summary>Renders a field to which a file is attached on a form page (not a list view page). </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentsField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.AttachmentsField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentsField.AllowFirstFocus">
      <summary>Gets a value indicating whether the page, on loading, can set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.AttachmentField" />. </summary>
      <returns>true if the page is allowed to set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" />; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentsField.CreateChildControls">
      <summary>Creates the file-upload controls that the <see cref="T:Microsoft.SharePoint.WebControls.AttachmentsField" /> has as children. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentsField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.AttachmentsField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentsField.DisplayTemplateName">
      <summary>Gets or sets the name of the template that controls the rendering of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object in display mode; that is, when it is not on a New or Edit form. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentsField.UpdateFieldValueInItem">
      <summary>Adds all attachments to the list item's attachments collection. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentsField.Value">
      <summary>When overridden in a derived class, gets or sets the value of the field in the UI. </summary>
      <returns>null, but when overridden in a derived class, an <see cref="T:System.Object" /> that represents the value of the <see cref="T:Microsoft.SharePoint.SPFieldAttachments" /> object that has the <see cref="T:Microsoft.SharePoint.WebControls.AttachmentsField" /> object as its <see cref="P:Microsoft.SharePoint.SPFieldAttachments.FieldRenderingControl" /> property.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AttachmentUpload">
      <summary>Represents the form part for an attachment upload.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttachmentUpload.#ctor">
      <summary>Initializes a new instance of the AttachmentUpload component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttachmentUpload.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AttendeeEmailResponse">
      <summary>Represents email response controls on the Attendees list edit-form in a Meeting Workspace.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.#ctor">
      <summary>Initializes a new instance of the AttendeeEmailResponse component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.CreateChildControls">
      <summary>Creates any child controls necessary to render the field, such as a label control, link control, or text box control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for AttendeeEmailResponse control.</summary>
      <returns>A T:System.String that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\14\template\controltemplates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event.
</summary>
      <param name="e">An EventArgs object that contains the event data. 
</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the control on the page.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.
</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttendeeEmailResponse.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.AttendeeField">
      <summary>Represents a field control for an Attendee email address.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeField.#ctor">
      <summary>Initializes a new instance of the AttendeeField class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeField.CreateChildControls">
      <summary>Creates any child controls necessary to render the field.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttendeeField.DefaultTemplateName">
      <summary>Gets the default template name for the field control.</summary>
      <returns>A string that contains the default template name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.AttendeeField.Focus">
      <summary>Verifies that the child controls of the AttendeeField have been created.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.AttendeeField.Value">
      <summary>Gets the attendee email address.</summary>
      <returns>A string containing the attendee email address.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BackLinksIterator">
      <summary>Represents a templated control to display Back Links for a Wiki Page.
</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BackLinksIterator.#ctor">
      <summary>Initializes a new instance of the BackLinksIterator component.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BaseChoiceField">
      <summary>Provides core functionality for controls that render fields (on form pages, but not on list view pages) whose value is usually selected by users from a set of options, such as a drop-down list, a set of option buttons, or a set of check boxes. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseChoiceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BaseChoiceField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseChoiceField.FillInOptionText">
      <summary>Gets or sets the initial text that users see in the text box for the field control before it has been set to a real value for the first time.</summary>
      <returns>A <see cref="T:System.String" /> that represents the content of the fill-in text box of the control before the field has been set to a meaningful value. The default is "Specify your own value:"</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseChoiceField.FillInTextBoxControl">
      <summary>Gets the child text box control in which a user types a custom value. </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.TextBox" /> control that is a child of the <see cref="T:Microsoft.SharePoint.WebControls.BaseChoiceField" /> control and that can be used by a site visitor to enter a custom value for the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseChoiceField.NumberOfChoices">
      <summary>Gets the number of possible values from which the user can choose a value for the field.</summary>
      <returns>An <see cref="T:System.Int32" /> representing the number of possible values from which the user can choose.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseChoiceField.Validate">
      <summary>Verifies that the value of <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> meets all restrictions on field content such as length, format, and data type</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BaseFieldControl">
      <summary>Renders a field on a form page (not a list view page) by using one or more child controls such as a label, link, or text box control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.AllowFirstFocus">
      <summary>Gets a value indicating whether the page, on loading, can set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" />. </summary>
      <returns>true if the page is allowed to set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" />; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.CanCacheRenderedFieldValue">
      <summary>Gets or sets a value indicating whether the value of <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> may be locally cached. </summary>
      <returns>true if the value can be cached; otherwise, false. The default is true. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.CreateChildControls">
      <summary>Creates any child controls necessary to render the field, such as a label control, link control, or text box control. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the text of the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.DisableInputFieldLabel">
      <summary>Gets a value indicating whether the default input field label should be used on the New or Edit forms. </summary>
      <returns>true if the default input field label should not be used on the New or Edit forms; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.DisplayTemplate">
      <summary>Gets or sets an object that can be used to control the rendering of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object in display mode; that is, when it is not on a New or Edit form. </summary>
      <returns>An <see cref="T:System.Web.UI.ITemplate" /> that controls the rendering of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.DisplayTemplateName">
      <summary>Gets or sets the name of the template that can be used to control the rendering of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object in display mode; that is, when it is not on a New or Edit form. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.ErrorMessage">
      <summary>Gets or sets a message indicating that, and possibly why, the current value of <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> is invalid. </summary>
      <returns>A <see cref="T:System.String" /> representing the error message. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.Focus">
      <summary>When overridden in a derived class, sets focus to the rendered field. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.HasPostBackEditData">
      <summary>Gets a value that indicates whether the data of <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> might have changed as a result of the last postback. </summary>
      <returns>true if the value of the field might have changed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.InputFieldLabel">
      <summary>Gets or sets the label of <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> in design mode. </summary>
      <returns>A <see cref="T:System.String" /> that represents the label for the field in design mode. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.IsFieldValueCached">
      <summary>Gets a value indicating whether the value of the field is cached. </summary>
      <returns>true if the value of the field is cached; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.IsValid">
      <summary>Gets or sets a value that indicates whether the current value of the <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> property is valid. </summary>
      <returns>true if <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> is valid; otherwise, false. The default is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.ItemFieldValue">
      <summary>Gets or sets the value of the <see cref="T:Microsoft.SharePoint.SPField" /> that has this <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> as its <see cref="P:Microsoft.SharePoint.SPField.FieldRenderingControl" /> property. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the value of the <see cref="T:Microsoft.SharePoint.SPField" /> object that has the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> as its <see cref="P:Microsoft.SharePoint.SPField.FieldRenderingControl" /> property. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.ListItemFieldValue"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.PreviousControlMode">
      <summary>Gets a value that identifies the control mode of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object before the last postback. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.SPControlMode" /> that indicates the last control mode of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> object before the last postback. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.RegisterFieldControl">
      <summary>Registers the <see cref="T:Microsoft.SharePoint.MobileControls.BaseFieldControl" /> by adding it to the collections of validators and field controls. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the field on the page. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.RenderFieldForDisplay(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the field for noneditable display. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <summary>When overridden in derived class, renders the field in a child control that lets its value be changed. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.RenderValidationMessage(System.Web.UI.HtmlTextWriter)">
      <summary>Renders an error message about the invalidity of the value in the <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> property. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.TabIndex">
      <summary>Gets or sets the position of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> in the tab order of controls on the page. </summary>
      <returns>An <see cref="T:System.Int16" /> that represents the position of the <see cref="T:Microsoft.SharePoint.WebControls.BaseFieldControl" /> in the tab order of controls on the page. The default is 0, which means that the control has no tab order. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.UpdateFieldValueInItem">
      <summary>Updates the underlying value of the field to the latest user-set value. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseFieldControl.Validate">
      <summary>When overridden in a derived class, verifies that the value of <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> meets all restrictions on field content such as length, format, and data type. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value">
      <summary>When overridden in a derived class, gets or sets the value of the field in the UI. </summary>
      <returns>When overridden in a derived class, a <see cref="T:System.Object" /> that represents the value of the field in the UI. Typically, this is the text of a child control, such as a label or text box, that actually renders the field. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Visible">
      <summary>Gets or sets a value indicating whether the field is visible or hidden. </summary>
      <returns>true to make the field visible; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BaseNumberField">
      <summary>Provides core functionality for classes that render a field on a form page (not a list view page) as a number.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseNumberField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BaseNumberField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseNumberField.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the numeral of the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseNumberField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for controls derived from <see cref="T:Microsoft.SharePoint.WebControls.BaseNumberField" />. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseNumberField.ParseValue">
      <summary>Converts the field's value to a <see cref="T:System.Double" />. </summary>
      <returns>A <see cref="T:System.Double" /> that represents the field's value. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseNumberField.Validate">
      <summary>Verifies that the value of <see cref="T:Microsoft.SharePoint.WebControls.BaseNumberField" />, as it appears in the UI, is a permissible value for the field. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseNumberField.ValidateNumber(System.Double,System.Double)">
      <summary>Verifies that the value of the <see cref="T:Microsoft.SharePoint.WebControls.BaseNumberField" />, as it appears in the UI, is between two specified values, inclusive. </summary>
      <param name="minValue">The minimum permissible value for the field.</param>
      <param name="maxValue">The maximum permissible value for the field.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseNumberField.Value">
      <summary>Gets or sets the value of the field as it appears in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the field value as it appears in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BaseTextField">
      <summary>Provides core functionality for controls that render a field on a form page (not a list view page) as a text box, including controls whose text value is a numeral with no letters.  </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseTextField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BaseTextField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseTextField.CreateChildControls">
      <summary>Creates the child <see cref="T:System.Web.UI.WebControls.TextBox" /> control in the <see cref="F:Microsoft.SharePoint.WebControls.BaseTextField.textBox" /> property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseTextField.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the text of the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseTextField.Focus">
      <summary>Gives focus to the child <see cref="T:System.Web.UI.WebControls.TextBox" /> control in the <see cref="F:Microsoft.SharePoint.WebControls.BaseTextField.textBox" /> property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseTextField.HandleTextField">
      <summary>Sets or returns a value that indicates whether Windows SharePoint Services renders a text area Web control.</summary>
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseTextField.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseTextField.Text">
      <summary>Gets or sets the text content of the child <see cref="F:Microsoft.SharePoint.WebControls.BaseTextField.textBox" /> field of the <see cref="T:Microsoft.SharePoint.WebControls.BaseTextField" /> control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the content of the child <see cref="F:Microsoft.SharePoint.WebControls.BaseTextField.textBox" /> field of the <see cref="T:Microsoft.SharePoint.WebControls.BaseTextField" /> control.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.BaseTextField.textBox">
      <summary>Provides the inner <see cref="T:System.Web.UI.WebControls.TextBox" /> control that actually renders the <see cref="T:Microsoft.SharePoint.WebControls.BaseTextField" /> object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseTextField.Value">
      <summary>Gets or sets the value in the UI of the <see cref="T:Microsoft.SharePoint.WebControls.BaseTextField" /> control.</summary>
      <returns>A <see cref="T:System.Object" /> that represents the field value as it appears in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BaseXmlDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BaseXmlDataSource._xmlCachedDocument"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.AppendUserNameToCacheKey"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.CacheDuration"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.CacheExpirationPolicy"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.CacheKeyDependency"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.DataFileParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.EnableCaching"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.ErrorCacheDuration"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.Execute(System.String)">
      <param name="request"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.FetchData(System.String)">
      <param name="requestUrl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.GetXmlDocument"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.LastException"></member>
    <member name="E:Microsoft.SharePoint.WebControls.BaseXmlDataSource.System#Web#UI#IDataSource#DataSourceChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.System#Web#UI#IDataSource#GetView(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.System#Web#UI#IDataSource#GetViewNames"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BaseXmlDataSource.UseDataFileParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.XmlDocPath"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BaseXmlDataSource.XPath"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BdcAccessor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcAccessor.#ctor(System.UInt32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcAccessor.AddMatchValidator(Microsoft.SharePoint.WebControls.BdcAccessor.Validator)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcAccessor.MatchLimit"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BdcAccessor.Validator"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BdcDataSource">
      <summary>A user control that facilitates data exchange between data source consumers, such as Web parts, and business data catalog data providers.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSource" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.#ctor(Microsoft.SharePoint.SPList,System.String,System.String)">
      <param name="list"></param>
      <param name="strFinderName"></param>
      <param name="strViewXml"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.#ctor(Microsoft.SharePoint.WebControls.BdcDataSourceMode,System.String,System.String,System.String,System.String,System.String,System.Object[])">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSource" /> with a specified system and entity.</summary>
      <param name="mode">A <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSourceMode" /> constant that specifies whether the control returns a single instance, a list of instances, or a list of associated instances. Corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebControls.BdcDataSource.Mode" /> property.</param>
      <param name="metadataFile">A <see cref="System.String" /> that represents the path to the metadata file.</param>
      <param name="lobSystemInstanceName">A <see cref="T:System.String" /> that represents the name of the application from which to return the data. Corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebControls.BdcDataSource.LobSystemInstanceName" /> property.</param>
      <param name="entityNamespace">A <see cref="T:System.String" /> that represents the namespace of the entity to return or, if the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.AssociationList" />, the namespace of the parent entity in the association. Corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebControls.BdcDataSource.EntityNamespace" /> property.</param>
      <param name="entityName">A <see cref="T:System.String" /> that represents the name of the entity to return or, if the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.AssociationList" />, the name of the parent entity in the association. Corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebControls.BdcDataSource.EntityName" /> property.</param>
      <param name="associationName">A <see cref="T:System.String" /> that represents the name of the association for which to return the associated entity. This parameter is ignored unless the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.AssociationList" />.  Corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebControls.BdcDataSource.AssociationName" /> property.</param>
      <param name="itemIDs">An array of IDs of the entities to return.  If the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.Item" />, this parameter contains the ID for the item to return.  If the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.AssociationList" />, this parameter contains the ID of the first item in an associated list. This item is used to obtain the associated items in the list but is not returned; however, all associated items are returned. This parameter is ignored if the <paramref name="mode" /> parameter is set to <see cref="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.List" />.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.AssociationName">
      <summary>Sets or returns the name of the association for which to return the associated entity.</summary>
      <returns>Returns a <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.CloseConnection">
      <summary>Closes an open connection to the business data catalog data source.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.DeleteCommand">
      <returns>Returns a <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.Enabled">
      <summary>Sets or returns a value that specifies whether the control accepts a query.</summary>
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.EntityName">
      <summary>Sets or returns the name of the entity for which to return data.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.EntityNamespace">
      <summary>Sets or returns the namespace of the entity for which to return data.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.FilterParameters">
      <summary>Sets or returns a collection of filter parameters that the control uses to filter the returned data.</summary>
      <returns>Returns <see cref="T:System.Web.UI.WebControls.ParameterCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.FinderName">
      <summary>Sets or returns the name of the finder of the items to return.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.InsertCommand">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.ItemIDs">
      <summary>Sets or returns an array of entity IDs for the rows in the data source to use in the query.</summary>
      <returns>Returns an array of <see cref="T:System.Object" /> objects.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.List">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPList" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.LobSystemInstanceName">
      <summary>Sets or returns the name of the application from which to return the data.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.MaxRows">
      <summary>Sets or returns the number of rows for which to return data.</summary>
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.MetadataFile">
      <summary>Sets or returns the path to the metadata file.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.Mode">
      <summary>Sets or returns a value that represents the mode for whic returned data.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSourceMode" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.OpenConnection">
      <summary>Opens a connection to the business data catalog data source.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.ParentEntityInstances">
      <summary>Returns a collection that contains the parent entities in an association list.</summary>
      <returns>Returns <see cref="T:System.Collections.Generic.ICollection`1" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.ReturnedAnyData">
      <summary>Returns a value that represents whether data was returned from a query.</summary>
      <returns>Returns a <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BdcDataSource.Select(System.Web.UI.DataSourceSelectArguments)">
      <returns>Returns <see cref="T:System.Collections.IEnumerable" />.</returns>
      <param name="arguments"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.SelectCommand">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.SelectParameters">
      <summary>Returns a collection of query parameters.</summary>
      <returns>Returns <see cref="T:System.Web.UI.WebControls.ParameterCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.ShowSampleData">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.Sort">
      <summary>Returns or sets the column names by which to sort the returned data and the sort order.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.SourceEntityParameters">
      <returns>Returns <see cref="T:System.Web.UI.WebControls.ParameterCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.SpecificFinderName">
      <summary>Sets or returns the name of the specific finder of the items for which to return data.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BdcDataSource.UpdateCommand">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BdcDataSourceMode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.List"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.Item"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BdcDataSourceMode.AssociationList"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BooleanField">
      <summary>Renders a field on a form page (not a list view page) as a single check box. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BooleanField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BooleanField.CreateChildControls">
      <summary>Creates the child check box control of the <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BooleanField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BooleanField.Focus">
      <summary>Gives focus to the <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BooleanField.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of an <see cref="T:Microsoft.SharePoint.WebControls.SPControl" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BooleanField.Value">
      <summary>Gets or sets the status of the child check box of the <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> control.</summary>
      <returns>A <see cref="T:System.Boolean" /> (that has been cast to <see cref="T:System.Object" />) that represents the selected or cleared state of the child check box of the <see cref="T:Microsoft.SharePoint.WebControls.BooleanField" /> control. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BpScript">
      <summary>Inserts the server control that is used to open the Rich Text Editor in a Basic Page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BpScript.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BpScript" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BpScript.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BpScript.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.BusinessDataException"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BusinessDataFieldControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.CssClass"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.MakeDependentControlId(System.String)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.picker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.UpdateFieldValueInItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BusinessDataFieldControl.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.ActionMenuCheck"></member>
    <member name="P:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.DisplayAsNewSection"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.EntityPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.EntityTypeChanged(System.Object,System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.EntityTypeLabel"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.ErrorLabel"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.InitializeWithField(Microsoft.SharePoint.SPField)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.OnSaveChange(Microsoft.SharePoint.SPField,System.Boolean)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.PrimaryFieldList"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.ProfileCheck"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.SecondaryFieldsList"></member>
    <member name="F:Microsoft.SharePoint.WebControls.BusinessDataFieldEditor.SecondaryFieldsSection"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BusinessDataListConfigurationException"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataListConfigurationException.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataListConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataListConfigurationException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataListConfigurationException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.BusinessDataParameter">
      <summary>Initialization parameter for the operator of a <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSource" /> query.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.BusinessDataParameter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.BusinessDataParameter" />.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.BusinessDataParameter.Operator">
      <summary>Sets or returns an enumeration that represents the operator for a <see cref="T:Microsoft.SharePoint.WebControls.BdcDataSource" /> query.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.WebControls.FilterOperator" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ButtonSection">
      <summary>Represents the ButtonSection control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ButtonSection.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.BottomSpacing"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ButtonSection.BtnCancel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.CancelButtonTabIndex"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ButtonSection.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ButtonSection.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.ButtonSection.PlaceHolderButtonCancel"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ButtonSection.RptControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.SectionLineHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.ShowSectionLine"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.ShowStandardCancelButton"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.SmallSectionLine"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.Template_Buttons"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ButtonSection.TopButtons"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CalculatedField">
      <summary>Renders a calculated field on a form page (not a list view page). </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CalculatedField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CalculatedField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CalculatedField.Visible">
      <summary>Gets or sets a value indicating whether the field is visible on the current page.</summary>
      <returns>true if the field is visible; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs.#ctor(Microsoft.SharePoint.WebControls.MenuTemplate,System.String)">
      <param name="callbackTemplate"></param>
      <param name="callbackArgument"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs.CallbackArgument"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs.CallbackTemplate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CancelApprovalCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ChangeContentType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ChangeContentType.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ChangeContentType.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ChangeContentType.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ChangeContentType.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ChangePasswordButton">
      <summary>Represents a ChangePasswordButton object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ChangePasswordButton.#ctor">
      <summary>Initializes a new instance of the T:Microsoft.SharePoint.WebControls.ChangePasswordButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ChangePasswordButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ChangePasswordButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event of an ChangePasswordButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CheckBoxChoiceField">
      <summary>Represents the field control for the Checkbox (multi-choice) field.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckBoxChoiceField.#ctor">
      <summary>Initializes a new instance of the CheckBoxChoiceField component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckBoxChoiceField.CreateChildControls">
      <summary>Creates any child controls necessary to render the field.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckBoxChoiceField.Focus">
      <summary>Verifies the child controls and assigns focus to the first check box.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckBoxChoiceField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the field for Edit and New mode.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.
</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckBoxChoiceField.Value">
      <summary>Gets or sets an object that represents the box status of the CheckBoxChoiceField component.</summary>
      <returns>A SPFieldMultiChoiceValue object that represents the box status of the CheckBoxChoiceField component.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CheckInCheckOutButton">
      <summary>Represents the Check In/Check Out button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckInCheckOutButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CheckInCheckOutButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckInCheckOutButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckInCheckOutButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event of an CheckInCheckOutButton object.</summary>
      <param name="e">An EventArgs value that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckInCheckOutButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CheckinCommandHandler">
      <summary>Handles the state for the Check In button on the ribbon.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckinCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)">
      <param name="psc"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckinCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckinCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckinCommandHandler.HandlerCommand">
      <summary>Returns a string that represents the action to perform when a user clicks the Check In button on the ribbon.</summary>
      <returns>Returns a <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckinCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckinCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckinCommandHandler.RaisePostBackEvent(System.String)">
      <summary>Checks in a file and allows a solution developer to customize the post back process.</summary>
      <param name="eventArgument">Contains the event argument that determines whether this method runs. If this value matches the value of the <see cref="P:Microsoft.SharePoint.WebControls.CheckinCommandHandler.ClientSideCommandId" /> property, this method will run normally</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckinCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CheckoutCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CheckoutCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton">
      <summary>Represents the ClaimReleaseTask button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton.OnClick(System.EventArgs)">
      <summary>Handles the click event of an ClaimReleaseTaskButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an ClaimReleaseTaskButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ClaimReleaseTaskButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.Height"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.LTRHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.LTROffsetX"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.LTROffsetY"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.LTRWidth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.OffsetX"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.OffsetY"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.RTLHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.RTLOffsetX"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.RTLOffsetY"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.RTLWidth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredDirectionalImage.Width"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ClusteredHyperlink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ClusteredHyperlink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredHyperlink.OffsetX"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredHyperlink.OffsetY"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ClusteredHyperlink.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ClusteredImage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ClusteredImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredImage.OffsetX"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ClusteredImage.OffsetY"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ClusteredImage.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CompositeField">
      <summary>Represents a field control along with its label and description.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CompositeField.#ctor">
      <summary>Initializes a new instance of the CompositeField component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CompositeField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for CompositeField controls.</summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CompositeField.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ComputedField">
      <summary>Represents a control that provides form behavior for a Computed field.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ComputedField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ComputedField" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ComputedField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the ComputedField component.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.
</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ComputedField.UpdateFieldValueInItem">
      <summary>Represents an overridable method to update the field value of the ComputedField component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ComputedField.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ConditionalEnable"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ConditionalEnable.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ConditionalEnable.Control1"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ConditionalEnable.Control2"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ConditionalEnable.Control3"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ConditionalEnable.ControlToEvaluate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ContentDatabaseSection">
      <summary>The ContentDatabaseSection user control can be used to display or edit database settings.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContentDatabaseSection.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.AccessKey"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.Collapsed"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.Collapsible"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ConnectionString"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ContentDatabaseFormSection"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabasePassword"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseServer"></member>
    <member name="E:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseSubmitted"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseUserName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DatabaseValidator"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DdlSearchServer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.Description"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DescriptionLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.DisplayMode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.FailoverDatabaseServer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.FailoverServerDescription">
      <summary>Sets or returns the description text for the Failover Server option.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.FailoverServerDescriptionLabel"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.FailoverServerFormSection"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.IfcSearchServer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.IncludeFailoverDatabaseServer">
      <summary>Sets or returns a value that determines whether the Failover Server section is displayed on the page.</summary>
      <returns>Returns a <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.IncludeSearchServer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContentDatabaseSection.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContentDatabaseSection.OnPreRender(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.RadSqlAuth"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.RadWindowsAuth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ReadOnly"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.RequiredValidatorsEnabled"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ReqValDatabaseAccount"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ReqValDatabaseName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ReqValDatabasePassword"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ReqValDatabaseServer"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.SearchServerDescriptionLabel"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.SearchServerFormSection"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.SearchServerLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.SearchServiceInstance"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TabIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.Title"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TxtDatabaseAccount"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TxtDatabaseName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TxtDatabasePassword"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TxtDatabaseServer"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSection.TxtFailoverDatabaseServer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContentDatabaseSection.UseWindowsAuthentication"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContentDatabaseSection.ValidateDatabase(System.Object,System.Web.UI.WebControls.ServerValidateEventArgs)">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode.Default"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode.Disabled"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContentDatabaseSectionMode.AuthenticationEdit"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ContextSelector`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.AllowChange"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.AllowPopup"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContextSelector`1.ChangeItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.ClearSelectionText"></member>
    <member name="E:Microsoft.SharePoint.WebControls.ContextSelector`1.ContextChange"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.CurrentId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.CurrentItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.CurrentName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.DefaultSelectionId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.DialogHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.DialogWidth"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContextSelector`1.DropDownMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.GetItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.HoverCellActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.HoverCellInActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.IdFromQueryString"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.Key"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ContextSelector`1.MenuControl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.NavigateUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.NoSelectionText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.OnContextChange(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.RaisePostBackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.RefreshCurrentItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.RemoveQueryStringParameters"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ContextSelector`1.RenderContents(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.TypeLabelCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.TypeName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.TypeOuterCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ContextSelector`1.UseDefaultSelection"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CopySourceInfo"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CopySourceInfo.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CopySourceInfo.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CopySourceUrlInfo"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CopySourceUrlInfo.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CopySourceUrlInfo.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CreatedModifiedInfo"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CreatedModifiedInfo.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CreatedModifiedInfo.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CreationType">
      <summary>Renders a link to an e-mail information page for a list item that is created by e-mail.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CreationType.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CreationType" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CrossProjectLinkField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CrossProjectLinkField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CrossProjectLinkField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CrossProjectLinkField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CrossProjectLinkField.Focus"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CrossProjectLinkField.UpdateFieldValueInItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CrossProjectLinkField.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CssLink">
      <summary>Inserts a LINK element into the resulting HTML page and applies an external style sheet(s) defined by <see cref="T:Microsoft.SharePoint.WebControls.CssRegistration" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssLink.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CssLink" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CssLink.Alternate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CssLink.DefaultUrl">
      <summary>Gets or sets a default Universal Resource Locator (URL) for the cascading style sheet (CSS) file. </summary>
      <returns>A string that contains the default URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssLink.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssLink.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssLink.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CssLink.UIVersion"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CssLink.Version"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CssRegistration">
      <summary>
        <see cref="T:Microsoft.SharePoint.WebControls.CssRegistration" /> registers a cascading style sheet (CSS) file. <see cref="T:Microsoft.SharePoint.WebControls.CssLink" /> reads this registration to insert a LINK element into the resulting HTML page and apply the external style sheet(s) defined by <see cref="T:Microsoft.SharePoint.WebControls.CssRegistration." /></summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CssRegistration" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CssRegistration.After"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CssRegistration.ConditionalExpression"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CssRegistration.EnableCssTheming"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CssRegistration.Name">
      <summary>Gets or sets the name property. The name property takes a CSS file leaf (“trader.css”) or an absolute path (“http://northwind.com/trader.css”).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String)">
      <summary>This control works in master pages, content pages, or .ascx code pages to register a style sheet. It has a single string property, name, that specifies the style sheet.</summary>
      <param name="cssRef">String representing the CSS file</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.Register(System.String,System.String,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CssRegistration.RegisterCore">
      <summary>Registers core.css.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CssRegistration.RevealToNonIE"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CTFieldRefs"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefs.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefs.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CTFieldRefs.FieldList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefs.OnDataBinding(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefs.OnInit(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CTFieldRefs.Prefix"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefs.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.CTFieldRefs.Xml"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CTFieldRefsContainer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.CTFieldRefsContainer.#ctor(Microsoft.SharePoint.WebControls.CTFieldRefs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.CurrencyField">
      <summary>Renders a field on a form page (not a list view page) as a currency value. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CurrencyField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CurrencyField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.CurrencyField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.CurrencyField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CurrencyField.ParseValue">
      <summary>Gets the value of the field as a <see cref="T:System.Double" />. </summary>
      <returns>A <see cref="T:System.Double" /> that represents the value of the field. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.CustomJSUrl">
      <summary>Establishes a reference to a custom JavaScript file containing script to run on the page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CustomJSUrl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.CustomJSUrl" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.CustomJSUrl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DailyCalendarView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.AllDayTimeGridCellFormat"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.AppendEvents(System.Text.StringBuilder@,System.String,System.Int32,System.Int32,System.Array,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.AppendTDWithEvent(System.Text.StringBuilder@,Microsoft.SharePoint.WebControls.TimeSlotItem@,System.Int32@,System.String,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.CalEventFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ClickTime"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ConcurrentEventsPerDay"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.GetFormatStyleLine(System.String@,System.String@,System.String@,System.Int32,System.Int32,System.Boolean)">
      <param name="format"></param>
      <param name="style"></param>
      <param name="hour"></param>
      <param name="row"></param>
      <param name="slotRow"></param>
      <param name="bEventRow"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.InitGrid"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ListAllDayEvents"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ListMultiDaysEvents"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.MaxColumnsInGrid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.RenderAllDayEvents(System.Text.StringBuilder@)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.RenderCalendar(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyCalendarView.RenderEvent(System.Text.StringBuilder@,System.String,System.String,System.String,System.Int32,System.Int32,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ShowAllDayEvents"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.ShowDayHeader"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.SlotsPerHour"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.StyleAllDayEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.StyleTime"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.VisibleEndHour"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyCalendarView.VisibleStartHour"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DailyTimeSlotRow"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DailyTimeSlotRow.#ctor(System.Int32,System.Collections.ArrayList)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyTimeSlotRow.ColumnItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DailyTimeSlotRow.CountItems"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DataSourceCollection">
      <summary>Represents a collection of System.Web.IDataSource interfaces.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DataSourceCollection.#ctor">
      <summary>Initializes a new instance of the data source collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DataSourceCollection.Add(System.Web.UI.IDataSource)">
      <summary>Adds a data source to the collection.</summary>
      <param name="item">A System.Web.IDataSource interface.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DataSourceCollection.Item(System.Int32)">
      <summary>Gets the data source at the specified index.</summary>
      <returns>A System.Web.IDataSource interface.</returns>
      <param name="index">A 32-bit signed integer that specifies the index of the desired data source.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DataTableDataSourceView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DataTableDataSourceView.#ctor(System.Web.UI.DataSourceControl,System.String,System.Web.HttpContext)">
      <param name="owner"></param>
      <param name="viewName"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DataTableDataSourceView.CanSort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DataTableDataSourceView.ColumnNames"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DataTableDataSourceView.CreateDataTable"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.DateTimeColumnName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DataTableDataSourceView.DefaultSortExpression"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DataTableDataSourceView.FillDataTable(System.Data.DataTable,System.Web.UI.DataSourceSelectArguments)">
      <param name="table"></param>
      <param name="selectArguments"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.IdColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.ItemColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.ManageLinkColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.NameColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.ProvisionLinkColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.RoleColumnName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DataTableDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)">
      <param name="selectArguments"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.SelectItemScriptColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.SelectScriptColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.ServerColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.StatusColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.TypeColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.UnprovisionLinkColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.UrlColumnName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DataTableDataSourceView.WebApplicationColumnName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DateTimeControl">
      <summary>Represents a DateTime control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DateTimeControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.AutoPostBack">
      <summary>Sets or retrieves a value that indicates whether the control posts back to the server each time a user interacts with the control.</summary>
      <returns>true if the control posts back to the server each time a user interacts with the control; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.Calendar">
      <summary>Sets or retrieves the calendar type for the control.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarType" /> that indicates the calendar type used by the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.CalendarImageUrl">
      <summary>Sets or retrieves the URL of the calendar image used by the control.</summary>
      <returns>A string that represents the URL of the calendar image. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.ClearSelection">
      <summary>Clears the current selection in the control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.CreateChildControls">
      <summary>Notifies the server control to create any child controls it contains in preparation for posting back or rendering.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.CssClassDescription">
      <summary>Sets or retrieves the cascading style sheet (CSS) class used for the control's description.</summary>
      <returns>A string that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.CssClassTextBox">
      <summary>Sets or retrieves the cascading style sheet (CSS) class used for the control's input text box.</summary>
      <returns>A string that represents the name of the CSS class.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.DateTimeControl.DateChanged">
      <summary>Occurs when the date selected in the control changes.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.DateOnly">
      <summary>Sets or retrieves a value that indicates whether or not the control displays only date values and not time values.</summary>
      <returns>true if the control displays only date values; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.DatePickerFrameUrl">
      <summary>Sets or retrieves the URL of the DatePicker frame .aspx file.</summary>
      <returns>A string that represents the URL. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.DatePickerJavaScriptUrl">
      <summary>Sets or retrieves the URL of the control's ECMAScript (JScript, JavaScript) file.</summary>
      <returns>A string that represents the URL. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.Enabled">
      <summary>Sets or retrieves a value that indicates whether or not the control is enabled.</summary>
      <returns>true if the control is enabled; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.ErrorMessage">
      <summary>Sets or retrieves the error message text generated when control validation fails.</summary>
      <returns>A string that represents the error message text. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.FirstDayOfWeek">
      <summary>Sets or retrieves a value that indicates the first day of the week displayed in the calendar.</summary>
      <returns>Returns an integer in the range 0 to 6 that indicates the first day of the week displayed in the DatePicker; where 0 indicates Sunday, 1 indicates Monday, and so on. The default is 0 (Sunday). </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.FirstWeekOfYear">
      <summary>Sets or retrieves a value that indicates the first week of the year displayed in the calendar.</summary>
      <returns>Returns a short that indicates the first week of the year displayed in the DatePicker; either 0 (the week in which January 1 occurs), 1 (the first week that has at least four days in the new year), or 2 (the first full week of the year). The default is 0 (the week in which January 1 occurs). </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.Focus">
      <summary>Sets input focus to the control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.HijriAdjustment">
      <summary>Sets or retrieves the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
      <returns>Returns an integer that indicates the number of days to add or subtract from the calendar. The default is 0. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.HoursMode24">
      <summary>Sets or retrieves a value that indicates whether or not the time is displayed using a 24-hour clock.</summary>
      <returns>Returns true if the time is displayed using a 24-hour clock; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.IsDateEmpty">
      <summary>Sets or retrieves a value that indicates whether or not a date value is displayed in the control.</summary>
      <returns>true if a date value is displayed; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.IsRequiredField">
      <summary>Sets or retrieves a value that indicates whether or not the control's DateTime field is a required field.</summary>
      <returns>true if the field is a required field; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.IsValid">
      <summary>Sets or retrieves a value that indicates whether or not the user-entered content in the control passes validation.</summary>
      <returns>Returns true if the content passes validation; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.LocaleId">
      <summary>Sets or retrieves the control's locale identifier.</summary>
      <returns>An integer that indicates the control's locale identifier. The default is 1033, which is the locale identifier for English.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.DateTimeControl.m_validatorRequired">
      <summary>This type or member supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.MaxDate">
      <summary>Sets or retrieves the maximum date and time that can be selected in the control.</summary>
      <returns>Returns a <see cref="T:System.DateTime" /> value that indicates the maximum date and time that can be selected. The default is 12/31/9999 11:59:59 PM. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)">
      <summary>Raises an event when the control designer loads.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)">
      <summary>Raises an event after the control designer is loaded but prior to rendering.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.MinDate">
      <summary>Sets or retrieves the minimum date and time that can be selected in the control.</summary>
      <returns>Returns a <see cref="T:System.DateTime" /> value that indicates the minimum date and time that can be selected. The default is 1/1/0001 12:00:00 AM. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.OnDateChanged(System.EventArgs)">
      <summary>Raises an event when the date displayed in the control has changed.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.OnInit(System.EventArgs)">
      <summary>Raises an event when the server control is initialized.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.OnPreRender(System.EventArgs)">
      <summary>Raises an event after the control is loaded but before it renders.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.OnValueChangeClientScript">
      <summary>Sets or retrieves the text of an OnValueChange script.</summary>
      <returns>A string that represents the script text. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.SelectedDate">
      <summary>Sets or retrieves the currently selected date in the control.</summary>
      <returns>Returns a <see cref="T:System.DateTime" /> value that indicates the currently selected date.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.ShowWeekNumber">
      <summary>Sets or retrieves a value that indicates whether to display the week number in the calendar.</summary>
      <returns>Returns true if the control displays the week number; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Loads the posted content of the control, if it is different from the last posting.</summary>
      <returns>true if the posted content is different from the last posting; otherwise, false.</returns>
      <param name="postDataKey">The key identifier for the control, used to index the postCollection.</param>
      <param name="postCollection">A <see cref="T:" /><see cref="System.Collections.Specialized.NameValueCollection" /> object that contains value information indexed by control identifiers.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent">
      <summary>Signals the server control to notify Windows SharePoint Services that the state of the control has changed.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.TabIndex">
      <summary>Sets or retrieves the tab index of the control.</summary>
      <returns>A short that indicates the tab index. The default is -1.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.TimeOnly">
      <summary>Sets or retrieves a value that indicates whether the control displays only time values and not date values.</summary>
      <returns>Returns true if the control displays only time values; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.TimeZoneID">
      <summary>Sets or retrieves the identifier for the time zone used to display time values.</summary>
      <returns>Returns an integer that indicates the control's time zone identifier. The default is -1. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.ToolTip">
      <summary>Sets or retrieves the control's tooltip text.</summary>
      <returns>A string that represents the tooltip text. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.UseTimeZoneAdjustment">
      <summary>Sets or retrieves a value that indicates whether the time values in the control are automatically adjusted for daylight savings time.</summary>
      <returns>true if time values are automatically adjusted for daylight savings time; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeControl.Validate">
      <summary>Validates the control data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeControl.WorkWeek">
      <summary>Sets or retrieves a seven-character string that indicates the work days in a week.</summary>
      <returns>Returns a seven-character string that indicates the work days of the week, where 1 is a work day and 0 is not a work day. The default is "0111110," which represents a Monday-Friday work week for a week whose first day is Sunday. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DateTimeField">
      <summary>Represents a field control that contains date and time values.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DateTimeField" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeField.CreateChildControls">
      <summary>Notifies the server control to create any child controls that it contains in preparation for posting back or rendering.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeField.DateOnly">
      <summary>Sets or retrieves a value that indicates whether the control displays only date values and not time values.</summary>
      <returns>true if the control displays only date values; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeField.DefaultTemplateName">
      <summary>Retrieves the name of the default template for the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the template name. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeField.Focus">
      <summary>Sets input focus to the control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeField.OnPreRender(System.EventArgs)">
      <summary>Raises an event after the control is loaded but prior to rendering.</summary>
      <param name="e">A <see cref="System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeField.TimeOnly">
      <summary>Sets or retrieves a value that indicates whether the control displays only time values and not date values.</summary>
      <returns>true if the control displays only time values; otherwise, false. The default is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DateTimeField.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DateTimeField.Value">
      <summary>Sets or retrieves the value of the control.</summary>
      <returns>An <see cref="T:System.Object" /> that represents the field value. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DeactivateSolutionItemButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DeactivateSolutionItemButton.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DelegateControl">
      <summary>A generic control that is able to render an ASP.NET control. Delegate controls make their child candidate controls pluggable and replaceable.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DelegateControl.#ctor">
      <summary>Initiates a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DelegateControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.AllowMultipleControls">
      <summary>Gets or sets a Boolean value that specifies whether to add all child candidate controls to the page at runtime.</summary>
      <returns>true to add all child candidate controls to the page at runtime; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.ControlId">
      <summary>Gets or sets the ID of the delegate control.</summary>
      <returns>A string that contains the control ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.PrefixHtml">
      <summary>Gets or sets the HTML that is rendered before the delegate control.</summary>
      <returns>A string that contains encoded HTML. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.Scope">
      <summary>Gets or sets the scope of the delegate control.</summary>
      <returns>A string that specifies the scope, which can be Farm, WebApplication, Site, or Web. If you do not specify a scope, the delegate control applies to all scopes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.SuffixHtml">
      <summary>Gets or sets the HTML that is rendered after the delegate control.</summary>
      <returns>A string that contains encoded HTML. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DelegateControl.Template_Controls">
      <summary>Gets or sets the template that defines the behavior for populating the delegate control.</summary>
      <returns>A <see cref="System.Web.UI.ITemplate" /> object that represents the template for populating the delegate control.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DeleteCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteCommandHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DeleteItemButton">
      <summary>Represents the DeleteItem button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DeleteItemButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteItemButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemButton.DeleteItem">
      <summary>Deletes the current list item associated with the form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemButton.OnClick(System.EventArgs)">
      <summary>Handles the click event of an DeleteItemButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an DeleteItemButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteItemButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DeleteItemVersionButton">
      <summary>Represents the DeleteItemVersion button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemVersionButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DeleteItemVersionButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DeleteItemVersionButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemVersionButton.DeleteItemVersion">
      <summary>Deletes the specified version of the current list item associated with the form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemVersionButton.OnClick(System.EventArgs)">
      <summary>Handles the click event of an DeleteItemVersionButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DeleteItemVersionButton.OnInit(System.EventArgs)">
      <summary>Handles the initialization event of an DeleteItemVersionButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DesignModeConsoleContainer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DesignModeConsoleContainer.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DeveloperDashboard"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DeveloperDashboard.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DeveloperDashboardLauncher"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DeveloperDashboardLauncher.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DialogMaster"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DialogMaster.DialogForm"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DialogMaster.FormTarget"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.GetControlIdOrNullForClientScript(System.Web.UI.Control)">
      <param name="control"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DialogMaster.HelpKey"></member>
    <member name="F:Microsoft.SharePoint.WebControls.DialogMaster.OkButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.OkButton_Click(System.Object,System.EventArgs)">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DialogMaster.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DialogMaster.Target"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DiffSelectorIterator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DiffSelectorIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DiffSelectorIterator.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DiffSelectorIterator.DefaultTemplateName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DirectionalImage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DirectionalImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DirectionalImage.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DirectionalImage.LTRImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DirectionalImage.RTLImageUrl"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DiscardCheckoutCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DistributionListsApprovalButton">
      <summary>Represents the DistributionListsApproval button. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DistributionListsApprovalButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DistributionListsApprovalButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DistributionListsApprovalButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event.</summary>
      <param name="e">An EventArgs value that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DocumentConversionsLoadBalancerPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DocumentConversionsLoadBalancerPicker.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DocumentConversionsLoadBalancerPicker.SelectCurrentLoadBalancer(System.Guid)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DocumentLibraryFields">
      <summary>Represents the document library form fields.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DocumentLibraryFields.#ctor">
      <summary>Initializes a new instance of the DocumentLibraryFields component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DocumentLibraryFields.ControlTemplate">
      <summary>Gets the template that renders the DocumentLibraryFields control in the current context.</summary>
      <returns>An ITemplate object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DocumentLibraryFields.DefaultAlternateTemplateName">
      <summary>Gets the default rendering template for file upload operations.</summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DocumentLibraryFields.DefaultTemplateName">
      <summary>Gets the default rendering template for folder operations.</summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DocumentLibraryFields.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DocumentTransformersInfo"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DocumentTransformersInfo.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DocumentTransformersInfo.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DontSaveAndStopCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DropDownChoiceField">
      <summary>Represents the control for a Dropdown choice field.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DropDownChoiceField.#ctor">
      <summary>Initializes a new instance of the DropDownChoiceField class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DropDownChoiceField.CreateChildControls">
      <summary>Creates any child controls necessary to render the field, such as a label control, link control, or text box control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DropDownChoiceField.Focus">
      <summary>Assigns focus to the DropDownChoiceField component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.DropDownChoiceField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the field for Edit mode and New mode.</summary>
      <param name="output">
The HtmlTextWriter object that receives the server control content.
</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.DropDownChoiceField.Value">
      <summary>Gets or sets the value of the selected item in the list control.</summary>
      <returns>An object that represents the value of the selected item.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.DVCheckBoxList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVCheckBoxList.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVCheckBoxList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVCheckBoxList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DVCheckBoxList.SelectedValue"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DVDropDownList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVDropDownList.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVDropDownList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVDropDownList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DVDropDownList.SelectedIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DVDropDownList.SelectedValue"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DVListBox"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVListBox.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVListBox.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVListBox.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DVListBox.SelectedValue"></member>
    <member name="T:Microsoft.SharePoint.WebControls.DVRadioButtonList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVRadioButtonList.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVRadioButtonList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.DVRadioButtonList.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.DVRadioButtonList.SelectedValue"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EditCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EditCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditCommandHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EditCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EditDocumentLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EditDocumentLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditDocumentLink.DocumentErrorText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditDocumentLink.DocumentUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditDocumentLink.IsXmlForm"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EditDocumentLink.RuntimeErrorText"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EditItemButton">
      <summary>Represents the EditItem button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EditItemButton.#ctor">
      <summary>Inializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.EditItemButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EditItemButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EditItemButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an EditItemButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.EditSeriesButton">
      <summary>Represents the EditSeries button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EditSeriesButton.#ctor">
      <summary>Initializes a new instance of the EditSeriesButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EditSeriesButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EditSeriesButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an EditSeriesButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.EmailCalendarMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EmailCalendarMessage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EmailCalendarMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EmbeddedFormField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EmbeddedFormField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EmbeddedFormField.Content"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EncodedLiteral"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EncodedLiteral.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EncodedLiteral.EncodeMethod"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EnterFolderButton">
      <summary>Represents the EnterFolderButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EnterFolderButton.#ctor">
      <summary>Initializes a new instance of the EnterFolderButton object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EnterFolderButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EnterFolderButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an EnterFolderButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EnterFolderButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.EntityEditor">
      <summary>Represents a Web control that allows solution developers to edit the entities associated with an object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.AfterCallbackClientScript"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.AllowEmpty"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.AllowTypeIn"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.AutoPostBack"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.BrowseButtonId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.CheckNamesId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.CustomProperty"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.DefaultMaximumEntities"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.DefaultRows"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.DownLevelTextBox"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.Entities"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.EntitySeparator"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.EntitySeparators">
      <summary>Returns or sets the list of supported entity separators.</summary>
      <returns>Returns a <see cref="T:System.Char" /> array.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.ErrorLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.ErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.ErrorPlaceHolder"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.GenerateErrorScript(Microsoft.SharePoint.WebControls.PickerEntity,Microsoft.SharePoint.WebControls.PickerEntity[])">
      <param name="errorEntity"></param>
      <param name="matches"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.GetCallbackResult"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.HiddenSpanData"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.InternalTabIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.IsChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.IsIE55Plus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.IsValid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
      <param name="postDataKey"></param>
      <param name="values"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.MaximumEntities"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.MaximumHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.MultiSelect"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.OnEntityDeserialized(Microsoft.SharePoint.WebControls.PickerEntity)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.OnValueChangedClientScript"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.PickerDialog"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.RaiseCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.RaisePostDataChangedEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.ResolvedEntities"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.Rows"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.SetFocus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.ShowEntityDisplayTextInTextBox"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.TabIndex"></member>
    <member name="F:Microsoft.SharePoint.WebControls.EntityEditor.TableLayout"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.Title"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.UpdateEntities(System.Collections.ArrayList)">
      <param name="list"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.UpLevelDiv"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.UseContentEditableControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.Validated"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditor.ValidateEntity(Microsoft.SharePoint.WebControls.PickerEntity)">
      <param name="needsValidation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditor.ValidatorEnabled"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EntityEditorWithPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.BrowseButtonImageName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.BrowseButtonToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.CheckButtonImageName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.CheckItemToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.CreateButtonOnClientClick"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.CreateButtonText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DefaultCheckButtonImageName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DefaultPlaceButtonsUnderEntityEditor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DialogHeight"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DialogImage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DialogTitle"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DialogWidth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DisabledBrowseButtonImageName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.DisabledCheckNamesButtonImageName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.EnableBrowse"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.InputDescription"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.MoreItemsText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.NoMatchesText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.PickerDialogToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.PickerDialogType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.PlaceButtonsUnderEntityEditor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.ResolveErrorBySearch(System.String)">
      <param name="unresolvedText"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.ShowButtons"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityEditorWithPicker.Validate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EntityPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPicker.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.EntityPicker" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPicker.AddBdcAccessorMatchValidator(Microsoft.SharePoint.WebControls.BdcAccessor.Validator)">
      <summary>Adds a <see cref="Microsoft.SharePoint.WebControls.BdcAccessor.Validator" /> to the control that the control uses to validate entities against the business data source catalog.</summary>
      <param name="validator">The validator to add.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityPicker.CheckItemToolTip"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPicker.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityPicker.MoreItemsText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityPicker.NoMatchesText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.EntityPicker.PickedValue">
      <summary>Sets or returns the entity that the user chooses in the user control.</summary>
      <returns>Returns <see cref="T:Microsoft.BusinessData.Infrastructure.Pair`2" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPicker.ResolveErrorBySearch(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPicker.ValidateEntity(Microsoft.SharePoint.WebControls.PickerEntity)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EntityPickerDialog"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPickerDialog.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPickerDialog.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityPickerDialog.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.EntityQueryControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityQueryControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityQueryControl.GetEntity(System.Data.DataRow)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityQueryControl.IssueQuery(System.String,System.String,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityQueryControl.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.EntityQueryControl.OnPreRender(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ExitDesignModeControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ExitDesignModeControl.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ExpandableDropDownList">
      <summary>Represents the ExpandableDropDownList.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ExpandableDropDownList.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ExpandableDropDownList" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ExpandableDropDownList.Expanded">
      <summary>Gets or sets the ExpandableDropDownList property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ExpandableDropDownList.Items">
      <summary>Gets the Items property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ExpandableDropDownList.SelectedValue">
      <summary>Gets or sets the SelectedValue property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ExpandableDropDownList.SubsetItems">
      <summary>Gets the SubsetItems property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ExpandableDropDownList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ExpandableDropDownList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ExportWebPartButton">
      <summary>Represents the ExportWebPartButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ExportWebPartButton.#ctor">
      <summary>Initializes a new instance of the ExportWebPartButton component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ExportWebPartButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ExportWebPartButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an ExportWebPartButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FeatureLinks">
      <summary>Represents a table of links created by custom actions of the feature.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinks.#ctor">
      <summary>Initializes a new instance of the FeatureLinks component.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.FeatureLinks.AddLink">
      <summary>Raises an AddLink event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinks.CreateChildControls">
      <summary>Queries for all CustomActions matching the location at any scope then generates the child controls.
</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinks.DisplayMode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinks.FeatureScope">
      <summary>Gets or sets the scope to search for features.</summary>
      <returns>A string that contains the relevant scope.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinks.GroupId">
      <summary>Gets or sets the FeatureLinks group ID.</summary>
      <returns>A string that contains the group ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinks.LinksTablePath">
      <summary>Gets or sets the path to the LinksTable.ascx user control.</summary>
      <returns>A string that contains the path to the LinksTable.ascx user control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinks.Location">
      <summary>Gets or sets the location to use in retrieving elements from the feature.</summary>
      <returns>A string that contains the location to use in retrieving elements from the feature.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinks.OnAddLink(Microsoft.SharePoint.WebControls.AddLinkEventArgs)">
      <summary>Handles the add link event of a FeatureLinks object.</summary>
      <param name="e">
An AddLinkEventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FeatureLinks.Mode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FeatureLinks.Mode.LinksPage"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FeatureLinks.Mode.CreatePage"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FeatureLinkSections"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinkSections.#ctor"></member>
    <member name="E:Microsoft.SharePoint.WebControls.FeatureLinkSections.AddGroup"></member>
    <member name="E:Microsoft.SharePoint.WebControls.FeatureLinkSections.AddLink"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.Columns"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.ColumnSpacing"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinkSections.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.FeatureScope"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.GroupId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.LinkSectionControl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.LinkSectionPath"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.Location"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinkSections.OnAddGroup(Microsoft.SharePoint.WebControls.AddGroupEventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureLinkSections.OnAddLink(Microsoft.SharePoint.WebControls.AddLinkEventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureLinkSections.VerticallyAlignSections"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FeatureMenuTemplate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.#ctor"></member>
    <member name="E:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.AddMenuItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.FeatureScope"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.GroupId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.ListTemplateId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.LoadViewState(System.Object)">
      <param name="savedState"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.Location"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FeatureMenuTemplate.OnAddMenuItem(Microsoft.SharePoint.WebControls.AddMenuItemEventArgs)">
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FieldDescription"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldDescription.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldDescription.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldDescription.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FieldLabel">
      <summary>Conditionally renders the name of a field as a label by using a <see cref="T:Microsoft.SharePoint.RenderingTemplate" /> control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldLabel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FieldLabel" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.ControlTemplate">
      <summary>Gets the template that renders the field label in the current context. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.DefaultAlternateTemplateName">
      <summary>Gets the name of the default alternate rendering template. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.DefaultDisplayTemplateName">
      <summary>Gets the name of the default rendering template for display mode. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for modes other than display. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.DisplayTemplate">
      <summary>Gets or sets the <see cref="T:System.Web.UI.ITemplate" /> object that is used for display mode. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldLabel.DisplayTemplateName">
      <summary>Gets or sets the name of the <see cref="T:System.Web.UI.ITemplate" /> object that is used for display mode. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FieldMetadata">
      <summary>Provides core rendering metadata applicable to all fields in Windows SharePoint Services 3.0. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldMetadata.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldMetadata.DisplaySize">
      <summary>Gets or sets the maximum number of characters to display when rendering the field. </summary>
      <returns>A <see cref="T:System.Int32" /> that represents the maximum number of characters (of the value of the field) that should be displayed. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldMetadata.Field">
      <summary>Gets the underlying <see cref="T:Microsoft.SharePoint.SPField" /> object that is rendered by the <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPField" /> object that represents the field that the <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> is rendering.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldMetadata.FieldName">
      <summary>Gets or sets a name for the field.</summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldMetadata.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible.</summary>
      <returns>true if the field is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FieldProperty">
      <summary>Represents a property of a field; that is, a column, on a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FieldProperty" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldProperty.Encode">
      <summary>Gets or sets a value that indicates whether the property is rendered as plain text or as HTML code. </summary>
      <returns>A <see cref="T:System.String" /> which specifies whether or not the property is rendered as simple text or as HTML code. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FieldProperty.PropertyName">
      <summary>Gets or sets the name of the field (column) property. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the property.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldProperty.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the property on the page. </summary>
      <param name="output">The object that writes the HTML that is rendered.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FieldValue">
      <summary>Represents a field value. For more information about creating custom field value classes, see Custom Field Value Classes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FieldValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FieldValue" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FileField">
      <summary>Renders a field that links to a file on a form page (not a list view page) in a document library. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FileField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FileField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.ControlTemplate">
      <summary>Gets the template that renders the field label in the current context. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> that renders the control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FileField.CreateChildControls">
      <summary>Creates <see cref="T:System.Web.UI.WebControls.Literal" /> controls as children. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.DefaultAlternateTemplateName">
      <summary>Gets the name of the default alternate rendering template used when the control mode is not <see cref="F:Microsoft.SharePoint.WebControls.SPControlMode.New" />. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template on forms when the control mode is <see cref="F:Microsoft.SharePoint.WebControls.SPControlMode.New" />. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FileField.Focus">
      <summary>Gives focus to the <see cref="T:Microsoft.SharePoint.WebControls.FileField" /> field. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.Text">
      <summary>Gets or sets the name of the file. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FileField.UpdateFieldValueInItem">
      <summary>Updates the underlying value of the field (the file name) to the latest user-set value. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FileField.Validate">
      <summary>Verifies that <see cref="P:Microsoft.SharePoint.WebControls.FileField.Text" /> is a valid file name. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.Value">
      <summary>Gets or sets the file name in the UI. </summary>
      <returns>A <see cref="T:System.String" /> (cast as an <see cref="T:System.Object" />) that represents the file name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FileField.Visible">
      <summary>Gets or sets a value that indicates whether the field is visible. </summary>
      <returns>true if the field is visible; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FileUploadedMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FileUploadedMessage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FileUploadedMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FilterOperator"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.Equals"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.StartsWith"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.Contains"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.EndsWith"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.NotEquals"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.Less"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.LessEq"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.Greater"></member>
    <member name="F:Microsoft.SharePoint.WebControls.FilterOperator.GreaterEq"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FolderFormFields"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FolderFormFields.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FolderFormFields.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FormattedString">
      <summary>Renders a string formatted with .Net Composite Formatting. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormattedString.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormattedString" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormattedString.EncodeMethod">
      <summary>Gets or sets the encoding method that will be used to write the composite formatted string before the indexed placeholders are replaced with actual values. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebControls.SPEncodeMethod" /> value that specifies how the composite formatted string will be written in HTML. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormattedString.FormatText">
      <summary>Gets or sets the composite formatted string with placeholders. </summary>
      <returns>A <see cref="T:System.String" /> containing a .Net composite formatted string. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FormattedStringWithListType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormattedStringWithListType.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormattedStringWithListType.AllowSimpleTextFormatting"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormattedStringWithListType.LowerCase"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormattedStringWithListType.String"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FormButton">
      <summary>Represents the Form button on a toolbar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ButtonID">
      <summary>Gets or sets the button ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ControlMode">
      <summary>Gets or sets the control mode.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.Item">
      <summary>Gets the item associated with the current form.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ItemContext">
      <summary>Gets or sets the item context.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ItemId">
      <summary>Gets or sets the item ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.List">
      <summary>Gets the list property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ListId">
      <summary>Gets or sets the list ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ListItem">
      <summary>Gets the list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormButton.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event.</summary>
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormButton.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the OnPreRender event.</summary>
      <param name="e">Contains event data for this event.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.Padding">
      <summary>Gets or sets the padding.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.RecurrenceID">
      <summary>Gets or sets the recurrence ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.RedirectUrl">
      <summary>Gets or sets the redirect URL.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormButton.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.RenderContext"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.RequiredQueryStringParametersToInclude">
      <summary>Gets or sets the RequiredQueryStringParametersToInclude property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.ToggleOn">
      <summary>Gets or sets the ToggleOn property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormButton.Web">
      <summary>Gets the Web property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FormComponent">
      <summary>FormComponent is a top-level control that supports all basic methods and properties for all form-rendering and field-rendering controls, such as ControlMode, templates, and logic for conditional rendering.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormComponent.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormComponent" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.ControlMode">
      <summary>Gets or sets the rendering mode for the form (display, edit, or new)</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.Fields">
      <summary>Gets the collection of fields.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.Item">
      <summary>Gets the value that represents the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.ItemContext">
      <summary>Gets or sets the context of the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.ItemId">
      <summary>Gets or sets the ID for the list item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.List">
      <summary>Gets the value that represents the list of form components.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.ListId">
      <summary>Gets or sets the ID of the list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.ListItem">
      <summary>Gets the value that represents the list item, based on the ListItemID property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormComponent.OnPreRender(System.EventArgs)">
      <param name="e">Event args </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RecurrenceID">
      <summary>Gets or sets the string value that represents the recurrence ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RedirectUrl">
      <summary>Gets or sets the string value that represents the redirect URL.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RibbonContextualGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RibbonGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormComponent.RibbonTabCommand"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FormDigest">
      <summary>Inserts a security validation within the form of an .aspx page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormDigest.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormDigest" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormDigest.DigestValue">
      <summary>Gets the value of the security validation that is inserted in the .aspx file. </summary>
      <returns>A string that contains the value of the security validation without any HTML.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.FormDigest.ForceRender"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormDigest.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormDigest.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormDigest.RegisterDigestUpdateClientScriptBlockIfNeeded(System.Web.UI.Page)">
      <param name="page"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormDigest.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.FormField">
      <summary>A generic field control that instantiates a basic field control that is based on the field type..</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormField" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.Focus"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.OnValueChanged(System.EventArgs)">
      <param name="e">The EventArgs object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.RegisterFieldControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormField.UpdateFieldValueInItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormField.Value"></member>
    <member name="E:Microsoft.SharePoint.WebControls.FormField.ValueChanged"></member>
    <member name="T:Microsoft.SharePoint.WebControls.FormToolBar">
      <summary>Represents the FormToolBar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormToolBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.FormToolBar" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.FormToolBar.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.FormToolBar.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.FormToolBar.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.Gantt">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Gantt.#ctor(System.String,Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPView,System.String,System.String,System.String,System.String)">
      <param name="ID"></param>
      <param name="dataSourceList"></param>
      <param name="dataSourceView"></param>
      <param name="taskTitleColumnName"></param>
      <param name="startDateColumnName"></param>
      <param name="finishDateColumnName"></param>
      <param name="percentCompleteColumnName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Gantt.DataSource"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Gantt.DataSourceItemCollection"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Gantt.DataSourceList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Gantt.IsWorkingDay(System.DayOfWeek)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Gantt.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Gantt.RaisePostBackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.GenericInformationBar">
      <summary>Represents the GenericInformationBar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GenericInformationBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.GenericInformationBar" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.GlobalGalleryActionsMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GlobalGalleryActionsMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GlobalGalleryActionsMenu.SetMenuItemProperties"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GoBackButton">
      <summary>Represents the GoBackButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GoBackButton.#ctor">
      <summary>Initializes a new instance of the GoBackButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GoBackButton.CreateChildControls">
      <summary>Creates any child controls necessary to render the component, such as a label control, link control, or text box control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.GoBackButton.DefaultTemplateName">
      <summary>Gets the name of the default template of the GoBackButton component.</summary>
      <returns>A string that contains the name of the default template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GoBackButton.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GoBackButton.RibbonCommand"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GoToCopySourceLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GoToCopySourceLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GoToCopySourceLink.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GroupedDropDownList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.AddChoice(System.String,System.String,System.String,System.String)">
      <param name="id"></param>
      <param name="name"></param>
      <param name="description"></param>
      <param name="group"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.AddItem(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.AddItemHtml(System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.CandidateControlId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.Clear"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.Comparer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.DescriptionControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.GroupControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.ScriptVariable"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedDropDownList.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedDropDownList.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GroupedItemPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddButtonId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddChoice(System.String,System.String,System.String,System.String)">
      <param name="id"></param>
      <param name="name"></param>
      <param name="description"></param>
      <param name="group"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddInitialSelection(System.String,System.String)">
      <param name="id"></param>
      <param name="name"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddItem(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddItemHtml(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.AddSelectedItem(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.AlwaysAllowRemove"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.CandidateControlId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.Clear"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.Comparer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.DescriptionControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.GroupControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.MinimumWidth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.RemoveButtonId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.ResultControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupedItemPicker.SelectedIds"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.System#Web#UI#IPostBackDataHandler#LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupedItemPicker.System#Web#UI#IPostBackDataHandler#RaisePostDataChangedEvent"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GroupPermissions"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupPermissions.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.GroupPermissions.GroupId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupPermissions.System#Web#UI#ICallbackEventHandler#GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GroupPermissions.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.GuidField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.GuidField.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HealthReportRepairButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthReportRepairButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthReportRepairButton.InitUI"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRepairButton.RepairAutomatically"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRepairButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HealthReportRunNowButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.InitUI"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.RepairAutomatically"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.RuleItemUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.RuleScope"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthReportRunNowButton.RuleService"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.InitUI"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.OnClick(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.RepairAutomatically"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.RuleItemUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.RuleScope"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.RuleService"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.RuleType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HealthRuleRunNowButton.TimerJobExists"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HierarchicalDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HierarchicalDesigner.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HierarchyResultControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HierarchyResultControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HierarchyResultControl.GenerateResults"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HierarchyResultControl.GetPickerInitialData"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HierarchyResultControl.RenderControl(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenu">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._caption"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._largeIconMode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._menuChildren"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._menuID"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._title"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenu._type"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.AddChild(Microsoft.SharePoint.WebControls.HtcMenuItem)">
      <param name="NewMenuItem"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.AddParsedSubObject(System.Object)">
      <param name="obj"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.Caption"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.FMenuSupportedOnBrowser(System.Web.HttpContext)">
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.LargeIconMode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.MenuChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.MenuID"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.RenderAsPopup(System.Web.UI.HtmlTextWriter,System.Boolean)">
      <param name="output"></param>
      <param name="isSubMenu"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter,System.Boolean,System.String)">
      <param name="output"></param>
      <param name="isSubMenu"></param>
      <param name="menuID"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter,System.Boolean,System.String,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.RenderPopupEndTag(System.Web.UI.HtmlTextWriter,System.Boolean)">
      <param name="output"></param>
      <param name="isSubMenu"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenu.ResetMenuList"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.Title"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenu.Type"></member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuClientFiles">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.FIsScriptRegistered(System.Web.UI.Page)">
      <param name="page"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.kwzMenuClientFilesKey"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.OutputAndRegisterScript(System.Web.UI.Page,System.Web.UI.HtmlTextWriter)">
      <param name="page"></param>
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.OutputAndRegisterScript(System.Web.UI.Page,System.Web.UI.HtmlTextWriter,System.Web.HttpContext)">
      <param name="page"></param>
      <param name="output"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.RegisterScript(System.Web.UI.Page)">
      <param name="page"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.RegisterScript(System.Web.UI.Page,System.Web.HttpContext)">
      <param name="page"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuClientFiles.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuItem">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItem.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuItem._description"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuItem._displayText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuItem._iconAlt"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuItem._iconSrc"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuItem.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuItem.DisplayText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuItem.IconAlt"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuItem.IconSrc"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItem.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItem.RenderAsPopup(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuItemCollection">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItemCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItemCollection.Add(Microsoft.SharePoint.WebControls.HtcMenuItem)">
      <param name="NewMenuItem"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuItemCollection.Item(System.Int32)">
      <param name="Index"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuOption">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuOption._onClickText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcMenuOption._popupText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuOption.OnClickText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcMenuOption.PopupText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderAsPopup(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderAsPopup(System.Web.UI.HtmlTextWriter,System.String)">
      <param name="output"></param>
      <param name="displayText"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderAsPopup(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String)">
      <param name="output"></param>
      <param name="displayText"></param>
      <param name="popupText"></param>
      <param name="onClickText"></param>
      <param name="iconSrc"></param>
      <param name="iconAlt"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderAsPopup(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuOption.RenderPopupEndTag(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuSeparator">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuSeparator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuSeparator.RenderAsPopup(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuSeparator.RenderAsPopupStatic(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcMenuUtility">
      <summary>This type supports Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.WzGetMenuCssPath"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.WzGetMenuHtcPath"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.WzGetMenuJsPath"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.WzScriptRegistration"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcMenuUtility.WzScriptRegistration(System.Web.HttpContext)">
      <param name="context"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.HtcSubMenu">
      <summary>This type or member supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.HtcSubMenu._menu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.AddParsedSubObject(System.Object)">
      <param name="obj"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.HtcSubMenu.ChildMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderAsPopup(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderAsPopup(System.Web.UI.HtmlTextWriter,Microsoft.SharePoint.WebControls.HtcMenu,System.String,System.String)">
      <param name="output"></param>
      <param name="menu"></param>
      <param name="iconSrc"></param>
      <param name="displayText"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderAsPopup(System.Web.UI.HtmlTextWriter,Microsoft.SharePoint.WebControls.HtcMenu,System.String,System.String,System.String)">
      <param name="output"></param>
      <param name="menu"></param>
      <param name="iconSrc"></param>
      <param name="iconAlt"></param>
      <param name="displayText"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderAsPopup(System.Web.UI.HtmlTextWriter,Microsoft.SharePoint.WebControls.HtcMenu,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter,System.String)">
      <param name="output"></param>
      <param name="displayText"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String)">
      <param name="output"></param>
      <param name="iconSrc"></param>
      <param name="iconAlt"></param>
      <param name="displayText"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderPopupBeginTag(System.Web.UI.HtmlTextWriter,System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.HtcSubMenu.RenderPopupEndTag(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IDesignerEventAccessor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IDesignerEventAccessor.OnDesignerLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.IDesignerEventAccessor.OnDesignerPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IDesignTimeHtmlProvider"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IDesignTimeHtmlProvider.GetDesignTimeHtml">
      <summary>Returns the HTML that is used to represent the control at design time.</summary>
      <returns>A string that contains the HTML.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IFieldEditor">
      <summary>When implemented by a class that inherits from the <see cref="T:System.Web.UI.UserControl" />, class, this class assists in the rendering of a field property editor control on a new column creation page or a column edit page, which in Windows SharePoint Services 3.0 are the New Site Column, Change Site Column, Create Column, and Change Column pages.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.IFieldEditor.DisplayAsNewSection">
      <summary>Gets a value that indicates whether the field property editor should be in a special section on the page. </summary>
      <returns>true if the editor should be in its own section; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.IFieldEditor.InitializeWithField(Microsoft.SharePoint.SPField)">
      <summary>Initializes the field property editor when the page loads.</summary>
      <param name="field">An object that instantiates a custom field (column) class that derives from the <see cref="T:Microsoft.SharePoint.SPField" /> class. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.IFieldEditor.OnSaveChange(Microsoft.SharePoint.SPField,System.Boolean)">
      <summary>Validates and saves the changes the user has made in the field property editor control. </summary>
      <param name="field">The field (column) whose properties are being saved.</param>
      <param name="isNewField">true to indicate that the field is being created; false to indicate that an existing field is being modified.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IFormDelegateControlSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IFormDelegateControlSource.OnFormInit(System.Object)">
      <param name="objOfInterest"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.IFormDelegateControlSource.OnFormSave(System.Object)">
      <param name="objOfInterest"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.AccountPickerPlusLink"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.DdlAppPoolAccounts"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.DdlAppPoolIds"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.GetOrCreateApplicationPool"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.OnLoad(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.PlaceHolderApplicationPoolSectionDescription"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.PlaceHolderApplicationPoolSectionTitle"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.RadConfigurableAppPoolAccount"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.RadCreateNewAppPool"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.RadPredefinedAppPoolAccount"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.RadUseExistingAppPool"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.RegValAppPoolId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.ReqValAppPoolAccounts"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.ReqValAppPoolId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.ReqValAppPoolIds"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.SetControlsState"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.SetSelectedApplicationPool(Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.SetValidatorsState"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.Template_Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.Template_Title"></member>
    <member name="F:Microsoft.SharePoint.WebControls.IisWebServiceApplicationPoolSection.TxtAppPoolId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InformationBar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InformationBar.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InitContentType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InitContentType.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InitContentType.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormCheckBox"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBox.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCheckBox.ButtonSpacing"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCheckBox.LabelText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBox.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBox.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCheckBox.ToggleChildren"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormCheckBoxList">
      <summary>Represents a InputFormCheckBoxList.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxList.#ctor">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.WebControls.InputFormCheckBoxList" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxList.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxList.Render(System.Web.UI.HtmlTextWriter)">
      <param name="baseWriter"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator">
      <summary>Represents a InputFormCheckBoxListValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator.#ctor">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator.ControlPropertiesValid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator.EvaluateIsValid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCheckBoxListValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormCompareValidator">
      <summary>Represents a InputFormCompareValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCompareValidator.#ctor">
      <summary>Creates a new instance of a <see cref="T:Microsoft.SharePoint.WebControls.InputFormCompareValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCompareValidator.BreakAfter"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCompareValidator.BreakBefore"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCompareValidator.ErrorImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCompareValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCompareValidator.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCompareValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCompareValidator.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormControl">
      <summary>Represents an input control on a Web form.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.ControlContainer">
      <summary>Returns the control contained within the form input control and provides access to child controls.</summary>
      <returns>Returns a <see cref="T:System.Web.UI.Control" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.ExampleText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.IndentSize"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.LabelAssociatedControlId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.LabelText">
      <summary>Sets or returns the label text for the input control.</summary>
      <returns>Returns a <see cref="T:System.String" /></returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.LiteralExampleText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.LiteralLabelText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormControl.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormControl.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.PanelExample"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.PlaceHolderControl"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.PlaceHolderExampleText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormControl.PlaceHolderLabelText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.SmallIndent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.Template_Control"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.Template_ExampleText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormControl.Template_LabelText"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormCustomValidator">
      <summary>Represents the InputFormCustomValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCustomValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.InputFormCustomValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCustomValidator.BreakAfter">
      <summary>Gets or sets the Boolean BreakAfter property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCustomValidator.BreakBefore">
      <summary>Gets or sets the Boolean BreakBefore property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCustomValidator.ErrorImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCustomValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCustomValidator.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormCustomValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormCustomValidator.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormRadioButton">
      <summary>Represents the InputForm radio button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRadioButton.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRadioButton.ButtonSpacing"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRadioButton.LabelText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRadioButton.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormRangeValidator">
      <summary>Represents the InputFormRangeValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRangeValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.InputFormRangeValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRangeValidator.BreakAfter">
      <summary>Gets or sets the Boolean BreakAfter property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRangeValidator.BreakBefore">
      <summary>Gets or sets the Boolean BreakBefore property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRangeValidator.ErrorImageUrl">
      <summary>Gets or sets the ErrorImangeUrl.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRangeValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRangeValidator.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRangeValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRangeValidator.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator">
      <summary>Represents a InputFormRegularExpressionValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.#ctor">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.BreakAfter"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.BreakBefore"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.ErrorImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator">
      <summary>Represents the InputFormRequiredFieldValidator.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.BreakAfter"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.BreakBefore"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.ErrorImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.FriendlyNameOfControlToValidate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormSection">
      <summary>Represents a section on a Web form that contains one or more input controls.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.InputFormSection" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Collapsed">
      <summary>Returns or sets a value that represents whether a the section is initially collapsed.</summary>
      <returns>Returns a <see cref="T:System.Bool" /></returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Collapsible">
      <summary>Returns or sets a value that represents whether a user can collapse the form section.</summary>
      <returns>Returns a <see cref="T:System.Bool" /></returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Description">
      <summary>Sets or returns the descriptive text for the form section.</summary>
      <returns>Returns a <see cref="T:System.String" /></returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.ImageClientId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.ImgHideShow"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.InputFormControlContainer">
      <summary>Returns an object that contains the input controls contained within the form section.</summary>
      <returns>Returns a <see cref="T:System.Web.UI.Control" />.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.LiteralDescription"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.LiteralTitle"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormSection.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormSection.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Padding"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.PlaceHolderControls"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.PlaceHolderDescription"></member>
    <member name="F:Microsoft.SharePoint.WebControls.InputFormSection.PlaceHolderTitle"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Template_Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Template_InputFormControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Template_Title"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormSection.Title">
      <summary>Sets or returns the title text for the form section.</summary>
      <returns>Returns a <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.InputFormTextBox">
      <summary>Represents the InputFormTextBox.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.InputFormTextBox" /> class</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.AllowHyperlink"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.Direction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.ErrorMessageLabelControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.Focus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.IsValid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.RichText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.RichTextMode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.InputFormTextBox.Text"></member>
    <member name="M:Microsoft.SharePoint.WebControls.InputFormTextBox.Validate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.IPreRenderOverride"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IPreRenderOverride.OnPreRenderOverride(System.EventArgs)">
      <param name="arguments"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.IRibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IRibbonCommand.EnabledStatement"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IRibbonCommand.HandlerStatement"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IRibbonCommand.Id"></member>
    <member name="T:Microsoft.SharePoint.WebControls.IRibbonMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IRibbonMenu.Render(System.Xml.XmlWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ISPCalendarItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.BackgroundColorClassName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.CalendarType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.Direction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.DisplayFormUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.EndDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.hasEndDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.IsAllDayEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.IsRecurrence"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.IsRecurrenceException"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.ItemID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.Location"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.StartDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.Title"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarItem.WorkSpaceLink"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ISPCalendarSettings"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.AlternateCalendarType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.CalendarType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.DisplayItemFormUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.EditItemFormUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.EnablePeopleSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.EnableResourceSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.FirstDayOfWeek"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.FormDialogUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.HijriAdjustment"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.ListName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.LocaleId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.NewItemFormUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.SelectedDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.Time24"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.TimeZoneSpan"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.ViewName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.WorkDayEndHour"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.WorkDayStartHour"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ISPCalendarSettings.WorkWeek"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemHiddenVersion"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemHiddenVersion.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemHiddenVersion.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemPicker">
      <summary>Represents a control that allows users to select a specific instance of an entity.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.CssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.EntityName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.EntityNamespace"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.ExtendedData">
      <summary>Returns or sets the extended data that is associated with a specific ItemPicker user control.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.WebControls.ItemPickerExtendedData" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.GetSecondaryColumnNames"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.LoadExternalSpanData(System.String)">
      <summary>Manually provides data to a control that the server normally provides during a postback process.</summary>
      <param name="spanData">A  that contains the data to load. The format of this String should be a comma-delimited list of name/value pairs.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.MoreItemsText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.NoMatchesText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.OnEntityDeserialized(Microsoft.SharePoint.WebControls.PickerEntity)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.PreserveComplexTypes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.PrimaryColumnName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.ResolveErrorBySearch(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPicker.SystemInstanceName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPicker.ValidateEntity(Microsoft.SharePoint.WebControls.PickerEntity)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemPickerDialog"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerDialog.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerDialog.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerDialog.OnPreRender(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ItemPickerDialog.ShowInPickerProperty"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemPickerExtendedData">
      <summary>Represents extended data for an ItemPicker user control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.#ctor">
      <summary>Initializes an new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ItemPickerExtendedData" /> user control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.EntityName">
      <summary>Returns or sets the name of the parent entity for the selected entity instance.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.EntityNamespace">
      <summary>Returns or sets the namespace of the parent entity of the selected instance.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.GetSecondaryColumnNames">
      <summary>Returns a String that contains the names of additional column names.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.PrimaryColumnName">
      <summary>Returns or sets the name of the primary column for the selected entity instance.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.SetSecondaryColumnNames(System.String[])">
      <summary>Sets the secondary column names from which to pull data about the entity instance.</summary>
      <param name="columnNames">Specifies a comma-delimited list of column names.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemPickerExtendedData.SystemInstanceName">
      <summary>Returns or sets the name of the system instance.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemQueryControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.EnsureBdcEntity"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.GetEntity(System.Data.DataRow)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ItemQueryControl.infoText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.IssueQuery(System.String,System.String,System.Int32,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemQueryControl.PopulateFilterList"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ItemValidationFailedMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ItemValidationFailedMessage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ItemValidationFailedMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.IWebPartPageComponentProvider"></member>
    <member name="P:Microsoft.SharePoint.WebControls.IWebPartPageComponentProvider.WebPartContextualInfo"></member>
    <member name="T:Microsoft.SharePoint.WebControls.IXPathNavigator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.IXPathNavigator.GetXPathNavigator(System.Web.UI.DataSourceSelectArguments)">
      <param name="selectArguments"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.JSGrid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.JSGrid.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.ElementName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.JSGrid.GetGlobalizationScript(System.Globalization.CultureInfo,Microsoft.SharePoint.SPRegionalSettings)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="languageCulture"></param>
      <param name="regionalSettings"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.GridDataSerializer">
      <returns>Returns <see cref="T:Microsoft.SharePoint.JSGrid.GridSerializer" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.IncludeGanttJavaScript">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.JsInitObject">
      <returns>Returns <see cref="T:System.Object" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.JSGrid.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.OwnerJsClassName">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.OwnerObjectName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.RegionalSettings">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPRegionalSettings" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.JSGrid.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.JSGrid.ShowLoadingIndicator">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.LayoutsPageBase">
      <summary>Represents an application page (sometimes called a "_layouts" page) to which access can be limited to users that possess certain rights. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.CheckRights">
      <summary>Verifies that the current user has the rights that are required to access the <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase" /> page. </summary>
      <exception cref="T:System.UnauthorizedAccessException">The current user does not have the required rights.</exception>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LayoutsPageBase.DefaultLayoutsRights">
      <summary>Specifies the default rights that are needed to access a "_layouts" page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.MakeImageUrl(System.String)">
      <summary>Returns a virtual directory URL for the specified image file. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of the image file.</returns>
      <param name="imageFile">The name of an image file.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.OnLoad(System.EventArgs)">
      <summary>Represents that method that handles the <see cref="E:System.Web.UI.Control.Load" /> event of the page. </summary>
      <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.OnLoadComplete(System.EventArgs)">
      <summary>Represents that method that handles the <see cref="E:System.Web.UI.Page.LoadComplete" /> event. </summary>
      <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.OnPreInit(System.EventArgs)">
      <summary>Represents that method that handles the <see cref="E:System.Web.UI.Page.PreInit" /> event. </summary>
      <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.PageTarget">
      <summary>Gets or sets the content page on which the <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase" /> operates. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.ISecurableObject" /> that represents the target content page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.PageTargetSecurableObject"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.RequireDefaultLayoutsRights">
      <summary>Gets a value that indicates whether the page requires at least the default set of rights that are required to access "_layouts" pages. </summary>
      <returns>true if, at a minimum, a user must have the default rights for "_layouts" pages in order to access the <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase" />; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.RequireSiteAdministrator">
      <summary>Gets a value that indicates whether only site collection administrators can access the page. </summary>
      <returns>true if only site collection administrators can access the page; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckMode">
      <summary>Gets or sets a value that specifies whether the rights of the user to the page are checked at the <see cref="E:System.Web.UI.Page.LoadComplete" /> event, the <see cref="E:System.Web.UI.Page.PreInit" /> event, both, or neither. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes" /> value that specifies when, if at all, the rights of the user are checked.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsRequired">
      <summary>Gets an object that identifies the rights a user must have to access the <see cref="T:Microsoft.SharePoint.WebControls.LayoutsPageBase" /> page. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> object that provides a bitwise itemization of rights. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LayoutsPageBase.SendResponseForPopUI"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LayoutsPageBase.SupportsReadOnlySite"></member>
    <member name="T:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes">
      <summary>Specifies the event or events at which the rights of the user are checked. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes.None">
      <summary>Rights are not checked.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes.OnPreInit">
      <summary>Rights are checked at the pre-initialization event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LayoutsPageBase.RightsCheckModes.OnLoadComplete">
      <summary>Rights are checked when loading of the page completes.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.LinkSection">
      <summary>A Web control that stores a collection of links.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LinkSection.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Description">
      <summary>The description for a <see cref="T:Microsoft.SharePoint.WebControls.LinkSection" /> Web control.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Links">
      <summary>A collection of links that are contained within a <see cref="T:Microsoft.SharePoint.WebControls.LinkSection" /> Web control.</summary>
      <returns>Returns <see cref="F:Microsoft.SharePoint.WebControls.LinkSection.RptControls" /></returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.LiteralDescription"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.LiteralTitle"></member>
    <member name="M:Microsoft.SharePoint.WebControls.LinkSection.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LinkSection.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.PlaceHolderDescription"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.PlaceHolderDescriptionRow"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.PlaceHolderImage"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.PlaceHolderOtherControls"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.PlaceHolderTitle"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LinkSection.RptControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Template_Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Template_Image"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Template_Links"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Template_OtherControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Template_Title"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinkSection.Title">
      <summary>Represents the title text that is displayed at the top of the <see cref="T:Microsoft.SharePoint.WebControls.LinkSection" /> Web control.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.LinksTable"></member>
    <member name="M:Microsoft.SharePoint.WebControls.LinksTable.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinksTable.Links"></member>
    <member name="M:Microsoft.SharePoint.WebControls.LinksTable.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LinksTable.RptControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.LinksTable.Template_Links"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListAdministrationSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListAdministrationSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListAdministrationSelector.CurrentName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListAdministrationSelector.SiteSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListAdministrationSelector.WebSelector"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListFieldIterator">
      <summary>Renders each field in a list item, with some possible exceptions. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListFieldIterator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ListFieldIterator" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListFieldIterator.CreateChildControls">
      <summary>Renders each field in the list item, with certain exceptions. </summary>
      <exception cref="T:System.ArgumentException">The <see cref="T:Microsoft.SharePoint.WebControls.ListFieldIterator" /> property <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.ControlTemplate" /> is null.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListFieldIterator.DefaultTemplateName">
      <summary>Gets the value of the ID attribute of the &lt;<see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" />&gt; element that defines the rendering of the control. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the default template for the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListFieldIterator.ExcludeFields">
      <summary>Gets or sets the fields that are not rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the fields that are not rendered by the <see cref="T:Microsoft.SharePoint.WebControls.ListFieldIterator" /> control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListFieldIterator.IsFieldExcluded(Microsoft.SharePoint.SPField)">
      <summary>Gets a value that indicates whether the specified field is excluded when the <see cref="T:Microsoft.SharePoint.WebControls.ListFieldIterator" /> is rendered. </summary>
      <returns>true if the field is not rendered; otherwise, false. </returns>
      <param name="field">The field whose exclusionary status is reported.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ListFormPageTitle"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListFormPageTitle.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListItemProperty">
      <summary>Returns a property of a list item. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListItemProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ListItemProperty" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListItemProperty.List">
      <summary>Gets or sets the GUID of the list to which the list item property pertains. </summary>
      <returns>A string that contains the GUID of the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListItemProperty.ListItemID">
      <summary>Gets or sets the ID assigned to the list item. </summary>
      <returns>A string that contains the ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListItemProperty.ListItemVersion"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListItemProperty.MaxLength">
      <summary>Gets or sets the maximum number of characters that the list item can contain. </summary>
      <returns>A 32-bit integer that specifies the number of characters.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListItemProperty.Property">
      <summary>Gets or sets the internal name of the field to render for the server control. </summary>
      <returns>A string that contains the internal name of a field in the current list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListItemProperty.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ListMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListMenu.SelectedCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListMenu.TextDirection"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListMenuAdapter"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListMenuAdapter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListMenuAdapter.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListMenuAdapter.RenderItem(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.MenuItem,System.Int32)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListProperty">
      <summary>Returns a property of a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ListProperty" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListProperty.CssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListProperty.List">
      <summary>Gets or sets the GUID of the list for the server control. </summary>
      <returns>A string that contains the GUID of the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListProperty.Property">
      <summary>Gets or sets the name of the property to render for the server control. </summary>
      <returns>A string that contains the name of a property listed in the following table.  NameValueCreatedDate and time the list was created.DefaultViewUrlServer-relative URL of the default list view.DescriptionDescription of the list.EnableSyndicationtrue if RSS syndication is enabled for the list; otherwise, false.ItemCountNumber of items in the list.LinkTitleTitle linked to list.MajorVersionLimitFor a document library that uses version control with major versions only, maximum number of major versions allowed for items.MajorWithMinorVersionsLimitFor a document library that uses version control with both major and minor versions, maximum number of major versions allowed for items.RelativeFolderPathSite-relative URL for the list.TitleTitle of the list.ViewSelectorView selector with links to views for the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListProperty.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ListSiteMapNodeItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListSiteMapNodeItem.#ctor(System.Int32,System.Web.UI.WebControls.SiteMapNodeItemType)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListSiteMapNodeItem.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListSiteMapPath"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListSiteMapPath.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListSiteMapPath.CreateControlHierarchy"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListSiteMapPath.HideInteriorCurrentNodes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListSiteMapPath.HideInteriorRootNodes"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListSiteMapPath.InitializeItem(System.Web.UI.WebControls.SiteMapNodeItem)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListSiteMapPath.SiteMapProviders"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListSiteMapPath.TagKey"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ListView">
      <summary>Renders a list by using a specified view. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListView.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ListView" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListView.List">
      <summary>Gets the list that is rendered.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.SPList" /> that is identified by the <see cref="P:Microsoft.SharePoint.WebControls.ListView.ListId" /> property. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListView.ListId">
      <summary>Gets or sets the ID of the list that is rendered.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the list. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListView.ViewId">
      <summary>Gets or sets the ID of the list view. </summary>
      <returns>A <see cref="T:System.String" /> that represents the ID of the list view. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ListViewByQuery">
      <summary>Renders a list view within a Web Part or ASPX page according to a specified query.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ListViewByQuery.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ListViewByQuery" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewByQuery.DisableFilter">
      <summary>Gets or sets a Boolean value that specifies whether to disable filtering in the list view.</summary>
      <returns>true to disable flltering; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewByQuery.DisableSort">
      <summary>Gets or sets a Boolean value that specifies whether to disable sorting items in the list view.</summary>
      <returns>true to disable sorting; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewByQuery.List">
      <summary>Gets or sets the list that is rendered.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewByQuery.Query">
      <summary>Gets or sets the query for the list view.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPQuery" /> object that represents the query.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ListViewSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ListViewSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewSelector.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ListViewSelector.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.LookupField">
      <summary>Renders a lookup field on a form page (not a list view page). </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.LookupField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.CreateChildControls">
      <summary>Creates the various child controls of the <see cref="T:Microsoft.SharePoint.WebControls.LookupField" />, such as the drop-down list of choices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.Focus">
      <summary>Gives focus to the field.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LookupField.ItemIds">
      <summary>Gets a list of item ID numbers.</summary>
      <returns>An <see cref="T:System.Collections.Generic.IList" /> of <see cref="T:System.Int32" /> values representing the ID numbers of list items.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.LookupField.strTextField"></member>
    <member name="F:Microsoft.SharePoint.WebControls.LookupField.strValueField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.LookupField.Validate">
      <summary>Verifies that the value of <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> meets all restrictions on field content such as length, format, and data type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.LookupField.Value">
      <summary>Gets or sets the selected item on the child drop-down list of the <see cref="T:Microsoft.SharePoint.WebControls.LookupField" />.</summary>
      <returns>A <see cref="T:System.Object" /> that represents the item selected on the child drop-down list. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ManageCopiesButton">
      <summary>Represents the ManageCopiesButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManageCopiesButton.#ctor">
      <summary>Initializes a new instance of the ManageCopiesButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManageCopiesButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an ManageCopiesButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ManageCopiesButton.Visible">
      <summary>Gets or sets a Boolean flag that indicates if the button is visible.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ManagedAccountPicker">
      <summary>Represents a user control that allows users to work with managed accounts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManagedAccountPicker.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ManagedAccountPicker.ManagedAccount">
      <summary>Returns the managed account selected in the user control.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.Administration.SPManagedAccount" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManagedAccountPicker.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ManagedAccountPicker.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ManagePermissionsButton">
      <summary>Represents the ManagePermissionsButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManagePermissionsButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls. ManagePermissionsButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ManagePermissionsButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ManagePermissionsButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an ManagePermissionsButton object.</summary>
      <param name="e">EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.Menu">
      <summary>Represents a custom menu for the Web Part page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.#ctor(System.String)">
      <param name="text"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.#ctor(System.String,System.String)">
      <param name="text"></param>
      <param name="navigateUrl">Navigate URL</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.AlignmentElementOverrideClientId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ArrowImageHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ArrowImageUrl">
      <summary>Gets or sets the URL of the arrow image.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListDelimiter"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListDelimiterAsString"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListDelimiterEncoded"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListSecondaryEncodedDelimiter"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListSecondaryEncodedDelimiterAsString"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Menu.AttributeListSecondaryEncodedDelimiterEncoded"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.CallbackArgument"></member>
    <member name="E:Microsoft.SharePoint.WebControls.Menu.CallbackMenuGeneration"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.CheckedMenuItemIds">
      <summary>Gets or sets the ID of the checked menu items.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.CheckedMenuItems">
      <summary>Gets the value of the checked menu items.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ClientAlternativeOnClickScript"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ClientID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ClientIdOverride">
      <summary>Gets or sets the value of the client ID override string.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ClientOnClickPreMenuOpen">
      <summary>Gets or sets the value for ClientOnClickPreMenuOpen.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ClientOnClickScript"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.DecodeClientTokenValue(System.String)">
      <param name="encodedValue"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.DisabledMenuItemIds"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.DisabledMenuItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.EnableTreeViewClickToOpen"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.EncodeClientTokenValue(System.String)">
      <param name="decodedValue"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.EnsureOnlyValidSystemTokenNames(System.Collections.Generic.Dictionary{System.String,System.String})">
      <param name="namesAndValues"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.GenerateCallbackResultInternal"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.GetMenuFromIdClientFunction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.HiddenMenuItemIds"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.HiddenMenuItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.HoverCellActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.HoverCellInActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ImageAlternativeText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ImageTextSpacing"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.InitializeControlIds(System.Web.UI.Control)">
      <param name="namingContainerScope"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.IsValidSystemTokenName(System.String)">
      <param name="tokenName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.LinkExtraAttributes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.LinkExtraAttributesDictionary"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.MenuAlignment"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.MenuFormat">
      <summary>Gets or sets the display format of the menu item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.MenuNotVisibleHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.NavigateUrl">
      <summary>Gets or sets the navigation URL.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.OnCallbackMenuGeneration(Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs)">
      <param name="arguments"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.OnLoad(System.EventArgs)">
      <param name="eventArgs"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.OnPreRenderOverride(System.EventArgs)">
      <param name="arguments"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.PermissionTrimButton"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.PostLinkHtml">
      <summary>Gets the post link html.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.PrefixHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.PreLinkHtml">
      <summary>Gets the pre-link html.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.RaiseCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Menu.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.RightImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.SuffixHtml">
      <summary>Gets or sets the suffix html.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.SuppressBubbleIfPostback"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.SystemTokenNamesAndValues">
      <summary>Gets the token names and values.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.SystemTokenNamesAndValuesInitialized">
      <summary>Gets the Boolean value indicating that the system token names and values have been initialized.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.Template">
      <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.WebControls.MenuTemplate" /> that this menu should use.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.TemplateId">
      <summary>A string indicating the Id of the <see cref="T:Microsoft.SharePoint.WebControls.MenuTemplate" /> control to be used.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.TextCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.TokenNamesAndValues"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.TokenValues"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.ToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.UseDivForMenu"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.UseMaximumWidth"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.UseShortId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.Menu.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MenuAlignment">
      <summary>Specifies the alignment of a <see cref="T:Microsoft.SharePoint.WebControls.Menu" /> control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuAlignment.Default">
      <summary>Value: 0. Aligns the menu on the default side for the given <see cref="T:Microsoft.SharePoint.WebControls.MenuFormat." /></summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuAlignment.Left">
      <summary>Value: 1. Aligns the menu on the left side in a left-to-right build and on the right side in a right-to-left build. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuAlignment.Right">
      <summary>Value: 2. Aligns the menu on the right side in a left-to-right build and on the left side in a right-to-left build. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.MenuFormat"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuFormat.None"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuFormat.ArrowOnHover"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuFormat.ArrowAlwaysVisible"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuFormat.ArrowAlwaysVisibleDark"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MenuFormat.ArrowSplitButton"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MenuItemTemplate">
      <summary>Represents a control that creates an item in a drop-down menu.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.MenuItemTemplate" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.MenuItemTemplate" /> class and uses the specified menu item text.</summary>
      <param name="text">A <see cref="T:System.String" /> that represents the menu item text.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.MenuItemTemplate" /> class and uses the specified menu item text and image.</summary>
      <param name="text">A <see cref="T:System.String" /> that represents the menu item text.</param>
      <param name="imageUrl">A <see cref="T:System.String" /> that represents the URL for the image.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.MenuItemTemplate" /> class, uses the specified menu item text and image, and specifies a script to run when the control is clicked.</summary>
      <param name="text">A <see cref="T:System.String" /> that represents the menu item text. </param>
      <param name="imageUrl">A <see cref="T:System.String" /> that represents the URL for the image.</param>
      <param name="clientOnClickScript">A <see cref="T:System.String" /> that represents the script to run.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Attributes">
      <summary>Gets the collection of attributes in the XML markup of the menu item.</summary>
      <returns>An <see cref="T:System.Web.UI.AttributionCollection" /> that represents the collection of attributes.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.AuthenticationRestrictions">
      <summary>Sets or retrieves the authentication that is required to view the menu item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Utilities.AuthenticationRestrictions" /> value that represents the required authentication: "AllUsers", "AnonymousUsersOnly", or "AuthenticatedUsersOnly". The default is "AllUsers".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientID">
      <summary>Gets the ID of the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the unique identifier of the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickNavigateUrl">
      <summary>Sets or retrieves the URL to open when the menu item is clicked.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickPostBackConfirmation">
      <summary>Sets or retrieves a confirmation message to display when the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickUsingPostBackEvent" /> property is set.</summary>
      <returns>A <see cref="T:System.String" /> that represents the confirmation message.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickScript">
      <summary>Sets or retrieves the client-side Ecma script to execute when the menu entry is clicked. </summary>
      <returns>A <see cref="T:System.String" /> that represents the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickScriptContainingPrefixedUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickUsingPostBackEvent">
      <summary>Sets or retrieves the control ID and parameter for the post-back event.</summary>
      <returns>A <see cref="T:System.String" /> that represents the ID and parameter, separated by a comma.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickUsingPostBackEventFromControl(System.Web.UI.Control)">
      <summary>Sets the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickScript" /> property by using the client-side Ecma script that causes a post back by using the specified server control.</summary>
      <param name="control">The server control to process the post back.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickUsingPostBackEventFromControl(System.Web.UI.Control,System.String)">
      <summary>Sets the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickScript" /> property by using the client-side Ecms script that causes a post back by using the specified server control and token-replacement parameter.</summary>
      <param name="control">The server control to process the post back.</param>
      <param name="argument">The parameter passed to the server control.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Controls">
      <summary>Retrieves an empty <see cref="T:System.Web.UI.ControlCollection" /> object. </summary>
      <returns>An empty ControlCollection object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Description">
      <summary>Sets or retrieves a text description of the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.DescriptionScript">
      <summary>Sets or retrieves a client-side Ecma script that is associated with the description of the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.HiddenScript">
      <summary>Sets or retrieves the client-side Ecma script to execute to determine whether the menu item should be hidden.</summary>
      <returns>A <see cref="T:System.String" /> that represents the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ImageScript">
      <summary>Sets or retrieves a client-side Ecma script that is associated with the image of the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ImageUrl">
      <summary>Sets or retrieves the URL of the image to be displayed on this menu item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.LoadViewState(System.Object)">
      <summary>Preserves the values of private members by restoring them from view state during post back. </summary>
      <param name="savedState">The saved view state. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.MenuGroupId">
      <summary>Sets or retrieves the identifier of the menu group of the menu item.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.OnInit(System.EventArgs)">
      <summary>Raises an event when the server control is initialized.</summary>
      <param name="eventArgs">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.OnLoad(System.EventArgs)">
      <summary>Raises an event when the server control is loaded.</summary>
      <param name="args">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.OnPreRender(System.EventArgs)">
      <summary>Raises an event after the control is loaded but prior to rendering.</summary>
      <param name="args">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.OnPreRenderOverride(System.EventArgs)">
      <summary>Raises an event after the control is loaded but prior to rendering, regardless of permissions settings.</summary>
      <param name="arguments">An <see cref="T:System.EventArgs" /> object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.PageModes">
      <summary>Sets or retrieves the page mode that is required to view the menu item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.PageModes" /> value that represents the required page mode: "All", "Design", or "Normal". The default is "All".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.PermissionContext">
      <summary>Sets or retrieves the context of the permissions that are associated with the menu item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.PermissionContext" /> value that represents the permission context: "CurrentFolder", "CurrentItem", "CurrentList", "CurrentSite", or "RootSite". The default is "CurrentSite".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.PermissionMode">
      <summary>Sets or retrieves the mode of the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Permissions" /> property of the menu item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Utilities.PermissionMode" /> value that represents the permission mode: either "All" or "Any". The default is "All".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Permissions">
      <summary>Sets or retrieves the permissions that are required to view the menu item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> value that represents the permissions for the menu item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.PermissionsString">
      <summary>Sets or retrieves the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Permissions" /> property as a string.</summary>
      <returns>A <see cref="T:System.String" /> that contains the <see cref="T:Microsoft.SharePoint.SPBasePermissions" /> permission mask that specifies the permissions that are required to view the menu item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.QueryStringParametersToInclude">
      <summary>Sets or retrieves the list of query string parameters to be added to the <see cref="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.ClientOnClickNavigateUrl" /> property of the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that contains the parameters, separated by commas.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RequiredFeatures">
      <summary>Sets or retrieves the list of features that must be active in the current site to view the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that contains the features, separated by commas.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonCommandValueId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonContextualGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonImage16by16"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonImage32by32"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.RibbonTabCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuItemTemplate.SaveViewState">
      <summary>Saves the view state of the control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Sequence">
      <summary>Sets or retrieves the place where the menu item appears in the sequence of menu items.</summary>
      <returns>An <see cref="T:System.Integer" /> that represents the place in the sequence.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Text">
      <summary>Sets or retrieves the text label for the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that contains the text label.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.TextScript">
      <summary>Sets or retrieves a client-side Ecma script that is associated with the text label of the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that represents the script.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.Title">
      <summary>Sets or retrieves the title for the menu item.</summary>
      <returns>A <see cref="T:System.String" /> that contains the title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuItemTemplate.UseShortId">
      <summary>Sets or retrieves a value that indicates whether the control uses the short version of the control identifier.</summary>
      <returns>true to use the short version of the identifier; otherwise, false. The default is false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.Controls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.MenuGroupId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.OnPreRenderOverride(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuSeparatorTemplate.Sequence"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MenuTemplate">
      <summary>Represents the MenuTemplate control which holds menu template items.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuTemplate.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.ClientID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.CompactMode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.EnableSorting"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.LargeIconMode"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuTemplate.OnLoad(System.EventArgs)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuTemplate.OnPreRenderOverride(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MenuTemplate.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.RenderChildrenOnly"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MenuTemplate.UseShortId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MergeButton">
      <summary>Represents the Merge button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MergeButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MergeButton.OnLoad(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ModifySettingsLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ModifySettingsLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ModifySettingsLink.ClientID"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ModifySettingsLink.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.MonthlyCalendarView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.AppendBottomTD(System.Text.StringBuilder@,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.AppendEmptyTD(System.Text.StringBuilder@,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.AppendEventTD(System.Text.StringBuilder@,System.Int32,Microsoft.SharePoint.WebControls.SPCalendarItemContainer,System.Int32,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.AppendLastTD(System.Text.StringBuilder@,System.Int32,System.Int32,System.Int32,System.Boolean,Microsoft.SharePoint.Utilities.SimpleDate,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.AppendTopTD(System.Text.StringBuilder@,System.Int32,System.Int32,Microsoft.SharePoint.Utilities.SimpleDate)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MonthlyCalendarView.ExpandedWeeks"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.GetDayStyle(System.Int32,Microsoft.SharePoint.Utilities.SimpleDate,Microsoft.SharePoint.Utilities.SimpleDate,System.Boolean,System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.GetStyleNoData(System.Boolean,System.Boolean,System.Boolean,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MonthlyCalendarView.MaxVisibleEvents"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MonthlyCalendarView.RenderCalendar(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MonthlyCalendarView.ShowMonthHeader"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MonthlyCalendarView.ShowWeekDaysHeader"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MUISelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MUISelector.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISelector.DdLanguages"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MUISelector.OnLoad(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MUISettingsControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MUISettingsControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MUISettingsControl.AlternateLanguages"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.CblAlternateLanguages"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.ctlEnableMUI"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.ctlOverwriteMUI"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.ctlSelectLanguages"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.LblDefaultLanguage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MUISettingsControl.MultipleLanguagesEnabled"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MUISettingsControl.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MUISettingsControl.OverwriteTranslations"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.RadDisableMUI"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.RadEnableMUI"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.RadOverwriteMUINo"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MUISettingsControl.RadOverwriteMUIYes"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MultiPageGoBackButton">
      <summary>Represents the MultiPageGoBackButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MultiPageGoBackButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls. MultiPageGoBackButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MultiPageGoBackButton.CreateChildControls">
      <summary>Creates any child controls necessary to render the component, such as a label control, link control, or text box control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MultiPageGoBackButton.OnBubbleEvent(System.Object,System.EventArgs)">
      <summary>Handles or re-raises a bubbled event.</summary>
      <param name="source">The source of the event.</param>
      <param name="e">true if the event is handled; otherwise, false (in which case the event is bubbled up to the parent control). The default is false.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.MultipleLookupField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MultipleLookupField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MultipleLookupField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MultipleLookupField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MultipleLookupField.Focus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MultipleLookupField.ItemIds"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MultipleLookupField.strDescField"></member>
    <member name="F:Microsoft.SharePoint.WebControls.MultipleLookupField.strGroupField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MultipleLookupField.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MultipleLookupField.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MWSActionsMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSActionsMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSActionsMenu.SetMenuItemProperties"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MWSListViewSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSListViewSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MWSListViewSelector.DefaultTemplateName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MWSNewMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSNewMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSNewMenu.AddMenuItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.MWSNewMenu.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MWSSettingsMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSSettingsMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSSettingsMenu.SetMenuItemProperties"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MWSViewSelectorMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSViewSelectorMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.MWSViewSelectorMenu.AddMenuItems"></member>
    <member name="T:Microsoft.SharePoint.WebControls.MyAlertsButton">
      <summary>Represents the MyAlertsButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MyAlertsButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls. MyAlertsButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MyAlertsButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MyAlertsButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an MyAlertsButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.MyRegionalSettingsButton">
      <summary>Represents the MyRegionalSettingsButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MyRegionalSettingsButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls. MyRegionalSettingsButton" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.MyRegionalSettingsButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.MyRegionalSettingsButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an MyRegionalSettingsButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.Navigation">
      <summary>Inserts a navigation bar into a page on a SharePoint site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Navigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.Navigation" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Navigation.LinkBarId">
      <summary>Gets or sets the ID for the server control. </summary>
      <returns>A 32-bit integer that specifies the ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Navigation.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.NewItemButton">
      <summary>Represents the NewItemButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NewItemButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.NewItemButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NewItemButton.ButtonID">
      <summary>Gets the button ID.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NewItemButton.OnLoad(System.EventArgs)">
      <summary>Handles the load event of an NewItemButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.NewMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.NewMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.NewMenu.AddMenuItem(System.String,System.String,System.String,System.String,System.String,System.String)">
      <param name="id"></param>
      <param name="displayName"></param>
      <param name="imageUrl"></param>
      <param name="description"></param>
      <param name="navigateUrl"></param>
      <param name="onClickScript"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NewMenu.AddMenuItems"></member>
    <member name="M:Microsoft.SharePoint.WebControls.NewMenu.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.NewMenu.LargeIconThreshold"></member>
    <member name="F:Microsoft.SharePoint.WebControls.NewMenu.m_DefaultAction"></member>
    <member name="M:Microsoft.SharePoint.WebControls.NewMenu.SetMenuItemProperties"></member>
    <member name="P:Microsoft.SharePoint.WebControls.NewMenu.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.NewMenu.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.NextPageButton">
      <summary>Represents the NextPageButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NextPageButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.NextPageButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NextPageButton.DefaultTemplateName">
      <summary>Gets the default template of the NextPageButton component.</summary>
      <returns>A string that contains the name of the default template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NextPageButton.OnBubbleEvent(System.Object,System.EventArgs)">
      <summary>Handles or re-raises a bubbled event.</summary>
      <param name="source">The source of the event.</param>
      <param name="e">An EventArgs that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NextPageButton.OnPreRender(System.EventArgs)">
      <summary>Handles the pre-render event of an NextPageButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.NoteField">
      <summary>Renders a field on a form page (not a list view page) as a text box for recording notes with multiple lines. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NoteField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.NoteField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NoteField.CreateChildControls">
      <summary>Creates the child multiline text box control of the <see cref="T:Microsoft.SharePoint.WebControls.NoteField" /> control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NoteField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.NoteField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NoteField.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NoteField.RenderFieldForDisplay(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the field for noneditable display. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NoteField.Validate">
      <summary>Verifies that the value of <see cref="P:Microsoft.SharePoint.WebControls.NoteField.Value" /> meets all restrictions on field content such as length, format, and data type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NoteField.Visible">
      <summary>Gets or sets a value that indicates whether the note field is visible on the current page.</summary>
      <returns>true if the field is visible; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.NumberField">
      <summary>Renders a field on a form page (not a list view page) as a number. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NumberField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.NumberField" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NumberField.ControlTemplate">
      <summary>Gets the template that renders the <see cref="T:Microsoft.SharePoint.WebControls.NumberField" /> control in the current context. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NumberField.DefaultAlternateTemplateName">
      <summary>Gets the name of the default alternate rendering template for <see cref="T:Microsoft.SharePoint.WebControls.NumberField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.NumberField.Validate">
      <summary>Verifies that the value of the <see cref="T:Microsoft.SharePoint.WebControls.NumberField" /> control, as it appears in the UI, is within the permissible range for the field. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.NumberField.Value">
      <summary>Gets the value of the field as it appears in the UI. </summary>
      <returns>A <see cref="T:System.Object" /> that represents the field value as it appears in the UI. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.OverrideCheckoutCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.OWSControl">
      <summary>Ensures that all <see cref="T:Microsoft.SharePoint.WebControls.OWSForm" /> server controls are contained within an &lt;OWSForm&gt; tag.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.OWSControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSControl.ParentOWSForm">
      <summary>Gets the parent form for the control. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.OWSForm" /> object that represents the parent form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSControl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.OWSDateField">
      <summary>Represents a server control for a field that contains date and time values. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSDateField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.OWSDateField" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSDateField.DateOnly">
      <summary>Gets or sets a Boolean value that specifies whether the date field contains only date values and not time values. </summary>
      <returns>true if the date field contains only date values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSDateField.DisplayName">
      <summary>Gets or sets the display name for the date field. </summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSDateField.HideDescription">
      <summary>Gets or sets a Boolean value that specifies whether the description of the date field is hidden. </summary>
      <returns>true if the description is hidden.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSDateField.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Processes post back data for the server control. </summary>
      <returns>true if the post back data is successfully processed; otherwise, false.</returns>
      <param name="postDataKey">The key identifier for the control.</param>
      <param name="postCollection">The collection of all incoming name values.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSDateField.RaisePostDataChangedEvent">
      <summary>Signals the server control to notify Microsoft Windows SharePoint Services that the state of the control has changed. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSDateField.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSDateField.Required">
      <summary>Gets or sets a Boolean value that specifies whether the date field must contain a value. </summary>
      <returns>true if the date field requires a value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSDateField.Value">
      <summary>Gets or sets the value contained in the date field. </summary>
      <returns>A string that contains the value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.OWSForm">
      <summary>Inserts a server control on the .aspx page and renders the JavaScript that is used in the form. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSForm.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.OWSForm" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSForm.FieldPrefix">
      <summary>Gets or sets the string that identifies the application namespace for the form. </summary>
      <returns>A string that identifies the application namespace.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSForm.Name">
      <summary>Gets the name of the form. </summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSForm.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSForm.ParentForm">
      <summary>Gets the parent form for the form. </summary>
      <returns>A System.Web.UI.HtmlControls.HtmlForm object that represents the parent form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSForm.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.OWSNumberField">
      <summary>Represents a server control for a field that contains numbers. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSNumberField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.OWSNumberField" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSNumberField.DisplayName">
      <summary>Gets or sets the display name for the number field. </summary>
      <returns>A string that contains the name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSNumberField.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>Processes post back data for the server control. </summary>
      <returns>true if the state of the server control changes as a result of the post back; otherwise, false.</returns>
      <param name="postDataKey">The key identifier for the control.</param>
      <param name="postCollection">The collection of all incoming name values.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSNumberField.Max">
      <summary>Gets or sets the maximum value that can be contained in the number field. </summary>
      <returns>A string that contains the maximum value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSNumberField.Min">
      <summary>Gets or sets the minimum value that can be contained in the number field. </summary>
      <returns>A string that contains the minimum value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSNumberField.RaisePostDataChangedEvent">
      <summary>Signals the server control to notify Microsoft Windows SharePoint Services that the state of the control has changed. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSNumberField.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSNumberField.Required">
      <summary>Gets or sets a Boolean value that specifies whether the number field must contain a value. </summary>
      <returns>true if the number field requires a value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSNumberField.Value">
      <summary>Gets or sets the value contained in the number field. </summary>
      <returns>A string that contains the value.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.OWSSubmitButton">
      <summary>Represents a server control for a submit button. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSSubmitButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.OWSSubmitButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSSubmitButton.DisplayName">
      <summary>Gets or sets the display name for the submit button.</summary>
      <returns>A string that contains the display name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.OWSSubmitButton.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.OWSSubmitButton.TabIndex">
      <summary>Gets or sets the tab index for the submit button.</summary>
      <returns>A 32-bit integer that specifies the tab index.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PageModeIndicator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PageModeIndicator.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PagingButton">
      <summary>Represents the PagingButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PagingButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.PagingButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PagingButton.DefaultTemplateName">
      <summary>Gets the name of the default template for the PagingButton component.</summary>
      <returns>A string that contains the name of the default template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PagingButton.OnPreRender(System.EventArgs)">
      <summary>Handles the pre-render event of an PagingButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PagingButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ParentInformationField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ParentInformationField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ParentInformationField.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ParentInformationField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ParentInformationField.UpdateFieldValueInItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ParentInformationField.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PasswordTextBox"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBox.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBox.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PasswordTextBox.Columns"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PasswordTextBox.EditingPreviouslySavedPassword"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBox.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
      <param name="postDataKey"></param>
      <param name="postCollection"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBox.OnPasswordChanged(System.EventArgs)">
      <param name="args"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PasswordTextBox.Password"></member>
    <member name="E:Microsoft.SharePoint.WebControls.PasswordTextBox.PasswordChanged"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PasswordTextBox.PasswordWasChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBox.RaisePostDataChangedEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PasswordTextBox.SecurePassword"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PasswordTextBoxValidator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBoxValidator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PasswordTextBoxValidator.EvaluateIsValid"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PeopleEditor">
      <summary>Represents a PeopleEditor object in a PeoplePicker control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.Accounts">
      <summary>Retrieves the accounts associated with the <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> object as an <see cref="T:System.Collections.ArrayList" /> collection object.</summary>
      <returns>An ArrayList object that represents the collection of accounts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.AllUrlZones">
      <summary>Sets or retrieves a value that indicates whether or not all URL zones are used for the control.</summary>
      <returns>true to use all URL zones; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.CommaSeparatedAccounts">
      <summary>Sets or retrieves the accounts associated with the <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> object as a comma-delimited <see cref="T:System.String" /> object.</summary>
      <returns>A string that represents the accounts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.CreateButtonOnClientClick">
      <summary>Sets or retrieves the identifier for a button that is created when the control is clicked.</summary>
      <returns>A string that represents the identifier.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.CssClass">
      <summary>Sets or retrieves the Cascading Style Sheet (CSS) class that is rendered by the Web server control on the client.</summary>
      <returns>A string that represents the CSS class.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.DefaultCheckButtonImageName">
      <summary>Retrieves the name of the default image used by the control's Check Names button.</summary>
      <returns>A string that represents the name of the image.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.DefaultMaximumEntities">
      <summary>Retrieves the default maximum number of entities that can be included in the <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> object control. </summary>
      <returns>An integer that represents the default maximum number of entities allowed within a control. The default is 200.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.DefaultPlaceButtonsUnderEntityEditor">
      <summary>Retrieves a value that indicates whether or not to place buttons under the control by default.</summary>
      <returns>true to place buttons under the control; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.DefaultRows">
      <summary>Retrieves the default number of rows in the control.</summary>
      <returns>An integer that represents the default number of rows.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.DialogImage">
      <summary>Sets or retrieves the name of the dialog box image used by the control.</summary>
      <returns>A string that represents the name of the image.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.EnabledClaimProviders"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.ForceClaims"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.GetAccountFromSid(System.Byte[])">
      <summary>Retrieves the name of the account associated with a specified security identifier (SID).</summary>
      <returns>A string that represents the account name.</returns>
      <param name="bSid">The control's SID <see cref="T:System.Byte" /> array.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.GetSidHexRepresentation(System.Byte[])">
      <summary>Retrieves a hexadecimal representation of the control's security identifier (SID) binary array.</summary>
      <returns>A hexadecimal representation of the SID, preceded by a leading "0x" (a zero and lowercase letter "x"); for example, "0x01A5C0".</returns>
      <param name="SID">The control's SID <see cref="T:System.Byte" /> array.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.IsClaimsDisabled"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.OnInit(System.EventArgs)">
      <summary>Raises an event when the server control is initialized.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data.    </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.OnPreRender(System.EventArgs)">
      <summary>Raises an event after the control is loaded but before it renders.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data.                          </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.PrincipalSource">
      <summary>Sets or retrieves an <see cref="T:Microsoft.SharePoint.SPPrincipalSource" /> value that indicates the principal source of the control.</summary>
      <returns>An SPPrincipalSource value; either "All," "MembershipProvider," "None," "RoleProvider," "UserInfoList," or "Windows."</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified <see cref="T:System.Web.UI.HtmlTextWriter" /> object, which writes the content that is rendered on the client.</summary>
      <param name="writer">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.ResolveErrorBySearch(System.String)">
      <summary>Searches for matching picker entities by using the specified unresolved text.</summary>
      <param name="unresolvedText">A string that represents the unresolved text. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.SelectionSet">
      <summary>Sets or retrieves the account types that are associated with the control.</summary>
      <returns>A string that represents the account types as a comma-delimited list; for example, "User,DL,SecGroup".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.SharePointGroup">
      <summary>Sets or retrieves name of the SharePoint group that the user is included in.</summary>
      <returns>A string that represents the group name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.ShowCreateButtonInActiveDirectoryAccountCreationMode">
      <summary>Sets or retrieves a value that indicates whether or not to display a Create button when creating an Active Directory directory service account.</summary>
      <returns>true to display a Create button; otherwise, false. The default value is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.UrlZone">
      <summary>Sets or retrieves a value that indicates the URL zone of the control.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value; either "Custom," "Default," "Extranet," "Internet," or "Intranet."</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleEditor.ValidateEntity(Microsoft.SharePoint.WebControls.PickerEntity)">
      <summary>Validates the specified entity.</summary>
      <param name="entity">A <see cref="T:Microsoft.SharePoint.WebControls.PickerEntity" /> object. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.ValidateResolvedEntity">
      <summary>Sets or retrieves a value that indicates whether or not to validate a resolved entity.</summary>
      <returns>true to validate a resolved entity; otherwise, false. The default value is true. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeopleEditor.WebApplicationId">
      <summary>Sets or retrieves a unique identifier (GUID) that identifies the Web application that is associated with the control.</summary>
      <returns>A <see cref="T:System.Guid" /> object that represents the GUID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PeopleEditor.AccountType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditor.AccountType.User"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditor.AccountType.DL"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditor.AccountType.SecGroup"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditor.AccountType.SPGroup"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.AccountName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.Department"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.DisplayName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.Email"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.JobTitle"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.MobilePhone"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.PrincipalType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.SharePointGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.SIPAddress"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.UserId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PeopleEditorEntityDataKeys.WorkPhone"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PeoplePickerDialog">
      <summary>Represents a PeoplePickerDialog object in a PeoplePicker control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeoplePickerDialog.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.PeoplePickerDialog" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PeoplePickerDialog.#ctor(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.AllUrlZones">
      <summary>Sets or retrieves a value that indicates whether all URL zones are used for the control.</summary>
      <returns>true to use all URL zones; otherwise, false. The default is false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.PrincipalSource">
      <summary>Sets or retrieves an <see cref="T:Microsoft.SharePoint.SPPrincipalSource" /> value that indicates the principal source of the control.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPPrincipalSource" /> value: "All", "MembershipProvider", "None", "RoleProvider", "UserInfoList", or "Windows".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.SelectionSet">
      <summary>Sets or retrieves the account types that are associated with the control.</summary>
      <returns>A <see cref="T:System.String" /> that represents the account types as a comma-delimited list; for example, "User,DL,SecGroup".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.SharePointGroup">
      <summary>Sets or retrieves name of the SharePoint group in which the user is scoped.</summary>
      <returns>A <see cref="T:System.String" /> that represents the group name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.UrlZone">
      <summary>Sets or retrieves a value that indicates the URL zone of the control.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Administration.SPUrlZone" /> value "Custom", "Default", "Extranet", "Internet", or "Intranet".</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PeoplePickerDialog.WebApplicationId">
      <summary>Sets or retrieves a unique identifier (GUID) that identifies the Web application that is associated with the control.</summary>
      <returns>A <see cref="T:System.Guid" /> that represents the GUID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PeopleQueryControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PeopleQueryControl.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PersistedObjectContextSelector`1">
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PersistedObjectContextSelector`1.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PersistedObjectContextSelector`1.CurrentName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PersistedObjectContextSelector`1.GetItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PersistedObjectContextSelector`1.TypeName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PersonalActions"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PersonalActions.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PersonalActions.OnPreRenderOverride(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PickerDialog"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerDialog.#ctor(Microsoft.SharePoint.WebControls.PickerQueryControlBase,Microsoft.SharePoint.WebControls.PickerResultControlBase,Microsoft.SharePoint.WebControls.EntityEditorWithPicker)">
      <param name="query"></param>
      <param name="result"></param>
      <param name="editor"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.ButtonAddTitle"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.CustomProperty"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.DescriptionLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.DialogTitle"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.EditorControl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.ErrorLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.ErrorMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerDialog.GetPickerDialogPage(Microsoft.SharePoint.WebControls.EntityEditorWithPicker,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.GetSelectedClientSideFunctionName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.HtmlMessage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.HtmlMessageLabel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.MultiSelect"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerDialog.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerDialog.PickerActivateScript(Microsoft.SharePoint.WebControls.EntityEditorWithPicker,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.QueryControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerDialog.RegisterPickerReturnValueHiddenFields(System.Web.UI.Page)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.ResultControl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerDialog.Results"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PickerEntity">
      <summary>Represents the basic structure for all entities.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerEntity.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.Claim">
      <summary>Returns or sets an object that represents whether an entity has the right to claim the specified values.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPClaim" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.ClaimName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerEntity.Clear"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.DisplayText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.EntityData"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.EntityDataElements"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.EntityType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.IsResolved"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.Key"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerEntity.MultipleMatches"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerEntity.ToXmlData"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerEntity.ToXmlData(System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PickerItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerItem.DescriptionHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerItem.Group"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerItem.Id"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerItem.Name"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerItem.Order"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PickerQueryControlBase"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerQueryControlBase.ColumnList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.ExecuteQuery(System.String,System.String)">
      <param name="group"></param>
      <param name="search"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.ExecuteQuery(System.String,System.String,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.GetEntity(System.Data.DataRow)">
      <param name="dr"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.IssueQuery(System.String,System.String,System.Int32,System.Int32)">
      <param name="search"></param>
      <param name="groupName"></param>
      <param name="pageIndex"></param>
      <param name="pageSize"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.IssueQuery(System.String,System.String,System.String,System.String,System.Int32,System.Int32)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PickerQueryControlBase.mColumnList"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PickerQueryControlBase.mDialogControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerQueryControlBase.PickerDialog"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PickerQueryControlBase.QueryButton"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerQueryControlBase.QueryText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PickerQueryControlBase.QueryTextBox"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerQueryControlBase.RaiseCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.PickerQueryControlBase.TreeToggleButton"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PickerResultControlBase"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerResultControlBase.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerResultControlBase.CurrentPageIndex"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerResultControlBase.GenerateResults"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerResultControlBase.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerResultControlBase.PageSize"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PickerResultControlBase.PickerDialog"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PickerResultControlBase.RenderRowColumn(System.Data.DataRow,System.Int32,System.Web.UI.Control)">
      <param name="row"></param>
      <param name="iColumn"></param>
      <param name="parent"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PopoutMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PopoutMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.AnchorCss"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.AnchorOpenCss"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.IconAlt"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.IconUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.LabelText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PopoutMenu.MenuCss"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PortalConnection">
      <summary>Inserts a connection to a portal site onto the page if a portal site exists. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PortalConnection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.PortalConnection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PortalConnection.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.#ctor(Microsoft.SharePoint.WebControls.PostCacheSubstitutionText,System.Boolean)">
      <param name="copyFrom"></param>
      <param name="isForPostCacheSubstitution"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.IsForPostCacheSubstitution"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.IsNotUsedForPostCacheSubstitution"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.IsUsedForPostCacheSubstitution"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.LoadViewState(System.Object)">
      <param name="savedState"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.MaximumLength"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.PrefixHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.SuffixHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PostCacheSubstitutionText.TextType"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.Invalid"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.UserName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.UserLoginName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.UserEmail"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.WelcomeUser"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.WebTitle"></member>
    <member name="F:Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType.UserId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PreReleaseFeedback"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PreReleaseFeedback.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ProjectProperty">
      <summary>Returns a global property of the current Web site. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ProjectProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ProjectProperty" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ProjectProperty.Property">
      <summary>Gets or sets the current project property. </summary>
      <returns>A string that contains the name of a project property listed in the following table. NameDescriptionBlogCategoryTitleCategory of the current post item.BlogPostTitleTitle of the current post item.DescriptionDescription of the current Web site.RecycleBinEnabled1 if the recycle bin is enabled; otherwise, 0.SiteOwnerNameUser name of the owner for the current site collection.SiteUrlFull URL of the current site collection.TitleTitle of the current Web site.UrlFull URL of the current Web site.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ProjectProperty.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ProxyActionMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ProxyActionMenu.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.ApplicationParameterName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.EntityNameParameterName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.EntityNamespaceParameterName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.ItemIdParameterName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.MenuTextParameterName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ProxyActionMenu.ShowMenuImageParameterName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.PublishButton">
      <summary>Displays a publish button on a form that is used to publish a list item, usually a blog post or comment. When this button is clicked, the draft version of the current list item is approved.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.PublishButton" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishButton.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishButton.RibbonCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishButton.SaveItem">
      <summary>Saves a list item and sets its status to approved. </summary>
      <returns>true if the operation is successful; otherwise, false. (This override always returns true. See the Remarks section.)</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.PublishCommandHandler">
      <summary>Handles the state for the Override Checkout button on the ribbon.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)">
      <summary>Initializes a new <see cref="T:Microsoft.SharePoint.WebControls.PublishCommandHandler" /> class object that represents the Override Checkout on the ribbon.</summary>
      <param name="psc">An SPPageStateControl object that represents the state of the button when it is initialized.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishCommandHandler.HandlerCommand">
      <summary>Returns a String that represents the action to perform when a user clicks the Override Checkout button on the ribbon.</summary>
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.PublishCommandHandler.RaisePostBackEvent(System.String)">
      <summary>Notifies the server that it should handle an incoming postback event.</summary>
      <param name="eventArgument">A String that contains the postback argument.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.PublishCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RadioButtonChoiceField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RadioButtonChoiceField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RadioButtonChoiceField.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RadioButtonChoiceField.Focus"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RadioButtonChoiceField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RadioButtonChoiceField.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RatingScaleField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.Focus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RatingScaleField.NumberOfChoices"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.RenderFieldForDisplay(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RatingScaleField.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RatingScaleField.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RecentChangesIterator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RecentChangesIterator.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RecentChangesMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RecentChangesMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecentChangesMenu.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RecurrenceDataControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceDataControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.AllDayEvent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.Calendar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceDataControl.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.DefaultTemplateName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.EndDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.EndDateRangeType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.EndDateSetByUser"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.IsValid"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.ItemContext"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceDataControl.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceDataControl.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.StartDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.Template"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.TemplateName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.TimeZoneID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceDataControl.Value"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RecurrenceField">
      <summary>Renders a field that holds recurrence information for a meeting list item on a form page (not a list view page). </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.RecurrenceField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.CreateChildControls">
      <summary>Creates the child objects of the <see cref="T:Microsoft.SharePoint.WebControls.RecurrenceField" /> object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.RecurrenceField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.Focus">
      <summary>Gives focus to the child check box control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Init" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.OnLoadComplete(System.Object,System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.LoadComplete" /> event of a <see cref="T:System.Web.UI.Page" /> object. </summary>
      <param name="sender">The source of the event.</param>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.FieldMetadata" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.UpdateFieldValueInItem">
      <summary>Updates the underlying value of the field to match the selected or cleared status of the child check box. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RecurrenceField.Validate">
      <summary>Verifies that the value of <see cref="P:Microsoft.SharePoint.WebControls.BaseFieldControl.Value" /> meets all restrictions on field content such as length, format, and data type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RecurrenceField.Value">
      <summary>Gets or sets the status of the child check box of the <see cref="T:Microsoft.SharePoint.WebControls.RecurrenceField" />.</summary>
      <returns>-1 (cast to a <see cref="T:System.Object" />) if the child check box is checked, otherwise 0. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.RegisterAccountControl">
      <summary>This user control allows users to register a managed account.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RegisterAccountControl.#ctor"></member>
    <member name="E:Microsoft.SharePoint.WebControls.RegisterAccountControl.AccountCreated">
      <summary>Fires when a user clicks the OK button on the user control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.BtnSubmit"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RegisterAccountControl.BtnSubmit_Click(System.Object,System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.cbEmail"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.cbEnable"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RegisterAccountControl.OnLoad(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.reqvalEmail"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.reqvalPreExpiry"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.spChangeSchedule"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.txtEmail"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.txtPassword"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.txtPreExpiry"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.txtUserName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RegisterAccountControl.Validate">
      <summary>Enables certain options in the user control based on other options that a user has selected.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RegisterAccountControl.ValidateUserLogon(System.Object,System.Web.UI.WebControls.ServerValidateEventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.RegisterAccountControl.ValUserLogon"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RejectCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RejectCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RejectCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RejectCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RejectCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RejectCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RejectCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RejectCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RejectCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RelatedTasks">
      <summary>Inserts the Actions section of the View bar into the .aspx page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RelatedTasks.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.RelatedTasks" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RelatedTasks.List">
      <summary>Gets or sets the list to which the Actions section of the View bar applies. </summary>
      <returns>A string that contains the name of the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RelatedTasks.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.RelinkAllButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RelinkAllButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RelinkAllButton.OnLoad(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RelinkButton">
      <summary>Represents the Relink button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RelinkButton.#ctor">
      <summary>Initializes a new instance of the RelinkButton class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RelinkButton.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event.</summary>
      <param name="e">An EventArgs value that contains the event data. </param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.RenderingTemplate">
      <summary>Represents a hybrid <see cref="T:System.Web.UI.Control" />-<see cref="T:System.Web.UI.ITemplate" /> object that can serve as a template for classes derived from <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> and can be manipulated, and called from .aspx pages, as any other control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RenderingTemplate.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RenderingTemplate.Template">
      <summary>Gets or sets the template that the <see cref="T:Microsoft.SharePoint.WebControls.RenderingTemplate" /> control represents.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.RenderingTemplateContainer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RenderingTemplateContainer.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RenderingTemplateContainer.DataItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RenderingTemplateContainer.DataItemIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RenderingTemplateContainer.DisplayIndex"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RepeatedControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RepeatedControls.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.AfterControlHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.BeforeControlHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RepeatedControls.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.FooterHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.HeaderHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RepeatedControls.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.RenderIfEmpty"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.SeparatorHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RepeatedControls.Template_Controls"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RequiredFieldMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RequiredFieldMessage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RequiredFieldMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RestoreItemVersionButton">
      <summary>Represents a RestoreItemButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RestoreItemVersionButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls. RestoreItemVersionButton" /> component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.RestoreItemVersionButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RestoreItemVersionButton.OnClick(System.EventArgs)">
      <summary>Handles the click event of an RestoreItemVersionButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RestoreItemVersionButton.OnInit(System.EventArgs)">
      <summary>Handles the initialization event of an RestoreItemVersionButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RestoreItemVersionButton.RestoreItemVersion">
      <summary>Restores the associated list item to its previous version</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ReturnLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ReturnLink.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ReturnLink.Alt"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ReturnLink.Icon"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ReturnLink.IconHover"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ReturnLink.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ReturnLink.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RichTextField">
      <summary>A field control for the Note field type when the RichText property is set to true.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.RichTextField" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RichTextField.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.Focus"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RichTextField.HiddenInput"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RichTextField.HideWikiLabel">
      <summary>Returns or sets a value that indicates whether to hide the wiki label in the control.</summary>
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.RenderFieldForDisplay(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.RenderFieldForInput(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.RenderHtmlForDisplay(System.Web.UI.HtmlTextWriter,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.RenderHtmlForInput(System.Web.UI.HtmlTextWriter,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RichTextField.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.RichTextField.V4RTEClientId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RichTextField.Validate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.RobotsMetaTag"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RobotsMetaTag.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RobotsMetaTag.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.RssLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.RssLink.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.ForceSaveCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveAndStopEditCommandHandler.RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SaveAsDraftButton">
      <summary>Represents the SaveAsDraftButton component to enable a user to save a draft version of a SharePoint list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveAsDraftButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SaveAsDraftButton" /> component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveAsDraftButton.CreateChildControls">
      <summary>Creates any child controls necessary to render the button.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAsDraftButton.DefaultTemplateName">
      <summary>Gets the name of the default template for the control.</summary>
      <returns>A string that contains the name of the default template.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveAsDraftButton.OnPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAsDraftButton.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveAsDraftButton.Visible">
      <summary>Gets or sets a Boolean value that indicates whether the button control is visible on the form.</summary>
      <returns>true if the button is visible; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler.ClientSideCommandId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler.HandlerCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler.System#Web#UI#ICallbackEventHandler#GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveBeforeNavigateHandler.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SaveButton">
      <summary>Provides a button, usually on a form toolbar, that is used to save a new or edited list item on the form. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SaveButton" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.AccessKey">
      <summary>Gets or sets the hardware shortcut key that raises the Click event on the navigation control. </summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of a physical key. The default is null.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.CreateChildControls">
      <summary>Finalizes certain properties of the child Microsoft ASP.NET 2.0 <see cref="T:System.Web.UI.WebControls.Button" /> control that is declared in the rendering template for the <see cref="T:Microsoft.SharePoint.WebControls.SaveButton" /> control. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the text of the button is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. The default is null.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for the button. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.OnBubbleEvent(System.Object,System.EventArgs)">
      <summary>Handles or re-raises a bubbled event. </summary>
      <returns>true if the event is handled; otherwise, false (in which case the event is bubbled up to the parent control). The default is false.</returns>
      <param name="source">The source of the event. </param>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.PreRender" /> event of the <see cref="T:Microsoft.SharePoint.WebControls.SaveButton" />. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.RibbonCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.SaveItem">
      <summary>Saves a list item and checks it in and uploads it when the list is a document library. </summary>
      <returns>true if the operation is successful; otherwise, false. (The default implementation always returns true. See the Remarks section.)</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveButton.SaveItem(Microsoft.SharePoint.SPContext,System.Boolean,System.String)">
      <summary>Saves a list item and checks it in and uploads it when the list is a document library. </summary>
      <returns>true in all cases. </returns>
      <param name="itemContext">An object that contains information about the context of the request.</param>
      <param name="uploadMode">true to indicate that the list item is a document that is being uploaded; otherwise, false. </param>
      <param name="checkInComment">The text of a descriptive comment for the item.</param>
      <exception cref="T:System.ArgumentNullException">
        <paramref name="itemContext" /> or <paramref name="checkInComment" /> is null.</exception>
      <exception cref="T:System.InvalidOperationException">
        <paramref name="itemContext" />.<see cref="P:Microsoft.SharePoint.SPContext.Item" /> is null.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.TabIndex">
      <summary>Gets or sets the position of the <see cref="T:Microsoft.SharePoint.WebControls.SaveButton" /> in the tab order of controls on the page. </summary>
      <returns>An <see cref="T:System.Int16" /> that represents the position of the <see cref="T:Microsoft.SharePoint.WebControls.SaveButton" /> in the tab order of controls on the page. The default is 0, which means that the control has no tab order.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.Text">
      <summary>Gets or sets the text that labels the button. </summary>
      <returns>A <see cref="T:System.String" /> that represents the text on the button.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SaveCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SaveCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SaveCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SchedulePicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SchedulePicker.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Daily"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DailyPanel"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlDailyHourBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlDailyHourEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlDailyMinuteBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlDailyMinuteEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDateHourBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDateHourEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDateMinuteBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDateMinuteEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDayHourBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDayHourEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDayMinuteBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyByDayMinuteEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyDateBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyDateEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyDayBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyDayEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyWeekBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlMonthlyWeekEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyDayBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyDayEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyHourBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyHourEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyMinuteBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.DdlWeeklyMinuteEnd"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Divider"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Enabled"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.ErrorMessage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Hourly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.HourlyPanel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.IsValid"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.MinutelyPanel"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Minutes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Monthly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.MonthlyPanel"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SchedulePicker.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SchedulePicker.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SchedulePicker.OnPreRender(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbDaily"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbHourly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbMinutely"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbMonthly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbMonthlyByDate"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbMonthlyByDay"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.RbWeekly"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Schedule"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleString"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.SelectedScheduleType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.TxtHourlyMinuteBegin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.TxtHourlyMinuteEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.TxtMinutelyInterval"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SchedulePicker.Validate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SchedulePicker.Weekly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.WeeklyPanel"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.None"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.Minutely"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.Hourly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.Daily"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.Weekly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SchedulePicker.ScheduleType.Monthly"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ScriptLink">
      <summary>Renders a page using resources, for example, script files, that the page references.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ScriptLink" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.Defer">
      <summary>Gets or sets whether to defer downloading the core.js file, that is, to fetch core.js asynchronously.</summary>
      <returns>If true, defer downloading the core.js file; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.EnableCustomActions"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.Language">
      <summary>Gets or sets the scripting language.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.LoadAfterUI"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.Localizable">
      <summary>Indicates whether a page can be localized.</summary>
      <returns>If true, the page can be localized; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.Name">
      <summary>Specifies the name of the script file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.String,System.Web.UI.Page,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.String,System.Web.UI.Page,System.String,System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.Web.UI.Page,System.String,System.Boolean)">
      <summary>Registers a script file for the specified page, script file and localizable value.</summary>
      <param name="page">The layout page.</param>
      <param name="name">The name of the script file.</param>
      <param name="localizable">Indicates whether the page can be localized.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.Web.UI.Page,System.String,System.Boolean,System.Boolean)">
      <summary>Registers a script file for the specified page, script file, localizable and defer values.</summary>
      <param name="page">The layout page.</param>
      <param name="name">The name of the script file.</param>
      <param name="localizable">Indicates whether the page can be localized.</param>
      <param name="defer">Indicates hether to defer downloading the core.js file, that is, to fetch core.js asynchronously.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.Web.UI.Page,System.String,System.Boolean,System.Boolean,System.String)">
      <summary>Registers a script file for the specified page, script file, scripting language, localizable and defer values.</summary>
      <param name="page">The layout page.</param>
      <param name="name">The name of the script file.</param>
      <param name="localizable">Indicates whether the page can be localized.</param>
      <param name="defer">Indicates whether to defer downloading the core.js file, that is, to fetch core.js asynchronously.</param>
      <param name="language">Specifies the scripting language.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.Register(System.Web.UI.Page,System.String,System.Boolean,System.Boolean,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.RegisterCore(System.Web.UI.Page,System.Boolean)">
      <summary>Registers the core.js file.</summary>
      <param name="page">The layout page.</param>
      <param name="defer">Indicates whether to defer downloading the core.js file, that is, to fetch core.js asynchronously.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.RegisterScriptAfterUI(System.Web.UI.Page,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.RegisterScriptAfterUI(System.Web.UI.Page,System.String,System.Boolean,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.RegisterScriptAfterUI(System.Web.UI.Page,System.String,System.Boolean,System.Boolean,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ScriptLink.RegisterScriptAfterUI(System.Web.UI.Page,System.String,System.Boolean,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ScriptLink.UIVersion"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SearchArea"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SearchArea.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SearchArea.SearchImageToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SearchArea.SearchScopeToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SearchArea.SearchTextToolTip"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ServerSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ServerSelector.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ServerSelector.DefaultSelectionId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ServerSelector.Key"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ServerSelector.NavigateUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ServerSelector.TypeName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SettingsMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SettingsMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SettingsMenu.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SettingsMenu.SetMenuItemProperties"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SettingsMenu.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SettingsMenu.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SimpleQueryControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SimpleQueryControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SimpleQueryControl.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SimpleQueryControl.EnsureColumnList"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SimpleQueryControl.SearchColumnNames"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SiteActions"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteActions.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteActions.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteActions.List"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteActions.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteActions.SetVisibility(System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteActions.ShowMenuNotVisibleHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteActions.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SiteAdministrationSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.AllowAdministrationWebApplication"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.CurrentName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.DefaultSelectionId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.GetItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.Key"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.NavigateUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteAdministrationSelector.TypeName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SiteLogoImage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SiteLogoImage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SiteLogoImage.LogoImageUrl"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SoapDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.AuthenticationParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.AuthPassword"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.AuthType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.AuthUserName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDataSource.Delete"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeleteAction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeleteCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeleteParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeletePort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeleteServiceName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.DeleteUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDataSource.Insert"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertAction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertPort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertServiceName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.InsertUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDataSource.ProcessSSO(System.String@,System.String@,System.String@)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectAction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectPort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectServiceName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.SelectUrl"></member>
    <member name="E:Microsoft.SharePoint.WebControls.SoapDataSource.System#Web#UI#IDataSource#DataSourceChanged"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SoapDataSource.SZVersionEncodingEnd"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SoapDataSource.SZVersionEncodingScheme"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SoapDataSource.SZVersionEncodingStart"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDataSource.Update"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdateAction"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdateCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdateParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdatePort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdateServiceName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.UpdateUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SoapDataSource.WsdlPath"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SoapDiscoveryLink"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SoapDiscoveryLink.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SolutionItemButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SolutionItemButton.#ctor(System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SolutionItemButton.ButtonID"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SolutionItemButton.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SolutionItemButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPBoundField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.ChildControlDataBinding(System.Web.UI.Control,System.Object,System.ComponentModel.MemberDescriptor)">
      <param name="childControl"></param>
      <param name="dataItem"></param>
      <param name="dataFieldPropertyDescriptor"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.CreateField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPBoundField.DataField"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.GetChildControlInstance"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.GetPropertyValue(System.Object,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.GetPropertyValueAsHtml(System.Object,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPBoundField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)">
      <param name="cell"></param>
      <param name="cellType"></param>
      <param name="rowState"></param>
      <param name="rowIndex"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarBase">
      <summary>Represents the calendar base class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarBase" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.AddToItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.AllDayItemList">
      <summary>Gets the list of all-day items.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.AlternateCalendar">
      <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value that represents the alternate calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.BuildHtmlForDownlLevelBrowsers(System.Text.StringBuilder)">
      <summary>Builds HTML for browsers that do not support dynamic HTML (DHTML).</summary>
      <param name="st"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.BuildTip(System.DateTime,System.DateTime,System.String)">
      <summary>Builds the tooltip for the specified start date, end date, and title.</summary>
      <param name="startDate">Start date</param>
      <param name="endDate">End date</param>
      <param name="tipTitle">Title</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.Calendar">
      <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPCalendarType" /> value that represents the calendar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.CreateChildControls">
      <summary>Creates child controls.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassDay">
      <summary>Gets or sets the string value that represents the cascading style sheet class day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassMonthName">
      <summary>Gets or sets the string value that represents the cascading style sheet class month name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassNonMonthDay">
      <summary>Gets or sets the string value that represents the cascading style sheet of a day not in the current month.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassNonWorkDay">
      <summary>Gets or sets the string value that represents the cascading style sheet style of a nonwork day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassNonWorkNonMonthDay">
      <summary>Gets or sets the string value that represents the cascading style sheet style of a nonwork month.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassPrevNextNavigation">
      <summary>Gets or sets the string value that represents the cascading style sheet style of previous or next navigation object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassSelectedDay">
      <summary>Gets or sets the string value that represents the cascading style sheet style of a selected day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.CssClassWeekDayName">
      <summary>Gets or sets the string value that represents the cascading style sheet style of a weekday name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.DayItemList">
      <summary>Gets the list of day items.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.DisplayItemFormUrl">
      <summary>Gets or sets the string value that represents the URL of the form for a display item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.DownLevelRendering">
      <summary>Indicates whether the user's browser supports dynamic HTML (DHTML).</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.EditItemFormUrl">
      <summary>Gets or sets the string value that represents the URL of the form for an edit item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.EnablePeopleSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.EnableResourceSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.EventDataSet">
      <summary>Gets the IEnumerable value that represents the event data set.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.FirstDayOfWeek">
      <summary>Gets or sets the integer value that represents the first day of the week.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.FormDialogUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.GetSelectedDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.HijriAdjustment">
      <summary>Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.InitCalendar">
      <summary>Initializes a calendar.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.IsCalendarRightToLeft">
      <summary>Indicates whether the calendar is rendered right to left.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.isMultiDayEvent(Microsoft.SharePoint.WebControls.ISPCalendarItem)">
      <param name="calItem">Calendar item</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemAllDayTemplate">
      <summary>Gets or sets the value that represents the all-day template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemAllDayTemplateName">
      <summary>Gets or sets the value that represents the name of the all-day template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemMultiDayTemplate">
      <summary>Gets or sets the value that represents the multiday template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemMultiDayTemplateName">
      <summary>Gets or sets the value that represents name of the multiday template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemTemplate">
      <summary>Gets or sets the value that represents the item template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemTemplateName">
      <summary>Gets or sets the value that represents the name of the item template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ListName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.LocaleId">
      <summary>Gets or sets the value that represents the locale ID.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_ChannelGrid">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_colspanFormat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_DateOptions">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_DayNames">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_endDate">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_jdayEnd">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_jdayStart">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_MonthDays">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_monthformat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_monthrowformat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_movedateformat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_nextNavHtml">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_nonMonthBGColor">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_nonWorkBGColor">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_preDays">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_prevNavHtml">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_prevnextformat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_prevnextLinkformat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_rowspanFormat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_SelectedDate">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_selectedDayBorderColor">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_selectedDayBorderSize">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_ShortDayNames">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_startDate">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_styleHeader">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_tableClose">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_tableend">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_tableOpen">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_td">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_tdend">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_Today">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_totalDays">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_tr">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_trend">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_trTableBegin">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_trTableEnd">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_weekHeaderFormat">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.m_writer">
      <summary>This field is not intended to be used directly in your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.MultiDaysItemList">
      <summary>Gets the IList value that represents the multiday items list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.NewItemFormUrl">
      <summary>Gets or sets the string value that represents the URL of the form for a new item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.NonCurrentMonthColor">
      <summary>Gets or sets the string value that represents the color of the noncurrent month.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.NonWorkDayColor">
      <summary>Gets or sets the string value that represents the color of the noncurrent day.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.OutputCalendarItem(System.Text.StringBuilder@,Microsoft.SharePoint.WebControls.SPCalendarItemContainer)">
      <param name="str"> String</param>
      <param name="oEvent">Represents an event</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output">Output</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarBase.RenderCalendar(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.SelectedDate">
      <summary>Gets or sets the string value that represents the selected date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.SelectedDayBorderColor">
      <summary>Gets or sets the string value that represents the border color of the selected day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.SelectedDayBorderSize">
      <summary>Gets or sets the string value that represents the border size of the selected day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ShowAllData">
      <summary>Gets or sets the Boolean value that represents the show all calendar data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.Time24">
      <summary>Gets or sets the Boolean value that indicates whether the 24-hour time format should be used.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.TimeZoneSpan">
      <summary>Gets or sets the time zone span.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.ViewName">
      <summary>Gets or sets the string that represents the view name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.WorkDayEndHour">
      <summary>Gets or sets the value that represents the ending hour of the work day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.WorkDayStartHour">
      <summary>Gets or sets the value that represents the starting hour of the work day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarBase.WorkWeek">
      <summary>Gets or sets the value that represents the work week.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemType">
      <summary>Specifies the type of calendar item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemType.Item">
      <summary>Individual items</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemType.AllDay">
      <summary>All-day events</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.ItemType.MultiDays">
      <summary>Multiple-day events</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarBase.SPCellBorder"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.SPCellBorder.BottomFormat">
      <summary>Format of the bottom of the cell border.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.SPCellBorder.TopFormat">
      <summary>Format of the top of the cell border.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarBase.SPCellBorder.SidesFormat">
      <summary>Format of the sides of the cell border.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarContainer">
      <summary>Represents the calendar container.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarContainer.#ctor(System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarContainer" /> class.</summary>
      <param name="obj"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.AlternateCalendarType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.CalendarType">
      <summary>Gets the value that represents the calendar type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ChromeHeight">
      <summary>Gets or sets the value representing the chrome height.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ChromeWidth">
      <summary>Gets or sets the value representing the chrome width.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.DataItem">
      <summary>Gets the value representing the data item object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.Direction">
      <summary>Gets the value representing the reading direction.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.DisplayItemFormUrl">
      <summary>Gets or sets the string representing the URL of the display form for the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.EditItemFormUrl">
      <summary>Gets or sets the string representing the URL of the edit form for the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.EnablePeopleSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.EnableResourceSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ExpandedWeeks">
      <summary>Gets the value that represents the expanded weeks property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.FirstDayOfWeek">
      <summary>Gets the integer value representing the first day of the week.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.FormDialogUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.HeaderDate">
      <summary>Gets the string representing the header date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.HijriAdjustment">
      <summary>Gets or sets the integer value representing the Hijri adjustment.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ListName">
      <summary>Gets or sets the string representing the list name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.LocaleId">
      <summary>Gets or sets the integer representing the locale ID.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.NewItemFormUrl">
      <summary>Gets or sets the string representing the URL of the new-item form.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.NextDate">
      <summary>Gets the string representing the next date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.NextDateVisible">
      <summary>Gets the string representing the next visible date.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarContainer.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.PreviousDate">
      <summary>Gets the string representing the previous date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.PreviousDateVisible">
      <summary>Gets the string representing the previous visible date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.Qualifier"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.SelectedDate">
      <summary>Gets or sets the string representing the selected date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.Time24"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.TimeZoneSpan">
      <summary>Gets the time zone span.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.Url">
      <summary>Gets the value of the URL.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ViewName">
      <summary>Gets or sets the value representing the view name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.ViewType">
      <summary>Gets or sets the value representing the view type.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.WorkDayEndHour">
      <summary>Gets the value representing the ending hour of the work day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.WorkDayStartHour">
      <summary>Gets the value representing the starting hour of the work day.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarContainer.WorkWeek">
      <summary>Gets the value representing the ending hour of the work week.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarDataSource">
      <summary>Represents the calendar data source.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarDataSource" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.GetView(System.String)">
      <summary>Returns the view name of the current object.</summary>
      <param name="viewName">View name</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.GetViewNames">
      <summary>Returns the collection of view names.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarDataSource.List">
      <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPList" /> value that represents the data source list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.RaiseDataSourceChangedEvent(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarDataSource.SelectedDate">
      <summary>Gets or sets the string value that represents the selected date.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.SPCalendarDataSource.System#Web#UI#IDataSource#DataSourceChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.System#Web#UI#IDataSource#GetView(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarDataSource.System#Web#UI#IDataSource#GetViewNames"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarDataSource.Url">
      <summary>Gets or sets the string value that represents the URL of the calendar data source.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarDataSource.View">
      <summary>Gets or sets the <see cref="T:Microsoft.SharePoint.SPView" /> value that represents the view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarDataSource.ViewType">
      <summary>Gets or sets the string value that represents the view type.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarItem">
      <summary>Represents a calendar item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarItem" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.#ctor(System.Int32,System.DateTime,System.DateTime,System.Boolean,System.Boolean,System.String,System.String,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.BackgroundColorClassName">
      <summary>Sets or returns the class name for the background color  of the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.CalendarType">
      <summary>Sets or returns the calendar type. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.CompareTo(System.Object)">
      <summary>Compares this instance to a specified object and returns an indication of their relative values.</summary>
      <returns>A signed number indicating the relative values of this instance and value.ParameterDescriptionLess than zero This instance is less than value. ZeroThis instance is equal to value.Greater than zeroThis instance is greater than value, or value is a null reference (Nothing in Visual Basic).</returns>
      <param name="obj">Object</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.Description">
      <summary>Returns or sets a string that represents the descriptive text for the calendar item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.Direction">
      <summary>Returns or sets the string value that represents the reading direction of the calendar item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.DisplayFormUrl">
      <summary>Sets or returns a String that contains the URL for the display form of the calendar item.</summary>
      <returns>
        <see cref="T:System.String" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.EndDate">
      <summary>Sets or returns the date and time for the end date of the calendar item.</summary>
      <returns>
        <see cref="T:System.DateTime" />
      </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.Equals(System.Object)">
      <summary>Returns a value indicating whether this instance is equal to the specified system object.</summary>
      <returns>Returns true if the object is equal; otherwise, false.</returns>
      <param name="obj">Object</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.hasEndDate">
      <summary>Sets or returns a Boolean that indicates whether the calendar item has an end date.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.IsAllDayEvent">
      <summary>Sets or returns a Boolean that indicates whether the calendar item is an all-day event.</summary>
      <returns>
        <see cref="T:System.Boolean" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.IsRecurrence">
      <summary>Gets or sets the Boolean value that indicates the recurrence of the calendar item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.IsRecurrenceException">
      <summary>Gets or sets the Boolean that indicates whether this is an exception to a recurring calendar event.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.ItemID">
      <summary>Sets or returns a String that contains the ID of the calendar item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.Location">
      <summary>Gets or sets the string value that represents the location of the calendar item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.op_Equality(Microsoft.SharePoint.WebControls.SPCalendarItem,Microsoft.SharePoint.WebControls.SPCalendarItem)">
      <summary>Determines whether two calendar objects are equal.</summary>
      <returns>Returns true if <paramref name="obj1" /> is equal to <paramref name="obj2" />; otherwise, false.</returns>
      <param name="obj1">First object</param>
      <param name="obj2">Second object</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.op_GreaterThan(Microsoft.SharePoint.WebControls.SPCalendarItem,Microsoft.SharePoint.WebControls.SPCalendarItem)">
      <summary>Determines whether the first calendar item is greater than the second calendar item.</summary>
      <returns>Returns true if <paramref name="obj1" /> is less than <paramref name="obj2" />; otherwise, false.</returns>
      <param name="obj1">First object</param>
      <param name="obj2">Second object</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.op_Inequality(Microsoft.SharePoint.WebControls.SPCalendarItem,Microsoft.SharePoint.WebControls.SPCalendarItem)">
      <summary>Determines whether two calendar objects are unequal.</summary>
      <returns>Returns true if <paramref name="obj1" /> is not equal to <paramref name="obj2" />; otherwise, false.</returns>
      <param name="obj1">First object</param>
      <param name="obj2">Second object</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItem.op_LessThan(Microsoft.SharePoint.WebControls.SPCalendarItem,Microsoft.SharePoint.WebControls.SPCalendarItem)">
      <summary>Determines whether the first calendar item is less than the second calendar item.</summary>
      <returns>Returns true if <paramref name="obj1" /> is less than <paramref name="obj2" />; otherwise, false.</returns>
      <param name="obj1">First object</param>
      <param name="obj2">Second object</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.StartDate">
      <summary>Sets or returns the date and time for the start date of the calendar item.</summary>
      <returns>
        <see cref="T:System.DateTime" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.Title">
      <summary>Sets or returns a String that contains the title of the calendar item.</summary>
      <returns>
        <see cref="T:System.String" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItem.WorkSpaceLink">
      <summary>Gets or sets the string value that represents the workspace link.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarItemCollection">
      <summary>Represents a collection of calendar items.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItemCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarItemCollection" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarItemContainer">
      <summary>Represents the calendar item container.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.#ctor(System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarItemContainer" /> class.</summary>
      <param name="obj"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.DataBinding">
      <summary>Gets or sets the Boolean value that indicates that the control should be data bound.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.DataItem">
      <summary>Gets the data item object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.DateTimeString">
      <summary>Gets or sets the date/time string.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.DivClass">
      <summary>Gets or sets the value representing the div class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.ExceptionExtension"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.IsRecurrence"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.IsRecurrenceException"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.MultiLineBreak">
      <summary>Gets or sets the string value indicating a multiline break.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.RecurrenceIconVisible"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.TabIndex">
      <summary>Gets or sets the integer value indicating a tab index.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarItemContainer.ToolTip"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarNavigator">
      <summary>Wraps one or more navigation controls; specifically targets calendar views.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarNavigator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarNavigator" /> class</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarNavigator.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarNavigator.GetDesignTimeHtml"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarTabContainer">
      <summary>Represents the calendar tab container.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabContainer.#ctor(System.Object)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarTabContainer" /> class.</summary>
      <param name="obj"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabContainer.DataItem">
      <summary>Gets the value representing the data item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabContainer.Direction"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabContainer.OnInit(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarTabs">
      <summary>Responsible for rendering tabs that represent choices of different calendar view types.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarTabs" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabs.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.DefaultTabsEnabled">
      <summary>Gets or sets the Boolean DefaultTabsEnabled property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabs.GetDesignTimeHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.ListName">
      <summary>Gets or sets the ListName property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarTabs.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.SelectedViewTab">
      <summary>Gets or sets the SelectedViewTab property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.TabSelectedTemplate">
      <summary>Gets or sets the TabSelectedTemplate property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.TabSelectedTemplateName">
      <summary>Gets or sets the TabSelectedTemplateName property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.TabTemplate">
      <summary>Gets or sets the TabTemplate property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.TabTemplateName">
      <summary>Gets or sets the TabTemplateName property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarTabs.ViewGuid">
      <summary>Gets or sets the ViewGuid property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarView">
      <summary>Represents the CalendarView control hosted inside a ListViewWebPart.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPCalendarView" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.ChromeHeight">
      <summary>Gets or sets the chrome height.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.ChromeWidth">
      <summary>Gets or sets the chrome width.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.Controls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.CustomChromeTemplate">
      <summary>Gets or sets the CustomChromeTemplate property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.DailyChromeTemplate">
      <summary>Gets or sets the daily view template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.DisplayItemFormUrl">
      <summary>Gets or sets the string value that represents the URL of the display form for the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.DownLevelRendering">
      <summary>Gets or sets the Boolean value that indicates that the user's browser doesn't support dynamic HTML (DHTML).</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.EditItemFormUrl">
      <summary>Gets or sets the URL of the custom edit form for the item.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.EnablePeopleSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.EnableResourceSelector"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.FormDialogUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.GetDesignTimeHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.ListName">
      <summary>Gets or sets the internal name of the current list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.MonthlyChromeTemplate">
      <summary>Gets or sets the monthly-view template property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.NewItemFormUrl">
      <summary>Gets or sets the NewItemFormUrl property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCalendarView.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.RegionalSettings">
      <summary>Returns or sets a value that represents the regional settings for the calendar.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPRegionalSettings" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.SelectedDate">
      <summary>Returns or sets the selected date.</summary>
      <returns>
        <see cref="T:System.String" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.ViewGuid">
      <summary>Gets or sets the string value that represents the GUID of the current list view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.ViewType">
      <summary>Specifies the current calendar-view template.</summary>
      <returns>
        <see cref="T:System.String" />
      </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCalendarView.WeeklyChromeTemplate">
      <summary>Gets or sets the weekly-view template.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCalendarViewType">
      <summary>Contains the view type of the calendar.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.Month">
      <summary>Specifies the month calendar view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.Week">
      <summary>Specifies the week calendar view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.Day">
      <summary>Specifies the day calendar view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.WeekGroup"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.DayGroup"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPCalendarViewType.Custom">
      <summary>Specifies the custom calendar view.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPCompositeControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPCompositeControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPCompositeControl.Controls"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPControl">
      <summary>Provides methods for getting or setting the context of the request and serves as the base server control from which other controls in the Microsoft.SharePoint.WebControls namespace derive.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.#ctor">
      <summary>The SPControl constructor initializes a new instance of the SPControl class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.GetContextModule(System.Web.HttpContext)">
      <summary>Returns the module that serves as context for the request. </summary>
      <returns>A Microsoft.SharePoint.SPModule object that represents the module.</returns>
      <param name="context">A System.Web.HTTPContext object, which encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.GetContextSite(System.Web.HttpContext)">
      <summary>Returns the site collection that serves as context for the request. </summary>
      <returns>A Microsoft.SharePoint.SPSite object that represents the site collection.</returns>
      <param name="context">A System.Web.HTTPContext object, which encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(System.Web.HttpContext)">
      <summary>Returns the Web site that serves as context for the request. </summary>
      <returns>A Microsoft.SharePoint.SPWeb object that represents the Web site.</returns>
      <param name="context">A System.Web.HTTPContext object, which encapsulates the HTTP-specific context that is used by the server to process site requests.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.GetContextWebApplication(System.Web.HttpContext)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.GetDesignTimeHtml">
      <summary>Returns the control as design-time HTML for editing in Web site development tools such as Microsoft Office FrontPage 2003. </summary>
      <returns>A string that contains the design-time HTML.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPControl.InDesign"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.IsAccessibilityMode(System.Web.HttpContext)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPControl.PageUri">
      <summary>Gets or sets the Uniform Resource Identifier (URI) of the page that contains the control. </summary>
      <returns>An absolute Uniform Resource Identifier (URI) that specifies the URI.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPControl.RegisterAs"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.SetContextSite(System.Web.HttpContext,Microsoft.SharePoint.SPSite)">
      <param name="context"></param>
      <param name="site"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.SetContextWeb(System.Web.HttpContext,Microsoft.SharePoint.SPWeb)">
      <param name="context"></param>
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControl.SetQueryStringParameters(System.Web.HttpContext,Microsoft.SharePoint.SPWeb)">
      <param name="context"></param>
      <param name="web"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPControl.strShowSearchFormKey"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPControl.Version"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPControlDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlDesigner.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPControlDesigner.DesignTimeHtmlRequiresLoadComplete"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlDesigner.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlDesigner.Initialize(System.ComponentModel.IComponent)">
      <param name="component"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlDesigner.OnLoadComplete(System.Object,System.EventArgs)">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPControlMode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPControlMode.Invalid"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPControlMode.Display"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPControlMode.Edit"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPControlMode.New"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPControlTemplateManager"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlTemplateManager.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPControlTemplateManager.GetTemplateByName(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDatabaseSchemaVersionList"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDatabaseSchemaVersionList.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatabaseSchemaVersionList.Database"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDataSource">
      <summary>Represents a data source control used to access items in a list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.#ctor">
      <summary>Initializes a new instance of a <see cref="T:Microsoft.SharePoint.WebControls.SPDataSource" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.#ctor(Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.Clone"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.DataSourceMode">
      <summary>Specifies the mode of a SPDataSourceList. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSource.DefaultViewName">
      <summary>Represents the default view name. This is a constant.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.DeleteCommand">
      <summary>Gets or sets the value representing delete command.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.DeleteParameters">
      <summary>Gets the value representing delete parameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.GetView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.GetView(System.String)">
      <param name="viewName"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.GetViewNames"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.IncludeHidden">
      <summary>Gets or sets the value representing the include hidden property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.IncludeRootFolder"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.InsertCommand">
      <summary>Gets or sets the value representing insert command.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.InsertParameters">
      <summary>Gets the value representing insert parameters.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.List">
      <summary>Gets or sets the value representing the list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSource.OnSelecting(System.EventArgs)">
      <param name="arguments"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.RecurrenceRowset"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.Scope">
      <summary>Gets or sets the value representing the scope.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.SelectCommand">
      <summary>Gets or sets the value representing select command.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.SPDataSource.Selecting"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.SelectParameters">
      <summary>Gets the value representing the select parameters.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSource.SystemPropertyPrefix">
      <summary>Represents the system property prefix. This is a constant.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.UpdateCommand">
      <summary>Gets or sets the value representing the update command.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.UpdateParameters">
      <summary>Gets the value representing the update parameters.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSource.UseInternalName">
      <summary>Gets or sets the Boolean value indicating that the internal name should be used.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDataSourceMode">
      <summary>Used to specify the mode of a SPDataSource.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSourceMode.List"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSourceMode.ListOfLists"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSourceMode.CrossList"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSourceMode.Webs"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDataSourceMode.ListItem"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDataSourceView">
      <summary>Represents the data source view.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.#ctor(System.Web.UI.IDataSource,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPDataSourceView" /> class.</summary>
      <param name="dataSourceOwner"></param>
      <param name="viewName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanDelete"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanInsert"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanPage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanRetrieveTotalRowCount"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanSort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.CanUpdate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.DataSourceMode">
      <summary>Gets or sets the DataSourceMode property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.DataSourceOwner">
      <summary>Gets the DataSourceOwner property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.DeleteCommand">
      <summary>Gets or sets the DeleteCommand property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.DeleteParameters">
      <summary>Gets the DeleteParameters property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.DeleteParametersDictionary">
      <summary>Gets the DeleteParametersDictionary property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteDelete(System.Collections.IDictionary,System.Collections.IDictionary)">
      <param name="keys"></param>
      <param name="values"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteInsert(System.Collections.IDictionary)">
      <param name="values"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteSelect(System.Web.UI.DataSourceSelectArguments)">
      <param name="selectArguments"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.ExecuteUpdate(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary)">
      <param name="keys"></param>
      <param name="values"></param>
      <param name="oldValues"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.GetQueryAndFieldStringFromSelectCommand(System.String@,System.String@,System.String@,System.String@,System.String[]@,System.UInt32@,System.Collections.Generic.SortedList{System.String,System.Object},System.Web.UI.DataSourceSelectArguments)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.IncludeHidden">
      <summary>Gets the includeHidden property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.IncludeRootFolder"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.InsertCommand">
      <summary>Gets or sets the InsertCommand property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.InsertParameters">
      <summary>Gets the InsertParameters property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.InsertParametersDictionary">
      <summary>Gets the InsertParametersDictionary property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.List">
      <summary>Gets or sets the InsertParameters property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.ListGuid">
      <summary>Gets the ListGuid property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.RecurrenceRowset"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.Scope">
      <summary>Gets or sets the Scope property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceView.Select(System.Web.UI.DataSourceSelectArguments)">
      <param name="arguments"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.SelectCommand">
      <summary>Gets or sets the SelectCommand property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.SelectParameters">
      <summary>Gets the SelectParameters property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.SelectParametersDictionary">
      <summary>Gets or sets the SelectParametersDictionary property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.UpdateCommand">
      <summary>Gets or sets the UpdateCommand property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.UpdateParameters">
      <summary>Gets the UpdateParameters property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.UpdateParametersDictionary">
      <summary>Gets the UpdateParametersDictionary property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.UseInternalName">
      <summary>Gets or sets the UseInternalName property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.Web"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceView.WebURL">
      <summary>Gets the WebURL property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.#ctor(System.String,System.Type)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor" /> class.</summary>
      <param name="columnName"></param>
      <param name="propertyType"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.Attributes"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.CanResetValue(System.Object)">
      <param name="component"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.ComponentType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.GetValue(System.Object)">
      <param name="component"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.IsReadOnly"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.PropertyType"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.ResetValue(System.Object)">
      <param name="component"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.SetValue(System.Object,System.Object)">
      <param name="component"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewPropertyDescriptor.ShouldSerializeValue(System.Object)">
      <param name="component"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.#ctor(Microsoft.SharePoint.WebControls.SPDataSourceView,System.Object,System.String[],System.Boolean,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem" /> class.</summary>
      <param name="dataSourceView"></param>
      <param name="resultItem"></param>
      <param name="fieldList"></param>
      <param name="useInternalName"></param>
      <param name="includeHidden"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.DataSourceView">
      <summary>Gets the DataSourceView property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.IncludeHidden">
      <summary>Gets the IncludeHidden property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.ResultItem">
      <summary>Gets the ResultItem property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetAttributes"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetClassName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetComponentName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetConverter"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetDefaultEvent"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetDefaultProperty"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetEditor(System.Type)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetEvents"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetEvents(System.Attribute[])"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetProperties"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetProperties(System.Attribute[])"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.System#ComponentModel#ICustomTypeDescriptor#GetPropertyOwner(System.ComponentModel.PropertyDescriptor)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDataSourceViewResultItem.UseInternalName">
      <summary>Gets the UseInternalName property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDatePickerControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDatePickerControl.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDatePickerControl._dateOptions"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.Calendar"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.DateFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.EndOffset"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.FirstDayOfWeek"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.FirstWeekOfYear"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.HijriAdjustment"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.ImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDatePickerControl.InitDatePicker"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.LangId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.LocaleId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.MaxJDay"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.MinJDay"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.OnClickScriptHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDatePickerControl.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPDatePickerControl.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.SelectedDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.ShowFooter"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.ShowNextPrevNavigation"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.ShowNotThisMonthDays"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.ShowWeekNumber"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.StartOffset"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.TimeZone"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.TwoDigitYearMax"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPDatePickerControl.WorkWeek"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPDefaultResultDisplayType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDefaultResultDisplayType.TableView"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPDefaultResultDisplayType.DetailedView"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPEncodeMethod"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPEncodeMethod.NoEncode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPEncodeMethod.HtmlEncode"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPEncodeMethod.HtmlEncodeAllowSimpleTextFormatting"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPEncodeMethod.EcmaScriptStringLiteralEncode"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPGridView">
      <summary>Represents a grid view that looks and behaves like a tree view.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPGridView" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.AllowFiltering">
      <summary>Gets or sets the Boolean AllowFiltering property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.AllowGroupCollapse">
      <summary>Gets or sets the Boolean value that specifies whether groups can be collapsed.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.AllowGrouping">
      <summary>Gets or sets the Boolean that specifies whether grouping is enabled.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.CallbackArgumentPrefix">
      <summary>Stores the callback argument prefix associated with the item. This field is constant.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.CreateChildControls(System.Collections.IEnumerable,System.Boolean)">
      <param name="dataSource">Data source</param>
      <param name="dataBinding">Data binding</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.CreateRow(System.Int32,System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState)">
      <param name="rowIndex">Row index.</param>
      <param name="dataSourceIndex">Data source index</param>
      <param name="rowType">Row type</param>
      <param name="rowState">Row state</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.DataBoundHasBeenRaised">
      <summary>Gets or sets the Boolean DataBoundHasBeenRaised property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.DisplayGroupFieldName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.DoFilterPostBackEventProcessing(System.String)">
      <param name="filterData"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.DoSortPostBackEventProcessing(System.String)">
      <param name="sortData"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilterDataFields">
      <summary>Gets or sets the FilterDataFields property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilteredDataSourcePropertyFormat">
      <summary>Gets or sets the format of the data source </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilteredDataSourcePropertyName">
      <summary>Gets or sets the name of the property to set on the data source to filter.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilterFieldName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilterFieldValue"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.FilteringIsCaseSensitive"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupDescriptionField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupField">
      <summary>Gets or sets the name of the field to group by.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupFieldDisplayName">
      <summary>Gets or sets the display name of field to group by.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupImageDescriptionField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupImageUrlField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.GroupMenu">
      <summary>Gets or sets the menu field used in the group headers.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.HighestDataItemIndex">
      <summary>Gets the value representing the highest index value of all displayed items.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.InvokeCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.LoadControlState(System.Object)">
      <param name="savedState"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.LowestDataItemIndex">
      <summary>Gets the value representing the lowest index value of all displayed items.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.m_HighestDataItemIndex"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.m_LowestDataItemIndex"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.OnDataBinding(System.EventArgs)">
      <param name="arguments"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.OnDataBound(System.EventArgs)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.OnInit(System.EventArgs)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.OnLoad(System.EventArgs)">
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.OnRowCreated(System.Web.UI.WebControls.GridViewRowEventArgs)">
      <param name="args"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.PageIndex"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackArgumentPrefix">
      <summary>Stores the post back argument prefix associated with the item. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackFilterCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackFilterCommandClear"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackSortCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackSortCommandAscending"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPGridView.PostbackSortCommandDescending"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.PreviousPageFirstRowDataKey"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.PreviousPageIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.PreviousPageLastRowDataKey"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.RaiseCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.RaisePostBackEvent(System.String)">
      <summary>Notifies the server that it should handle an incoming postback event.</summary>
      <param name="eventArgument">A String that contains the postback argument.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.RaisePostBackEventInternal(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridView.SaveControlState"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridView.SortDirectionImageUrl"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPGridViewPager">
      <summary>Represents a pager control for use with the <see cref="T:Microsoft.SharePoint.WebControls.SPGridView" /> control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewPager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPGridViewPager" /> class.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.SPGridViewPager.ClickNext">
      <summary>Occurs when the Next button is clicked.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.SPGridViewPager.ClickPrevious">
      <summary>Occurs when the Previous button is clicked.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewPager.GridViewControl">
      <summary>Gets the SPGridView value that represents the grid view control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewPager.GridViewId">
      <summary>Gets or sets the string value that represents the ID of the grid view.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewPager.OnClickNext(System.EventArgs)">
      <summary>Moves the <see cref="T:Microsoft.SharePoint.WebControls.SPGridView" /> control to the next page.</summary>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewPager.OnClickPrevious(System.EventArgs)">
      <summary>Moves the <see cref="T:Microsoft.SharePoint.WebControls.SPGridView" /> control to the previous page.</summary>
      <param name="args"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewPager.RaisePostBackEvent(System.String)">
      <summary>Processes an event raised to this control by a form postback.</summary>
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewPager.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPGridViewRow">
      <summary>Represents a control that adds group-by support to a <see cref="T:Microsoft.SharePoint.WebControls.SPGridViewRow" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewRow.#ctor(System.Int32,System.Int32,System.Web.UI.WebControls.DataControlRowType,System.Web.UI.WebControls.DataControlRowState,Microsoft.SharePoint.WebControls.SPGridView,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPGridViewRow" /> class.</summary>
      <param name="rowIndex">Row index</param>
      <param name="dataItemIndex">Data item index</param>
      <param name="rowType">Row type</param>
      <param name="rowState">Row state</param>
      <param name="gridView">Grid view</param>
      <param name="headerText">Header text</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRow.GridView">
      <summary>Gets or sets the value representing the grid view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRow.HeaderDescription"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRow.HeaderImageDescription"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRow.HeaderImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRow.HeaderText">
      <summary>Gets or sets the string value representing the header text.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPGridViewRowAttributeValue"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPGridViewRowAttributeValue.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPGridViewRowAttributeValue" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRowAttributeValue.Name">
      <summary>Gets or sets the value representing the name of the object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPGridViewRowAttributeValue.Value">
      <summary>Gets or sets the grid-view row attribute value.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPHelpPageComponent"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPHelpPageComponent.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl">
      <summary>Provides hierarchical views of SharePoint sites, lists, and folders.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.#ctor(Microsoft.SharePoint.SPWeb)">
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.GetHierarchicalViewPublic(System.String)">
      <param name="viewName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.IncludeDiscussionFolders"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.RootContextObject"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.RootListId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.RootWebId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.ShowDocLibChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.ShowFolderChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.ShowListChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.ShowWebChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl.Web"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPHtmlSelect"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPHtmlSelect.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHtmlSelect.Height"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPHtmlSelect.Width"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPJewel"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPJewel.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPJewel.DataUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPJewel.DataVersion"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPJewel.GetCurrent(System.Web.UI.Page)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPJewel.PlaceholderElementId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPJewel.XmlNodeId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPLinkButton">
      <summary>Represents the Link button on the ribbon.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPLinkButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.AddAttributesToRender(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="E:Microsoft.SharePoint.WebControls.SPLinkButton.Click"></member>
    <member name="E:Microsoft.SharePoint.WebControls.SPLinkButton.Command"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.CommandArgument"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.CommandName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPLinkButton.EventClick"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPLinkButton.EventCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.HoverCellActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.HoverCellInActiveCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.InDesign"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.NavigateUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.OnClick(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.OnClientClick"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.OnCommand(System.Web.UI.WebControls.CommandEventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.OnPreRender(System.EventArgs)">
      <summary>Raises the PreRender event for the button.</summary>
      <param name="args">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.RenderContents(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.RenderImage(System.IO.TextWriter,System.String,System.String)">
      <param name="output"></param>
      <param name="altText"></param>
      <param name="extraAttribute"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonContextualGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonGroupCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonImage16by16"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonImage32by32"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.RibbonTabCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPLinkButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.Target"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPLinkButton.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPMenuField">
      <summary>Provides a data-bound drop-down menu to be used in place of BoundField, TemplateField, or similar controls.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMenuField.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.CheckedMenuItemIdsFields"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMenuField.CreateField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.DisabledMenuItemIdsFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.HiddenMenuItemIdsFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.ImageUrlFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.ImageUrlFormat"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMenuField.InitializeCell(System.Web.UI.WebControls.DataControlFieldCell,System.Web.UI.WebControls.DataControlCellType,System.Web.UI.WebControls.DataControlRowState,System.Int32)">
      <param name="cell"></param>
      <param name="cellType"></param>
      <param name="rowState"></param>
      <param name="rowIndex"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.MenuFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.MenuTemplateId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.MenuTemplateIdField"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.NavigateUrlFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.NavigateUrlFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.TextCssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.TextFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.TextFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.TokenNameAndValueFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.ToolTipFields"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.ToolTipFormat"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPMenuField.UseMaximumWidth"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPMonthPickerControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMonthPickerControl.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMonthPickerControl.InitDatePicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPMonthPickerControl.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPNavigationManager"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPNavigationManager.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPNavigationManager.ContainedControl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPNavigationManager.ForceVisible"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPNavigationManager.QuickLaunchControlId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPPageManager"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageManager.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageManager.BrowserAlertsEnabled"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageManager.GetCurrent(System.Web.UI.Page)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPPageStateControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.commandHandlers"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.currentState"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.DocLibApprovalEnabledStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.DocLibCheckoutRequiredStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.DocLibMinorVersionsEnabledStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.DocLibVersioningEnabledStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.DocLibWorkflowEnabledStateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.EnsurePageCheckedOut"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.GetClientSideCommandAction(Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStateControl.HasError"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.InitializeClientSideState"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.InputCommentsClientId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemCancelWorkflowEnabledStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemHasCheckedInVersionStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemHasCustomizableZonesStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemHasFieldControlsStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemHasPersonalizableZonesStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemHasWorkflowRunningStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsCheckedOutToCurrentUserStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsCheckedOutToOtherUserStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsCheckedOutToSystemUserStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsDefaultPageStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsFormsPageStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsInLibraryStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsInPersonalViewStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsInSharedViewStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsMajorVersionStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsMasterPageGalleryFileStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsMinorVersionStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsPendingApprovalFromCurrentUserStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsPendingApprovalStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsRejectedStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsScheduledStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsWebPartPageStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ItemIsWikiPageStateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.OnPageStateChanged"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.OnPreRender(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.PageInState"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStateControl.PageStatusHeaderId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.PopulateCommandHandlers"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.PopulateStates"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.PopulateStatusMessages"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStateControl.SerializedErrorState"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStateControl.SerializedPageState"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStateControl.SerializedPageStatusMessages"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStateControl.SetErrorCondition(System.String,System.UInt32,System.String[],System.String[])">
      <param name="ErrorMessage"></param>
      <param name="RemedialActionCount"></param>
      <param name="RemedialActionButtonText"></param>
      <param name="RemedialActionCommand"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.statusMessages"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.UserHasApproverRightsStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.UserHasContributorRightsStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.UserHasDeleteRightsStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.UserHasOverrideCheckoutRightsStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ViewModeHasSaveConflictStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ViewModeIsEditStateName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.ViewModeIsWebPartDesignStateName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Save"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.SaveBeforeNavigate"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.SaveAndStopEditing"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Edit"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.DontSaveAndStopEdit"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Checkin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Checkout"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.OverrideCheckout"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.DiscardCheckout"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.SubmitForApproval"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.CancelApproval"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Publish"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Unpublish"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Approve"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Reject"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.Delete"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.UpdatePageState"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPPageStateControl.TransitionCommandHandlers.NumberOfCommandHandlers"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPPageStatusSetter"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStatusSetter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStatusSetter.AddStatus(System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPPageStatusSetter.CssClass"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPPageStatusSetter.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.AddChild(Microsoft.SharePoint.WebControls.SPProviderHierarchyNode)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.AddEntities(System.Collections.Generic.IEnumerable{Microsoft.SharePoint.WebControls.PickerEntity})"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.AddEntity(Microsoft.SharePoint.WebControls.PickerEntity)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.Children"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.Count"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.EntityData"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.GetChild(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.HasChild(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.HasChildren"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.HierarchyNodeID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.IsLeaf"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.Name"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyElement.ProviderName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPProviderHierarchyNode"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyNode.#ctor(System.String,System.String,System.String,System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPProviderHierarchyTree"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyTree.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderHierarchyTree.#ctor(System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyTree.HierarchyNodeID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderHierarchyTree.IsRoot"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPProviderInitialData"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderInitialData.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.DefaultImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.DefaultSipUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.DetailedViewEnabled"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.EntityTypes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.HierarchialDisplayEnabled"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.InitialHierarchy"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.InitialSchema"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.PickerEnabled"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.ResultDisplay"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.ResultTypes"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.TableIndexer"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.TableViewColumns"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderInitialData.Title"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPProviderSchema"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderSchema.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPProviderSchema.AddSchemaElement(Microsoft.SharePoint.WebControls.SPSchemaElement)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderSchema.KeyName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderSchema.ProviderName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderSchema.ProviderSchema"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPProviderSchema.SupportsHierarchy"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPQAT"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPQAT.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPQAT.DataUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPQAT.DataVersion"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPQAT.GetCurrent(System.Web.UI.Page)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPQAT.PlaceholderElementId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPQAT.XmlNodeId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRelatedWebPartAdder"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRelatedWebPartAdder.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRelatedWebPartAdder.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRememberScroll"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRememberScroll.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRememberScroll.ScrollLeft"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRememberScroll.ScrollTop"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbon">
      <summary>Provides access to the ribbon on a page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbon.#ctor">
      <summary>Initializes a new SPRibbon class object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.BlogListsTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CalendarContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CalendarContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CalendarTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CategoriesTabId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbon.CommandUIVisible"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CommentsTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.CustomCommandsId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.DocLibListFormRibbonTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.DocumentContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.DocumentContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.DocumentTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.EditFormVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.EditingToolsContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.EditTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.FormatTextTabId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbon.GetCurrent(System.Web.UI.Page)">
      <summary>Returns an instance of the ribbon on the specified page.</summary>
      <returns>Returns <see cref="T:Microsoft.SharePoint.WebControls.SPRibbon" />.</returns>
      <param name="page"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ImageContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ImageImageTabId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbon.InitialTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.LibraryContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.LibraryContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.LibraryTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.LinkContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.LinkLinkTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListAndLibraryVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListFormRibbonTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListItemContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListItemContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListItemTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ListTabId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbon.MakeWikiTabsAvailable"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.NonSpecialFormVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PageInsertTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PageStateVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PermissionsTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PostFormRibbonTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PostsTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.PublishTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.ReadTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.RTEVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.SolutionTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.SpecialFormVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TableContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TableDesignTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TableLayoutTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TestTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TimecardTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.TrackTabId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbon.Visible"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebApplicationManagementTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartInsertContextualGroupCommand"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartInsertContextualGroupId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartInsertRelatedListTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartInsertTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartPageTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartPageVisibilityContext"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WebPartTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WikiEditTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WikiInsertTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WikiPageTabId"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbon.WikiPageVisibilityContext"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonButton.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonButton.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonButton.RibbonCommand"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommand.#ctor(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommand.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommand.#ctor(System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommand.EnabledStatement"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommand.HandlerStatement"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommand.Id"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.BuildReturnValue(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.CallbackPreamble"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.ClientSideCommandId">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.DefaultCallbackHandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.DefaultSwitchModeHandlerCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.EnsureItemSavedIfEditMode(System.Boolean)">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
      <param name="forceSave"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.IsEnabledHandler"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.parentStateControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.RefreshPageState"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.SetGenericBlockingMessage(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.SetGenericErrorMessage(System.Exception)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.SetGenericErrorMessage(System.String)">
      <param name="s"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.WaitForCallbackStringId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonCommandHandler.WorkflowPostbackCommand"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonMenu.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenu.Id"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonMenu.Microsoft#SharePoint#WebControls#IRibbonMenu#Render(System.Xml.XmlWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenu.Sections"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonMenuItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonMenuItem.#ctor(System.String,Microsoft.SharePoint.WebControls.SPRibbonCommand,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenuItem.Command"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenuItem.ImageUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonMenuItem.System#IComparable{T}#CompareTo(Microsoft.SharePoint.WebControls.SPRibbonMenuItem)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenuItem.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonMenuSection"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonMenuSection.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonMenuSection.MenuItems"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonPeripheralContent"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPeripheralContent.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonPopulateQueryCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPopulateQueryCommand.#ctor(System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPopulateQueryCommand.#ctor(System.String,System.String,System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.Object[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.String,System.Object[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.#ctor(System.String,System.Web.UI.IPostBackEventHandler,System.String,System.Object[],System.Type[],System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.DeserializePostBackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackCommand.DeserializePostBackEvent(System.String,System.Collections.Generic.IEnumerable{System.Type})"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent.#ctor(System.String,System.Object[])"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent.Arguments"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPRibbonPostBackEvent.Id"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonQueryCommand"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonQueryCommand.#ctor(System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonQueryCommand.#ctor(System.String,System.Boolean,System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPRibbonScriptManager"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonScriptManager.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonScriptManager.RegisterCommandEnabledFunction(System.Web.UI.Control,System.String,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.WebControls.IRibbonCommand})"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonScriptManager.RegisterGetCommandsFunction(System.Web.UI.Control,System.String,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.WebControls.IRibbonCommand})"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonScriptManager.RegisterGetMenuXmlFunction(System.Web.UI.Control,System.String,Microsoft.SharePoint.WebControls.IRibbonMenu)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPRibbonScriptManager.RegisterHandleCommandFunction(System.Web.UI.Control,System.String,System.Collections.Generic.IEnumerable{Microsoft.SharePoint.WebControls.IRibbonCommand})"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSchemaElement"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSchemaElement.#ctor(System.String,System.String,Microsoft.SharePoint.WebControls.SPSchemaElementType)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSchemaElement.DisplayName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSchemaElement.Name"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSchemaElement.Type"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSchemaElementType"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPSchemaElementType.None"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPSchemaElementType.TableViewOnly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPSchemaElementType.DetaileViweOnly"></member>
    <member name="F:Microsoft.SharePoint.WebControls.SPSchemaElementType.Both"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl">
      <summary>Conditionally renders the contents of the control to the current user only if the current user has permissions defined in the PermissionString.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl" />. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.AccessKey">
      <summary>Gets or sets string representing the access key.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.AuthenticationRestrictions">
      <summary>Gets or sets the AuthenticationRestrictions.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)">
      <param name="e">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)">
      <param name="e">An EventArgs object that contains the OnDesignerPreRender data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.PageModes">
      <summary>Gets or sets the PageModes.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.PermissionContext">
      <summary>Gets or sets the PermissionContext.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.PermissionMode">
      <summary>Gets or sets the PermissionMode.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.Permissions">
      <summary>Gets or sets the Permissions.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.PermissionsString">
      <summary>Gets or sets the PermissionString.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.QueryStringParametersToInclude">
      <summary>Gets or sets the QueryStringParametersToInclude.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output">An EventArgs object that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.RenderContext">
      <summary>Gets or sets the RenderContext.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.RequiredFeatures">
      <summary>Gets or sets the RequiredFeatures.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSecurityTrimmedControl.Visible">
      <summary>Gets or sets the Boolean Visible property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSiteMapDataSourceDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapDataSourceDesigner.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapDataSourceDesigner.GetView(System.String)">
      <param name="viewPath"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapDataSourceDesigner.Initialize(System.ComponentModel.IComponent)">
      <param name="component"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSiteMapPathDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapPathDesigner.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapPathDesigner.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSiteMapPathDesigner.Initialize(System.ComponentModel.IComponent)">
      <param name="component"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPSqlDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSqlDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPSqlDataSource.AllowIntegratedSecurity"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPSqlDataSource.ProcessSSO(System.String@,System.String@,System.String@)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPToolBarButton">
      <summary>Represents a SPToolBarButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPToolBarButton.#ctor">
      <summary>Initializes a new instance of the SPToolBarButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPToolBarButton.OnInit(System.EventArgs)">
      <summary>Handles the initialization event of an SPToolBarButton object.</summary>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPToolBarButton.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends control content to the specified HtmlTextWriter object, which writes the content to be rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the rendered content.
</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPTreeView">
      <summary>Displays hierarchical data, such as a table of contents, in a tree structure.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SPTreeView.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.SPTreeView" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPTreeView.AutoExpandSelectedNode"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPTreeView.SelectedNodePath"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPTreeView.UseInternalDataBindings">
      <summary>Gets or sets the Boolean value indicating whether to use internal data bindings.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPVersionedPlaceHolderDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPVersionedPlaceHolderDesigner.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPVersionedPlaceHolderDesigner.GetDesignTimeHtml(System.Web.UI.Design.DesignerRegionCollection)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPWorkflowDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.AssociatedTemplateId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.BaseTemplateId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.FieldXml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.InsertParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.ItemId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.ListId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.SelectParameters"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSource.System#IDisposable#Dispose"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.#ctor(Microsoft.SharePoint.WebControls.SPWorkflowDataSource)">
      <param name="owner"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.AssociatedTemplateId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.BaseTemplateId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.CanDelete"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.CanInsert"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.CanPage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.CanSort"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.CanUpdate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.FieldXml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.Insert(System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
      <param name="values"></param>
      <param name="callback"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.InsertParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.ItemId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.ListId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.Select(System.Web.UI.DataSourceSelectArguments,System.Web.UI.DataSourceViewSelectCallback)">
      <param name="arguments"></param>
      <param name="callback"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.SelectParameters"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.System#IDisposable#Dispose"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPWorkflowDataSourceView.Update(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
      <param name="keys"></param>
      <param name="values"></param>
      <param name="oldValues"></param>
      <param name="callback"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.SPXmlDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPXmlDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPXmlDataSource.AutoSave"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SPXmlDataSource.DataFile"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPXmlDataSource.SaveDocument"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SPXmlDataSource.System#ICloneable#Clone"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SubMenuTemplate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubMenuTemplate.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubMenuTemplate.Description"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubMenuTemplate.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubMenuTemplate.MenuGroupId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubMenuTemplate.OnPreRenderOverride(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubMenuTemplate.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SubMenuTemplate.Sequence"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubMenuTemplate.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SubmitCommentButton">
      <summary>Represents a SubmitCommentButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitCommentButton.#ctor">
      <summary>Initializes a new instance of the SubmitCommentButton class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitCommentButton.SaveItem"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler">
      <summary>Handles the state for the Submit for Approval button on the ribbon.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)">
      <summary>Initializes a new <see cref="T:Microsoft.SharePoint.WebControls.PublishCommandHandler" /> class object that represents the Submit for Approval on the ribbon.</summary>
      <param name="psc">An SPPageStateControl object that represents the state of the button when it is initialized.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.RaisePostBackEvent(System.String)">
      <summary>Notifies the server that it should handle an incoming postback event.</summary>
      <param name="eventArgument">A String that contains the postback argument.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.SubmitForApprovalCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.SurveyFieldIterator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.SurveyFieldIterator.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.TableResultControl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TableResultControl.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TableResultControl.ColumnDisplayNames"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TableResultControl.ColumnNames"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TableResultControl.ColumnWidths"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TableResultControl.GenerateResults"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TableResultControl.RenderControl(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TemplateBasedControl">
      <summary>Represents a control that is defined by a template rather than by the schema of the list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate">
      <summary>Gets or sets the template that renders the control in contexts, such as a particular form, in which rendering the control with the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> property would be inappropriate.</summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplateName">
      <summary>Gets or sets the name of a rendering template that can be used in contexts in which the template named by the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.TemplateName" /> property would be inappropriate.</summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of a rendering template that renders the control in special contexts. The default is null. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Controls">
      <summary>Gets an object that contains the child controls of the <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object. </summary>
      <returns>A <see cref="T:System.Web.UI.ControlCollection" /> object that represents the child controls.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.ControlTemplate">
      <summary>Gets the template that renders the control in the current context. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.CreateChildControls">
      <summary>Creates the child controls of the <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.CustomAlternateTemplate">
      <summary>Gets or sets a custom alternate template. </summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.CustomTemplate">
      <summary>Gets or sets a custom template.</summary>
      <returns>A <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.DefaultAlternateTemplateName">
      <summary>Gets the name of the default alternate rendering template. </summary>
      <returns>A <see cref="T:System.String" /> object that names a rendering template. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.DefaultTemplateName">
      <summary>Gets the name of the default rendering template. </summary>
      <returns>A <see cref="T:System.String" /> object that names a rendering template. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.GetParentTemplateBasedControl(System.Web.UI.Control)">
      <summary>Gets the parent <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object, if any, of the specified control. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object that is the parent or closest <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object ancestor of the <paramref name="control" /> parameter. </returns>
      <param name="control">The <see cref="T:System.Web.UI.Control" /> object whose parent is needed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event of a <see cref="T:Microsoft.SharePoint.WebControls.SPControl" /> object. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> object that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the control on the page. </summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.RenderContext">
      <summary>Gets or sets the Windows SharePoint Services context in which the control is rendered.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPContext" /> object that represents the context in which the control is rendered. The default is the value of the <see cref="P:Microsoft.SharePoint.SPContext.Current" /> property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template">
      <summary>Gets or sets the template that renders the control. </summary>
      <returns>An <see cref="T:System.Web.UI.ITemplate" /> object that renders the control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.TemplateContainer">
      <summary>Gets the container control that instantiates the content template.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.TemplateContainer" /> object that instantiates the content template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.TemplateName">
      <summary>Gets or sets the name of the control's rendering template. </summary>
      <returns>A <see cref="T:System.String" /> object that represents the name of a rendering template that renders the control. The default is null. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.TemplateOverride">
      <summary>Gets or sets a value indicating whether the template referred to by the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> property or the one referred to by the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" /> property should be instantiated by the <see cref="M:Microsoft.SharePoint.WebControls.TemplateBasedControl.CreateChildControls" /> method.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebControls.TemplateOverride" /> value that indicates whether a <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object should render either its <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> or <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" /> or, whether it should let the logic of its own <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.ControlTemplate" /> property determine which template is rendered.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Version"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Web">
      <summary>Gets the site of the control's rendering context; which is the value of the <see cref="P:Microsoft.SharePoint.SPContext.Web" /> property of the object held by the <see cref="P:Microsoft.SharePoint.TemplateBasedControl.RenderContext" /> property.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the site (not site collection) of the control's rendering context. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TemplateContainer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplateContainer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.TemplateContainer" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TemplateOverride">
      <summary>Specifies whether a <see cref="T:Microsoft.SharePoint.WebControls.TemplateBasedControl" /> object should render its <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> or <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" /> or whether it should let the logic of its own <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.ControlTemplate" /> determine whether its <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> or <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" /> is rendered. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplateOverride.None">
      <summary>Let the control template decide.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplateOverride.Template">
      <summary>Render the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" />.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplateOverride.AlternateTemplate">
      <summary>Render the <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" />.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplateOverride.Both">
      <summary>Render <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.Template" /> unless it is null; else render <see cref="P:Microsoft.SharePoint.WebControls.TemplateBasedControl.AlternateTemplate" />. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TemplatePicker">
      <summary>This class is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.#ctor">
      <summary>This constructor is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.AllowDeferredTemplateApplication"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.DDLanguageFormControl">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.DdLanguageWebTemplate">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.FilterTabs">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.GetCallbackResult">
      <summary>This method is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.HiddenSelectedCategory">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.HonorVisibilityFeatureDependencies"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.InvokeCallbackEvent(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="lcid"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.LabelWebTemplateDescription">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.LbWebTemplate">
      <summary>This field is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.OnLoad(System.EventArgs)">
      <summary>This method is reserved for internal use and is not intended to be used directly from your code. </summary>
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.OnPreRender(System.EventArgs)">
      <summary>This method is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TemplatePicker.RaiseCallbackEvent(System.String)">
      <summary>This method is reserved for internal use and is not intended to be used directly from your code.</summary>
      <param name="eventArgument"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.SelectedWebLanguage">
      <summary>This property is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.SelectedWebTemplate">
      <summary>This property is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.ShowCustomTemplates">
      <summary>This property is reserved for internal use and is not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.ShowLanguageDropDown"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypesToShow"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TemplatePicker.UseParentWebTemplates"></member>
    <member name="T:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypes"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypes.None"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypes.SubWeb"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypes.RootWeb"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TemplatePicker.TemplateTypes.ContextSensitive"></member>
    <member name="T:Microsoft.SharePoint.WebControls.TempMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TempMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TempMenu.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.TextField">
      <summary>Renders a field on a form page (not a list view page) as a single-line text box. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TextField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.TextField" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.TextField.CreateChildControls">
      <summary>Creates the child text box control of the <see cref="T:Microsoft.SharePoint.WebControls.TextField" /> control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.TextField.CssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TextField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.TextField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.Theme">
      <summary>Applies a theme to an .aspx page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Theme.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.Theme" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.Theme.Name"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Theme.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.Theme.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TimeSlotItem"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TimeSlotItem.#ctor(System.Int32,System.Int32,Microsoft.SharePoint.WebControls.SPCalendarItemContainer)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TimeSlotItem.CalendarItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TimeSlotItem.ColumnSpan"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TimeSlotItem.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TimeSlotItem.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TimeSlotItem.op_Equality(Microsoft.SharePoint.WebControls.TimeSlotItem,Microsoft.SharePoint.WebControls.TimeSlotItem)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TimeSlotItem.op_Inequality(Microsoft.SharePoint.WebControls.TimeSlotItem,Microsoft.SharePoint.WebControls.TimeSlotItem)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.TimeSlotItem.RowSpan"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ToolBar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBar.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.Buttons"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.ButtonSeparator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBar.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.CssClass"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.FocusOnToolbar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBar.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBar.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBar.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.RenderIfEmpty"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.RightButtons"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.RightButtonSeparator"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBar.RightRptControls"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBar.RptControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.Template_Buttons"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBar.Template_RightButtons"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ToolBarButton">
      <summary>Represents the ToolBar button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.DeleteItemVersionButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.AccessKey"></member>
    <member name="E:Microsoft.SharePoint.WebControls.ToolBarButton.Click"></member>
    <member name="E:Microsoft.SharePoint.WebControls.ToolBarButton.Command"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.CommandArgument"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.CommandName"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBarButton.ImageOfButton"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.ImageUrl"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBarButton.LinkImage"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBarButton.LinkText"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.NavigateUrl"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.OnClick(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.OnClientClick"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.OnCommand(System.Web.UI.WebControls.CommandEventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.Padding"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBarButton.PlaceHolderControl"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ToolBarButton.PlaceHolderImage"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.QueryStringParametersToInclude"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.RequiredQueryStringParametersToInclude"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarButton.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.TabIndex"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.Template_Control"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.ToggleOn"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarButton.ToolTip"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ToolBarMenuButton">
      <summary>Represents the ToolBar Menu button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControlsToolBarMenuButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AccessKey">
      <summary>Gets or sets the access key property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AddMenuItem(System.String,System.String,System.String,System.String,System.String,System.String)">
      <param name="id"></param>
      <param name="displayName"></param>
      <param name="imageUrl"></param>
      <param name="description"></param>
      <param name="navigateUrl"></param>
      <param name="onClickScript"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AddMenuItem(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.SharePoint.SPBasePermissions,Microsoft.SharePoint.Utilities.PermissionContext)">
      <param name="id"></param>
      <param name="displayName"></param>
      <param name="imageUrl"></param>
      <param name="description"></param>
      <param name="navigateUrl"></param>
      <param name="onClickScript"></param>
      <param name="permissions"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AddMenuItems"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AddMenuItemSeparator"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AlignmentElementOverrideClientId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AlignToParent"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.AlternateTemplateContainsCallbackMenuItems"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.CallbackMenuGenerationHandler(System.Object,Microsoft.SharePoint.WebControls.CallbackMenuGenerationEventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.CallbackVisibileToUnauthenticated"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.CallbackVisibilityPermission"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ControlTemplate"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.GetMenuControl(System.Web.UI.Control)">
      <param name="childControl"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.GetMenuItem(System.String)">
      <param name="menuItemId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.HideMenuItemGroup(System.Int32)">
      <param name="menuItemGroupId"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ImageUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.List">
      <summary>Gets the List property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ListId">
      <summary>Gets the ListId property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.MenuAlignment"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.MenuControl">
      <summary>Gets or sets the MenuControl property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.MenuNotVisibleHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.MenuTemplateControl">
      <summary>Gets or sets the MenuTemplateControl property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.OnLoad(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.PrefixHtml">
      <summary>Gets or sets the PrefixHtml property.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.SetMenuItemProperties"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.SetVisibility(System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ShowMenuItemGroup(System.Int32)">
      <param name="menuItemGroupId"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ShowMenuNotVisibleHtml"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.SuffixHtml">
      <summary>Gets or sets the SuffixHtml property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.Text"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ToolTip"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.View"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.ViewId"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ToolBarMenuButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.TopologyView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TopologyView.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.TopologyView.GvServers"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TopologyView.RemoveLink_Click(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.TopologyViewWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebControls.TopologyViewWebPart.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UIVersionedContent"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UIVersionedContent.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UIVersionedContent.ContentTemplate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UIVersionedContent.Controls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UIVersionedContent.UIVersion"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ULSClientConfig"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ULSClientConfig.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ULSClientConfig.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UnlinkCopyButton">
      <summary>Represents the UnlinkCopyButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnlinkCopyButton.#ctor">
      <summary>Initializes a new instance of the UnlinkCopyButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnlinkCopyButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form.</summary>
      <returns>true if the button is visible on the current form; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UnpublishCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnpublishCommandHandler.WaitForCallbackStringId"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase">
      <summary>Represents an application page, sometimes called a layouts page, that can request certain resources and verify that the client has not been disconnected.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.AllowAnonymousAccess">
      <summary>Gets a value that indicates whether users can access the page without logging in. </summary>
      <returns>true if anonymous access is allowed; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.AllowNullWeb">
      <summary>Gets a value indicating whether the <see cref="T:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase" /> can initialize even if the current Web site is null. </summary>
      <returns>true if the page can initialize even in a context with no Web site; otherwise, false. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.CreateChildControls">
      <summary>Creates the child controls on the <see cref="T:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase" />. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.CurrentRequestUrlAndQuery">
      <summary>Gets the full original URL that the browser requested including any query string. </summary>
      <returns>A <see cref="T:System.String" /> that represents the full original URL and query string, if any.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.DetermineMasterPage(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.DynamicMasterPageFile"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.GetResourceString(System.String,System.Object[])">
      <summary>Returns a localized string constructed from a string in a resource (.resx) file in a subfolder of c:\Program Files\Microsoft Shared\web server extenstions\12\ and from the specified array of strings. </summary>
      <returns>A <see cref="T:System.String" /> constructed from a string in a resource file (that may include placeholders) and an array of specific strings that replace the placeholders, if any. </returns>
      <param name="strId">The lookup ID of the string. </param>
      <param name="values">Specific strings that will replace placeholders (such as "%1") in the constructed string.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.IsDialogMode"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the Init event. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnPreInit(System.EventArgs)">
      <summary>Represents the method that handles the PreInit event. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles the PreRender event. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.PageToRedirectOnCancel">
      <summary>Gets a URL to a page that will open if the original page request is cancelled. </summary>
      <returns>A <see cref="T:System.String" /> that represents the URL of an alternate page.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RegisterV4Flag"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends server control content to the specified <see cref="T:System.Web.UI." /><see cref="HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary>
      <param name="writer">The <see cref="T:System.Web.UI." /><see cref="HtmlTextWriter" /> object that receives the rendered content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RenderChildren(System.Web.UI.HtmlTextWriter)">
      <summary>Outputs the content of child controls of the <see cref="T:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase" /> to a provided <see cref="T:System.Web.UI." /><see cref="HtmlTextWriter" /> object, which writes the content to be rendered on the client. </summary>
      <param name="writer">The <see cref="T:System.Web.UI." /><see cref="HtmlTextWriter" /> object that receives the rendered content.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RequestResources">
      <summary>Gets a bitwise itemization of the resources the page needs. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.RequestResources" /> object that identifies the resources that are needed by the page. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RequestViewGuid"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RequiresHighReliability"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.RequiresMasterInfo"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Site">
      <summary>Gets a reference to the current site collection. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> that represents the current site collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.SortFields(Microsoft.SharePoint.SPFieldCollection,System.Globalization.CultureInfo)">
      <summary>Returns a sorted array of the fields in the specified <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> by using the standard sorting rules of the specified culture. </summary>
      <returns>A sorted <see cref="T:System.Collections.ArrayList" /> of the fields.</returns>
      <param name="spFields">A <see cref="T:Microsoft.SharePoint.SPFieldCollection" /> that holds the fields that are sorted.</param>
      <param name="culture">A <see cref="T:System.Globalization.CultureInfo" /> that identifies the sorting rules that are used.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.SortFields2(Microsoft.SharePoint.SPFieldCollection,System.Collections.ArrayList,System.Globalization.CultureInfo)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.StopRequestIfClientIsNotValid">
      <summary>Stops page processing if the client has become disconnected. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.Web">
      <summary>Gets a reference to the current Web site. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> that represents the current Web site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.Delete(System.Collections.Specialized.IOrderedDictionary,System.Xml.XmlNamespaceManager)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.Dispose"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.Events"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.Insert(System.Collections.Specialized.IOrderedDictionary,System.Xml.XmlNamespaceManager)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.OnUpdateableHierarchicalViewChanged(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.Update(System.Collections.Specialized.IOrderedDictionary,System.Xml.XmlNamespaceManager)"></member>
    <member name="E:Microsoft.SharePoint.WebControls.UpdateableHierarchicalView.UpdateableHierarchicalViewChanged"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.#ctor(Microsoft.SharePoint.WebControls.SPPageStateControl)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.ClientSideCommandId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.GetCallbackResult"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.HandlerCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.IsEnabledHandler"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpdatePageStateCommandHandler.RaiseCallbackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UpgradeSolutionItemButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UpgradeSolutionItemButton.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UploadMenu">
      <summary>Represents the Upload menu.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UploadMenu.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UploadMenu.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UploadMenu.SetMenuItemProperties"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UploadMenu.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlField">
      <summary>Renders a field that represents a URL on a form page (not a list view page) by using one or more child controls. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.UrlField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlField.CreateChildControls">
      <summary>Creates the three child controls of the <see cref="T:Microsoft.SharePoint.WebControls.UrlField" /> control, including two <see cref="T:System.Web.UI.WebControls.TextBox" /> controls and a <see cref="T:System.Web.UI.WebControls.HyperLink" /> control. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlField.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.UrlField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlField.Focus">
      <summary>Gives focus to the <see cref="F:Microsoft.SharePoint.WebControls.UrlField.urlBox" /> child control of <see cref="T:Microsoft.SharePoint.WebControls.UrlField" />. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlField.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the <see cref="E:System.Web.UI.Control.Load" /> event. </summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlField.OnPreRender(System.EventArgs)">
      <summary>Represents the method that handles <see cref="E:System.Web.UI.Control.PreRender" /></summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.UrlField.testHyperLinkControl">
      <summary>Returns a <see cref="T:System.Web.UI.WebControls.HyperLink" /> object that points to the URL.</summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.HyperLink" /> object that points to the URL represented by <see cref="T:Microsoft.SharePoint.WebControls.UrlField" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlField.Text">
      <summary>Gets or sets the visible text of the URL. </summary>
      <returns>A <see cref="T:System.String" /> that describes or provides a friendly name for the URL.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.UrlField.textBox">
      <summary>Returns a text box for the friendly name or description of the URL link. </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.TextBox" /> that represents the description of friendly name of the URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlField.Url">
      <summary>Gets or sets the full URL. </summary>
      <returns>A <see cref="T:System.String" /> that represents the complete URL; for example, "http://www.microsoft.com". </returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.UrlField.urlBox">
      <summary>Returns the full URL. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlField.Value">
      <summary>Gets or sets the values of <see cref="P:Microsoft.SharePoint.WebControls.UrlField.Text" /> and <see cref="P:Microsoft.SharePoint.WebControls.UrlField.Url" /> by using a temporary <see cref="T:Microsoft.SharePoint.SPFieldUrlValue" /> object or specially structured <see cref="T:System.String" />. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPFieldUrlValue" /> object (that has been cast to <see cref="T:System.Object" />) that represents the values of the <see cref="P:Microsoft.SharePoint.WebControls.UrlField.Text" /> and <see cref="P:Microsoft.SharePoint.WebControls.UrlField.Url" /> properties. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlNameValidator">
      <summary>Checks for invalid characters in a site name.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlNameValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.UrlNameValidator" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlPathValidator">
      <summary>Checks for invalid characters in a URL path.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlPathValidator.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebControls.UrlPathValidator" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlRedirector">
      <summary>Sets the HTTP 301 response code to tell the browser a url has moved.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlRedirector.#ctor">
      <summary>Initializes a new instance of <see cref="T:Microsoft.SharePoint.WebControls.UrlRedirector" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlValidator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlValidator.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.UrlValidator" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlValidator.DefaultClientValidationFunction">
      <summary>Gets the DefaultClientValidationFunction property which specifies the client side javascript function to be used for validation.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlValidator.DefaultMessagePrefix">
      <summary>Gets the default name of object to be displayed in error messages.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlValidator.EvaluateIsValid">
      <summary>Checks for illegal characters or substrings in the url name.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlValidator.GetIndexOfIllegalChar(System.String)">
      <param name="text"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UrlValidator.MessagePrefix">
      <summary>Gets or sets the name of object to be displayed in error messages.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlValidator.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UrlZonePicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UrlZonePicker.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.UserControlContainerDesigner"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UserControlContainerDesigner.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UserControlContainerDesigner.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UserControlContainerDesigner.Initialize(System.ComponentModel.IComponent)">
      <param name="component"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UserField">
      <summary>Renders a field that represents a set of one or more users or groups on a form page (not a list view page) by using a <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> child control. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserField.CreateChildControls">
      <summary>Creates the <see cref="T:Microsoft.SharePoint.WebControls.PeopleEditor" /> control that is the child of <see cref="T:Microsoft.SharePoint.WebControls.UserField" />.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UserField.CssClass">
      <summary>Gets or sets the styling class in a cascading style sheet (CSS) file that controls the font family, font size, and possibly other aspects of how the field is rendered. </summary>
      <returns>A <see cref="T:System.String" /> that represents the name of the CSS class. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UserField.DefaultTemplateName">
      <summary>Gets the name of the default rendering template for <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> controls. </summary>
      <returns>A <see cref="T:System.String" /> that names a rendering template in an .ascx file in the folder C:\program files\common files\microsoft shared\web server extensions\12\template\controltemplates. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserField.Focus">
      <summary>Verifies that the child controls of the <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> have been created. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserField.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> into HTML.</summary>
      <param name="output">The object that writes the HTML that is to be rendered.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UserField.Value">
      <summary>Gets or sets the status of the value of the <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> control in the UI. </summary>
      <returns>A <see cref="T:System.String" /> (cast to <see cref="T:System.Object" />) that represents the value of the <see cref="T:Microsoft.SharePoint.WebControls.UserField" /> control in the UI, which is not necessarily its value in the Windows SharePoint Services 3.0 database until <see cref="M:Microsoft.SharePoint.WebControls.BaseFieldControl.UpdateFieldValueInItem" /> is called. The <see cref="T:System.String" /> has the following form. User_or_Group_ID;#User_or_Group_Name[;#User_or_Group_ID;#User_or_Group_Name ...]The User_or_Group_ID is the ID number of the user or group on the site. The User_or_Group_Name is the name of the user or group. An example of this kind of <see cref="T:System.String" /> is 145;#BobR;#11;#Sally.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton">
      <summary>Represents the UserInfoListDeleteItem button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton.#ctor">
      <summary>Initializes a new instance of the UserInfoListDeleteItemButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton.DeleteUserInfoItem">
      <summary>Deletes user or groups from the site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton.OnClick(System.EventArgs)">
      <summary>Deletes user or groups from the site collection.</summary>
      <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListDeleteItemButton.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event.</summary>
      <param name="e">An EventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UserInfoListEditItemButton">
      <summary>Represents the UserInfoListEditItem button.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListEditItemButton.#ctor">
      <summary>Initializes a new instance of the UserInfoListEditItemButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.UserInfoListEditItemButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListEditItemButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event for the UserInfoListEditItemButton class.</summary>
      <param name="e">An EventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.UserInfoListFormToolBar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.UserInfoListFormToolBar.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.UserInfoListFormToolBar.ControlTemplate"></member>
    <member name="T:Microsoft.SharePoint.WebControls.VersionDiff"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionDiff.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionDiff.FieldName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionDiff.Render(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionDiff.RenderError(System.IO.TextWriter,System.String)">
      <param name="output"></param>
      <param name="error"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.VersionDiffIterator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionDiffIterator.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionDiffIterator.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionDiffIterator.DefaultTemplateName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.VersionedPlaceHolder"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionedPlaceHolder.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionedPlaceHolder.UIVersion"></member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionedPlaceHolder.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.VersionHistoryButton">
      <summary>Represents the VersionHistoryButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionHistoryButton.#ctor">
      <summary>Initializes a new instance of the VersionHistoryButton component.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionHistoryButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.VersionHistoryButton.OnLoad(System.EventArgs)">
      <summary>Represents the method that handles the Load event.</summary>
      <param name="e">An EventArgs that contains the event data.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.VersionHistoryButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewHeader"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewHeader.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ViewHeader.CenterPlaceHolder"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.ExtraAttributesToRender"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.HeaderText"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ViewHeader.HeaderTextLiteral"></member>
    <member name="F:Microsoft.SharePoint.WebControls.ViewHeader.LeftPlaceHolder"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewHeader.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewHeader.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebControls.ViewHeader.RightPlaceHolder"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.Template_Center"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.Template_Left"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.Template_Right"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewHeader.UseFullWidth"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewIcon"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewIcon.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewIcon.ID"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewIcon.Src"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewSearchForm">
      <summary>Inserts a view search form into the .aspx page. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSearchForm.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ViewSearchForm" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSearchForm.Action">
      <summary>Gets or sets the target page in the LAYOUTS directory to which the search form is submitted. </summary>
      <returns>A string that contains the file name of the target page in the LAYOUTS directory.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSearchForm.FShowSearchForm(System.Web.HttpContext,Microsoft.SharePoint.SPWeb,System.String)">
      <param name="context"></param>
      <param name="web"></param>
      <param name="viewGuid"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSearchForm.GetAttribute(System.String)">
      <param name="key"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSearchForm.Go">
      <summary>Gets or sets the title of the &lt;A&gt; tag that surrounds the go button on the search form, which is displayed in the tool tip for the button and which is used by screen readers for accessibility.</summary>
      <returns>A string that contains the title of the &lt;A&gt; tag.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSearchForm.Prompt">
      <summary>Gets or sets the title of the &lt;INPUT&gt; tag on the search form, which is displayed in the tool tip for the input box and which is used by screen readers for accessibility. </summary>
      <returns>A string that contains the title of the &lt;INPUT&gt; tag.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSearchForm.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSearchForm.SetAttribute(System.String,System.String)">
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSearchForm.View"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewSelector">
      <summary>Represents a server control that is used to select a view of a list. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelector.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.ViewSelector" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSelector.List">
      <summary>Gets or sets the list to which the view selector applies. </summary>
      <returns>A string that contains the name of the list.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelector.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewSelectorMenu"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelectorMenu.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelectorMenu.AddMenuItems"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelectorMenu.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewSelectorMenu.SetMenuItemProperties"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewSelectorMenu.Text"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewToolBar"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewToolBar.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewToolBar.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewToolBar.DefaultTemplateName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewToolBar.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.ViewWebPartXmlButton">
      <summary>Represents the ViewWebPartXmlButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewWebPartXmlButton.#ctor">
      <summary>Initializes a new instance of the ViewWebPartXmlButton class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.ViewWebPartXmlButton.ButtonID">
      <summary>Gets the button ID.</summary>
      <returns>A string that contains the button ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.ViewWebPartXmlButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event.</summary>
      <param name="e">An EventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.VisualUpgradePreviewStatus"></member>
    <member name="M:Microsoft.SharePoint.WebControls.VisualUpgradePreviewStatus.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebAdministrationSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebAdministrationSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebAdministrationSelector.CurrentName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebAdministrationSelector.SiteSelector"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebApplicationSelector"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebApplicationSelector.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.AllowAdministrationWebApplication"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebApplicationSelector.AppendWebApplicationIdToUrl(System.String)">
      <param name="strUrl"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.CurrentName"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebApplicationSelector.DefaultSelectionId"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebApplicationSelector.GetItem"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.IdFromQueryString"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.Key"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.NavigateUrl"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebApplicationSelector.TypeName"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebPartContextualInfo"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartContextualInfo.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartContextualInfo.ContextualGroups"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartContextualInfo.InitPageComponentScript"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartContextualInfo.Tabs"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebPartGalleryPicker"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartGalleryPicker.#ctor(System.String[],System.Boolean,System.String)">
      <param name="groups"></param>
      <param name="showListsAndLibraries"></param>
      <param name="zoneName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartGalleryPicker.ContextWeb"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartGalleryPicker.CurrentWeb"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartGalleryPicker.GetListOfSelectedWebParts"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartGalleryPicker.RemoveExtension(System.String)">
      <param name="filename"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WebPartPageMaintenanceMessage"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartPageMaintenanceMessage.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartPageMaintenanceMessage.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebPartRibbonContextualGroup"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartRibbonContextualGroup.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartRibbonContextualGroup.Command"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartRibbonContextualGroup.Id"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartRibbonContextualGroup.VisibilityContext"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WebPartRibbonTab"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WebPartRibbonTab.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartRibbonTab.Id"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WebPartRibbonTab.VisibilityContext"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WeeklyCalendarView"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.AllDayEvents"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.AllDayEventsCounter"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.BuildWeekDHTML(System.Text.StringBuilder@)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.CreateFullGrid"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.FullGrid"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.InitAllWeekEventArray"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.InitWeekRange"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.IsWorkWeek"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyCalendarView.RenderCalendar(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.ShowWeekHeader"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyCalendarView.WeekDaysArray"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WeeklyDaySlot"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WeeklyDaySlot.#ctor(System.Int32,System.Array,System.Boolean,System.Boolean)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyDaySlot.ColumnItems"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyDaySlot.IsSelectedDate"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyDaySlot.IsWorkDay"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WeeklyDaySlot.MaxCountItems"></member>
    <member name="T:Microsoft.SharePoint.WebControls.Welcome"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Welcome.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Welcome.ExplicitLogin"></member>
    <member name="F:Microsoft.SharePoint.WebControls.Welcome.ExplicitLogout"></member>
    <member name="M:Microsoft.SharePoint.WebControls.Welcome.OnLoad(System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WelcomePageTransfer"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WelcomePageTransfer.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WelcomePageTransfer.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WelcomePageTransfer.Render(System.Web.UI.HtmlTextWriter)"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiEditButton">
      <summary>Represents the WikiEditButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiEditButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.WikiEditButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiEditButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiEditItemButton">
      <summary>Represents the WikiEditItemButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiEditItemButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.WikiEditItemButton" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiEditItemButton.RedirectUrl">
      <summary>Gets the URL for redirection.</summary>
      <returns>A string that contains the redirect URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiEditItemButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiEditMobilePageButton"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiEditMobilePageButton.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiEditMobilePageButton.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiEditMobilePageButton.Visible"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiFileField">
      <summary>Contains the file name of a Wiki page in the form for creating or editing Wiki pages.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiFileField.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.WikiFileField" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiFileField.AllowFirstFocus">
      <summary>Gets a value indicating whether the page, on loading, can set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.WikiFileField" /> control.</summary>
      <returns>true if the page is allowed to set the initial focus to the <see cref="T:Microsoft.SharePoint.WebControls.WikiFileField" /> control; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiFileField.CreateChildControls">
      <summary>Creates Literal controls as children.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiIncomingLinksButton">
      <summary>Represents the WikiIncomingLinksButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiIncomingLinksButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.WikiIncomingLinksButton" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiPageHistoryButton">
      <summary>Represents the WikiPageHistoryButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiPageHistoryButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebControls.WikiPageHistoryButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiPageHistoryButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event.</summary>
      <param name="e">An EventArgs that contains the event data. 
</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiPageHistoryButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiReport"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiReport.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiReport.DataSource"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiReport.NumPages"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WikiReportIterator"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WikiReportIterator.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiReportIterator.DataSource"></member>
    <member name="P:Microsoft.SharePoint.WebControls.WikiReportIterator.NumPages"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WorkflowForm"></member>
    <member name="M:Microsoft.SharePoint.WebControls.WorkflowForm.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebControls.WorkflowsButton">
      <summary>Represents the WorkflowsButton component.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WorkflowsButton.#ctor">
      <summary>Initializes a new instance of the WorkflowsButton class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebControls.WorkflowsButton.OnLoad(System.EventArgs)">
      <summary>Handles the Load event.</summary>
      <param name="e">An EventArgs that contains the event data. 
</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebControls.WorkflowsButton.Visible">
      <summary>Gets or sets a value that indicates whether the button is visible on the current form. </summary>
      <returns>true if the button is visible on the current form; otherwise, false. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebControls.XmlUrlDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebControls.XmlUrlDataSource.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.AuthPassword"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.AuthType"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.AuthUserName"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.DeleteCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.DeleteParameters"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.HttpMethod"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.InsertCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.InsertParameters"></member>
    <member name="M:Microsoft.SharePoint.WebControls.XmlUrlDataSource.ProcessSSO(System.String@,System.String@,System.String@)"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.SelectCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.SelectParameters"></member>
    <member name="M:Microsoft.SharePoint.WebControls.XmlUrlDataSource.SetForSelect"></member>
    <member name="M:Microsoft.SharePoint.WebControls.XmlUrlDataSource.System#ICloneable#Clone"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.UpdateCommand"></member>
    <member name="P:Microsoft.SharePoint.WebControls.XmlUrlDataSource.UpdateParameters"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.AggregationWebPart">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.FramedPart">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetAndClearTempWriteBuffer"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetDesignTimeHtml">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetDesignTimeItems">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetDisplayFormUrlForId(System.String,System.String,System.String)">
      <summary>Reserved for internal use only.</summary>
      <param name="itemId"></param>
      <param name="listId"></param>
      <param name="webId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetEligibleItems">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.GetLocaleSensitiveDate(System.String)">
      <summary>Reserved for internal use only.</summary>
      <param name="dt"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.LoadResource(System.String)">
      <param name="id"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.MaxItemsShown">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.QueryRowLimit"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.QuerySiteCollection">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.RenderFromDataRows(System.Collections.SortedList)">
      <summary>Reserved for internal use only.</summary>
      <param name="items"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.RunQuery(Microsoft.SharePoint.SPSiteDataQuery)">
      <summary>Reserved for internal use only.</summary>
      <param name="query"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.SetQueryFromProps(Microsoft.SharePoint.SPSiteDataQuery)">
      <param name="query"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.ShouldSerializeMaxItemsShown"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.ShouldSerializeQuerySiteCollection"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.StartTempWriteBuffer"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.UserId">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.AggregationWebPart.Web">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.Write(System.String)">
      <summary>Reserved for internal use only.</summary>
      <param name="text"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteBeginAnchor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteBlankImage"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteEndDefaultTextCellHeaderTag">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteEndTable">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteHeaderRow">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteItemRow(System.Data.DataRow,System.Boolean)">
      <summary>Reserved for internal use only.</summary>
      <param name="row"></param>
      <param name="alternate"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteStartDefaultTextCellHeaderTag">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteStartDefaultTextCellTag(System.Boolean)">
      <param name="nowrap"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AggregationWebPart.WriteStartTable">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper" />class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.AddExtensionObject(System.String,System.Object)">
      <param name="namespaceURI"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.AddParameter(System.String,System.String,System.Object)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.AddParameter.</summary>
      <param name="localName"></param>
      <param name="namespaceURI"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.ClearExtensionObjects">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.ClearExtensionObjects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.ClearParameters">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.ClearParameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.GetExtensionObject(System.String)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.GetExtensionObject.</summary>
      <param name="namespaceURI"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.GetParameter(System.String,System.String)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.GetParameter.</summary>
      <param name="localName"></param>
      <param name="namespaceURI"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.GetXmlArguments">
      <summary>Gets the underlying System.Xml.Xsl.XslArgumentList object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.GetXsltArguments">
      <summary>Gets the underlying System.Xml.Xsl.XsltArgumentList object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.RemoveExtensionObject(System.String)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.RemoveExtensionObject.</summary>
      <param name="namespaceURI"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.RemoveParameter(System.String,System.String)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.RemoveParameter. </summary>
      <param name="localName"></param>
      <param name="namespaceURI"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.SetExtensionObject(System.String,System.Object)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.SetExtensionObject.</summary>
      <param name="namespaceURI"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.SetParameter(System.String,System.String,System.Object)">
      <summary>Wraps System.Xml.Xsl.XsltArgumentList.SetParameter.</summary>
      <param name="localName"></param>
      <param name="namespaceURI"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.SetXmlMode">
      <summary>Causes the <see cref="T:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper" /> object to use an underlying System.Xml.Xsl.XsltArgumentList object. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper.SetXslMode">
      <summary>Causes the <see cref="T:Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper" /> object to use an underlying System.Xml.Xsl.XsltArgumentList. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.AspTransformControl">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AspTransformControl.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.AuthenticationButton">
      <summary>Implements the authentication button control in Microsoft Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AuthenticationButton.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.AuthenticationButton" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.AuthenticationButton.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BadMarkupData">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BadMarkupData.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BadMarkupData.#ctor(System.Type,System.String,System.String,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.AllRegisterDirectives"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.DesignText"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.ErrorDetails"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.ErrorMessage"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BadMarkupData.ObtainOriginalSource"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.RepresentableWebPartType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BadMarkupData.SourcePreamble"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart">
      <summary>Represents the BaseXsltData Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart._pagePath"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.AddDataBinding(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <param name="op"></param>
      <param name="controlId"></param>
      <param name="propertyName"></param>
      <param name="eventName"></param>
      <param name="keyField"></param>
      <param name="keyValue"></param>
      <param name="dataField"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.ContextView"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.InvalidateConnecteeViewState(System.Collections.Hashtable)">
      <param name="mapAlreadySeen"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.IsGhosted"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.IsPrivilegedUser">
      <summary>Gets a value that indicates whether the user has special privileges on the Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.ShouldSerializeDefault"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.ShouldSerializeDisplayName">
      <summary>Returns a value that indicates whether the Display Name property differs from its default value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.ShouldSerializeListName">
      <summary>Returns a value that indicates whether the List Name property differs from its default value.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltDataWebPart.ShouldSerializeViewFlag">
      <summary>Returns a value that indicates whether the View Flag property differs from its default value.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.#ctor"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart._viewCount"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.AddDataSourceControls"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.AddDataSourceParameters(System.Web.UI.WebControls.ParameterCollection,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.BaseXsltHashKey"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.BeginLoad"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.BeginSave"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.CanHaveServerControls"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.ContextView"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.CreateChildControls"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.CssStyleSheet"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.defaultXSLName"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.DfwpCacheRead(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.DfwpCacheWrite(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Boolean,System.Object,System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.EndLoad"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.EndSave"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.EnsureList"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.FillInFieldsDictionary(System.Collections.Generic.Dictionary{System.String,System.Int32},Microsoft.SharePoint.SPField,System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.ForceHonorChromeTypeInMainZone"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.GetToolParts"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.GetXPathNavigator(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.GhostedXsl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.GhostedXslLink"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.IsGhosted"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.NoDefaultStyle"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.OnLoad(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.Properties"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.PropertiesString"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.ShouldSerializeWebId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.TracksChanges"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.ViewGuid"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.WebId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BaseXsltListWebPart.WebPartContextualInfo"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart">
      <summary>Provides a control that displays administrative links for blogs. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.ListName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogAdminWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.GetLocalSettings"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.InitLocalMonthInfo"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.ListName"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_bHideWebPart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_bYearChanged"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_calendar"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_dateOptions"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_fdow"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_firstWeekOfYear"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_hj"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_iNumMonths"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_langid"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_lcid"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_MonthNames"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_postList"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_showWeekNumber"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_tdym"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_timeZone"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.m_ww"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.RenderWebPart(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogMonthQuickLaunch.SetMonthInfo"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BlogYearArchive"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BlogYearArchive.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.BrowserBuilderType">
      <summary>Used to specify use of the default builder for a custom property or provide a custom builder for the property at run time.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.BrowserBuilderType.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.BrowserBuilderType" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BrowserBuilderType.Dynamic">
      <summary>Specifies that a dynamic URL to a custom builder is provided at run time for a custom property. Use this as an argument to the HtmlDesigner attribute when using the attribute on the custom property. The HtmlDesigner attribute is defined by the <see cref="T:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.BrowserBuilderType.NoBuilder">
      <summary>Specifies disabling the default builder for a custom property. Use this as an argument to the HtmlDesigner attribute when using the attribute on the custom property. The HtmlDesigner attribute is defined by the <see cref="T:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute" /> class. Currently the text entry builder is provided as a default builder for a custom string property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.CacheDataStorage">
      <summary>Represents the type of caching to use when storing data for a data view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheDataStorage.eCDSOff">
      <summary>Do not cache.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheDataStorage.eCDSPerUser">
      <summary>Store data in per user cache.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheDataStorage.eCDSShared">
      <summary>Store data in a shared cache.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheDataStorage.eCDSDefault">
      <summary>Use default caching mode as specified for the view.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.CacheType">
      <summary>Defines the location of cache storage for caching Web Part values.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheType.None">
      <summary>No property values are cached.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheType.Database">
      <summary>Store cached property values in the SharePoint database.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.CacheType.CacheObject">
      <summary>Store cached property values using the ASP.NET Cache object.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartToolPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartToolPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartToolPart.ApplyChanges"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartToolPart.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartToolPart.RenderContents(System.Web.UI.HtmlTextWriter)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartToolPart.SyncChanges"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartViewWebPart">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.#ctor">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.CssStyleSheet"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.EnsureData">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.FDoHasRespondedCheck">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.FQuestionsOnly">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.List">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.ListID">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.RenderViewAsHtml">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.ShouldSerializeFDoHasRespondedCheck">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.ShouldSerializeFQuestionsOnly">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.ShouldSerializeListID">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartViewWebPart.ViewGuid">
      <summary>This class and its members are not intended to be used directly from your code.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.Aggregation"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.CategoryField"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.Columns"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartWebPart.CreateEditorParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendPosition"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.ListGuid"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ChartWebPart.RenderControl(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.Type"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ChartWebPart.ViewGuid"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Sum"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Max"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Min"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Product"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Count"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.Average"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.AggregationFunction.StdDev"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.ClusteredBarChart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.StackedBarChart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.HundredPercentBarChart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.ClusteredColChart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.StackedColChart"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.ChartType.HundredPercentColChart"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendRenderMode"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendRenderMode.Right"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendRenderMode.Left"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendRenderMode.Top"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ChartWebPart.LegendRenderMode.Bottom"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ConsumerParameter">
      <summary>Gets values from the <see cref="T:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities" /> enumeration.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ConsumerParameter.#ctor(System.String,Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ConsumerParameter" /> class.</summary>
      <param name="name"></param>
      <param name="capabilities"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ConsumerParameter.Capabilities">
      <summary>Gets the types of values the filter consumer expects to receive.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ConsumerParameter.Name">
      <summary>Gets the name string.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities">
      <summary>Used by a consumer Web part to indicate supported filter parameter capabilities.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities.SupportsSingleValue">
      <summary>Indicates that the consumer supports a single value for the specified parameter. This is the default value; the capability to consume a single parameter value is always implied by all of the other <see cref="T:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities" />.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities.SupportsAllValue">
      <summary>Indicates that the consumer supports the "All" value for the specified parameter.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities.SupportsEmptyValue">
      <summary>Indicates that the consumer supports the "Empty" value for the specified filter parameter.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ConsumerParameterCapabilities.SupportsMultipleValues">
      <summary>Indicates that the consumer supports multiple values for the specified filter parameter.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart">
      <summary>Displays HTML and script-based content. The Web Part stores the content in a property or links to a source file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.Content">
      <summary>Gets or sets embedded HTML that provides content for this Web Part. </summary>
      <returns>String Embedded HTML.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ContentHasToken">
      <summary>Gets or sets whether the Content property contains tokens.</summary>
      <returns>true indicates that the Content property contains tokens; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ContentLink">
      <summary>Gets or sets a URL that provides content for this Web Part. </summary>
      <returns>String URL that provides content for this Web Part</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.PartStorage">
      <summary>Gets or sets data that is specific to this Web Part. </summary>
      <returns>String that contains data that applies to this Web Part only.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ShouldSerializeContent">
      <summary>Indicates whether the Content property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ShouldSerializeContentHasToken">
      <summary>Indicates whether the ContentHasToken property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ShouldSerializeContentLink">
      <summary>Indicates whether the ContentLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ShouldSerializePartStorage">
      <summary>Indicates whether the PartStorage property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart">
      <summary>Represents the default tool part that is displayed in the tool pane for a Web Part that implements one or more custom properties (properties other than those provided by the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.ApplyChanges">
      <summary>Called when the user clicks the OK or the Apply button in the tool pane to apply all property changes to the Web Part on the server. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.Expand(System.Int32)">
      <summary>Expands the specified category in the tool part. </summary>
      <param name="categoryIndex">The index of the category to expand.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.Expand(System.String)">
      <summary>Expands the specified category in the tool part. </summary>
      <param name="categoryName">The name of the category to expand.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.ShouldAddProperty(System.Reflection.PropertyInfo)">
      <summary>Specifies whether a property should be created for the specified PropertyInfo object.</summary>
      <returns>true if the object specified by the <paramref name="pi" /> parameter is added to the property; otherwise, false.</returns>
      <param name="pi">The PropertyInfo object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.ShouldMakeExtraChecks"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.SyncChanges">
      <summary>Called after the <see cref="M:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart.ApplyChanges" /> method has successfully applied all property changes to the instantiated Web Part on the server to allow a refresh of the tool parts displayed in the tool pane.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataFormConsumerConnectionPoint">
      <summary>Represents the Connection point that disables itself when the owning Web Part is not supposed to provide rows or to consume Web Part parameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormConsumerConnectionPoint.#ctor(System.Reflection.MethodInfo,System.Type,System.Type,System.String,System.String,System.Boolean)">
      <param name="callbackMethod"></param>
      <param name="interfaceType"></param>
      <param name="controlType"></param>
      <param name="displayName"></param>
      <param name="id"></param>
      <param name="allowsMultipleConnections"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormConsumerConnectionPoint.GetEnabled(System.Web.UI.Control)">
      <param name="control"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataFormParameter">
      <summary>Receives data (XML/XPathNavigable objects) from a ASP2.0.Net DataSourceControl.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormParameter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormParameter.Evaluate(System.Web.HttpContext,System.Web.UI.Control)">
      <param name="context"></param>
      <param name="control"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormParameter.ParameterKey">
      <summary>Gets the string to be used in extracting the correct value for the control parameter.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormParameter.ParameterValues">
      <summary>Gets the hash table name/value pair to be extracted by this parameter class. Used by inheritors of the DataFormParameter. In base class it returns null.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint">
      <summary>Disables itself when the owning Web Part should not provide rows.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint.#ctor(System.Reflection.MethodInfo,System.Type,System.Type,System.String,System.String,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint" /> class.</summary>
      <param name="callbackMethod"></param>
      <param name="interfaceType"></param>
      <param name="controlType"></param>
      <param name="displayName">.</param>
      <param name="id">.</param>
      <param name="allowsMultipleConnections">.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint.GetEnabled(System.Web.UI.Control)">
      <param name="control"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart">
      <summary>An XSLT-rendering Web Part that receives its data (XML/XPathNavigable objects) from a DataSourceControl control.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._assemblyReferences">
      <summary>Registers directive markups that help parse the output of XSLT transformation by a <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._bypassXSLCache"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._connectedFilterProviders">
      <summary>Specifies a collection of filter providers that provide Web Part–to–Web Part connections to the current <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._connectedParametersProviders">
      <summary>Specifies a collection of Web Part collection providers that are set on the current <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._deferParamBinding"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._deferredXSLTBecauseOfConnections">
      <summary>Defers the XSLT transformation until all data is received.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._fieldNameXPaths">
      <summary>Specifies a hash table that returns a collection of XPaths mapped to field display names that are exposed by the current view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._fireInitialRow">
      <summary>Indicates whether to fire the initial row.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._nameValuesFromClick">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._onLoadFired">
      <summary>Indicates whether the OnLoad call of the Web Part has been executed. For internal use only.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._receivedFilterData">
      <summary>Stores data received from the Web Part connection. The data is applied to the filter later in the life cycle of the page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._receivedParametersData">
      <summary>Stores data received from the Web Part collection. The data is applied to the parameters later in the life cycle of the page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._rowData">
      <summary>Stores the name/value pairs from the collection post-back.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._rowProviderConnectedCount">
      <summary>Contains a count of the connected row providers to the current <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart._viewClicked">
      <summary>Indicates whether the user has clicked on the record, initiating the connection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AddDataBinding(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
      <param name="op"></param>
      <param name="controlId">ID of the control.</param>
      <param name="propertyName">Name of the property.</param>
      <param name="eventName">Name of the event.</param>
      <param name="keyField">Key field.</param>
      <param name="keyValue">Key value.</param>
      <param name="dataField">Data field.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AddDataSourceControls"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AllowXSLTEditing">
      <summary>Specifies whether to allow XSLT editing by Microsoft Office SharePoint Designer 2007 or any other editor that is compatible with Windows SharePoint Services.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ApplyReceivedConsumerData"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ApplyReceivedFilterData"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ApplyReceivedParametersData"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AreAllConsumerInterfacesFulfilled"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AsyncRefresh"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AutoRefresh"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.AutoRefreshInterval"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.CacheXslStorage">
      <summary>Indicates whether to cache the compiled XSLT transformation for the current Web Part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.CacheXslTimeOut">
      <summary>Indicates the duration of the lifetime, in seconds, for the XSLT cache.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.CanHaveServerControls"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ConnectToDataSourceControl"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ConstructXPathNavigator(System.Collections.IEnumerable,System.Collections.ArrayList,System.String,System.String)">
      <summary>Constructs an XPathNavigator over the IEnumerable collection passed in.</summary>
      <param name="dataEnumeration">Data.</param>
      <param name="attributes">Names of the attributes in the data.</param>
      <param name="dataCollectionName">Name for the collection of data.</param>
      <param name="dataItemName">Name for each item in the data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataBind"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataFields">
      <summary>Gets or sets a list of data fields that can be used for connections.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataSource">
      <summary>Returns the current data source control that is used by the Web Part to render data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataSourceID">
      <summary>Gets or sets the data source ID.</summary>
      <returns>Returns the ID of the current data source control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataSources">
      <summary>Gets the collection of data source controls.</summary>
      <returns>Returns a collection of the data source controls that are stored in the current <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataSourcesString">
      <summary>Gets the markup string that is stored in the Web Part table for the inside zone of the <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Default">
      <summary>Indicates whether the view is the default for the list. </summary>
      <returns>true if the view is the default for the list.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DeferredRowDelegates"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DfwpCacheRead(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Boolean)">
      <param name="storage"></param>
      <param name="key"></param>
      <param name="forceSharedAppCache"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DfwpCacheWrite(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Boolean,System.Object,System.Int32)">
      <param name="storage"></param>
      <param name="key"></param>
      <param name="forceSharedAppCache"></param>
      <param name="value"></param>
      <param name="timeoutSecs"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DisableCrossPageConnectionAboutToBeFired"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DisplayName">
      <summary>Keeps the display name of the original list view when converting a <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> object to a.<see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DoesPostbackEqualEvent(System.String,System.String,System.Boolean,System.String@)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.EnsureList"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ErrorMessageClass">
      <summary>Gets the ErrorMessageClass property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart.eventArgument">
      <summary>Records the callback string arguments for later processing.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart.EXCLUDESUFFIX"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FilterField">
      <summary>Gets the filter field name.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FilterOperations"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FilterPropertyDescriptorCollection">
      <summary>Gets the FilterPropertyDescriptorCollection property.</summary>
      <returns>Returns a PropertyDescriptorCollection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FilterValue">
      <summary>Specifies the filter field value that is applied to the current Web Part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FilterValues">
      <summary>Gets the hash table that stores all the existing filter name/value pairs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FindControlInNamingContainerStack(System.Web.UI.Control,System.String)">
      <summary>Finds the specified control in a stack of NamingContainer objects.</summary>
      <param name="control"></param>
      <param name="controlId"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.FireInitialRow">
      <summary>Specifies whether to activate the initial row for Web Part connections.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ForceDataBind"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ForceTransformRerun"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetDesignTimeHtml"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetFilterData(System.Collections.IDictionary)">
      <param name="parametersData">Data           </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetParametersData(System.Collections.IDictionary)">
      <param name="parametersData"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetProviderInterface"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetRowData(System.Web.UI.WebControls.WebParts.RowCallback)">
      <param name="callback"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetSPWebPartConnectionByID(System.String)">
      <param name="connectionID"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetToolParts"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(System.String)">
      <param name="viewPath"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleRuntimeException(System.Exception)">
      <returns>Always returns false.</returns>
      <param name="ex"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.HandleXslException(System.Exception)">
      <returns>Always returns false.</returns>
      <param name="ex"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.InitialAsyncDataFetch"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.IntermediateFormActions"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.InvalidateConnecteeViewState(System.Collections.Hashtable)">
      <param name="mapAlreadySeen"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.IsCrossPageConnectionAboutToBeFired"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.IsPrivilegedUser">
      <summary>Gets the value of the IsPrivilegedUser property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ListDisplayName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ListName">
      <summary>Specifies the GUID of the list.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ListUrl"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.LoadResource(System.String)">
      <param name="id"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ManualRefresh"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IConnectionData#GetData"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IConnectionData#GetRequiresData"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ModifyXsltArgumentList(Microsoft.SharePoint.WebPartPages.ArgumentClassWrapper)">
      <param name="argList"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.NoDefaultStyle">
      <summary>Gets or sets the NoDefaultStyle string.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.NoFilterField"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.OnLoad(System.EventArgs)">
      <param name="e">Event arg           </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.OnPreRender(System.EventArgs)">
      <param name="e">Event arg           </param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.PageSize">
      <summary>Specifies the page size.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ParameterBindings">
      <summary>Gets or sets the parameter binding information used by the <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ParametersPropertyDescriptorCollection">
      <summary>Gets the ParametersPropertyDescriptorCollection property.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ParameterValues">
      <summary>Gets the name/value pair for the current <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object for rendering purposes.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.PopulateFileHashDetails(System.Collections.Hashtable)">
      <param name="fileHashTable"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.PostProcessCPBs"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.PreprocessPostBackEvent(System.String@)">
      <param name="eventArg">Event arg           </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.PreprocessSinglePostBackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.RaiseCallbackEvent(System.String)">
      <param name="eventArgument">Event arg           </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.RaisePostBackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)">
      <param name="output"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ResetXslCache">
      <summary>Invalidates the XSL cache.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.SampleData">
      <summary>Stores sample XML data used to render the control when live data cannot or should not be used.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Schema">
      <summary>Gets the name/value pairs that are available to be used by clients of the IWebPartRow interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.SetConnectedFilterProvider(System.Web.UI.WebControls.WebParts.IWebPartParameters)">
      <param name="provider"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.SetConnectedParametersProvider(System.Web.UI.WebControls.WebParts.IWebPartParameters)">
      <param name="provider"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.SetDataSourceProperties"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldCacheDataSource">
      <summary>Indicates whether the compiled XSLT transformation for the current Web Part is cached.</summary>
      <returns>A Boolean value that indicates whether to cache the compiled XSLT transformation.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldConsumeParameters">
      <returns>Always returns true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldProvideRows">
      <summary>.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldToolPartShowDataSourceID">
      <summary>Indicates whether a <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object should show the <see cref="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.DataSourceID" /> editor portion of the tool part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldToolPartShowParameterBindings">
      <summary>Indicates whether a <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object should show the <see cref="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ParameterBindings" /> editor portion of the tool part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShouldToolPartShowXslEditor">
      <summary>Indicates whether a <see cref="T:Microsoft.SharePoint.WebPartPages.DataFormWebPart" /> object should show the XSL editor portion of the tool part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ShowWithSampleData">
      <summary>Gets or sets the ShowWithSampleData property. Specifies whether the real data or sample data is displayed for the Web Part in edit mode. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataFormWebPart.System#Web#UI#WebControls#WebParts#IWebPartRow#GetRowData(System.Web.UI.WebControls.WebParts.RowCallback)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.System#Web#UI#WebControls#WebParts#IWebPartRow#Schema"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.UseSQLDataSourcePaging">
      <summary>Turn on or off the SQL data source level paging.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ViewContentTypeId">
      <summary>Indicates the view content type ID for the specific view.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.ViewFlag">
      <summary>Gets or sets the view flag of the original list view object.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DataFormWebPart.webId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.WebPartException"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.XmlDefinition"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.XmlDefinitionLink"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.Xsl">
      <summary>Gets or sets the XSL text to be rendered by using XSLT transformation. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataFormWebPart.XslLink">
      <summary>Gets or sets the XslLink property.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataSourceControlDisabledException">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataSourceControlDisabledException.#ctor">
      <summary>Reserved for internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataSourceControlDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Reserved for internal use only.</summary>
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataSourceControlDisabledException.#ctor(System.String)">
      <summary>Reserved for internal use only.</summary>
      <param name="s"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataSourceControlDisabledException.#ctor(System.String,System.Exception)">
      <summary>Reserved for internal use only.</summary>
      <param name="s"></param>
      <param name="inner"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DataViewWebPart">
      <summary>Provides run-time support for data retrieval and presentation in Microsoft Office FrontPage 2003.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.DataViewWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.AfterDeserialize">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.AfterDeserialize" /> method.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheDataStorageProperty">
      <summary>Indicates the type of cache to use when caching data for a data view. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.CacheDataStorage" /> value that specifies the type of cache for storing data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheDataTimeout">
      <summary>Determines the length of time that elapses before the cache expires. </summary>
      <returns>An integer indicating the number of seconds that elapse before the cache expires.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheXslStorageProperty">
      <summary>Determines whether XSLT (Extensible Stylesheet Language Transformation) caching is done. </summary>
      <returns>true to cache XSLT; otherwise, false. The default is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CanRunAt">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CanRunAt" /> method.</summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> values.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ClearFilter(System.Object,System.EventArgs)">
      <summary>Implements the ClearFilter event handler.</summary>
      <param name="sender">Object sending event.</param>
      <param name="e">Event arguments.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.DataFields">
      <summary>Gets or sets persisted fields in the RowPath of the top-most DVT template.</summary>
      <returns>String that contains persisted fields in the RowPath.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.DataQuery">
      <summary>Gets or sets the XML that specifies which data retrieval service adapter to use for data retrieval and the query that is passed to the adapter. </summary>
      <returns>String that contains XML that specifies the data retrieval service adapter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.DataQueryNode">
      <summary>Gets or sets the DataQuery property as XML.</summary>
      <returns>A System.Xml.XmlNode that contains the XML representation of the DataQuery property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Default">
      <summary>Gets or sets persisted fields for the view flag. </summary>
      <returns>A string that contains the default value for a field.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.DisplayName">
      <summary>Gets or sets persisted fields for the view display name. </summary>
      <returns>A string that contains the fields for the view display name.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.DspGatherDSPandQuery(System.Xml.XmlDocument,System.Xml.XmlNamespaceManager,Microsoft.SharePoint.SPWeb,System.Boolean,Microsoft.SharePoint.Dsp.IDspAdapter@,Microsoft.SharePoint.Dsp.QueryRequest@,System.String@)">
      <summary>Returns the IDSPAdapter and QueryRequest objects based on the input data query XML.</summary>
      <param name="dataQueryXml">The input XML data for the data query.</param>
      <param name="nsmgr">An XmlNamespaceManager object that is used with the data query XML to resolve the query.</param>
      <param name="web">An SPWeb object that represents the site.</param>
      <param name="justProcessQuery">A Boolean value that controls whether this method processes the query for its validity but doesn't construct the IDSPAdapter and QueryRequest objects.</param>
      <param name="dsp">The IDSPAdapter object that represents the specified data query.</param>
      <param name="QueryRequest">The QueryRequest object that represents the specified data query.</param>
      <param name="assemblyName">A string that represents the assembly name holding the IDSPAdapter object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.EnsureInterfaces">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.EnsureInterfaces" /> method.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.DataViewWebPart.FilterConsumerInit">
      <summary>Occurs when a connection is established with a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.FireInitialRow">
      <summary>Gets or sets a flag that indicates whether to fire the first row of data. </summary>
      <returns>true indicates that the first row of data should be displayed; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.GetData">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetData" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.GetInitEventArgs(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)" /> method. Called by the part to part communication run time to gather supported interface information for this Web Part.</summary>
      <returns>Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs Initialization event arguments that this Web Part supports for the specified interface.</returns>
      <param name="interfaceName">Communication interface for which the called needs information.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.GetRequiresData">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu" /> method. It indicates whether this Web Part needs data during this round of communication.</summary>
      <returns>true registers this Web Part for the appropriate BeginDataRetrieval and EndDataRetrieval events.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.IsPrivilegedUser">
      <summary>Indicates whether the user is a member of the Administrator site group for the site. </summary>
      <returns>true if the user is a Web administrator; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ListName">
      <summary>Gets or sets the list name. </summary>
      <returns>A string that contains the name of the SharePoint list that is displayed by this Web Part.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>A string that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.NoDefaultStyle">
      <summary>Gets or sets a flag that indicates the DVWP for this Web Part does not use default styles. </summary>
      <returns>A string that contains "TRUE" if this Web Part does not use default styles; otherwise, the name of a user-defined style.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.NoFilter(System.Object,System.EventArgs)">
      <summary>Implements the NoFilter event handler. This event is sent by the provider to notify the consumer part that no filter will be provided. The consumer part should then just reuse the existing filter.</summary>
      <param name="sender">Object sending event</param>
      <param name="e">Event arguments.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.NoParametersIn(System.Object,System.EventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.NoParametersIn" /> event that is fired by the data provider.</summary>
      <param name="sender">Object sending the event.</param>
      <param name="e">Event arguments.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ParameterBindings">
      <summary>Gets or sets XSL and DataQuery parameter descriptions.</summary>
      <returns>String that contains the XSL and description for parameters in the DataQuery property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ParameterBindingsNode">
      <summary>Gets or sets the parameter bindings node. </summary>
      <returns>A System.Xml.XmlNode that contains parameter bindings.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ParametersInConsumerInit">
      <summary>Occurs when a connection is established with a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ParametersInReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs)">
      <summary>Implements the ParametersInReady event handler.</summary>
      <param name="sender">Object sending the event.</param>
      <param name="parametersInReadyEventArgs">Instance of ParametersInReadyEventArgs, which contains an array of parameter values.</param>
      <exception cref="System.Exception">Unexpected arguments were found in the parameters list.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)">
      <summary>Notifies other Web Parts that this Web Part has a connected interface, where that interface should run, and what that interface is connected to. </summary>
      <param name="interfaceName">Name of interface for this Web Part.</param>
      <param name="connectedPart">Reference to the Web Part to which this interface is connected.</param>
      <param name="connectedInterfaceName">Name of interface for the connected Web Part.</param>
      <param name="runAt">Where the interface for this Web Part should run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.PartCommunicationInit">
      <summary>Runs event handlers for server-side initialization events. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.PartCommunicationMain">
      <summary>Runs event handlers for server-side events for this Web Part. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.RaisePostBackEvent(System.String)">
      <summary>Called by ASP.NET when this Web Part does a postback to itself. </summary>
      <param name="eventArg">Event arguments.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.DataViewWebPart.RowProviderInit">
      <summary>Occurs when a connection is established with another Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.DataViewWebPart.RowReady">
      <summary>Occurs when the selected row changes, such as when a row is updated or selected. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.SetFilter(System.Object,Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs)">
      <summary>Implements the SetFilter event handler.</summary>
      <param name="sender">Object sending the event.</param>
      <param name="setFilterEventArgs">Arguments for the event, such as the filter expression.</param>
      <exception cref="System.Exception">Invalid filter string format was supplied.</exception>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeCacheDataStorageProperty">
      <summary>Indicates whether the <see cref="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheDataStorageProperty" /> property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeCacheDataTimeout">
      <summary>Indicates whether the <see cref="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheDataTimeout" /> property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeCacheXslStorageProperty">
      <summary>Indicates whether the <see cref="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.CacheXslStorageProperty" /> property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeDataFields">
      <summary>Indicates whether the DataFields property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeDataQueryNode">
      <summary>Indicates whether the DataQueryNode property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeNoDefaultStyle">
      <summary>Indicates whether the NoDefaultStyle property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeParameterBindingsNode">
      <summary>Indicates whether the ParameterBindingsNode property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeXslLink">
      <summary>Indicates whether the XslLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ShouldSerializeXslNode">
      <summary>Indicates whether the XsnNode property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.ViewFlag">
      <summary>Gets or sets persisted fields for the view flag. </summary>
      <returns>A string that contains the fields for the view flag.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.Xsl">
      <summary>Gets or sets the embedded Extensible Stylesheet Language Transformation (XSLT) that is used to transform the Web Part content if an XslLink is not supplied.</summary>
      <returns>A System.Xml.XmlNode that contains the XSLT that is used to transform content for this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.XslLink">
      <summary>Gets or sets the URL for the XSLT that is used to transform the content for this Web Part. </summary>
      <returns>String that contains the URL that points to the XSLT that renders content for this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.DataViewWebPart.XslNode">
      <summary>Gets or sets the embedded XSL that will be used to render the presentation of the Web Part. </summary>
      <returns>A System.Xml.XmlNode that contains embedded XSL that will be used to render the presentation of the Web Part.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.DesignerBuilderType">
      <summary>Contains references to builders for a design application compatible with Microsoft Windows SharePoint Services, such as Microsoft Office SharePoint Designer 2007.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.DesignerBuilderType" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.Color">
      <summary>Contains a constant used to reference a design application's Color builder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.Date">
      <summary>Contains a constant used to reference a design application's Date builder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.File">
      <summary>Contains a constant used to reference a design application's File builder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.Font">
      <summary>Contains a constant used to reference a design application's Font builder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.Picture">
      <summary>Contains a constant used to reference a design application's Picture builder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.DesignerBuilderType.String">
      <summary>Contains a constant used to reference a design application's String builder.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Direction">
      <summary>Specifies the language direction for the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Dir" /> property of a Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Direction.Default">
      <summary>Use the site language direction.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Direction.LeftToRight">
      <summary>The language direction of content text and frame title bar is left to right. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Direction.RightToLeft">
      <summary>The language direction of content text and frame title bar is right to left.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.EditorPartAdapter">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.EditorPartAdapter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.EditorPartAdapter.ApplyChanges">
      <summary>For internal use only. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.EditorPartAdapter.ApplyChangesInternal">
      <summary>For internal use only. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar">
      <summary>Displays informative messages about Web Part connections to filter consumers.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar.ConsumerFilterTypes">
      <summary>Gets a collection of Web Part–to–Web Part connection interface types to which this filter consumer can connect.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar.FilterConsumer">
      <summary>Gets a reference to the parent Web Part of the current <see cref="T:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar.ShowStatusInViewMode">
      <summary>Gets or sets a Boolean value that indicates whether the connection status should be shown or hidden when the page is in View mode.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FilterInfoBar">
      <summary>Displays contextual information in filters and filter consumers. Stores message information.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.FilterInfoBar" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.AddMessage(System.String)">
      <param name="message"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.AddMessage(System.String,System.Boolean)">
      <param name="message"></param>
      <param name="showFilterIcon"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.AddMessage(System.String,System.Boolean,System.Boolean)">
      <param name="message"></param>
      <param name="showFilterIcon"></param>
      <param name="dontEncode"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.ClearMessages">
      <summary>Removes all messages from the infobar.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterInfoBar.RenderContents(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterInfoBar.WebPartManager">
      <summary>Gets the Web Part manager.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FilterOperation"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterOperation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterOperation.FilterData"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterOperation.FilterValue"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterOperation.IsFieldLookupId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterOperation.OperationType"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar">
      <summary>Displays information about how the parent filter gets default values and to which Web Parts it is providing filter values.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar.FilterProvider">
      <summary>Gets a reference to the parent Web Part of the current <see cref="T:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar.OnPreRender(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar.ProviderFilterTypes">
      <summary>A collection of Web Part–to–Web Part connection interface types to which this filter provider can connect.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FrameState">
      <summary>Specifies the value of the FrameState property.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameState.Normal">
      <summary>The Web Part is displayed in its normal state, with title, content, and placement within the page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameState.Minimized">
      <summary>The Web Part is collapsed so that only the title portion of the frame appears.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FrameType">
      <summary>Specifies the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.FrameType" /> property. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameType.None">
      <summary>No frame. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameType.Standard">
      <summary>The standard frame style, which includes a title bar and border.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameType.TitleBarOnly">
      <summary>A frame style with a title bar and no border. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameType.Default">
      <summary>On a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class, indicates that the Web Part's frame type is set to the value of the containing <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartZone" />. On a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartZone" /> class, indicates that Web Parts in the zone default to the standard frame style. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.FrameType.BorderOnly"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.FriendlyNameAttribute">
      <summary>Specifies the caption displayed in the property pane for a Web Part's custom property. If you don't specify this attribute, the actual property name will be displayed in the property pane.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.FriendlyNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.FriendlyNameAttribute" /> class.</summary>
      <param name="name">The property name.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.FriendlyNameAttribute.FriendlyName">
      <summary>Gets the caption displayed in the property pane for a Web Part's custom property. </summary>
      <returns>The friendly name of the Web Part's custom property.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.HorizontalAlignment">
      <summary>Determines the value of the HorizontalAlignment property of the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.HorizontalAlignment.Left">
      <summary>Left-align the image.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.HorizontalAlignment.Center">
      <summary>Center the image.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.HorizontalAlignment.Right">
      <summary>Right-align the image.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute">
      <summary>Defines the HtmlDesigner attribute that is used on a Web Part custom property. It specifies if a custom property uses a custom builder and the URL of the builder, or if the custom property does not use any builder, including any default builder.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute" /> class.</summary>
      <param name="url"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute.BuilderArguments">
      <summary>Gets or sets the arguments, if any, to be passed to the custom HTML property builder. </summary>
      <returns>String Containing the arguments that are passed to the custom builder.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute.BuilderUrl">
      <summary>Gets the URL of the property builder Web page. </summary>
      <returns>String URL of the property builder Web page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute.DialogFeatures">
      <summary>Gets or sets the shape, size, or other features of the custom properties builder dialog box. </summary>
      <returns>String Specifies the properties for the custom properties builder dialog box.The following list details the allowable values for the DialogFeatures property:OptionValuesDescriptiondialogHeightsHeightSets the height of the dialog box.dialogLeftsXPosSets the left position of the dialog box relative to the upper-left corner of the desktop.dialogTopsYPosSets the top position of the dialog box relative to the upper-left corner of the desktop.dialogWidthsWidthSets the width of the dialog box.centeryes, no, 1, 0, on, offSpecifies whether to center the dialog box within the desktop. The default is Yes. dialogHideyes, no, 1, 0, on, offSpecifies whether the dialog box is hidden when printing or using print preview. This feature is only available when a dialog box is opened from a trusted application. The default is No.edgesunken, raisedSpecifies the edge style of the dialog box. The default is Raised.helpyes, no, 1, 0, on, offSpecifies whether the dialog box displays the context-sensitive Help icon. The default is Yes. resizableyes, no, 1, 0, on, offSpecifies whether the dialog box has fixed dimensions. The default is No. scrollyes, no, 1, 0, on, offSpecifies whether the dialog box displays scrollbars. The default is Yes. statusyes, no, 1, 0, on, offSpecifies whether the dialog box displays a status bar. The default is Yes for untrusted dialog boxes and No for trusted dialog boxes. unadornedyes, no, 1, 0, on, offSpecifies whether the dialog box displays the window border. This feature is only available when a dialog box is opened from a trusted application. The default is No. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.HtmlDesignerAttribute.HtmlEditorBuilderType">
      <summary>Gets or sets the type of custom HTML property builder. </summary>
      <returns>String Specifies the type of builder. Use the <see cref="T:Microsoft.SharePoint.WebPartPages.DesignerBuilderType" /> to support builders of these types: color, date, file, font, picture, and string. </returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IAddtoGallery">
      <summary>Defines a property that allows a Web Part to add menu items to the Add Web Parts gallery tool pane.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IAddtoGallery.GalleryOptions">
      <summary>Gets the XML fragment that defines the menu items added to the menu of the Add Web Parts gallery tool pane.</summary>
      <returns>String Contains the options displayed in the Web Part gallery menu.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IConnectionData">
      <summary>Enables connections data between provider and consumer interfaces when the provider interface depends on the consumer interface to get data.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IConnectionData.GetData">
      <summary>Called during the data-retrieval loop when it is time to fetch data. GetData is used in conjunction with <see cref="M:Microsoft.SharePoint.WebPartPages.IConnectionData.GetRequiresData" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IConnectionData.GetRequiresData">
      <summary>Allows an ASP.NET Web Part to specify that it requires data and that it wants to participate in the data-retrieval loop.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ICustomizeToolPane">
      <summary>Provides methods and properties you must implement when creating a custom tool pane.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ICustomizeToolPane.CreateToolPaneControls(Microsoft.SharePoint.WebPartPages.ToolPane)">
      <summary>Creates a custom tool pane's child controls.</summary>
      <param name="toolpane">A <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> object that represents the tool pane for which to create child controls.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ICustomizeToolPane.ShowZoneIdentification">
      <summary>Activates the display of Web Parts zones (equivalent to selecting the Design this page command on the Modify Page menu) in the Web Part page when a custom tool pane is invoked.</summary>
      <returns>Boolean true if displaying Web Part zones is enabled; otherwise false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ICustomizeToolPane.ToolPaneTemplate">
      <summary>Gets a String that contains an XML fragment that specifies a template for a custom tool pane.</summary>
      <returns>An XML fragment that defines a template for a custom tool pane.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IDefaultFilterValue">
      <summary>Consumed by WebParts that support default values via Part-to-Part connections. Provided by TransformableFilterValuesToDefaultValueTransformer.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IDefaultFilterValue.DefaultValue">
      <summary>Gets the default value.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IFilterValues">
      <summary>Interface for parameters that describe the interaction between the data provider and the consumer of provider data.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IFilterValues.ParameterName">
      <summary>Gets a string that represents the parameter name. This is typically the same name as the consumer parameter that was selected by the end user during the filter <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> connection configuration.</summary>
      <returns>The string that represents the name of the parameter being passed between the consumer and the provider.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IFilterValues.ParameterValues">
      <summary>Gets the actual parameter values from the filter provider that will be used by the filter consumer.</summary>
      <returns>The collection of values that is sent by the provider.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IFilterValues.SetConsumerParameters(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.WebPartPages.ConsumerParameter})">
      <summary>Called by a filter consumer to indicate what parameters it supports.</summary>
      <param name="parameters">A read-only collection of consumer <see cref="T:Microsoft.SharePoint.WebPartPages.ConsumerParameter" /> objects.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IListWebPart"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IListWebPart.ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IListWebPart.PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IListWebPart.ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IListWebPart.ViewId"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ImageWebPart">
      <summary>Displays a linked image. It also supports Web Part Connections between compatible Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.AlternativeText"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.BackgroundColor">
      <summary>Gets or sets the color applied to the background of this Web Part.</summary>
      <returns>A string that specifies the color applied to the background of this Web Part.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.CanRunAt">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CanRunAt" /> method.</summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> values.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.ImageWebPart.CellConsumerInit">
      <summary>Occurs when a connection is initialized with another Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface. This event passes the internal name and display name of the cell to other connected Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.CellProviderInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs)">
      <summary>Implements the CellProviderInit event handler.</summary>
      <param name="sender">The object sending the event.</param>
      <param name="cellProviderInitArgs">An instance of CellProviderInitEventArgs that contains the name and type of the cell being sent.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.CellReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs)">
      <summary>Implements the CellReady event handler.</summary>
      <param name="sender">Object sending the event.</param>
      <param name="cellReadyArgs">Contains an instance of CellReadyEventArgs, which contains information about the cell being sent.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.EnsureInterfaces">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.EnsureInterfaces" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.GetInitEventArgs(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)" /> method. It specifies an interface whose initialization events should be fired.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs" /> object that specifies the column names (the FieldList property) and column captions (the FieldDisplayList property) of the list displayed in this Web Part.</returns>
      <param name="interfaceName">Interface whose initialization events should be fired.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.HorizontalAlignment">
      <summary>Gets or sets horizontal alignment for the image. </summary>
      <returns>Value from the <see cref="T:Microsoft.SharePoint.WebPartPages.HorizontalAlignment" /> enumeration. Values include " Left," "Center," and "Right."</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.ImageLink">
      <summary>Gets or sets an URL or file path that specifies the location of an image file. </summary>
      <returns>String URL or file path that specifies the location of an image file.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)">
      <summary>Notifies the Web Part that it has been connected. The Web Part is told where it should run, to which Web Part it is connected and over which interface it is connected. </summary>
      <param name="interfaceName">Name of interface for this Web Part.</param>
      <param name="connectedPart">Reference to the Web Part to which this interface is connected.</param>
      <param name="connectedInterfaceName">Name of interface for connected Web Part.</param>
      <param name="runAt">Where the interface for this Web Part should run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.PartCommunicationInit">
      <summary>Signals when this Web Part can fire any of its server-side init events, such as CellConsumerInit.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.ShouldSerializeAlternativeText"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.ShouldSerializeBackgroundColor">
      <summary>Indicates whether the BackgroundColor property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.ShouldSerializeHorizontalAlignment">
      <summary>Indicates whether the HorizontalAlignment property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.ShouldSerializeImageLink">
      <summary>Indicates whether the ImageLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPart.ShouldSerializeVerticalAlignment">
      <summary>Indicates whether the VerticalAlignment property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.VerticalAlignment">
      <summary>Gets or sets vertical alignment for the image. </summary>
      <returns>Value from the <see cref="T:Microsoft.SharePoint.WebPartPages.VerticalAlignment" /> enumeration that indicates the vertical alignment for the image. Values include "Top," "Middle," and "Bottom."</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter">
      <summary>Changes the rendering of a  <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> object so that it appears appropriately on a mobile device.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter.Control">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> object whose rendering is being adapted.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> that the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter" /> renders.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IRuntimeFilter">
      <summary>Controls which Web Parts are rendered at run time based on a set of arbitrary parameters stored in the IsIncludedFilter property of the Web Part base class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IRuntimeFilter.CheckRuntimeRender(System.String)">
      <summary>Indicates whether the Web Part will be rendered on the page.</summary>
      <returns>A Boolean value that indicates whether the Web Part will be rendered. true if the Web Part will be included on the page; otherwise, false.</returns>
      <param name="IsIncludedFilter">Stores the parameters used by the IRuntimeFilter interface to determine whether the Web Part will be included on the page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IRuntimeFilter.InitializeStrings(System.Globalization.CultureInfo)">
      <summary>Initializes string constants based on the value of the cultureInfo parameter.</summary>
      <returns>System.Collections.ArrayList   An ArrayList consisting of the following constants (in this order): IsIncludedFilterFriendlyName, IsIncludedFilterTooltip, IsIncludedFilterFriendlyNameButtonLabel, IsIncludedBuilderDialog.</returns>
      <param name="cultureInfo">Used to specify culturally-sensitive (locale-related) data like dates and times, if any.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IRuntimeFilter.IsFilterActive">
      <summary>Controls whether the runtime filter is active and visible for different sites.</summary>
      <returns>true if a run-time filter exists for the site; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IRuntimeFilter.ValidateIsIncludedFilter(System.String)">
      <summary>Checks that the values in the IsIncludedFilter property are valid before they are saved to the database.</summary>
      <returns>String   Contains the string IsIncludedFilter.</returns>
      <param name="persistedString">Contains the values of the IsIncludedFilter property.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IRuntimeFilter2">
      <summary>Controls which Web Parts are rendered at run time based on a set of arbitrary parameters that are stored in the AuthorizationFilter property of the Web Part base class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.IRuntimeFilter2.GetToolPaneControl"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ISampleData">
      <summary>Required if a Web Part wants to display sample data for data source controls.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ISampleData.ShowSampleData">
      <summary>Gets or sets a value that indicates whether to show sample data.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ISPHierarchyData">
      <summary>Provides an interface to create hierarchical <see cref="T:System.Xml.XmlDocument" /> objects from data sources that derive from the <see cref="T:System.Web.UI.IHierarchicalDataSource" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ISPHierarchyData.AddAttributes(System.Xml.XmlDocument,System.Xml.XmlElement@)">
      <summary>Writes additional attributes that modify a node that has been associated with an <see cref="T:System.Xml.XmlDocument" />. The <see cref="T:System.Xml.XmlDocument" /> is the parent of the node to be modified.</summary>
      <param name="parentDoc">Represents an XML <see cref="T:System.Xml.XmlDocument" />.</param>
      <param name="node">Represents an <see cref="T:System.Xml.XmlElement" />       to which attributes are added.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.IToolPaneControl">
      <summary>Represents an advanced <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart" /> Web control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.IToolPaneControl.Text">
      <summary>Gets the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AuthorizationFilter" /> property from the corresponding Web part when the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart" /> is loaded, or sets the value when the <see cref="M:Microsoft.SharePoint.WebPartPages.ToolPart.ApplyChanges" /> method is called.</summary>
      <returns>Returns the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AuthorizationFilter" /> property from the corresponding Web Part.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues">
      <summary>The interface supported by filter providers.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues.AllowAllValue">
      <summary>Gets a value indicating whether all values are allowed.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues.AllowEmptyValue">
      <summary>Gets a value indicating whether empty values are allowed. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues.AllowMultipleValues">
      <summary>Gets a value indicating whether multiple values are allowed. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues.ParameterName">
      <summary>Gets a string representing the parameter name. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues.ParameterValues">
      <summary>Gets the parameter values.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ListFormWebPart">
      <summary>Renders Windows SharePoint Services list forms in a Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ListFormWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.CanRunAt"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Content">
      <summary>Gets or sets embedded HTML or XML that provides content for this Web Part. </summary>
      <returns>A string that contains embedded HTML or XML content.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ControlMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.CreateWebPartMenu">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu" /> method.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.DisableInitialFocus"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.EnsureInterfaces"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.FormType">
      <summary>Gets or sets the type of the form. </summary>
      <returns>An integer that indicates the type of form.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.GetInitEventArgs(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.HideIfNoPermissions"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ItemContext"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ListItemId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ListName">
      <summary>Gets or sets the list name. </summary>
      <returns>String Name of list that is displayed by this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ListTitle"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.LoadResource(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebControls#IDesignerEventAccessor#OnDesignerPreRender(System.EventArgs)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.PartCommunicationInit"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.PartCommunicationMain"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShouldSerializeContent">
      <summary>Indicates whether the Content property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShouldSerializeListName">
      <summary>Indicates whether the ListName property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShouldSerializeToolbar"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShouldSerializeViewFlag"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ShowToolbarWithRibbon"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Template"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.TemplateName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.Toolbar"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListFormWebPart.ViewFlag"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart">
      <summary>Renders Windows SharePoint Services list views in a Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.CanRunAt">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CanRunAt" /> method.</summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.CssStyleSheet"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.DatasheetViewParameter">
      <summary>Contains the parameter name for the DataSheet view in this Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.EnsureInterfaces">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.EnsureInterfaces" /> method.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.FilterString">
      <summary>Gets or sets filtering and sorting information for this Web Part. </summary>
      <returns>String Filtering and sorting information for this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Flags">
      <summary>Gets or sets numeric representation of the Microsoft.SharePoint.WebPartPages.ViewType enumeration, which specifies which view to display.</summary>
      <returns>An unsigned integer that specifies display options for this Web Part.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.FolderCTIDParameter"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetData">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetData" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetInitEventArgs(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)" /> method. It specifies an interface whose initialization events should be fired.</summary>
      <returns>A Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs that specifies the column names (the FieldList property) and column captions (the FieldDisplayList property) of the list displayed in this Web Part.</returns>
      <param name="interfaceName">Interface whose initialization events should be fired.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetRequiresData">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu" /> method. It indicates whether this Web Part needs data during this round of communication.</summary>
      <returns>true registers this Web Part for the appropriate BeginDataRetrieval and EndDataRetrieval events.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ListControlName">
      <summary>Gets the name of the ActiveX control associated with this Web Part. </summary>
      <returns>String ActiveX control associated with this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ListName">
      <summary>Gets or sets the GUID of the list that is displayed in the Web Part. </summary>
      <returns>A string that contains the GUID of the list with all-uppercase characters and enclosed within curly braces ({ }).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ListViewXml">
      <summary>Gets or sets the list view in XML format. </summary>
      <returns>String List view in XML format.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Microsoft#SharePoint#WebControls#IWebPartPageComponentProvider#WebPartContextualInfo"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ListId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#PageType"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewFlags"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.Microsoft#SharePoint#WebPartPages#IListWebPart#ViewId"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.PagedIDParameter">
      <summary>Contains the parameter name for a paged ID in this Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.PagedParameter">
      <summary>Contains the parameter name for the paged attribute in this Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)">
      <summary>Notifies other Web Parts that this Web Part has a connected interface, where that interface should run, and what that interface is connected to. </summary>
      <param name="interfaceName">Name of interface for this Web Part.</param>
      <param name="connectedPart">Reference to the Web Part to which this interface is connected.</param>
      <param name="connectedInterfaceName">Name of interface for connected Web Part.</param>
      <param name="runAt">Where the interface for this Web Part should run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.PartCommunicationInit">
      <summary>Runs event handlers for server-side Init events. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.PartCommunicationMain">
      <summary>Runs event handlers for server-side events for this Web Part. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.RaiseCallbackEvent(System.String)">
      <param name="eventArgument"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.RestrictedTemplateType(Microsoft.SharePoint.SPList)">
      <param name="list"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.RestrictedTemplateType(Microsoft.SharePoint.SPListTemplateType)">
      <param name="template"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.RootFolderParameter">
      <summary>Contains the parameter name for the root folder used by this Web Part.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.SelectedID"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeDescription"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeDetailLink">
      <summary>Indicates whether the DetailLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeFilterString">
      <summary>Indicates whether the FilterString property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeFlags">
      <summary>Indicates whether the Flags property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeListName">
      <summary>Indicates whether the ListName property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeListViewXml">
      <summary>Indicates whether the ListViewXml property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeSelectedID">
      <summary>Indicates whether the SelectedID property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeTitle">
      <summary>Indicates whether the Title property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeViewContentTypeId"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeViewFlag"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeViewGuid">
      <summary>Indicates whether the ViewGuid property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeViewType">
      <summary>Indicates whether the ViewType property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ShouldSerializeWebId"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.TopicsViewParameter"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewContentTypeId"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewFieldsOnlyParameter"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewFlag"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewGuid">
      <summary>Gets or sets the GUID for the Windows SharePoint Services view that is used in the Web Part.</summary>
      <returns>A string that contains the GUID of the view with all-uppercase characters and enclosed within curly braces ({ }).</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewType">
      <summary>Gets or sets the type of view to display in this Web Part. </summary>
      <returns>Value from the Microsoft.SharePoint.WebPartPages.ViewType enumeration.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.WebId"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter">
      <summary>Changes the rendering of a <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> object so that it appears appropriately on a mobile device.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter" />  class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.Control">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> object whose rendering is being adapted.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> that the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter" /> renders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.CreateControlsForSummaryView">
      <summary>Renders a summary view of the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> that is appropriate for mobile devices.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.CurrentList">
      <summary>Gets the current list.</summary>
      <returns>The current list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.CurrentListItems">
      <summary>Gets the all the items in the current list that are also in the current view.</summary>
      <returns>The current view items in a collection that is castable to <see cref="T:Microsoft.SharePoint.SPListItemCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter.CurrentView">
      <summary>Returns the current view of the current list.</summary>
      <returns>The current view for the current list.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ManagedLinkAttribute">
      <summary>Indicates a property that should be processed.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ManagedLinkAttribute.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ManagedLinkAttribute.ConvertServerLinksToRelative"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ManagedLinkAttribute.Fixup">
      <summary>Gets or sets a value that determines if the link should be fixed.</summary>
      <returns>true if the link should be fixed; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.MembersWebPart">
      <summary>Implements the list display on the Document Workspace home page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MembersWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.MembersWebPart" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MembersWebPart.DisplayType"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MembersWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MembersWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MembersWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MembersWebPart.MembershipGroupId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MembersWebPart.NumberLimit">
      <summary>Gets or sets number of items to display. </summary>
      <returns>Int32 Number of items to display.</returns>
      <exception cref="WebPartPageUserException">Number limit was exceeded.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MembersWebPart.Toolbar">
      <summary>Gets or sets a flag that indicates whether to display a toolbar for this Web Part. </summary>
      <returns>true displays the toolbar; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.MembersWebPartDisplayType">
      <summary>Displays members of a WebPartZone in a document workspace home page. Membership is displayed as a  list, by using the <see cref="T:Microsoft.SharePoint.SPList" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.MembersWebPartDisplayType.WebUserGroups">
      <summary>Indicates that the member of a WebPartZone is in the collection of user objects that are explicitly assigned permissions to access the Web site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.MembersWebPartDisplayType.WebMemberGroup">
      <summary>Indicates whether this site is in a special group, based on <see cref="P:Microsoft.SharePoint.SPWeb.AllProperties" /> metadata of the site.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.MembersWebPartDisplayType.GroupMembership">
      <summary>Indicates that the member of a WebPartZone is in a collection of group objects.  This collection is associated with a collection of user objects that are displayed on the Web site.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Menu">
      <summary>Represents the menu for a Web Part. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Menu.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Menu" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Menu.IsParent">
      <summary>Gets a value indicating whether this menu contains any menu items. This property is read-only. </summary>
      <returns>true if there are menu items; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Menu.MenuItems">
      <summary>Gets a value indicating the collection of MenuItem objects associated with the menu.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.MenuItemCollection" />value that specifies the MenuItem objects for the menu.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.MenuItem">
      <summary>Used to create and modify the behavior of items on a Web Part menu. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItem.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.MenuItem" /> class.</summary>
      <param name="displayText">Text to display for this menu item.</param>
      <param name="clientEvent">The client event script to run when this menu item is clicked.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItem.#ctor(System.String,System.String,System.EventHandler)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.MenuItem" /> class.</summary>
      <param name="displayText">Text to display for this menu item.</param>
      <param name="menuID">The menu ID to assign this menu item.</param>
      <param name="onClick">The server event handler to run when this menu item is clicked.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItem.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.MenuItem" /> class.</summary>
      <param name="displayText">Text to display for this menu item.</param>
      <param name="clientEvent">The client event script to run when this menu item is clicked.</param>
      <param name="menuID">The menu ID to assign to this menu item.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.BeginSection">
      <summary>Gets or sets whether to create or delete a separator line above a menu item. </summary>
      <returns>true if a separator is to be displayed above the menu item; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.Caption">
      <summary>Gets or sets the text caption that is displayed for the menu item. </summary>
      <returns>A string that represents the text caption of the menu item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.Checked">
      <summary>Gets or sets whether to visually display a check mark next to the menu item. </summary>
      <returns>true to display a check mark next to the menu item; otherwise, false. The default is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.ClientEvent">
      <summary>Gets or sets the client-side Microsoft JScript code to execute when this menu item is clicked. </summary>
      <returns>A string which specifies the JScript code for the click event which needs to get sent to the client.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.Enabled">
      <summary>Gets or sets whether the menu item is enabled. </summary>
      <returns>true if the menu item is enabled; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.IsParent">
      <summary>Gets whether the menu item contains child menu items. </summary>
      <returns>true if the menu item contains child menu items; false if the menu is a standalone menu item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.MenuID">
      <summary>Gets or sets the unique identifier for a Web Part menu item. Token replacement is allowed. </summary>
      <returns>The unique identifier for a menu item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.MenuItems">
      <summary>Gets the collection of MenuItem objects for a submenu.</summary>
      <returns>A Microsoft.SharePoint.WebPartPages.MenuItemCollection object representing all of the MenuItem objects of a menu's submenu.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.OnClick">
      <summary>Gets or sets the server-side function to execute for server-side menu items. </summary>
      <returns>Specifies the System.EventHandler when a menu item is clicked.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItem.Visible">
      <summary>Gets or sets whether a menu item is displayed. </summary>
      <returns>true if the menu item is visible on the menu; otherwise, false. The default is true.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.MenuItemCollection">
      <summary>Used to add, delete, and arrange the menu items that are displayed in a Web Part menu. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Add(Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Adds a previously created MenuItem to the end of the current menu.</summary>
      <param name="menuItem">A MenuItem object that represents the menu item to add to the current menu.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.AddRange(Microsoft.SharePoint.WebPartPages.MenuItem[])">
      <summary>Adds an array of previously created MenuItem objects to the collection.</summary>
      <param name="menuItemsToAdd">An array of MenuItem objects to be added to the end of the current collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Contains(Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Determines if the specified MenuItem is a member of the collection.</summary>
      <returns>true if the MenuItem object is found in the collection; otherwise, false.</returns>
      <param name="menuItem">The MenuItem object that you are searching for in the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.CopyTo(Microsoft.SharePoint.WebPartPages.MenuItem[],System.Int32)">
      <summary>Copies the entire collection into a one-dimensional array starting at the specified index. </summary>
      <param name="array">An array of MenuItem objects to be added to the menu.</param>
      <param name="index">The location in the current collection to add the array of MenuItem objects.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.GetEnumerator">
      <summary>Returns an enumerator that can iterate through the collection. </summary>
      <returns>A System.Collections.IEnumerator that you can use to iterate through the collection.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.IndexOf(Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Retrieves the first index of a specific item in the collection. </summary>
      <returns>Int32 value that represents the first index location of the specified MenuItem object.</returns>
      <param name="menuItem">The MenuItem object that you want to locate within a collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Insert(System.Int32,Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Adds a previously created MenuItem at the specified index within the menu item collection.</summary>
      <param name="index">The location in the collection to add the menu item.</param>
      <param name="value">The MenuItem object to add to the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Item(System.Int32)">
      <summary>Gets the MenuItem at the specified indexed location in the collection.</summary>
      <returns>Microsoft.SharePoint.WebPartPages.MenuItem. The MenuItem object at the specified index location.</returns>
      <param name="index">The indexed location of the MenuItem object in the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.ItemFromID(System.String)">
      <summary>Returns a MenuItem in a collection, and all subcollections with an ID matching the parameter.</summary>
      <returns>A MenuItem object with the specified ID. Returns null if a MenuItem does not exist.</returns>
      <param name="menuItemID">The unique identifier of the menu item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Remove(Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Deletes the first instance of the specified MenuItem from the collection.</summary>
      <param name="menuItem">A MenuItem object that is to be removed.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.MenuItemCollection.Replace(Microsoft.SharePoint.WebPartPages.MenuItem,Microsoft.SharePoint.WebPartPages.MenuItem)">
      <summary>Replaces the first instance of the first MenuItem parameter with the second MenuItem parameter.</summary>
      <param name="oldMenuItem">The MenuItem object that you want to delete from the collection.</param>
      <param name="newMenuItem">The MenuItem object that you want to add to the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Orientation">
      <summary>Specifies the orientation of Web Parts in a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartZone" /> control.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Orientation.Vertical">
      <summary>Web Parts will be laid out top to bottom. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Orientation.Horizontal">
      <summary>Web Parts will be laid out left to right. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.PageViewerWebPart">
      <summary>Displays content from a linked Web Page, folder, or file. This Web Part renders its content within an IFRAME element.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.PageViewerWebPart" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.ContentLink">
      <summary>Gets or sets a URL or file path that provides content for this Web Part. </summary>
      <returns>A string that contains the URL or file path that provides content for this Web Part.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.CreateWebPartMenu">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.ShouldSerializeContentLink">
      <summary>Indicates whether the ContentLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.ShouldSerializeSourceType">
      <summary>Indicates whether the SourceType property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.SourceType">
      <summary>Gets or sets a PathPattern enumeration value that indicates the type of link the Web Part persists in the ContentLink property.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.PathPattern" />enumeration that indicates the type of link the Web Part persists in the <see cref="P:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.ContentLink" /> property.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable">
      <summary>A collection of the name/value pairs and ad hoc filters that are used for parameters for the XSL/T value ParameterNameValueHashTable.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable.Collection">
      <summary>Returns the hash table that is the underlying data store of this object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable.GetAt(System.String)">
      <summary>Returns a string that is the value for the <paramref name="key" /> parameter that is passed in. </summary>
      <param name="key"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ParameterNameValueHashtable.Set(System.String,System.String)">
      <summary>Adds a key/value pair of strings to the collection. </summary>
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.PathPattern">
      <summary>Specifies the kind of path that will be used for the link value specified in the <see cref="P:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart.ContentLink" /> property of the <see cref="T:Microsoft.SharePoint.WebPartPages.ContentEditorWebPart" /> class, the <see cref="P:Microsoft.SharePoint.WebPartPages.PageViewerWebPart.ContentLink" /> property of the <see cref="T:Microsoft.SharePoint.WebPartPages.PageViewerWebPart" /> class, the <see cref="P:Microsoft.SharePoint.WebPartPages.ImageWebPart.ImageLink" /> property of <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> class, and the <see cref="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.XslLink" /> and <see cref="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.XmlLink" /> properties of the <see cref="T:Microsoft.SharePoint.WebPartPages.XmlWebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.None">
      <summary>No path.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.File">
      <summary>A file system path to a file.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.Folder">
      <summary>A file system path to a folder.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.URL">
      <summary>An absolute URL.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.RelativeURL">
      <summary>A relative URL.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PathPattern.All">
      <summary>All possible paths.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Permissions">
      <summary>Specifies the value of the Permissions property of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Permissions.AllProperties">
      <summary>All properties can be modified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Permissions.PersonalProperties">
      <summary>Only personal view properties can be modified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Permissions.None">
      <summary>No properties can be modified. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.CreateEditorParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.Layout"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.LibraryGuid"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.Mode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.RenderControl(System.Web.UI.HtmlTextWriter)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ShowToolbar"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.Speed"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ViewGuid"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.descrption"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.fullImageSrc"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.height"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.src"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.title"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.PictureLibrarySlideshowWebPart.ImageInfo.width"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ResourcesAttribute">
      <summary>Derived from Object.Attribute and used for specifying how a property should be localized.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ResourcesAttribute" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.#ctor(System.String,System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ResourcesAttribute" /> class.</summary>
      <param name="propName">The name of a property when displayed in a <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" />.</param>
      <param name="category">The category of a property when displayed in a <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" />.</param>
      <param name="description">A description of a property when displayed in a <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" />.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Category">
      <summary>Gets or sets the resource ID that identifies the category of a property when displayed in the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> tool part.</summary>
      <returns>A string that specifies a resource ID that will be recovered through the LoadResource method.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Description">
      <summary>Gets or sets the resource ID that provides a description of a property when it is displayed in the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> tool part.</summary>
      <returns>A string that specifies a resource ID that will be recovered through the LoadResource method.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Name">
      <summary>Gets or sets the resource ID that identifies the name of a property when displayed in the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> tool part.</summary>
      <returns>A string that specifies a resource ID that will be recovered through the LoadResource method.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Undefined">
      <summary>Represents the value returned if the <see cref="T:Microsoft.SharePoint.WebPartPages.ResourcesAttribute" /> class is not defined.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ScopedWebPartPage"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ScopedWebPartPage.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ScopedWebPartPage.OnPreInit(System.Object,System.EventArgs)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SettingsLink">
      <summary>Implements rendering for the Web Part Page menu (Modify Shared Page or Modify My Page).</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SettingsLink.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SettingsLink" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SettingsLink.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SettingsLink" /> class.</summary>
      <param name="linkText">A String containing the text of the settings link.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SettingsLink.GetDesignTimeHtml">
      <summary>Returns the HTML used to represent the SettingsLink control in a design-time environment.</summary>
      <returns>The HTML used to represent the SettingsLink control in a design-time environment.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SilverlightToolPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightToolPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightToolPart.ApplyChanges"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightToolPart.SyncChanges"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SilverlightWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.ApplicationXml"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.CreateEditorParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.Height"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.MinRuntimeVersion"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#BeginLoad"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#BeginSave"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#EndLoad"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#EndSave"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.System#Web#UI#WebControls#WebParts#ITrackingPersonalizable#TracksChanges"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.Url"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SilverlightWebPart.WindowlessMode"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart">
      <summary>Implements a Web Part that displays HTML forms.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.CanRunAt">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CanRunAt" /> method.</summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.Content">
      <summary>Gets or sets embedded HTML or XML that provides content for this Web Part. </summary>
      <returns>A string that contains embedded HTML or XML content.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.ContentNode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.EnsureInterfaces">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.EnsureInterfaces" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.GetInitEventArgs(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)" /> method. It specifies an interface whose initialization events should be fired.</summary>
      <returns>A Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs that specifies the column names (the FieldList property) and column captions (the FieldDisplayList property) of the list displayed in this Web Part.</returns>
      <param name="interfaceName">Interface whose initialization events should be fired.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class</summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)">
      <summary>Notifies other Web Parts that this Web Part has a connected interface, where that interface should run, and what that interface is connected to. </summary>
      <param name="interfaceName">Name of interface for this Web Part.</param>
      <param name="connectedPart">Reference to the Web Part to which this interface is connected.</param>
      <param name="connectedInterfaceName">Name of interface for connected Web Part.</param>
      <param name="runAt">Where the interface for this Web Part should run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.PartCommunicationInit">
      <summary>Runs event handlers for server-side Init events. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.PartCommunicationMain">
      <summary>Runs event handlers for server-side events for this Web Part. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.RaisePostBackEvent(System.String)">
      <summary>Called by ASP.NET when this Web Part does a postback to itself. </summary>
      <param name="eventArg">Event arguments.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.RowProviderInit">
      <summary>Occurs when a connection is established with another Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.RowReady">
      <summary>Occurs when the selected row changes, such as when a row is updated or selected. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.ShouldSerializeContentNode">
      <summary>Indicates whether the <see cref="P:Microsoft.SharePoint.WebPartPages.SimpleFormWebPart.Content" />property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPAttachedProperty">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.#ctor(System.Object,System.Boolean,System.Web.UI.WebControls.WebParts.PersonalizationScope)">
      <param name="value"></param>
      <param name="isPersonalizable"></param>
      <param name="scope"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.ConvertServerLinksToRelative">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.Fixup">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.IsPersonalizable">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.Scope">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPAttachedProperty.Value">
      <summary>For internal use only </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPChrome">
      <summary>Provides Windows SharePoint Services 2.0 capabilities for Microsoft ASP.NET 2.0 Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPChrome.GetSPChromeSettings(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.SPChromeSettings" /> object that provides Windows SharePoint Services 2.0 rendering capabilities for ASP.NET 2.0 Web Parts. </summary>
      <param name="part"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPChrome.RenderWebPart(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Renders the complete Web Part control, with header, including the Web Part menu, contents, and footer.</summary>
      <param name="output"></param>
      <param name="part"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPChromeSettings">
      <summary>Provides Windows SharePoint Services 2.0 capabilities for Microsoft ASP.NET 2.0 Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPChromeSettings.#ctor(System.Web.UI.WebControls.WebParts.WebPart,Microsoft.SharePoint.WebPartPages.SPChrome)">
      <param name="part"></param>
      <param name="spChrome"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPChromeSettings.Menu">
      <summary>Allows an ASP.NET 2.0 Web Part to remove, edit, or add to the Web Part Menu for the user of this object.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPChromeSettings.OverflowAuto">
      <summary>Allows an ASP.NET 2.0 Web Part to set a value to override the default setting for the cascading style sheet (CSS) overflow attribute when rendering the Web Part body.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPChromeSettings.UseDefaultStyles">
      <summary>Allows an ASP.NET 2.0 Web Part to set a value to choose whether to use default styles (CSS) while rendering the Web Part body.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPConnectionParametersDictionary"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPConnectionParametersDictionary.#ctor(System.Collections.IDictionary)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPConnectionParametersDictionary.ValueAttributes"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPConnectionValueInformation"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPConnectionValueInformation.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPConnectionValueInformation.IsValueLookupId"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPEditorPartChrome">
      <summary>Controls rendering of Microsoft ASP.NET 2.0 EditorParts and ToolParts that are hosted in the Microsoft Office SharePoint Server 2007 Services ToolPane.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPEditorPartChrome.#ctor(Microsoft.SharePoint.WebPartPages.ToolPane,System.Web.UI.WebControls.WebParts.WebPartManager,Microsoft.SharePoint.SPWeb)">
      <param name="toolPane"></param>
      <param name="webPartManager"></param>
      <param name="web"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPEditorPartChrome.PerformPreRender"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPEditorPartChrome.RenderEditorPart(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebParts.EditorPart)">
      <param name="output"></param>
      <param name="editorPart"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection">
      <summary>A read-only collection of the ASP.NET Web Parts exposed by <see cref="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.Contains(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Returns True if the specified Web Part is contained in the collection; otherwise returns False.</summary>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPart[],System.Int32)">
      <summary>Copies all of the Web Parts from the collection into a compatible one-dimensional array, starting at the specified index of the target array.</summary>
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Searches for the specified Web Part and, if found, returns the zero-based index of the first occurrence within the collection; otherwise returns -1.</summary>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.Item(System.Guid)">
      <param name="storageKey"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.Item(System.Int32)">
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection.Item(System.String)">
      <param name="id"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager">
      <summary>Provides a limited set of Web Part operations that can be performed in our object model scenarios when there is no HttpContext and no Page object is instantiated.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.AddWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.String,System.Int32)">
      <summary>Adds a dynamic Web Part to the WebPartPage.</summary>
      <param name="webPart"></param>
      <param name="zoneId"></param>
      <param name="zoneIndex"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.CacheInvalidate(System.Web.UI.WebControls.WebParts.WebPart,Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Invalidates cached data.</summary>
      <param name="webPart"></param>
      <param name="storage"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.CloseWebPart(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Closes a dynamic Web Part in such a way that it is not rendered on the WebPartPage, but it can be reopened by calling OpenWebPart.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.DeleteWebPart(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Deletes a dynamic Web Part from the WebPartPage.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.Dispose">
      <summary>Releases all unmanaged resources used by the SPLimitedWebPartManager object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.ExportWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.Xml.XmlWriter)">
      <summary>Serializes the specified Web Part into an XmlWriter as a *.dwp or *.webpart file.</summary>
      <param name="webPart"></param>
      <param name="writer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.GetConsumerConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Gets a collection of ConsumerConnectionPoint.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.GetProviderConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Gets a collection of ProviderConnectionPoint.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.GetStorageKey(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Gets the unique identifier set by the Web Part Framework when a Web Part is added to a Web Part Zone.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.GetZoneID(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Gets the Web Part's Web Part Zone.</summary>
      <param name="webPart"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.HasPersonalizedParts">
      <summary>Gets the Boolean value for HasPersonalizedParts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.ImportWebPart(System.Xml.XmlReader,System.String@)">
      <summary>Imports an XML description file (*.dwp or *.webpart) that contains state and property data for a Web Part, and applies the data to the Web Part.</summary>
      <param name="reader"></param>
      <param name="errorMessage"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.MoveWebPart(System.Web.UI.WebControls.WebParts.WebPart,System.String,System.Int32)">
      <summary>Moves a Web Part from one Web Part Zone to another, or can be used to change the relative ordering of a Web Part within a Zone.</summary>
      <param name="webPart"></param>
      <param name="zoneID"></param>
      <param name="zoneIndex"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.OpenWebPart(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Opens a dynamic Web Part that was previously closed by CloseWebPart so it renders on the WebPartPage.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.ResetAllPersonalizationState"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.ResetPersonalizationState(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Reset personalization state for a particular dynamic Web Part on the WebPartPage.</summary>
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.SaveChanges(System.Web.UI.WebControls.WebParts.WebPart)">
      <summary>Saves the current state of the specified Web Part.</summary>
      <param name="webPart"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.Scope">
      <summary>Gets the current personalization scope of the WebPartPage.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.ServerRelativeUrl">
      <summary>Gets the server-relative URL of the WebPartPage.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.SPConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.SPConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.SPDisconnectWebParts(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <summary>Disconnect two connected Web Parts.</summary>
      <param name="spConnection"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.SPWebPartConnections">
      <summary>Gets a collection SPWebPartConnection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.Web">
      <summary>Gets the web that this WebPartPage is stored in.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPLimitedWebPartManager.WebParts">
      <summary>Gets the collection of all dynamic Web Parts on the WebPartPage.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle.NoTitleDesc"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle.TitleBelow"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle.TitleDescBelow"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowDisplayStyle.TitleDescSide"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowMode"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowMode.Sequential"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.SPPictureLibrarySlideshowMode.Random"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPProxyWebPartManager">
      <summary>Provides a way for developers to declare static connections in a content page when a <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartManager" /> control is declared in the master page that is associated with the content page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPProxyWebPartManager.#ctor">
      <summary>Initializes a new instance of the SPProxyWebPartManager class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPProxyWebPartManager.SPWebPartConnections"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.ConsumerFieldNames"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.CreateConfigurationControl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.ProviderFieldNames"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#Schema"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#SetConsumerSchema(System.ComponentModel.PropertyDescriptorCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPRowToParametersTransformer.Transform(System.Object)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty.Name"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeProperty.Value"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Add(Microsoft.SharePoint.WebPartPages.SPUserCodeProperty)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Contains(Microsoft.SharePoint.WebPartPages.SPUserCodeProperty)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.CopyTo(Microsoft.SharePoint.WebPartPages.SPUserCodeProperty[],System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.IndexOf(Microsoft.SharePoint.WebPartPages.SPUserCodeProperty)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Insert(System.Int32,Microsoft.SharePoint.WebPartPages.SPUserCodeProperty)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.IsReadonly"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Item(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Item(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection.Remove(Microsoft.SharePoint.WebPartPages.SPUserCodeProperty)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.AssemblyFullName"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.CreateEditorParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.SharedProperties"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.SolutionId"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.Subtitle"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.System#Web#UI#WebControls#WebParts#IPersonalizable#IsDirty"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.System#Web#UI#WebControls#WebParts#IPersonalizable#Load(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.System#Web#UI#WebControls#WebParts#IPersonalizable#Save(System.Web.UI.WebControls.WebParts.PersonalizationDictionary)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.TypeFullName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.UserProperties"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPUserCodeWebPart.Verbs"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute">
      <summary>Defines the friendly or localized name of the category of a property in the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" />control inside the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute" /> class that uses the specified category name.</summary>
      <param name="categoryName"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.CategoryName">
      <summary>Specifies the friendly name of the category of a particular Web Part property (to be displayed in a <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> control in the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" />).</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.CategoryNameValue">
      <summary>Gets or sets the category name value.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.Default">
      <summary>Returns a default empty <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute" /> object.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.Equals(System.Object)">
      <param name="obj"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebCategoryNameAttribute.IsDefaultAttribute"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection">
      <summary>Provides an object that enables two Web Parts to form a connection. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.Consumer">
      <summary>Gets a Web Part that is acting as the consumer in a connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ConsumerConnectionPoint">
      <summary>Gets the connection point for a control that is acting as a consumer in a connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ConsumerConnectionPointID">
      <summary>Gets or sets the ID of the object serving as the consumer connection point for that connection.</summary>
      <returns>A string containing the name of the connection point on the consuming Web part. Are these guids?</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ConsumerID">
      <summary>Gets or sets the ID of the consumer Web Part for the connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.CrossPageConnectionID">
      <summary>Gets or sets the ID of the Web Part acting as a consumer for that cross-page connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.CrossPageSchema"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ID"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.IsActive">
      <summary>Gets a value that indicates whether an <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection" /> object is currently established and able to exchange data between its provider and consumer controls.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.IsEnabled"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.IsShared">
      <summary>Gets a value that indicates whether an <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection" /> object is visible to all users or only to the current user.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.IsStatic">
      <summary>Gets a value that indicates whether an <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection" /> object is declared in the markup of a Web page, or created programmatically.</summary>
      <returns>true indicates that the connection is declared in the page's markup; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.Provider">
      <summary>Gets a WebPart control that acts as the provider in a Web Parts connection.</summary>
      <returns>A WebPart object. Can this be either an ASP or a SharePoint WebPart object? </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ProviderConnectionPoint">
      <summary>Gets the object that serves as a connection point for a Web Part control acting as a provider for a connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ProviderConnectionPointID">
      <summary>Gets or sets the property value on a connection that references the ID of the object serving as the provider connection point for that connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ProviderID">
      <summary>Gets or sets the property value on a connection that references the ID of the Web Part control acting as a provider for that connection.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.SourcePageUrl">
      <summary>Gets or sets the URL of the consumer Web Part in a cross-page connection. </summary>
      <returns>A string containing the URL. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.SPTransformers">
      <summary>Gets a collection of <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection" /> objects used internally by the Web Part infrastructure. </summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection" /> object.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.TargetPageUrl">
      <summary>Gets or sets the URL of the provider Web Part in a cross-page connection. </summary>
      <returns>A string containing the Url.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.ToString">
      <summary>Returns a short type name for the connection object.</summary>
      <returns>A string containing the short type name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnection.Transformer">
      <summary>Gets a Web Part transformer that is used to transform data between two otherwise incompatible connection points in a Web Parts connection.</summary>
      <returns>A WebPartTransformer object.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection">
      <summary>A collection of <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnection" />objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Add(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Contains(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.CopyTo(Microsoft.SharePoint.WebPartPages.SPWebPartConnection[],System.Int32)">
      <summary>Copies the elements of <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection" /> to an array, starting at a particular array index.</summary>
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.IndexOf(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Insert(System.Int32,Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="index"></param>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.IsReadOnly">
      <summary>Gets a value that indicates whether the collection is read-only </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Item(System.Int32)">
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Item(System.String)">
      <param name="id"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection.Remove(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="value"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebPartManager">
      <summary>Manages all the Web Part controls, functionality, and events that occur on a Web page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartManager" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.AuthorizationFilterEnabled"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.BeginWebPartEditing(System.Web.UI.WebControls.WebParts.WebPart)">
      <param name="webPart">A            </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.CanConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.CanSPConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartFromList(Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartFromList(Microsoft.SharePoint.SPList,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.DisconnectWebParts(System.Web.UI.WebControls.WebParts.WebPartConnection)">
      <param name="connection"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.Dispose"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.DownLevelWebPartMenuDisplayMode"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ExtensibleViewDisplayMode"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GallerySearchDisplayMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetClassResourcePath(Microsoft.SharePoint.SPWeb,System.Type)">
      <param name="web"></param>
      <param name="webPartType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetConsumerConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)">
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetDisplayMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetPermissions(System.Web.UI.WebControls.WebParts.WebPart)">
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetProviderConnectionPoints(System.Web.UI.WebControls.WebParts.WebPart)">
      <param name="webPart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetServerRelativeClassResourcePath(Microsoft.SharePoint.SPWeb,System.Type)">
      <param name="web"></param>
      <param name="webPartType"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.GetStorageKey(System.Web.UI.WebControls.WebParts.WebPart)">
      <param name="webPart"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.HasPersonalizedParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ImportDisplayMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ImportWebPart(System.Xml.XmlReader,System.String@)">
      <param name="reader"></param>
      <param name="errorMessage"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.IsAuthorized(System.Type,System.String,System.String,System.Boolean)">
      <param name="type"></param>
      <param name="path"></param>
      <param name="authorizationFilter"></param>
      <param name="isShared"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.NavigationDisplayMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ReplaceTokens(System.Web.HttpContext,Microsoft.SharePoint.SPWeb,System.Web.UI.WebControls.WebParts.WebPart,System.String)">
      <param name="context"></param>
      <param name="web"></param>
      <param name="webPart"></param>
      <param name="input"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SaveChanges(System.Guid)">
      <param name="storageKey"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ServerRelativeUrl"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SetIsIncludedFilter(System.Web.UI.WebControls.WebParts.WebPart,System.String)">
      <param name="part"></param>
      <param name="value"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SPConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SPConnectWebParts(System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ProviderConnectionPoint,System.Web.UI.WebControls.WebParts.WebPart,System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="provider"></param>
      <param name="providerConnectionPoint"></param>
      <param name="consumer"></param>
      <param name="consumerConnectionPoint"></param>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SPDisconnectWebParts(Microsoft.SharePoint.WebPartPages.SPWebPartConnection)">
      <param name="spConnection"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.SPWebPartConnections"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartManager.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.ToolPaneErrorDisplayMode"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartManager.UnauthorizedWebParts"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebPartsConnectionBuilder">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartsConnectionBuilder.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartsConnectionBuilder.#ctor(Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection)">
      <param name="connectionCollection"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartsConnectionBuilder.SPWebPartConnections">
      <summary>For internal use only.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection">
      <summary>Represents a collection of WebPartTransformer objects.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection" />class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.Add(System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <summary>Adds a Web Part transformer to the collection.</summary>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.Contains(System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.CopyTo(System.Web.UI.WebControls.WebParts.WebPartTransformer[],System.Int32)">
      <summary>Copies the collection to an array of WebPartTransformer objects.</summary>
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.IndexOf(System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <summary>Gets the Web Part transformer at a particular index in the collection.</summary>
      <param name="transformer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.Insert(System.Int32,System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <summary>Inserts a Web Part transformer at a specified index in the collection.</summary>
      <param name="index"></param>
      <param name="transformer"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.IsReadOnly">
      <summary>Gets the read-only property. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.Item(System.Int32)">
      <summary>Gets or sets the Item property.</summary>
      <param name="index"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection.Remove(System.Web.UI.WebControls.WebParts.WebPartTransformer)">
      <summary>Removes the first occurrence of a specific transformer.</summary>
      <param name="transformer"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Storage">
      <summary>Specifies the value for the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Storage.None">
      <summary>The property will not be stored. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Storage.Personal">
      <summary>The property will be stored on a per user basis. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Storage.Shared">
      <summary>The property will be stored with the same value for all users. Typically only the administrator can set this property. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.SupportsAttributeMarkupAttribute">
      <summary>Enables an appropriate Web Part to be serialized into page markup using standard control attribute markup.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SupportsAttributeMarkupAttribute.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.SupportsAttributeMarkupAttribute.#ctor(System.Boolean)">
      <param name="supportsAttributeMarkup"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.SupportsAttributeMarkupAttribute.SupportsAttributeMarkup"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.TextZoomBuilder">
      <summary>Contains the methods for the default design-time text builder. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TextZoomBuilder.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.TextZoomBuilder" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TextZoomBuilder.CreateChildControls">
      <summary>Used to create the controls on the builder window </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TextZoomBuilder.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Used to render the text provided by the builder. </summary>
      <param name="output">The builder output from the HtmlTextWriter class.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.TitleBarWebPart">
      <summary>Implements the title Web Part for a Web Part Page and renders the <see cref="T:Microsoft.SharePoint.WebPartPages.SettingsLink" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.TitleBarWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.CreateWebPartMenu">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.GetDesignTimeHtml">
      <summary>Gets the HTML that is used to represent the control at design time. </summary>
      <returns>The HTML that is used to represent the control at design time.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.GetToolParts">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> base class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.HeaderCaption">
      <summary>Gets or sets the caption that is displayed above the title in the title bar of the Web Part Page. </summary>
      <returns>A string that represents a caption that is displayed above the title in the title bar of the Web Part Page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.HeaderDescription">
      <summary>Gets or sets the description that appears as a tool tip for the header.</summary>
      <returns>A string that is a description for the title bar. Default value is an empty string.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.HeaderTitle">
      <summary>Gets or sets the title for the Title Bar Web Part.</summary>
      <returns>String   Title for title bar. Default value is an empty string.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TitleBarWebPart.Image">
      <summary>Gets or sets a link to the image to display for the icon in the Title Bar Web Part.</summary>
      <returns>String Link to the image to display for the icon in this Web Part. The default value is an empty string.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane">
      <summary>Represents the tool pane on a Web Part Page. This class cannot be inherited.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.Apply">
      <summary>Gets a System.Web.UI.WebControls.Button object that represents the Apply button of the tool pane.</summary>
      <returns>A System.Web.UI.WebControls.Button object that represents the Apply button.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.Cancel">
      <summary>Gets a System.Web.UI.WebControls.Button object that represents the Cancel button of the tool pane.</summary>
      <returns>A System.Web.UI.WebControls.Button object that represents the Cancel button.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.CommandUI">
      <summary>Gets a System.Web.UI.WebControls.PlaceHolder object that represents the command area of the tool pane.</summary>
      <returns>A System.Web.UI.WebControls.PlaceHolder object that represents the command area of the tool pane.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.CreateZoneDropdown(Microsoft.SharePoint.WebPartPages.SPWebPartManager)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.CreateZoneDropdown(Microsoft.SharePoint.WebPartPages.WebPartPage)">
      <summary>Creates a System.Web.UI.WebControls.DropDownList control filled with the list of zones on the page to which the user can add Web Parts.</summary>
      <returns>A System.Web.UI.WebControls.DropDownList control filled with the list of zones on the page to which the user can add Web Parts.</returns>
      <param name="webPartPage">The page to which the user wants to add Web Parts.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.EncodeErrorText"></member>
    <member name="E:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorOccurred"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorText">
      <summary>Gets or sets the text to display in the tool pane when an error occurs. </summary>
      <returns>The error message to display in the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.FixedAreas">
      <summary>Gets a list of the areas of the tool pane that can contain links or controls. </summary>
      <returns>An ArrayList of items in the tool pane that have been defined with the &lt;FixedArea&gt; tag.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.GetShowExtensibleToolPaneEvent(System.String)">
      <summary>Returns a string of ECMAScript (such as JavaScript) which, if executed on the client, causes the extensible tool pane to open for the specified Web Part. </summary>
      <returns>A string of ECMAScript (such as JavaScript) which, if executed on the client, causes the extensible tool pane to open for the specified Web Part.</returns>
      <param name="uniqueID">The unique identifier for the current Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.GetShowToolPaneEvent(Microsoft.SharePoint.WebPartPages.WebPart,Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView)">
      <summary>Returns a string of ECMAScript (such as JavaScript) which, if executed on the client, causes a tool pane to open in the specified view for the specified Web Part. </summary>
      <returns>A string of ECMAScript (such as JavaScript) which, if executed on the client, causes a tool pane to open in the specified view for the specified Web Part.</returns>
      <param name="webPart">The Web Part for which to display the properties tool pane. Can be null for views that do not require a web part, such as the Browse pane.</param>
      <param name="view">One of the ToolPane.ToolPaneView values that specifies the view to open.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.GetShowToolPaneEvent(Microsoft.SharePoint.WebPartPages.WebPart,System.Web.UI.WebControls.WebParts.WebPartDisplayMode)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.InCustomToolPane">
      <summary>Gets a value indicating whether the tool pane is hosted in the toolpane.aspx page within a Windows SharePoint Services-compatible HTML editor, such as Microsoft Office SharePoint Designer 2007 or another client application.</summary>
      <returns>true if the tool pane is hosted in the toolpane.aspx page within a Windows SharePoint Services-compatible HTML editor such as Microsoft SharePoint Designer 2007 or another client application; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.InsertToolPart(System.Int32,Microsoft.SharePoint.WebPartPages.ToolPart)">
      <summary>Adds the specified <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> to the tool pane.</summary>
      <param name="index">The position of the tool part among the existing tool parts. If the specified position exceeds the number of tool parts already in the list, the tool part will be added at the end.</param>
      <param name="tp">A<see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" />object that represents the tool part to be added to the tool pane.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.NeedLayoutCanvas">
      <summary>Gets or sets a value indicating whether the layout canvas of the Web Part Page is displayed. </summary>
      <returns>true to display the Web Part Page's layout canvas; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.NotifyUI">
      <summary>Gets a System.Web.UI.WebControls.PlaceHolder that you can use to insert controls in the notification area of the tool pane.</summary>
      <returns>A System.Web.UI.WebControls.PlaceHolder that you can use to insert controls in the notification area of the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.OK">
      <summary>Gets a System.Web.UI.WebControls.Button object that represents the OK button on the tool pane.</summary>
      <returns>A System.Web.UI.WebControls.Button object that represents the OK button.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.RemoveToolPart(Microsoft.SharePoint.WebPartPages.ToolPart)">
      <summary>Removes a <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> from the tool pane.</summary>
      <param name="tp">A<see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" />that represents the tool part to be removed from the tool pane.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.SelectedWebPart">
      <summary>Gets the currently selected <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" />.</summary>
      <returns>The Web Part that is currently selected.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.SelectedZone">
      <summary>Gets the selected zone on a Web Part page. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartZone" /> that represents the selected zone.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.ToolParts">
      <summary>Gets an array of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> objects in the tool pane.</summary>
      <returns>The list of tool parts in the tool pane.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.View">
      <summary>Gets or sets the current view of the tool pane. </summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView" /> values.</returns>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChanged"></member>
    <member name="E:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChanging"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.Width">
      <summary>Gets or sets the minimum width of the tool pane. </summary>
      <returns>A System.Web.UI.WebControls.Unit that defines the minimum width of the tool pane.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorOccurred" /> event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorEventArgs.#ctor(System.String)">
      <param name="description"></param>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorEventArgs._description"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorEventArgs.Description">
      <summary>Gets a description of the error that has occurred. </summary>
      <returns>The description of the error that has occurred.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorOccurredEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.SharePoint.WebPartPages.ToolPane.ErrorOccurred" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> class.</summary>
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView">
      <summary>Defines the settings of the <see cref="P:Microsoft.SharePoint.WebPartPages.ToolPane.View" /> property of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.ExtensibleView">
      <summary>The tool pane is displayed in extensible view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.Closed">
      <summary>The tool pane is closed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.Properties">
      <summary>The tool pane is displayed in Properties view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.GalleryBrowse">
      <summary>The tool pane is displayed in Browse view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.GallerySearch">
      <summary>The tool pane is displayed in Search view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.Navigation">
      <summary>The tool pane is displayed in Navigation view for older browsers such as Internet Explorer 5.01 or earlier.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.Import">
      <summary>The tool pane is displayed in Import view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.WebPart">
      <summary>The tool pane is displayed with menu options as links instead of the drop-down menu that is displayed in Internet Explorer 5.5 or later.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView.Error">
      <summary>The tool pane is displayed in Error view.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChanging" /> and <see cref="E:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChanged" /> events of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs.#ctor(Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs" /> class.</summary>
      <param name="view">One of the ToolPane.ToolPaneView values that specifies the view to open.</param>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs._view"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs.View">
      <summary>Gets the view to which the tool pane is changing. </summary>
      <returns>The view to which the tool pane is changing.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventHandler">
      <summary>Acts as an event handler delegate when the view of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> object changes.</summary>
      <param name="sender">
        <see cref="T:System.Object" /> that is the source of the event. </param>
      <param name="e">
        <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane.ViewChangeEventArgs" />  event change data to be passed to delegates associated with the view change event.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ToolPart">
      <summary>Defines custom tool parts that display a customized user interface for defining the properties of a Web Part inside of the tool pane.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.AllowMinimize">
      <summary>Gets or sets a value indicating whether the tool part can be minimized by the user. </summary>
      <returns>true if the tool part can be minimized by the user; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.ApplyChanges">
      <summary>Called when the user clicks the OK or the Apply button in the tool pane. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.ApplyChangesInternal"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.CancelChanges">
      <summary>Called when the user clicks the Cancel button in the tool pane. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.Display"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.ErrorText"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.FrameState">
      <summary>Gets or sets the frame state of the tool part. </summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.FrameState" /> values.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.FrameType">
      <summary>Gets or sets the type of frame that surrounds the tool part. </summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.FrameType" /> values.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.OnInit(System.EventArgs)">
      <param name="e"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.ParentToolPane">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> that contains the tool part.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPane" /> that contains the tool part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.Qualifier">
      <summary>Gets a unique identifier for the tool part. </summary>
      <returns>The tool part's unique identifier.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.Render(System.Web.UI.HtmlTextWriter)">
      <param name="writer"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.RenderToolPart(System.Web.UI.HtmlTextWriter)">
      <summary>Sends the tool part content to the specified HtmlTextWriter object, which writes the content to be rendered on the client.</summary>
      <param name="output">The HtmlTextWriter object that receives the tool part content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.ToolPart.SyncChanges">
      <summary>When overridden in a derived class, this method is called after all other tool parts have called their ApplyChanges methods.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.Title">
      <summary>Gets or sets the title of the tool part. </summary>
      <returns>The title of the tool part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.ToolPart.UseDefaultStyles">
      <summary>Gets or sets a value indicating whether the tool part uses the default themes and styles for its body. </summary>
      <returns>true if the tool part uses the default themes and styles for its body; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer">
      <summary>Allows the connection of standard filters that implement <see cref="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues" />to any Web Part that can consume IWebPartField. This transformer returns the first value of the first parameter sent via <see cref="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer.System#Web#UI#WebControls#WebParts#IWebPartField#GetFieldValue(System.Web.UI.WebControls.WebParts.FieldCallback)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer.System#Web#UI#WebControls#WebParts#IWebPartField#Schema"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFieldTransformer.Transform(System.Object)">
      <param name="providerData"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer">
      <summary>Allows the connection of standard filters that implement <see cref="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues" /> to any Web Part that can consume IFilterValues. This transformer returns the first value of the first parameter sent via <see cref="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues" />.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.CreateConfigurationControl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.MappedConsumerParameterName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.Microsoft#SharePoint#WebPartPages#IFilterValues#ParameterName"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.Microsoft#SharePoint#WebPartPages#IFilterValues#ParameterValues"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.Microsoft#SharePoint#WebPartPages#IFilterValues#SetConsumerParameters(System.Collections.ObjectModel.ReadOnlyCollection{Microsoft.SharePoint.WebPartPages.ConsumerParameter})"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToFilterValuesTransformer.Transform(System.Object)">
      <param name="providerData"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer">
      <summary>Allows standard filters, which implement <see cref="T:Microsoft.SharePoint.WebPartPages.ITransformableFilterValues" />, to connect to any Web Part that can consume IWebPartParameters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.ConsumerFieldNames"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.CreateConfigurationControl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.ProviderFieldNames"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#Schema"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.System#Web#UI#WebControls#WebParts#IWebPartParameters#SetConsumerSchema(System.ComponentModel.PropertyDescriptorCollection)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.TransformableFilterValuesToParametersTransformer.Transform(System.Object)">
      <param name="providerData"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection">
      <summary>Contains the XML elements that were not mapped to a property on the Web Part during import. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.Add(System.Xml.XmlElement)">
      <summary>Used to add properties as serialized XML elements to the Web Part description file (.dwp) of a Web Part. </summary>
      <param name="e">Contains the unmapped XML element.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.CopyTo(System.Xml.XmlElement[],System.Int32)">
      <summary>Copies the items in the collection to an <paramref name="array" /> starting at the <paramref name="index" /> that is passed.</summary>
      <param name="array">The name of the array that you want to copy the collection to.</param>
      <param name="index">The point in the array at which you want to start copying the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.GetEnumerator">
      <summary>Provides support for iterating over the elements in UnknownXmlElementCollection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.Insert(System.Int32,System.Xml.XmlElement)">
      <summary>Adds an item to the specified location in the collection. </summary>
      <param name="index">The index of the location in the collection.</param>
      <param name="value">The item to be inserted into the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.IsSynchronized">
      <summary>Gets a value indicating whether access to the collection is synchronized. </summary>
      <returns>true if access to the collection is synchronized (thread safe); otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.Item(System.Int32)">
      <summary>Gets an element in the collection based on the value of <paramref name="index" />.</summary>
      <returns>A System.Xml.XmlElement that represents an XML element.</returns>
      <param name="index">A 32-bit integer that contains the index of the item to retrieve from the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.Remove(System.Xml.XmlElement)">
      <summary>Removes the first occurrence of a specific value in <paramref name="e" /> from the collection.</summary>
      <param name="e">Contains the name or index of the element to remove from the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection.SyncRoot">
      <summary>Gets the object that is used to synchronize access to the collection. </summary>
      <returns>Contains the object used to synchronize access to the collection.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.UserDocsWebPart">
      <summary>Displays documents authored by a particular user.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.UserDocsWebPart" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.DisplayFolderColumn"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.HideFileTypes"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.QueryCheckedOutBy"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.QueryCreatedBy"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.QueryLastModifiedBy"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.ShouldSerializeDisplayFolderColumn"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.ShouldSerializeQueryCheckedOutBy"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.ShouldSerializeQueryCreatedBy"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserDocsWebPart.ShouldSerializeQueryLastModifiedBy"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.UserTasksWebPart">
      <summary>Displays the tasks assigned to a particular user.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserTasksWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.UserTasksWebPart" /> class. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.UserTasksWebPart.DisplayItemLinkColumn"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.UserTasksWebPart.ShouldSerializeDisplayItemLinkColumn"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.VerticalAlignment">
      <summary>Determines the value of the VerticalAlignment property of the <see cref="T:Microsoft.SharePoint.WebPartPages.ImageWebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.VerticalAlignment.Top">
      <summary>Vertically align the image with the top of the frame.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.VerticalAlignment.Middle">
      <summary>Vertically align the image in the center of the frame.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.VerticalAlignment.Bottom">
      <summary>Vertically align the image with the bottom of the frame.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.ViewType">
      <summary>Defines the settings for the <see cref="P:Microsoft.SharePoint.WebPartPages.ListViewWebPart.ViewType" /> property of the <see cref="T:Microsoft.SharePoint.WebPartPages.ListViewWebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.None">
      <summary>View is undefined.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.Grid">
      <summary>Display as a client ActiveX control. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.Html">
      <summary>Display as a server HTML view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.Chart">
      <summary>Display as a graphical summary.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.Calendar"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.ViewType.Gantt"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPart">
      <summary>Provides the base class for creating Windows SharePoint Services Web Parts. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.#ctor">
      <summary>Initializes the class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.AddParsedSubObject(System.Object)">
      <summary>Used to process Web Part XML for static Web Parts. </summary>
      <param name="obj">A System.Object that represents the parsed element.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.AfterDeserialize">
      <summary>Called after a SharePoint Web Part's properties are deserialized from the SharePoint database or from a Web Part description file (.dwp). Suggested place for SharePoint Web Part upgrade code. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowConnect">
      <summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> control allows other controls to form connections with it.</summary>
      <returns>true to allow connections; otherwise, false. The default is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowEdit">
      <summary>Gets or sets a value indicating whether an end user can modify a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> control in personal view.</summary>
      <returns>true if the Web Part can be modified in personal view; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowHide">
      <summary>Gets or sets a value indicating whether end users are allowed to hide a WebPart control. </summary>
      <returns>true if the WebPart control can be hidden; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowMinimize">
      <summary>Gets or sets whether the Web Part can be minimized. </summary>
      <returns>true if the Web Part can be minimized; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowRemove">
      <summary>Gets or sets whether the Web Part can be removed from a Web Part Page by controlling whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.IsIncluded" /> property can be set to false.  </summary>
      <returns>true if the Web Part can be removed; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowZoneChange">
      <summary>Gets or sets whether the Web Part can be moved to a different zone by controlling whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ZoneID" /> property can be changed.</summary>
      <returns>true if the Web Part's <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ZoneID" /> property can be changed; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.AuthorizationFilter">
      <summary>Gets or sets an arbitrary string to determine whether a Web Part is authorized to be added to a page.</summary>
      <returns>A string that authorizes a Web Part to be added to a Web page. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.BrowserDesignMode">
      <summary>Gets whether a Web Part is in design mode (modifying its layout or properties) in the Web browser. </summary>
      <returns>true if the Web Part is in a design mode; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.CacheType">
      <summary>Determines the type of caching being used by the Web server.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.CacheType" /> enumeration value. </returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.CanRunAt">
      <summary>Returns a value that indicates where the implementation of a connection interface can run.  </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> enumeration value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Caption">
      <summary>Gets or sets a string that is added following the title in the title bar of the Web Part. This property is intended for document names or other context-specific information.</summary>
      <returns>A string value for the text caption that is displayed following the Title property in the title bar. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.CatalogIconImageUrl">
      <summary>Gets or sets the URL to an image used to represent the Web Part in a catalog.</summary>
      <returns>A string containing a URL. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ClassResourcePath">
      <summary>Gets the base path to Web Part class resources. </summary>
      <returns>A string that specifies the path to a Web Part's class resources. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ClientName">
      <summary>Gets the unique name of the Web Part used by the client-side Web Part Page Service Component (WPSC). </summary>
      <returns>A string specifying the unique identifier for the Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ConnectionID">
      <summary>Gets or sets the GUID that is used internally by the Web Part infrastructure as the unique identifier of a Web Part connection. </summary>
      <returns>A  System.Guid that uniquely identifies a connection between Web Parts. The default value for an unconnected Web Part is Guid.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Connections">
      <summary>Gets or sets the connection information that is stored with a connected Web Part. </summary>
      <returns>A string value that specifies connection information. The default value is String.Empty for an unconnected Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ContainerWidth">
      <summary>Gets the value set by the page author as a hint to the Web Part of how wide to expect the containing Web Part zone to be. </summary>
      <returns>A string that specifies a CSS width as a percentage (%) or pixels (PX).</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.CreateWebPartMenu">
      <summary>Called after the Microsoft ASP.NET Load event and used to modify or override the default menu.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.CssStyleSheet"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Description">
      <summary>Gets or sets a text description that appears when the user rests the mouse pointer on the title of a Web Part in a Web Part Page or gallery.</summary>
      <returns>A string that specifies a description of a Web Part. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.DetailLink">
      <summary>Gets or sets a URL to an HTML document that contains supplemental information. </summary>
      <returns>A string that specifies the URL of a page. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Dir">
      <summary>Gets or sets the direction of the reading order for a Web Part's text and frame. Setting this value overrides the value specified for the System.Web.UI.Page.Culture property.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Direction" /> enumeration value that specifies the language direction for the content text and Web Part frame. The default value is determined by the value of the system Culture property.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.Dispose">
      <summary>Releases all resources used by the Web Part. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.EffectiveFrameType">
      <summary>Gets the frame type that is used to render the Web Part frame at run time. </summary>
      <returns>One of the <see cref="T:Microsoft.SharePoint.WebPartPages.FrameType" /> enumeration values. The default is FrameType.Standard.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.EffectiveStorage">
      <summary>Gets whether the instance of the Web Part returned is stored as personal instance or shared instance. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> enumeration that specifies how the current Web Part is stored.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.EffectiveTitle">
      <summary>Gets the title of specified the Web Part instance, including any disambiguation information added by the Web Part infrastructure. </summary>
      <returns>A string containing the title of the Web Part including any disambiguation information, such as "WebPart [1]" and "WebPart [2]".</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.EnsureInterfaces">
      <summary>Provides notification for a connectable Web Part that it should ensure all its interfaces are registered using the <see cref="Overload:Microsoft.SharePoint.WebPartPages.WebPart.RegisterInterface" /> method.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ExportControlledProperties">
      <summary>Gets or sets a value indicating whether a Web Part’s properties that are flagged as controlled properties by the Web Part developer can have their values exported in personal view. </summary>
      <returns>true if properties flagged as controlled properties can be exported by individual users in personalization mode; otherwise, false. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.FrameState">
      <summary>Gets or sets the initial state of the Web Part frame, which can be normal (expanded) or minimized. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.FrameState" /> enumeration value. The default value is FrameState.Normal.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.FrameType">
      <summary>Gets or sets the style of the Web Part frame. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.FrameType" /> enumeration value. The default value is FrameType.Default.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetCustomBuilder(System.String)">
      <summary>Provides the ability to associate a dynamic builder with a custom property of a Web Part. </summary>
      <returns>A string that contains the URL for launching your custom builder.</returns>
      <param name="propertyName">The name of the property to associate with a dynamic builder.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetData">
      <summary>Called when the System.Web.UI.Control.PreRender event occurs to allow a Web Part to retrieve data.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetDesignTimeFooter">
      <summary>Returns the static HTML for the footer portion of a Web Part frame to a custom designer created by deriving from System.Web.UI.ControlDesigner.</summary>
      <returns>A string that specifies the HTML for the footer portion of the Web Part frame.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetDesignTimeHeader">
      <summary>Returns static HTML for the header portion of a Web Part frame to a custom designer created by deriving from System.Web.UI.ControlDesigner.</summary>
      <returns>A string that specifies the HTML for the header portion of the Web Part frame.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)">
      <summary>Returns the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs" /> object for the name of the interface that is passed in.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs" /> object such as a <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs" /> object returned by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider" /> interface.</returns>
      <param name="InterfaceName">An interface in the <see cref="N:Microsoft.SharePoint.WebPartPages.Communication" /> namespace that uses a transformer.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetRequiresData">
      <summary>The virtual method that is called by the Web Part infrastructure when the System.Web.UI.Control.PreRender event occurs to indicate that a Web Part requires data.</summary>
      <returns>true if the Web Part requires data; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts">
      <summary>Determines which tool parts are displayed in the tool pane of the Web-based Web Part design user interface, and the order in which they are displayed. </summary>
      <returns>An array of type <see cref="T:Microsoft.SharePoint.WebPartPages.ToolPart" /> that determines which tool parts will be displayed in the tool pane. If a Web Part that implements one or more custom properties does not override the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetToolParts" /> method, the base class method will return an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart" /> class and an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> class. An instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart" /> class displays a tool part for working with the properties provided by the WebPart base class. An instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.CustomPropertyToolPart" /> class displays a built-in tool part for working custom Web Part properties, as long as the custom property is of one of the types supported by that tool part. The supported types are: String, Boolean, Integer, DateTime, or Enum. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Height">
      <summary>Gets or sets the fixed height for a Web Part on a Web Part Page. </summary>
      <returns>A string value that specifies the fixed height of the Web Part. Any height value that is allowed in CSS can be used. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.HelpLink">
      <summary>Gets or sets a URL or file system path to a help file in HTML format. </summary>
      <returns>A string that specifies a URL to an HTML file that can be used to provide descriptive information or instructions. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.HelpMode">
      <summary>Gets or sets the type of user interface used to display Help content for a Web Part.</summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.WebParts.WebPartHelpMode" /> enumeration value. The default is Modeless. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.HelpUrl">
      <summary>Gets or sets a Help link.</summary>
      <returns>A string containing a URL. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Hidden">
      <summary>Gets or sets a value indicating whether the Web Part is displayed on a Web page.</summary>
      <returns>false if the Web Part is displayed on a Web page; otherwise, true. The default value is false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ID">
      <summary>Gets or sets an identifier for the Web Part. </summary>
      <returns>A string value that returns the identifier for the Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.IsIncluded">
      <summary>Gets or sets a value indicating whether a Web Part that is added by another user or the administrator in the shared view of a Web Part page should be included in a personal view of the page. </summary>
      <returns>true if the Web Part is included; otherwise, false. The default value is true.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.IsIncludedFilter">
      <summary>Gets or sets the parameters used by the <see cref="T:Microsoft.SharePoint.WebPartPages.IRuntimeFilter" /> interface to determine if the Web Part will be included on the Web Part Page. </summary>
      <returns>The parameters used by the <see cref="T:Microsoft.SharePoint.WebPartPages.IRuntimeFilter" /> interface.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.IsVisible">
      <summary>Gets or sets whether the Web Part is visible. </summary>
      <returns>true if the Web Part is visible; otherwise, false. The default value is true.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPart.LimitOneConnection">
      <summary>Specifies that a connectable Web Part can accept no more than one connection to another Web Part. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)">
      <summary>Returns a string that describes the localized name, category, and description of the specified resource.</summary>
      <returns>A string that specifies the localized <see cref="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Name" />, <see cref="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Category" />, and <see cref="P:Microsoft.SharePoint.WebPartPages.ResourcesAttribute.Description" /> property values of the resource as defined by the <see cref="T:Microsoft.SharePoint.WebPartPages.ResourcesAttribute" /> of the resource.</returns>
      <param name="id">A string that specifies the identifier for the resource.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadViewState(System.Object)">
      <summary>Restores view-state information from a previous request that was saved with the <see cref="M:System.Web.UI.WebControls.WebControl.SaveViewState" /> method.</summary>
      <param name="savedState"> Type: <see cref="T:System.Object" />.  An object that represents the control state to restore. </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.Microsoft#SharePoint#WebPartPages#IConnectionData#GetData"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.Microsoft#SharePoint#WebPartPages#IConnectionData#GetRequiresData">
      <returns>Returns <see cref="T:System.Boolean" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.MissingAssembly">
      <summary>Gets or sets the message shown to the user when importing a Web Part if the assembly for the Web Part is not installed on the target server. </summary>
      <returns>This is the message that is shown to users when a Web Part's assembly is missing. If this property is not specified, a system default message is displayed.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.NotifyWorkItemComplete(System.IAsyncResult)">
      <summary>Indicates that work being performed on an external asynchronous thread that has been registered using the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.RegisterWorkItem(System.IAsyncResult)" /> method has completed.</summary>
      <param name="iar">A System.IAsyncResult object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.OnDataBinding(System.EventArgs)">
      <summary>The event handler for the System.Web.UI.Control.DataBinding event that occurs when a Web Part is binding to a data source.</summary>
      <param name="e">A System.EventArgs that contains the data for the System.Web.UI.Control.DataBinding event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.OnInit(System.EventArgs)">
      <summary>Is the event handler for the System.Web.UI.Control.Init event that occurs as the Web Part is being instantiated.</summary>
      <param name="e">A System.EventArgs that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.OnPreRender(System.EventArgs)">
      <summary>The event handler for the System.Web.UI.Control.PreRender event that occurs immediately before the Web Part is rendered to the Web Part Page it is contained on.</summary>
      <param name="e">A System.EventArgs that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.OnUnload(System.EventArgs)">
      <summary>The event handler for the System.Web.UI.Control.Unload event, which occurs when the Web Part is being unloaded from memory.</summary>
      <param name="e">A System.EventArgs that contains data for the System.Web.UI.Control.Unload event.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.OverflowAuto">
      <summary>Gets a value indicating whether you can override the default setting for the cascading style sheet (CSS) overflow attribute when rendering the Web Part.</summary>
      <returns>true to specify the default behavior; otherwise, false. The default is true.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheInvalidate">
      <summary>Marks all the contents of the Web Part cache as outdated. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheInvalidate(Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Marks all contents of the specified storage type in the Web Part cache as outdated. </summary>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" />value that identifies the type of storage allocated in the Web Part cache. Possible values are Personal and Shared.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheInvalidate(Microsoft.SharePoint.WebPartPages.Storage,System.String)">
      <summary>Marks the specified cache entries of the specified storage type in the Web Part cache as outdated. </summary>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" />  value that identifies the type of storage allocated in the Web Part cache to mark as outdated. Possible values are Personal and Shared.</param>
      <param name="key">A value that identifies the cache entry of the specified storage type in the Web Part cache.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheRead(Microsoft.SharePoint.WebPartPages.Storage,System.String)">
      <summary>Reads and returns a value from the specified location in the specified type of storage in the Web Part cache. </summary>
      <returns>An object that returns the value that is read.</returns>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies the type of storage in the Web Part cache where a value is read. Possible values are Personal and Shared. Specifying None returns null.</param>
      <param name="key">The name of the value to be read from the Web Part cache.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheWrite(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Object,System.TimeSpan)">
      <summary>Stores the specified value of the specified type of storage in the Web Part cache.</summary>
      <param name="storage">A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> value that specifies the type of storage in the Web Part cache where a value is stored. Possible values are Personal and Shared. Specifying None stores nothing.</param>
      <param name="key">The name to be used as the key for the value to be stored in the Web Part cache.             </param>
      <param name="value">A System.Object that contains the value to be stored.             </param>
      <param name="timeout">A System.TimeSpan that specifies the period during which <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCacheWrite(Microsoft.SharePoint.WebPartPages.Storage,System.String,System.Object,System.TimeSpan)" /> attempts to write a value.            </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCommunicationConnect(System.String,Microsoft.SharePoint.WebPartPages.WebPart,System.String,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt)">
      <summary>Used to notify a Web Part that it has been connected to another Web Part. </summary>
      <param name="interfaceName">Specifies the name of the interface on this Web Part that is being connected.</param>
      <param name="connectedPart">A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> that specifies the other Web Part that is being connected to.</param>
      <param name="connectedInterfaceName">Specifies the name of the interface that is being connected to on the other Web Part.</param>
      <param name="runAt">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" />  value that specifies where the interface on this Web Part should run.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCommunicationInit">
      <summary>Provides a connectable Web Part with a method for firing any of its initialization events, such as the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellProviderInit" /> or <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit" /> event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCommunicationMain">
      <summary>Provides a connectable Web Part with a method to fire events for any of the main events of a connectable Web Part, such as the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellReady" /> event. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.PartImageLarge">
      <summary>Gets or sets the URL of an image file containing a 16 x 16 pixel image, typically used to depict icons. </summary>
      <returns>A string containing the URL to an image file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.PartImageSmall">
      <summary>Gets or sets the URL of an image file that appears in the title of a Web Part. </summary>
      <returns>A URL to an image file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.PartOrder">
      <summary>Gets or sets the order in which the Web Part appears within a Web Part zone.</summary>
      <returns>A 32-bit integer that specifies the order for the Web Part within a WebPartZone control.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Permissions">
      <summary>Gets the properties of a Web Part that can be modified currently. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Permissions" /> enumeration value.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Qualifier">
      <summary>Gets a unique identifier for a Web Part. </summary>
      <returns>A string value that specifies the unique identifier for the Web Part.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RegisterInterface(System.String,System.String,System.Int32,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt,System.Object,System.String,System.String,System.String)">
      <summary>Registers an interface from the <see cref="N:Microsoft.SharePoint.WebPartPages.Communication" /> namespace for a connectable Web Part.</summary>
      <param name="interfaceName">The friendly name of the interface.</param>
      <param name="interfaceType">The type of the interface as listed in the fields of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes" /> class.</param>
      <param name="maxConnections">The specified limit on the number of connections to this interface. Can be either <see cref="F:Microsoft.SharePoint.WebPartPages.WebPart.LimitOneConnection" /> or <see cref="F:Microsoft.SharePoint.WebPartPages.WebPart.UnlimitedConnections" />.</param>
      <param name="runAtOptions">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" /> valuethat specifies where the interface can be run.</param>
      <param name="interfaceObject">A reference to the implemented interface.</param>
      <param name="interfaceClientReference">The string used to reference the interface in script for client-side connections, for example RowProviderInterface_WPQ_.</param>
      <param name="menuLabel">The label that will be used in the user interface for creating a Web Part connection with this interface.</param>
      <param name="description">A brief description of the interface that will be used in the user interface for creating a Web Part connection with this interface.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RegisterInterface(System.String,System.String,System.Int32,Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt,System.Object,System.String,System.String,System.String,System.Boolean)">
      <summary>Registers an interface from the <see cref="N:Microsoft.SharePoint.WebPartPages.Communication" /> namespace for a connectable Web Part with the option of specifying how cross-page connections are handled.</summary>
      <param name="interfaceName">The friendly name of the interface.</param>
      <param name="interfaceTypeName">The type of the interface as listed in the fields of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes" /> class.</param>
      <param name="maxConnections">The specified limit on the number of connections to this interface. Can be either <see cref="F:Microsoft.SharePoint.WebPartPages.WebPart.LimitOneConnection" /> or <see cref="F:Microsoft.SharePoint.WebPartPages.WebPart.UnlimitedConnections" />.</param>
      <param name="runAtOptions">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt" />valuethat specifies where the interface can be run.</param>
      <param name="interfaceObject">A reference to the implemented interface.</param>
      <param name="interfaceClientReference">The string used to reference the interface in script for client-side connections, for example RowProviderInterface_WPQ_.</param>
      <param name="menuLabel">The label that will be used in the user interface for creating a Web Part connection with this interface.</param>
      <param name="description">A brief description of the interface that will be used in the user interface for creating a Web Part connection with this interface.</param>
      <param name="allowCrossPageConnection">Specifies whether this connection interface is exposed in the user interface of authoring environments for creating a connection across two Web Part pages. If the value is set to true, this connection interface is exposed in the authoring environment for creating cross-page connections within the limitations of the connection compatibility rules defined by the Web Part infrastructure. If the value is set to false, the interface is not available for authoring cross-page connections.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RegisterWorkItem(System.IAsyncResult)">
      <summary>Keeps track of work being done by an external thread, such as a Web Part that handles its own thread pool. </summary>
      <returns>true if the method succeeds; otherwise, false.</returns>
      <param name="ar">A System.IAsyncResult object that is returned to this method when an asynchronous operation completes.         </param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RegisterWorkItemCallback(System.Threading.WaitCallback,System.Object)">
      <summary>Queues a Web Part work item to the thread pool, invokes the specified delegate, and specifies an object to be passed to the delegate when serviced from the thread pool. </summary>
      <returns>true if the method succeeds; otherwise, false.</returns>
      <param name="beginCallBack">A System.Threading.WaitCallback object representing the delegate to invoke when a thread in the thread pool picks up the work item.</param>
      <param name="state">The object that is passed to the delegate when serviced from the thread pool.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Inherited from System.Web.UI.Control.</summary>
      <param name="writer">The HtmlTextWriter object that receives the server control content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RenderWebPart(System.Web.UI.HtmlTextWriter)">
      <summary>Renders the HTML for the body of a Web Part to the client. </summary>
      <param name="output">The HtmlTextWriter object that receives the Web Part content.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RenderWorkItemTimeout(System.Web.UI.HtmlTextWriter)">
      <summary>Renders HTML in a Web Part when a work item has timed out. </summary>
      <param name="writer">An HtmlTextWriter object that defines the output to render when a work item times out.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ReplaceTokens(System.String)">
      <summary>Performs token replacement for a string, using the same algorithm used for URL-valued properties. </summary>
      <returns>The input string with token values replaced.</returns>
      <param name="input">A string that requires token replacement.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.RequiresWebPartClientScript">
      <summary>Indicates whether this Web Part has client-side script to register with the Web Part Page Services Component (WPSC) framework.</summary>
      <returns>true, indicating that the Web Part does have client-side script to register.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.SaveProperties">
      <summary>Gets or sets whether a Web Part's properties have changed and should be persisted at the end of page rendering. </summary>
      <returns>true if the Web Part's properties should be persisted; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.SerializeAll">
      <summary>Gets whether a retrieved property value should be serialized for use in the client-side WPSC property collection.</summary>
      <returns>true if the property is being returned for use in the client-side WPSC property collection; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.SerializedAttachedPropertiesShared">
      <summary>Supports the Windows SharePoint Services Web Part connection infrastructure. Not intended to be used directly from your code. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.SerializedAttachedPropertiesUser">
      <summary>Supports the Windows SharePoint Services Web Part connection infrastructure. Not intended to be used directly from your code. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ServerRelativeClassResourcePath">
      <summary>Gets the server-relative path to Web Part class resources. </summary>
      <returns>A String containing the path.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.SetWebPartPageComponent"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowConnect">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowConnect" /> property has changed from its default value.</summary>
      <returns>true if the property has changed from its default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowEdit">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowEdit" /> property has changed from its default value.</summary>
      <returns>true if the property has changed from its default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowHide">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowHide" /> property has changed from its default value.</summary>
      <returns>true if the property has changed from its default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowMinimize">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowMinimize" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowRemove">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowRemove" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeAllowZoneChange">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.AllowZoneChange" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeConnectionID">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ConnectionID" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeConnections">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Connections" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeDescription">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Description" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeDetailLink">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.DetailLink" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeDir">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Dir" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeExportControlledProperties">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ExportControlledProperties" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeFrameState">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.FrameState" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeFrameType">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.FrameType" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeHeight">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Height" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeHelpLink">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.HelpLink" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeHelpMode">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.HelpMode" /> property has changed from its default value.</summary>
      <returns>true if the property has changed from its default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeID">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ID" /> property has changed from its default value.</summary>
      <returns>true if the property has changed from its default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeIsIncluded">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.IsIncluded" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeIsIncludedFilter">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.IsIncludedFilter" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeIsVisible">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.IsVisible" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeMissingAssembly">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.MissingAssembly" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializePartImageLarge">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.PartImageLarge" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializePartImageSmall">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.PartImageSmall" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializePartOrder">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.PartOrder" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeTitle">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Title" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeWidth">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Width" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.ShouldSerializeZoneID">
      <summary>Returns whether the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ZoneID" /> property has changed from its default value.</summary>
      <returns>true if the property value has changed from the default value; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ShouldValidate">
      <summary>Gets a value indicating whether the Web Part infrastructure should perform data validation of Web Part properties before setting them. </summary>
      <returns>true if the Web Part properties need to be validated; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.StorageKey">
      <summary>Gets the unique identifier set by the Web Part infrastructure when a Web Part is added to a Web Part Zone.</summary>
      <returns>For a Web Part added to a WebPartZone control, the Web Part infrastructure sets a System.Guid value. For a Web Part outside of a WebPartZone control (properties are not saved in the WebParts table of the Windows SharePoint Services database), the value is set to Guid.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Subtitle">
      <summary>Returns the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Caption" /> property.</summary>
      <returns>A string containing the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.Caption" /> property.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.SuppressWebPartChrome">
      <summary>Gets or sets whether chrome is displayed for a static Web Part. </summary>
      <returns>true if chrome is not displayed when the Web Part is outside a Web Part zone; otherwise, false. The default value is false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.System#Web#UI#IAttributeAccessor#GetAttribute(System.String)">
      <returns>Returns <see cref="T:System.String" />.</returns>
      <param name="key"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPart.System#Web#UI#IAttributeAccessor#SetAttribute(System.String,System.String)">
      <param name="key"></param>
      <param name="value"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Title">
      <summary>Gets or sets the title that appears in the title bar of a Web Part. </summary>
      <returns>A string that specifies the title of the Web Part. The default value is System.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.TitleIconImageUrl">
      <summary>Gets or sets the URL to an image used to represent the Web Part in its own title bar.</summary>
      <returns>A string containing a URL. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.TitleUrl">
      <summary>Get or sets a title link.</summary>
      <returns>A string that contains the URL. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.UnknownXmlElements">
      <summary>Gets an <see cref="T:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection" /> object that contains XML elements from an imported SharePoint Web Part that were not mapped to a property on the Web Part.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.WebPartPages.UnknownXmlElementCollection" /> object containing any unmapped properties from an imported SharePoint Web Part.</returns>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPart.UnlimitedConnections">
      <summary>Specifies that a connectable Web Part can accept an unlimited number of connections to another Web Part. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.UseDefaultStyles">
      <summary>Gets or sets whether the default font size and style are applied to the Web Part. </summary>
      <returns>true if the default font size and style are applied; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.WebPartMenu">
      <summary>Gets or sets the Web Part menu source that is rendered in the frame of the Web Part. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Menu" /> object that defines the source for the Web Part menu. By default, this property returns the default menu.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.Width">
      <summary>Gets or sets the fixed width for a Web Part. </summary>
      <returns>A string that specifies the fixed width of the Web Part. Any width value that is allowed in CSS can be used. The default value is String.Empty.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.WorkItemTimeout"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPart.ZoneID">
      <summary>Gets or sets the Web Part zone in which to render the Web Part.</summary>
      <returns>A string that corresponds to the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPart.ID" /> property of a WebPartZone control on the Web Part page. The default value is String.Empty.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartAdder"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.AllowWebPartImport"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Included"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Recommended"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.RecommendSiteTemplate"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.ShowClosedWebParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.ShowListsAndLibraries"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.ShowServerGalleryWebParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.ShowSiteGalleryWebParts"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.System#Web#UI#ICallbackEventHandler#GetCallbackResult"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.System#Web#UI#ICallbackEventHandler#RaiseCallbackEvent(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.#ctor(System.Boolean,System.String,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.GetHashCode"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.Major"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.MajorPlusMinor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.Minor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.Negated"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.NegativelyMatches(Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.op_Equality(Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector,Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.op_Inequality(Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector,Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.Parse(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.PositivelyMatches(Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.ToString"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector.TryParse(System.String,Microsoft.SharePoint.WebPartPages.WebPartAdder.Selector@)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection.Add(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection.Remove(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection.ToArray"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.Category"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.Description"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.GetPreviewHtml"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.IconUrl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.Id"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.IsRecommended"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.OnClientAdd"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.Source"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.Title"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.V3PickerKey"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItem.WebPartContent"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.#ctor(Microsoft.SharePoint.WebPartPages.WebPartGallerySource,System.Web.UI.Page)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.GetPreviewHtml"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.Instantiate"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.InstantiateFromXml(System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.InstantiateFromXml(System.Xml.XmlDocument)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.OnClientAdd"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.RibbonCommand"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.Source"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.V3PickerKey"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.WebPartContent"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartGallerySource"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySource.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySource.AddItemToPage(System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32,Microsoft.SharePoint.WebPartPages.WebPartGalleryItem,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySource.GetItems"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGallerySource.Id"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGallerySource.InvalidateAfterAdd"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.#ctor(System.Web.UI.Page)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32,Microsoft.SharePoint.WebPartPages.WebPartGalleryItem,System.String)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(System.Web.UI.WebControls.WebParts.WebPartZoneBase,System.Int32,System.Web.UI.WebControls.WebParts.WebPart)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.GetItems"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.GetItemsCore"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.Id"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.InvalidateAfterAdd"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.Page"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.#ctor(Microsoft.SharePoint.WebPartPages.WebPartGallerySource,System.Web.UI.Page,System.Xml.XmlDocument)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.Description"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.IconUrl"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.Instantiate"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.IsRecommended"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase.Title"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter">
      <summary>Provides the common functionality needed by all adapters that make Web Parts on SharePoint pages accessible from mobile devices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.Control">
      <summary>Gets the Web Part that is being adapted.</summary>
      <returns>The Web Part that is being adapted. (If the adapted Web Part is an <see cref="T: Microsoft.SharePoint.WebPartPages.WebPart" />, it is cast to <see cref="T:System.Web.UI.WebControls.WebParts.WebPart" /> and returned.)</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.Controls">
      <summary>Gets a collection of the child controls the adapter will use to render the Web Part on a mobile page.</summary>
      <returns>The child controls as a collection that can be iterated.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateControlsForDetailView">
      <summary>When overridden in a derived class, renders a detailed view of the Web Part on mobile devices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateControlsForSummaryView">
      <summary>When overridden in a derived class, renders a summary view of the Web Part on mobile devices.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateWebPartIcon(Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLink)">
      <summary>Gets an icon for the Web Part which, in some contexts, works as a link to another view of the Web Part or as an expand/collapse button.</summary>
      <returns>An icon that renders beside the Web Part title.</returns>
      <param name="linkType">A value that specifies whether the icon will be just an image or a clickable control.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateWebPartLabel">
      <summary>Gets a label containing the title of the Web Part.</summary>
      <returns>The title of the Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.DetailViewPageUrl">
      <summary>Gets the URL of the detailed mobile view page of the Web Part that is being adapted.</summary>
      <returns>The URL of the detailed mobile view page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.DetailViewTitleIconUrl">
      <summary>Gets the URL of the icon that renders beside the title in the detailed view of the Web Part on a mobile page.</summary>
      <returns>The URL of the icon.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.Dispose">
      <summary>Releases all resources used by the adapter control.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.ExpandCollapseFunctionUrl">
      <summary>Gets the URL of the Javascript function that provides expanding and collapsing of the Web Part.</summary>
      <returns>The URL of the Javascript function.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.ItemBulletIconUrl">
      <summary>Gets the URL of the bullet image that is used when the adapter renders a bulleted list of items.</summary>
      <returns>The URL of the image file.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.MobilePage">
      <summary>Gets an object that represents the current page, if the page is an <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" /> object.</summary>
      <returns>A  <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" /> that represents the current page. This is null (Nothing in Visual Basic) if the current page is not of the type <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnInit(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnInit(System.EventArgs)" /> method of the control that is being adapted.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnInitForMobile(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnInit(System.EventArgs)" /> method of the control that is being adapted when the control is on a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnLoad(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnLoad(System.EventArgs)" /> method of the control that is being adapted.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnLoadForMobile(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnLoad(System.EventArgs)" /> method of the control that is being adapted when the control is on a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRender(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method of the control that is being adapted.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnPreRenderForMobile(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnPreRender(System.EventArgs)" /> method of the control that is being adapted when the control is on a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnUnload(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnUnload(System.EventArgs)" /> method of the control that is being adapted.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.OnUnloadForMobile(System.EventArgs)">
      <summary>Replaces the <see cref="M:System.Web.UI.Control.OnUnload(System.EventArgs)" /> method of the control that is being adapted when the control is on a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.Render(System.Web.UI.HtmlTextWriter)">
      <summary>Calls the base <see cref="M:System.Web.UI.Adapters.ControlAdapter.Render(System.Web.UI.HtmlTextWriter)" /> method when the control that is being adapted is on a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" />.</summary>
      <param name="writer">The object that writes the HTML of the control.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.SummaryViewPageUrl">
      <summary>Gets URL of the mobile summary view page of the Web Part.</summary>
      <returns>The URL of the page.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.SummaryViewTitleIconUrl">
      <summary>Gets the URL of the icon that renders beside the title in the summary view of the Web Part on a mobile page.</summary>
      <returns>The URL of the icon.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.TitleIconUrl"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.Web">
      <summary>Gets the current SharePoint Web site</summary>
      <returns>The Web site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconUrl">
      <summary>Gets the URL of the icon that represents the Web Part.</summary>
      <returns>The URL of the icon’s image file. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartTitle">
      <summary>Gets the display title of the Web Part that is being adapted.</summary>
      <returns>The title of the Web Part.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLink">
      <summary>Specifies whether an icon in a Web Part on a mobile page will function as a clickable link and, if so, whether it will link to the detailed view of the Web Part or the summary view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLink.NoLink">
      <summary>Not a link.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLink.LinkToDetailView">
      <summary>Link to detailed view.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLink.LinkToSummaryView">
      <summary>Link to summary view.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobileContentPanel">
      <summary>Provides a container that holds mobile controls added by Web Part mobile adapters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileContentPanel.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobileContentPanel" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobileExpandCollapseScriptManager">
      <summary>Provides rendering of the Javascript that implements the visual expansion and collapse of a Web Part on a mobile page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobileExpandCollapseScriptManager.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobileExpandCollapseScriptManager" /> class. </summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage">
      <summary>Represents a Web Part page that is designed for viewing on the small screens of mobile devices and that contains Web Parts that have mobile adapters.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePage" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePage.OnInit(System.EventArgs)">
      <summary>Represents the method that handles the Init event.</summary>
      <param name="e">An object that contains data for the event.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobilePage.TargetWebPartPageTitle">
      <summary>Gets the title of the target Web Part page.</summary>
      <returns>The title of the target page.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation">
      <summary>Renders a link to navigate user to either summary view page or detail view page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation" /> class. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation.GenerateUrl">
      <summary>Generates and returns the URL of either the detailed view page or the summary view page for the selected Web Part, based on the value of the <see cref="P:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation.LinkToDetailView" /> property.</summary>
      <returns>The URL of either the summary view page or the detailed view page of the selected Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation.LinkToDetailView">
      <summary>Gets or sets a value that determines whether the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation.GenerateUrl" /> method will return the URL of the detailed view page or the summary view page.</summary>
      <returns>true to specify that the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePageNavigation" /> object is a link to the detailed view page; false to specify that it is a link to the summary view page.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartMobilePageTitle"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartMobilePageTitle.#ctor"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartPage">
      <summary>Inherits from System.Web.UI.Page to implement a Web Part Page.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPage.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPage" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPage.Dispose">
      <summary>Releases all resources used by the WebPartPage base class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPage.OnInit(System.EventArgs)">
      <summary>Handles the System.Web.UI.Control.Init event that occurs as an instance of the Web Part Page is being created.</summary>
      <param name="e">System.EventArgs that contains the event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPage.OnPreRender(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartPage.panelZone"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartPage.wpz"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException">
      <summary>Extends the System.ApplicationException class. This class is used by the Web Part infrastructure and Web Part developers to throw and identify exceptions that will be rendered as error messages to users. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPageUserException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPageUserException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException" /> class with serialized data. </summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPageUserException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException" /> class with a specified error message. </summary>
      <param name="s">A message that describes the error.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPageUserException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPageUserException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary>
      <param name="s">The error message that explains the reason for the exception.</param>
      <param name="inner">The inner exception that is the cause of the current exception. If the parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartPreview">
      <summary>Provides a preview of a Web Part in the Web Part catalog.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartPreview.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartPreview" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartPreview.WebPart">
      <summary>Gets a read-only copy of a Web Part to be displayed only on the Web Part preview page of the Web Part catalog. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> object that is a read-only copy of the Web Part to be displayed on the Web Part preview page of the Web Part catalog.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd">
      <summary>This class and its members are reserved for internal use and are not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.ButtonText">
      <summary>For internal use only.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.GroupNames">
      <summary>For internal use only. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.ParentZone">
      <summary>For internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.RenderControl(System.Web.UI.HtmlTextWriter)">
      <summary>For internal use only.</summary>
      <param name="output"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.ShowListsAndLibraries">
      <summary>For internal use only.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartQuickAdd.System#Web#UI#IPostBackEventHandler#RaisePostBackEvent(System.String)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute">
      <summary>Specifies how a property should be stored.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute.#ctor(Microsoft.SharePoint.WebPartPages.Storage)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute" /> class.</summary>
      <param name="storage">Describes the type of storage allowed for a property.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute.ControlledExport">
      <summary>Gets or sets a value indicating whether the property is marked as a controlled property. </summary>
      <returns>true if property is flagged for controlled export; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute.Storage">
      <summary>Gets or sets an enumeration that specifies how the property will be stored. </summary>
      <returns>A <see cref="T:Microsoft.SharePoint.WebPartPages.Storage" /> enumeration values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart">
      <summary>Represents a tool part that can be used to show and modify Web Part base class properties</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.ApplyChanges">
      <summary>Applies all property changes to the Web Part on the server. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Expand(Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories)">
      <summary>Expands the specified tool part category. </summary>
      <param name="category">One of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories" /> values.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Hide(Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties)">
      <summary>Hides the specified base property of the tool part. </summary>
      <param name="property">One of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties" /> values.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.ShouldAddProperty(System.Reflection.PropertyInfo)">
      <summary>Specifies whether a property should be created for the specified PropertyInfo object.</summary>
      <returns>true if the object specified by the <paramref name="pi" /> parameter is added to the property; otherwise, false.</returns>
      <param name="pi">The PropertyInfo object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.ShouldMakeExtraChecks"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.SyncChanges">
      <summary>Refreshes the tool parts displayed in the tool pane after the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPartToolPart.ApplyChanges" /> method has successfully applied all property changes to the instantiated Web Part on the server.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories">
      <summary>Represents the categories of base properties that are available for an instance of the WebPartToolPart tool part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories.Appearance">
      <summary>The Appearance category of properties.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories.Layout">
      <summary>The Layout category of properties.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Categories.Advanced">
      <summary>The Advanced category of properties.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties">
      <summary>Represents the base properties of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.FrameState">
      <summary>The initial state of the Web Part frame.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Height">
      <summary>The height of the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Width">
      <summary>The width of the Web Part</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.FrameType">
      <summary>The style of the Web Part frame.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Direction">
      <summary>A value that sets the text direction of the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ZoneID">
      <summary>The string identifier for the zone in which the Web Part is located.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.PartOrder">
      <summary>An integer value that specifies the order in which the Web Part appears within a zone.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.IsVisible">
      <summary>A value that specifies whether the Web Part is displayed or hidden on the page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowMinimize">
      <summary>A value that specifies whether the Web Part can be minimized.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowRemove">
      <summary>A value that specifies whether the Web Part can be removed from a Web Part Page</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowZoneChange">
      <summary>A value that specifies whether the Web Part can be moved to a different zone.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.DetailLink">
      <summary>The Web address or file system path to an HTML file that holds optional information about the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Description">
      <summary>Text that appears when a user rests the mouse pointer on the title or icons of the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.HelpLink">
      <summary>The Web address or file system path to a help file in HTML format.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.PartImageLarge">
      <summary>The URL to an image file containing a 16 x 16 pixel image.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.PartImageSmall">
      <summary>This value is not currently used by the Web Part infrastructure, and is reserved for future use by Microsoft.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.MissingAssembly">
      <summary>The message used to indicate that the Web Part assembly file is missing.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Title">
      <summary>The text heading at the top of the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.IsIncluded">
      <summary>A value that specifies whether the Web Part is rendered in the page.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.IsIncludedFilter">
      <summary>A string that specifies the criteria for displaying the Web Part.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ExportControlledProperties">
      <summary>A value that controls whether the values of sensitive properties in personal view can be exported to a Web Part description file (.dwp).</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ID"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowConnect"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowEdit"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowHide"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.HelpMode"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.DirectionAspNet"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Zone"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.Hidden"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.IsClosed"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AllowClose"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ChromeType"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ChromeState"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ZoneIndex"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ExportMode"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.TitleUrl"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.HelpUrl"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.CatalogIconImageUrl"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.TitleIconImageUrl"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.ImportErrorMessage"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WebPartToolPart.Properties.AuthorizationFilter"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WebPartZone">
      <summary>Allows you to create zones that are containers for Web Parts. The properties of this class allow you to specify how the zone will appear on your Web Part Page and also the behavior of the zone itself. For example, when you create the zone object, you can allow personalization and/or customization for the Web Parts placed within the zone. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartZone.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WebPartZone" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.AllowCustomization">
      <summary>Gets or sets whether the Web Parts within the zone can be modified in the user interface for all users. </summary>
      <returns>true to allow modification for all users; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.AllowLayoutChange"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.AllowPersonalization">
      <summary>Gets or sets a value indicating whether Web Parts within the zone can be modified in the user interface for individual users. </summary>
      <returns>true to allow modification by individual users; otherwise, false. </returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.ContainerWidth">
      <summary>Gets or sets the hint for contained Web Parts of the expected width of the zone.</summary>
      <returns>String   Value indicating the width of the zone.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.DisplayTitle"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartZone.Dispose">
      <summary>Used to release all the resources that are owned by the Web Part zone before the zone is unloaded. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.FrameType">
      <summary>Gets or sets the default style of the frame for Web Parts contained within the WebPartZone control.</summary>
      <returns>A <see cref="P:Microsoft.SharePoint.WebPartPages.WebPartZone.FrameType" /> enumeration value.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WebPartZone.GetEffectiveChromeType(System.Web.UI.WebControls.WebParts.Part)">
      <param name="part"></param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.HeaderText"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.LockLayout">
      <summary>Gets or sets whether Web Parts within the zone can be added, deleted, resized, or moved. </summary>
      <returns>Boolean  Used to indicate whether Web Parts within the zone can be added, deleted, resized, or moved.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.Orientation">
      <summary>Gets or sets which direction Web Parts will be placed in the zone. </summary>
      <returns>An <see cref="P:Microsoft.SharePoint.WebPartPages.WebPartZone.Orientation" /> enumeration.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.QuickAdd"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WebPartZone.Title">
      <summary>Gets or sets the friendly name used in the Web Part page designer and FrontPage to denote a zone to the user. This property can also specify a localization string. </summary>
      <returns>String   Contains the friendly name or a localized string representing the title of a zone.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPartMobileAdapter">
      <summary>Changes the rendering of a <see cref="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPart" /> object so that it appears appropriately on a mobile device.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPartMobileAdapter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPartMobileAdapter" />  class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPartMobileAdapter.Control">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPart" /> object whose rendering is being adapted.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPart" /> that the <see cref="T:Microsoft.SharePoint.WebPartPages.WhereaboutsWebPartMobileAdapter" /> renders.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WikiContentWebpart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiContentWebpart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.WikiContentWebpart.Content"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WikiEditPage"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.BtnAutoSave_Click(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.BtnEdit_Click(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.BtnRevert_Click(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.BtnSave_Click(System.Object,System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.BtnSaveAndContinue_Click(System.Object,System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.btnWikiAutoSave"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.btnWikiEdit"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.btnWikiRevert"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.btnWikiSave"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.btnWikiSaveAndContinue"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.editorFieldCtrl"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.modifiedFieldCtrl"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.OnInit(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.OnInitComplete(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.OnLoad(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.OnPreRender(System.EventArgs)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.OnPreRenderComplete(System.EventArgs)"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.pageStatus"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.PlaceHolderWebDescription"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WikiEditPage.RaisePostBackEvent(System.String)"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.updatePanel"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.WikiField"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.wikiPageNameDisplay"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.wikiPageNameEdit"></member>
    <member name="F:Microsoft.SharePoint.WebPartPages.WikiEditPage.wikiPageNameEditTextBox"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver">
      <summary>Creates a new resolver for the given webpart.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver.#ctor(Microsoft.SharePoint.WebPartPages.WebPart,System.Collections.Hashtable)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver" /> class.</summary>
      <param name="webPart"></param>
      <param name="hashTable"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver.#ctor(Microsoft.SharePoint.WebPartPages.WebPart,System.Collections.Hashtable,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver.GetEntity(System.Uri,System.String,System.Type)">
      <param name="absoluteUri"></param>
      <param name="role"></param>
      <param name="ofObjectToReturn"></param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.WSSXmlUrlResolver.ResolveUri(System.Uri,System.String)">
      <param name="baseUri"></param>
      <param name="relativeUri"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.XlvProviderConnectionPoint"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XlvProviderConnectionPoint.#ctor(System.Reflection.MethodInfo,System.Type,System.Type,System.String,System.String,System.Boolean)"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.XmlWebPart">
      <summary>Displays XML transformed on the server using XSL. The Web Part stores the content in a property or links to a source file.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.XmlWebPart" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.GetToolParts">
      <summary>Determines which tool parts are displayed in the tool pane of the web-based Web Part design user interface, and the order in which they are displayed.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.LoadResource(System.String)">
      <summary>Overrides the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.LoadResource(System.String)" /> method. Returns a string that describes the localized Name, Category, and Description property values of the specified resource.</summary>
      <returns>String that matches the specified <paramref name="id" />. Default value is an empty string.</returns>
      <param name="id">Identifier of the string to look up. The value of the string is determined by this Web Part.</param>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.PartStorage">
      <summary>Gets or sets data that is specific to this Web Part. </summary>
      <returns>String  Data that applies to this Web Part only.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.ShouldSerializePartStorage">
      <summary>Indicates whether the <see cref="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.PartStorage" /> property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.ShouldSerializeXml">
      <summary>Indicates whether the Xml property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.ShouldSerializeXmlLink">
      <summary>Indicates whether the XmlLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.ShouldSerializeXsl">
      <summary>Indicates whether the Xsl property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XmlWebPart.ShouldSerializeXslLink">
      <summary>Indicates whether the XslLink property should be persisted.</summary>
      <returns>true if the property value has been changed from its default; otherwise, false.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.Xml">
      <summary>Gets or sets the content for this Web Part. </summary>
      <returns>System.Xml.XmlElement   Content for this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.XmlLink">
      <summary>Gets or sets the URL that points to the content for this Web Part. </summary>
      <returns>String   URL that points to the content for this Web Part.</returns>
      <exception cref="ApplicationException">Invalid XmlLink was provided.</exception>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.Xsl">
      <summary>Gets or sets the embedded XSLT that is used to transform the Web Part content if an XslLink is not supplied.</summary>
      <returns>System.Xml.XmlElement   XSLT that is used to transform content for this Web Part.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XmlWebPart.XslLink">
      <summary>Gets or sets the URL for the XSLT that is used to transform the content for this Web Part. </summary>
      <returns>String   URL that points to XSLT that is used to transform the XML content of this Web Part.</returns>
      <exception cref="ApplicationException">Invalid Xsl link was provided.</exception>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.#ctor"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.AllowXSLTEditing"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.CanHaveServerControls"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.ControlMode"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.FormType"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.GenerateFormXml(Microsoft.SharePoint.PAGETYPE,Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.GenerateFormXml(Microsoft.SharePoint.WebControls.SPControlMode,Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.GetDataSource"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListFormWebPart.ParameterBindings"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.#ctor"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.ConnectionInterface"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.DataSourceMode"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.GetDataSource"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.GetToolParts"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.HasOverrideSelectCommand"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.ParameterBindings"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.SelectParameters"></member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.System#Web#UI#WebControls#WebParts#IWebPartTable#GetTableData(System.Web.UI.WebControls.WebParts.TableCallback)"></member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.System#Web#UI#WebControls#WebParts#IWebPartTable#Schema"></member>
    <member name="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter">
      <summary>Changes the rendering of a <see cref="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart" /> object so that it appears appropriately on a mobile device.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter" />  class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.Control">
      <summary>Gets the <see cref="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart" /> object whose rendering is being adapted.</summary>
      <returns>The <see cref="T:Microsoft.SharePoint.WebPartPages. XsltListViewWebPart" /> that the <see cref="T:Microsoft.SharePoint.WebPartPages. XsltListViewWebPartMobileAdapter" /> renders.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.CreateControlsForSummaryView">
      <summary>Renders a summary view of the <see cref="T:Microsoft.SharePoint.WebPartPages.XsltListViewWebPart" /> that is appropriate for mobile devices.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.CurrentList">
      <summary>Gets the current list.</summary>
      <returns>The current list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.CurrentListItems">
      <summary>Gets the all the items in the current list that are also in the current view.</summary>
      <returns>The current view items in a collection that is castable to <see cref="T:Microsoft.SharePoint.SPListItemCollection" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter.CurrentView">
      <summary>Returns the current view of the current list.</summary>
      <returns>The current view of the current list.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs">
      <summary>Identifies the initial argument structure for design time creation. These arguments are passed to the connected Web Part as part of the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit" /> event to tell the connected Web Part what the name and display name of the cell is.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs.FieldDisplayName">
      <summary>Gets or sets the display name of the cell. </summary>
      <returns>String Display name of the cell. This value is optional.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs.FieldName">
      <summary>Gets or sets the name of the cell. </summary>
      <returns>A string that represents the name of the cell. It is displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs.FieldDisplayName" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit" /> event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A<see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs" />that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs">
      <summary>Holds the data structure that is initialized when an ICellProvider Web Part creates a connection and fires a <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit" /> event to an <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface. Cannot be inherited. </summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.FieldDisplayName">
      <summary>Gets or sets the display name of the cell. </summary>
      <returns>The field display name of the cell value provided to the ICellConsumer Web Part. This value is optional.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.FieldName">
      <summary>Gets or sets the name of the cell. </summary>
      <returns>The field name of the cell value provided to the ICellConsumer Web Part. It is displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.FieldDisplayName" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellProviderInit" /> event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider" /> interface.</summary>
      <param name="sender">The source of the event, the WebPart object.</param>
      <param name="e">A CellProviderInitEventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs">
      <summary>Provides the current cell value from a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellReady" /> event occurs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs.Cell">
      <summary>Gets or sets the cell's data when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellReady" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider" /> interface occurs.</summary>
      <returns>The cell data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellReady" /> event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">A CellReadyEventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ClearFilterEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.ClearFilter" /> event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt">
      <summary>Specifies whether the implementation of a Web Part connection interface can run on the server or by rendering client script.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt.None">
      <summary>Indicates that the interface implementation cannot currently support connections.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt.Server">
      <summary>Indicates that the interface implementation can run connection code on the server</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt.Client">
      <summary>Indicates that the interface implementation can render client script for connections.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.ConnectionRunAt.ServerAndClient">
      <summary>Indicates that the interface implementation can run connection code on the server and can render client script for connections</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs">
      <summary>Provides data for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit" /> event. When a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface fires the FilterConsumerInit event, an instance of this class is passed to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> or <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface that calls the <see cref="M:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.FilterConsumerInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs)" /> event handler to handle the event.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs.FieldDisplayList">
      <summary>Gets or sets the optional list of field display names passed to the event handler for <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit" />event.</summary>
      <returns>An array of type string containing the optional field display names for the provided filter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs.FieldList">
      <summary>Gets or sets the list of field names passed to the event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit" />event.</summary>
      <returns>An array of type string containing the field names for the provided filter. These field names are displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs.FieldDisplayList" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit" /> event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">A FilterConsumerInitEventArgs that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer"></member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit">
      <summary>An initialization event. This event handler is of type CellConsumerInitEventHandler.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellProviderInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs)">
      <summary>Handles the initialization event <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellProviderInit" />. This event handler is of type CellProviderInitEventHandler.</summary>
      <param name="sender">Reference to the consumer Web Part.</param>
      <param name="cellProviderInitArgs">The arguments passed by the provider Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventArgs)">
      <summary>Called after the CellReady event for a connected Web Part occurs, such as when a cell is selected or updated. This event handler is of type <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellReadyEventHandler" />.</summary>
      <param name="sender">The Web Part that is the source of the event.</param>
      <param name="cellReadyArgs">The event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider">
      <summary>Enables a Web Part to communicate with a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface to work with a single value item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellConsumerInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventArgs)">
      <summary>An event handler for receiving initialization information passed by the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer.CellConsumerInit" /> event of a connected Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface. The delegate for this event handler is <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.CellConsumerInitEventHandler" />.</summary>
      <param name="sender">A reference to the consumer Web Part.</param>
      <param name="cellConsumerInitEventArgs">The argument data structure passed by the consumer Web Part.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellProviderInit">
      <summary>Provides <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.FieldName" /> and <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.CellProviderInitEventArgs.FieldDisplayName" /> property values to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.ICellProvider.CellReady">
      <summary>Occurs when a cell changes such as when a cell is selected or updated.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer">
      <summary>Used to consume a filter expression from a Web Part that has implemented an <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.ClearFilter(System.Object,System.EventArgs)">
      <summary>Used to respond to a request to clear a filter from a <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.ClearFilter" /> event of a provider Web Part.</summary>
      <param name="sender">A reference to the object that implements the interface on the provider Web Part.</param>
      <param name="e">The event arguments that are passed from the ClearFilter event. This will be a NULL object.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit">
      <summary>The initialization event for receiving the list of fields, and optionally field display names used to filter a list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.NoFilter(System.Object,System.EventArgs)">
      <summary>Used to respond to a message that no filter will be provided from the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.NoFilter" /> event of a provider Web Part.</summary>
      <param name="sender">A reference to the object that implements the IFilterProvider interface on the provider Web Part.</param>
      <param name="e">The event arguments that are passed from the NoFilter Event. This will be a null object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.SetFilter(System.Object,Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs)">
      <summary>Responds to a request to set a filter from the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.SetFilter" /> event of a provider Web Part.</summary>
      <param name="sender">A reference to the object that implements the IFilterProvider interface on the provider Web Part.</param>
      <param name="setFilterEventArgs">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs" /> object received from the SetFilter event which describes the filter to be used for the consumer Web Part.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider">
      <summary>Used to communicate with a Web Part that implements <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface to provide filter information to the consumer.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.ClearFilter">
      <summary>Notifies the consumer Web Part to clear the current filter.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.FilterConsumerInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.FilterConsumerInitEventArgs)">
      <summary>An event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer.FilterConsumerInit" /> event that receives the list of fields, and optionally field display names.</summary>
      <param name="sender">Reference to the object calling this method, which is typically this.</param>
      <param name="filterConsumerInitEventArgs">A FilterConsumerInitEventArgs object which contains the field list and optional field display names sent to the consumer Web Part.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.NoFilter">
      <summary>Notifies the consumer Web Part that no filter will be provided.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.SetFilter">
      <summary>Provides the filter expression for the consumer Web Part.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer">
      <summary>Defines methods that a Web Part can implement so that it can consume an entire list (rowset) of data from another Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer.ListProviderInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListProviderInit" /> event of a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
      <param name="sender">Reference to the consumer Web Part.</param>
      <param name="listProviderInitEventArgs">The arguments passed by the provider Web Part.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer.ListReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListReady" /> event of a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IListProvider interface.</param>
      <param name="listReadyEventArgs">A ListReadyEventArgs that provides the list contents.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer.PartialListReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.PartialListReady" /> event of a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IListProvider interface.</param>
      <param name="partialListReadyEventArgs">A PartialListReadyEventArgs that provides the consumed list.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider">
      <summary>Defines events that a Web Part can implement so that it can provide an entire list (rowset) of data to another Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListProviderInit">
      <summary>Occurs as the initialization event that provides a list of the field names of data and an optional list of field display names to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListReady">
      <summary>Occurs when the entire list has been retrieved and is ready to be sent to a Web Part that implements the IListConsumer interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.PartialListReady">
      <summary>Occurs only when the first batch or page of data is ready to be sent to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListConsumer" /> interface.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs">
      <summary>Represents the object type returned by the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.GetInitEventArgs(System.String)" /> method.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InitEventArgs" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes">
      <summary>Provides a set of constant fields for specifying the interface type of a Web Part connection interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes" /> class.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.ICellConsumer">
      <summary>Represents the interface type of the ICellConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.ICellProvider">
      <summary>Represents the interface type of the ICellProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IFilterConsumer">
      <summary>Represents the interface type of the IFilterConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IFilterProvider">
      <summary>Represents the interface type of the IFilterProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IListConsumer">
      <summary>Represents the interface type of the IListConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IListProvider">
      <summary>Represents the interface type of the IListProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IParametersInConsumer">
      <summary>Represents the interface type of the IParametersInConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IParametersInProvider">
      <summary>Represents the interface type of the IParametersInProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IParametersOutConsumer">
      <summary>Represents the interface type of the IParametersOutConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IParametersOutProvider">
      <summary>Represents the interface type of the IParametersOutProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IRowConsumer">
      <summary>Represents the interface type of the IRowConsumer Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.WebPartPages.Communication.InterfaceTypes.IRowProvider">
      <summary>Represents the interface type of the IRowProvider Web Part connection interface. This field is constant.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer">
      <summary>Allows a consumer Web Part to communicate its parameter list to other Web Parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.NoParametersIn(System.Object,System.EventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.NoParametersIn" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersInProvider interface.</param>
      <param name="e">A System.EventArgs object.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit">
      <summary>Allows the consumer Web Part to pass initialization information about the parameters it is expecting to the other connected parts.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInReady" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersInProvider interface.</param>
      <param name="parametersInReadyEventArgs">A ParametersInReadyEventArgs that provides an array of string parameter values through its ParameterValues property. The number and order of parameters contained in this array must match those specified by the ParametersInConsumerInitEventArgs argument of the ParametersInConsumerInit method.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider">
      <summary>Allows a provider Web Part to communicate its parameter list to other consumer Web Parts.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.NoParametersIn">
      <summary>Occurs when there is no parameter list available to be sent to the consumer Web Part.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInConsumerInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs)">
      <summary>Provides an event handler for a provider Web Part to process the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event of a consumer Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersInConsumer interface.</param>
      <param name="parametersInConsumerInitEventArgs">A ParametersInConsumerInitEventArgs that provides an array of <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty" /> objects. Each item in the array contains property values for a parameter.</param>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInReady">
      <summary>Occurs when the parameter list is ready to be sent to the consumer Web Part. On the client computer, it can occur at any time; however, it is typically raised when a parameter is updated or selected. On the server, it must be raised in the PartCommunicationMain method.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutConsumer">
      <summary>Implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface to communicate its parameter list to a consumer Web Part implementing this interface. These interfaces also allow passing through other information such as a selected row.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutConsumer.NoParametersOut(System.Object,System.EventArgs)">
      <summary>Provides an event handler for a consumer Web Part to process the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.NoParametersOut" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersOutProvider interface.</param>
      <param name="e">A System.EventArgs object.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutConsumer.ParametersOutProviderInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs)">
      <summary>Provides an event handler for a consumer Web Part to process the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersOutProvider interface.</param>
      <param name="parametersOutProviderInitEventArgs">A ParametersOutProviderInitEventArgs that provides an array of <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty" /> objects. Each object contains property values for a parameter.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutConsumer.ParametersOutReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs)">
      <summary>Provides an event handler for the consumer Web Part to process the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutReady" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
      <param name="sender">A Web Part that implements the IParametersOutProvider interface.</param>
      <param name="parametersOutReadyEventArgs">A ParametersOutReadyEventArgs that provides an array of string parameter values through its ParameterValues property. The number and order of parameters contained in this array must match those specified by the ParametersOutProviderInitEventArgs argument of the ParametersOutProviderInit method.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider">
      <summary>Allows a provider Web Part to communicate its parameter list to other Web Parts.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.NoParametersOut">
      <summary>Occurs when the provider Web Part has no parameter values to pass to the other connected parts.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit">
      <summary>Allows the provider Web Part to pass initialization information about the parameters it is providing to the other connected parts.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutReady">
      <summary>Occurs when the parameter list is ready to be sent to the consumer Web Part from a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface. On the client computer, it can occur any time; however, it is typically raised when a parameter is updated or selected. On the server, it should be raised in the <see cref="M:Microsoft.SharePoint.WebPartPages.WebPart.PartCommunicationMain" />method.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IRowConsumer">
      <summary>Enables a Web Part to communicate with a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface (or that supports a suitable transformer) to work with a row of data.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IRowConsumer.RowProviderInit(System.Object,Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs)">
      <summary>Implements an event handler to receive initialization information when it is connected to Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
      <param name="sender">A reference to the Web Part that is the source of the event.</param>
      <param name="rowProviderInitEventArgs">The RowProviderInit event data.</param>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.IRowConsumer.RowReady(System.Object,Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs)">
      <summary>Provides an event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowReady" /> event of a provider Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" />interface.</summary>
      <param name="sender">A reference to the Web Part that is the source of the event.</param>
      <param name="rowReadyEventArgs">The RowReady event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider">
      <summary>Enables a Web Part to send a row of data to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowConsumer" />, <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" />, <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" />, or <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowProviderInit">
      <summary>Sends the names and display names of the fields in the provided row.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowReady">
      <summary>Occurs when the selected row in a provider Web Part changes, such as when a row is updated or selected.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs">
      <summary>Provides the field names and optional field display names for the list provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProviderinterface" /> when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListProviderInit" /> event occurs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs.FieldDisplayList">
      <summary>Gets or sets the optional list of field display names passed to the event handler for the ListProviderInit event.</summary>
      <returns>An array of type string containing the optional field display names for the provided list of data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs.FieldList">
      <summary>Gets or sets the list of field names passed to the event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListProviderInit" />event.</summary>
      <returns>An array of type string containing the field names in the provided list of data. These field names are displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs.FieldDisplayList" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListProviderInit" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" />interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ListProviderInitEventArgs" />that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs">
      <summary>Provides the list of data to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListReady" />event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" />interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs.List">
      <summary>Gets or sets the list provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListReady" />event occurs.</summary>
      <returns>A System.Data.DataTable that contains the provided list of data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.ListReady" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A<see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ListReadyEventArgs" />that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.NoFilterEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider.NoFilter" />event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> interface. Upon receiving a NoFilter event, a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface should reuse the existing filter for the list.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">An EventArgs object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.NoParametersInEventHandler">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.NoParametersOutEventHandler">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty">
      <summary>Provides descriptive information about a parameter in a parameter list to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.Description">
      <summary>Gets or sets the description of a parameter provided by a WebPart that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event occurs.</summary>
      <returns>The description of a consumed parameter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.ParameterDisplayName">
      <summary>Gets or sets the display name of a parameter provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event occurs.</summary>
      <returns>The display name of the parameter. The ParameterDisplayName property is an optional value for a parameter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.ParameterName">
      <summary>Gets or sets the name of a parameter provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" />interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event occurs.</summary>
      <returns>The name of the parameter. The ParameterName property is a unique identifier for a parameter. It is displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.ParameterDisplayName" /> is not given.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty.Required">
      <summary>Gets or sets the required status of a parameter provided by a WebPart that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" />event occurs.</summary>
      <returns>true if the parameter is required; otherwise, false.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty">
      <summary>Provides descriptive information about a parameter in a parameter list to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty.Description">
      <summary>Gets or sets the description of a parameter provided by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" />class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event occurs.</summary>
      <returns>The description of a provided parameter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty.ParameterDisplayName">
      <summary>Gets or sets the display name of a parameter provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event occurs.</summary>
      <returns>The display name of the parameter. The ParameterDisplayName property is an optional value for a parameter.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty.ParameterName">
      <summary>Gets or sets the name of a parameter provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event occurs.</summary>
      <returns>The name of the parameter. The ParameterName property is a unique identifier for a parameter. It is displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.ParameterOutProperty.ParameterDisplayName" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs">
      <summary>Provides an array of parameter property values to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> initialization event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs.ParameterInProperties">
      <summary>Gets or sets the property values of an array of parameters provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event occurs.</summary>
      <returns>An array of type Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty that contains the property values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer.ParametersInConsumerInit" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInConsumer" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">A<see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInConsumerInitEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs">
      <summary>Provides an array of parameter values to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInReady" />event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs.ParameterValues">
      <summary>Gets or sets the parameter values provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInReady" /> event occurs</summary>
      <returns>An array of parameter values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider.ParametersInReady" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersInProvider" /> interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersInReadyEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs">
      <summary>Provides an array of parameter property values to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> initialization event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs.ParameterOutProperties">
      <summary>Gets or sets the property values of an array of parameters provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event occurs.</summary>
      <returns>An array of type ParameterOutProperty that specifies parameter values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutProviderInit" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" />interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A<see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutProviderInitEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs">
      <summary>Provides an array of parameter values to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutReady" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs.ParameterValues">
      <summary>Gets or sets the parameter values provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutReady" /> event occurs</summary>
      <returns>An array of parameter values.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider.ParametersOutReady" /> event fired by a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IParametersOutProvider" /> interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ParametersOutReadyEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs">
      <summary>Provides the list of the first page of data to the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.PartialListReady" /> event of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs.List">
      <summary>Gets or sets the list provided by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" />interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.PartialListReady" /> event occurs.</summary>
      <returns>A System.Data.DataTable that contains the provided list of data.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventHandler">
      <summary>Represents the method that will handle the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IListProvider.PartialListReady" /> event of a <see cref="T:Microsoft.SharePoint.WebPartPages.WebPart" /> class that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IListProvider" />interface.</summary>
      <param name="sender">The source of the event, the WebPart.</param>
      <param name="e">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.PartialListReadyEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl">
      <summary>Supports the user interface for specifying the column from a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface that will be used to connect to a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.ICellConsumer" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowFilterTransformControl">
      <summary>Supports the user interface for specifying the column from a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface that will be used to filter a connected Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterConsumer" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.RowFilterTransformControl.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs">
      <summary>Provides the field names and optional field display names for the row provided by a Web Part that implements the <see cref="T" /><see cref=":Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowProviderInit" /> event occurs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs.FieldDisplayList">
      <summary>Gets or sets the optional list of field display names passed to the event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowProviderInit" /> event.</summary>
      <returns>An array of type string containing the optional field display names in the provided row of data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs.FieldList">
      <summary>Gets or sets the field names passed to the event handler for the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowProviderInit" /> event.</summary>
      <returns>An array of type string containing the field names in the provided row of data. These field names are displayed in the user interface if the <see cref="P:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs.FieldDisplayList" /> is not given.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventHandler">
      <summary>Represents the method that handles the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowProviderInit" />event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">A<see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowProviderInitEventArgs" />that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs">
      <summary>Provides the current row value from a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowReady" /> event occurs.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs.Rows">
      <summary>Gets or sets the selected or updated rows to send when the <see cref="E:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider.RowReady" /> event occurs in a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
      <returns>An array of strings containing the selected or updated rows.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs.SelectionStatus">
      <summary>Gets or sets the type of the row selected. </summary>
      <returns>The type of row currently selected. SelectionStatus can have one of the following three case-sensitive values.Value DescriptionNewIndicates that the new or star row is selected in a datasheet view control.NoneIndicates that no row is selected.StandardIndicates that a standard row is selected.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventHandler">
      <summary>Represents the method that will handle the RowReady event fired by a Web Part that implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IRowProvider" /> interface.</summary>
      <param name="sender">The source of the event, the Web Part.</param>
      <param name="e">A <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.RowReadyEventArgs" /> that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.SelectInterfaceGroups">
      <summary>Represents the implementation for the user interface for selecting a target interface when the target Web Part has multiple compatible interfaces. This type supports Microsoft Windows SharePoint Services and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.SelectInterfaceGroups.#ctor">
      <summary>Initializes an instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.SelectInterfaceGroups" /> class.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs">
      <summary>Provides a filter expression for a list to the SetFilterEvent of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> interface.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs" /> class.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventArgs.FilterExpression">
      <summary>Gets or sets the filter expression for a list provided by a WebPartThat implements the <see cref="T:Microsoft.SharePoint.WebPartPages.Communication.IFilterProvider" /> interface when the SetFilterEvent occurs.</summary>
      <returns>The provided filter expression.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.WebPartPages.Communication.SetFilterEventHandler">
      <param name="sender"></param>
      <param name="e"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.ActivityDetails"></member>
    <member name="F:Microsoft.SharePoint.Workflow.ActivityDetails.ActivityDetail"></member>
    <member name="F:Microsoft.SharePoint.Workflow.ActivityDetails.ActivityName"></member>
    <member name="F:Microsoft.SharePoint.Workflow.ActivityDetails.ActivityStatus"></member>
    <member name="F:Microsoft.SharePoint.Workflow.ActivityDetails.ActivityType"></member>
    <member name="T:Microsoft.SharePoint.Workflow.IListItemByKeyService"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.CreateDocument(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable,System.Byte[],System.Collections.Specialized.HybridDictionary)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.CreateListItem(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.CreateListItem(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable,System.Collections.Specialized.HybridDictionary)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.DeleteListItem(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.GetListItemPermissions(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.ResetListItemPermissions(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.UpdateDocument(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable,System.Boolean,System.Byte[],System.Collections.Specialized.HybridDictionary,System.Collections.Specialized.HybridDictionary)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.UpdateListItem(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemByKeyService.UpdateListItem(System.Guid,System.Guid,Microsoft.SharePoint.Workflow.SPItemKey,System.Collections.Hashtable,System.Collections.Specialized.HybridDictionary,System.Collections.Specialized.HybridDictionary)"></member>
    <member name="T:Microsoft.SharePoint.Workflow.IListItemService">
      <summary>Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events concerning SharePoint list items, outside the workflow instance itself.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.CheckInListItem(System.Guid,System.Guid,System.Int32,System.String)">
      <summary>Checks in the specified SharePoint list item.</summary>
      <param name="id">Reserved for internal use. </param>
      <param name="listId">The ID of the list on which the item resides. </param>
      <param name="itemId">The ID of the item. </param>
      <param name="comment">Any comment to accompany the item check in.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.CheckOutListItem(System.Guid,System.Guid,System.Int32)">
      <summary>Checks out the specified list item.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the item resides.  </param>
      <param name="itemId">The ID of the item.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.CopyListItem(System.Guid,System.Guid,System.Int32,System.Guid,System.Boolean)">
      <summary>Copies the specified list item to the specified list.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the item currently resides.  </param>
      <param name="itemId">The ID of the item. </param>
      <param name="toList">The ID of the list to which to copy the item. </param>
      <param name="overwrite">True to overwrite the item is it already exists on the target list. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.CreateDocument(System.Guid,System.Guid,System.Int32,System.Collections.Hashtable,System.Byte[])">
      <summary>Create a new document on the specified list.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which to create the document. </param>
      <param name="itemId">The item ID of the document. </param>
      <param name="itemProperties">A hash table containing the item properties for the document. </param>
      <param name="fileContents">The contents of the new document. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.CreateListItem(System.Guid,System.Guid,System.Int32,System.Collections.Hashtable)">
      <summary>Creates a new list item on the specified list.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which to create the item.  </param>
      <param name="itemId">The ID of the item. </param>
      <param name="itemProperties">A hash table containing the item properties for the item. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.DeleteListItem(System.Guid,System.Guid,System.Int32)">
      <summary>Deletes the specified list item.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the item resides. </param>
      <param name="itemId">The ID of the item to delete.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.InitializeForEvent(System.Guid,System.Guid,System.Int32)">
      <summary>Initializes the specified list item for events raised by the IListItemService interface.</summary>
      <param name="id">The ID to use for events raised on the specified list item. </param>
      <param name="listId">The ID of the list on which the item is located. </param>
      <param name="itemId">The ID of the item to initialize </param>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemAttachmentAdded">
      <summary>Raised when an attachment is added to the item.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemAttachmentDeleted">
      <summary>Raised when an attachment is deleted from the item.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemChanged">
      <summary>Raised when the item is changed.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemCheckedIn">
      <summary>Raised when the item is checked in.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemCheckedOut">
      <summary>Raised when the item is checked out.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemCreated">
      <summary>Raised when the item is created.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemDeleted">
      <summary>Raised when the item is deleted.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemFileMoved">
      <summary>Raised when the item is moved from the list on which it resided.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.IListItemService.OnItemUncheckedOut">
      <summary>Raised when the item check out is undone.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.UndoCheckOutListItem(System.Guid,System.Guid,System.Int32)">
      <summary>Undoes the check out of the specified list item.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the item resides. </param>
      <param name="itemId">The ID of the item.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.UpdateDocument(System.Guid,System.Guid,System.Int32,System.Collections.Hashtable,System.Boolean,System.Byte[])">
      <summary>Updates the specified document.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the document resides. </param>
      <param name="itemId">The item ID of the document.</param>
      <param name="itemProperties">A hash table containing the updated item properties for the document.  </param>
      <param name="overwriteFromTemplate"></param>
      <param name="fileContents">The updated contents of the document. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IListItemService.UpdateListItem(System.Guid,System.Guid,System.Int32,System.Collections.Hashtable)">
      <summary>Updates the specified list item.</summary>
      <param name="id">Reserved for internal use.</param>
      <param name="listId">The ID of the list on which the list resides.  </param>
      <param name="itemId">The ID of the item. </param>
      <param name="itemProperties">A hash table containing the updated item properties for the item.   </param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.ISharePointService">
      <summary>Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events outside the workflow instance itself.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ISharePointService.InitializeWorkflow(System.Guid)">
      <summary>Initiates the specified workflow instance.</summary>
      <param name="workflowId">The ID of the workflow instance to initialize. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ISharePointService.LogToHistoryList(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType,System.Int32,System.TimeSpan,System.String,System.String,System.String)">
      <summary>Writes the specified information to the history list for the workflow.</summary>
      <param name="workflowId">The ID of the workflow instance this history list entry concerns. </param>
      <param name="eventId">The event type of the history list entry. </param>
      <param name="userId">The user ID associated with the history list entry. </param>
      <param name="duration">The duration of the workflow event. </param>
      <param name="outcome">The outcome of the workflow event. </param>
      <param name="description">The description of the workflow event. </param>
      <param name="otherData">Any other data to be included in this history list entry. </param>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ISharePointService.OnWorkflowActivated">
      <summary>Raised when the workflow instance is first initiated.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ISharePointService.OnWorkflowItemChanged">
      <summary>Raised when the item on which the workflow instance is running is changed.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ISharePointService.OnWorkflowItemDeleted">
      <summary>Raised when the item on which the workflow instance is running is deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ISharePointService.SendEmail(System.Guid,System.Boolean,System.Collections.Specialized.StringDictionary,System.String)">
      <summary>Sends an email message concerning the workflow.</summary>
      <param name="workflowId">The ID of the workflow instance. </param>
      <param name="includeStatus">True to include the workflow status in the email, False not to include the workflow status. </param>
      <param name="headers">The headers of the email message. </param>
      <param name="body">The body text of the email message </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ISharePointService.SetState(System.Guid,System.Int32,System.Int32)">
      <summary>Sets the workflow to the specified workflow status.</summary>
      <param name="workflowId">The ID of the workflow instance. </param>
      <param name="index"></param>
      <param name="state">The status to which to set the workflow. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ISharePointService.UpdateAllTasks(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties)">
      <summary>Updates all workflow tasks in the specified workflow instance with the specified task properties.</summary>
      <param name="workflowId">The ID of the workflow instance. </param>
      <param name="properties">The task properties with which to update all tasks in the workflow instance. </param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.ISPWorkflowEventReceiver"></member>
    <member name="M:Microsoft.SharePoint.Workflow.ISPWorkflowEventReceiver.WorkflowCompleted(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.ISPWorkflowEventReceiver.WorkflowPostponed(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.ISPWorkflowEventReceiver.WorkflowStarted(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.ISPWorkflowEventReceiver.WorkflowStarting(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)"></member>
    <member name="T:Microsoft.SharePoint.Workflow.ITaskService">
      <summary>Represents an ExternalDataExchangeService interface that enables workflow activities to request actions and handle events concerning workflow tasks, outside the workflow instance itself.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.CompleteTask(System.Guid,System.String)">
      <summary>Marks the specified workflow task as complete.</summary>
      <param name="taskId">The ID of the task to be marked as complete. </param>
      <param name="taskOutcome">The outcome of the completed task. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.CreateTask(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties,System.Collections.Specialized.HybridDictionary)">
      <summary>Creates a new workflow task.</summary>
      <param name="taskId">The ID of the task to create.  </param>
      <param name="properties">The properties of the workflow task. </param>
      <param name="specialPermissions">Any special permissions for the task created.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.CreateTaskWithContentType(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties,System.String,System.Collections.Specialized.HybridDictionary)">
      <summary>Creates a new workflow task of the specified content type.</summary>
      <param name="taskId">The ID of the task to create.  </param>
      <param name="properties">The properties of the workflow task.  </param>
      <param name="taskContentTypeId">The ID of the content type to assign to the workflow task. </param>
      <param name="specialPermissions">Any special permissions for the task created.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.DeleteTask(System.Guid)">
      <summary>Deletes the specified workflow task.</summary>
      <param name="taskId">The ID of the workflow task to delete.</param>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ITaskService.OnTaskChanged">
      <summary>Raised when the properties of a workflow task are changed.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ITaskService.OnTaskCreated">
      <summary>Raised when the a workflow task is created.</summary>
    </member>
    <member name="E:Microsoft.SharePoint.Workflow.ITaskService.OnTaskDeleted">
      <summary>Raised when the a workflow task is deleted.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.RollbackTask(System.Guid,System.String)">
      <summary>Rolls back the specified task.</summary>
      <param name="taskId">The ID of the task to roll back.</param>
      <param name="reason">The reason the task is to be rolled back.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.ITaskService.UpdateTask(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties)">
      <summary>Updates a workflow task with the specified properties.</summary>
      <param name="taskId">The ID of the workflow task to update.</param>
      <param name="properties">The updated properties of the workflow task.  </param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.IWorkflowModificationService">
      <summary>Represents an ExternalDataExchangeService interface that enables workflow activities to request a workflow modification be enabled, and to respond when the workflow is modified, outside the workflow instance itself.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IWorkflowModificationService.EnableWorkflowModification(System.Guid,System.String)">
      <summary>Enables the specified workflow modification.</summary>
      <param name="modificationId">The ID of the workflow modification to enable. </param>
      <param name="contextData">The context data to pass to the workflow modification. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.IWorkflowModificationService.EnableWorkflowModificationOfType(System.Guid,System.Guid,System.String,System.String)"></member>
    <member name="E:Microsoft.SharePoint.Workflow.IWorkflowModificationService.OnWorkflowModified">
      <summary>Raised when a running workflow instance is modified.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.IWorkflowWebProvider"></member>
    <member name="P:Microsoft.SharePoint.Workflow.IWorkflowWebProvider.RunAsUser"></member>
    <member name="P:Microsoft.SharePoint.Workflow.IWorkflowWebProvider.Web"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPActivationEventArgs">
      <summary>Represents the event parameters of a workflow instance being initiated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPActivationEventArgs.properties">
      <summary>The initial properties of the workflow as it starts, such as the user who initiated the workflow, and the list and item on which the workflow was initiated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPActivationEventArgs.workflowId">
      <summary>The ID of the new workflow instance.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPItemEventArgs">
      <summary>Represents the event parameters of an event involving the item on which a workflow instance is running.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPItemEventArgs.afterProperties">
      <summary>A hash table of the item properties after the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPItemEventArgs.beforeProperties">
      <summary>A hash table of the item properties before the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPItemEventArgs.workflowId">
      <summary>The ID of the workflow instance.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPItemKey"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.#ctor(System.Int32)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.#ctor(System.String)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPItemKey.Empty"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.Equals(System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.FromItem(Microsoft.SharePoint.SPListItem)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.GetHashCode"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.GetItemByIdFromList(Microsoft.SharePoint.SPList)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPItemKey.Id"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.IsEmpty(Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPItemKey.Key"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.op_Equality(Microsoft.SharePoint.Workflow.SPItemKey,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.op_Equality(Microsoft.SharePoint.Workflow.SPItemKey,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.op_Inequality(Microsoft.SharePoint.Workflow.SPItemKey,Microsoft.SharePoint.Workflow.SPItemKey)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.op_Inequality(Microsoft.SharePoint.Workflow.SPItemKey,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPItemKey.ToString"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs">
      <summary>Represents the event parameters of an event involving a SharePoint item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.afterProperties">
      <summary>A hash table containing the properties of the item after the event occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.beforeProperties">
      <summary>A hash table containing the properties of the item before the event occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.executor"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.id"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.itemId">
      <summary>The ID of the item.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPListItemServiceEventArgs.listId">
      <summary>The ID of the list on which the item resides.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPModificationEventArgs">
      <summary>Represents the event parameters of an event involving a workflow modification.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPModificationEventArgs.data">
      <summary>The context data of the workflow modification.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPModificationEventArgs.modificationId">
      <summary>The ID of the workflow modification.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPModificationEventArgs.user">
      <summary>The user who modified the workflow.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs">
      <summary>Represents the event parameters of an event involving a workflow task.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs.afterProperties">
      <summary>The properties of the workflow task after the event occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs.beforeProperties">
      <summary>The properties of the workflow task before the event occurred.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs.executor">
      <summary>The user that raised the event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPTaskServiceEventArgs.taskId">
      <summary>The ID of the workflow task for which the event occurred.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflow">
      <summary>A workflow instance that has run or is currently running on an item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.#ctor(Microsoft.SharePoint.SPListItem,System.Guid)">
      <param name="item"></param>
      <param name="workflowInstanceId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.#ctor(Microsoft.SharePoint.SPWeb,System.Guid)">
      <param name="web"></param>
      <param name="workflowInstanceId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.ActivityDetailsArray"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.ActivityDetailsByteStream"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.AssociationId">
      <summary>Gets the ID of the workflow association on which this workflow instance is based.</summary>
      <returns>A Guid that represents the workflow ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Author">
      <summary>Returns the user ID of the user who initiated the workflow instance.</summary>
      <returns>An Integer that represents the user ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.AuthorUser">
      <summary>Returns the user who initiated the workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user who initiated the workflow instance.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.CompareTo(Microsoft.SharePoint.Workflow.SPWorkflow)">
      <param name="wf"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Created">
      <summary>Returns the date and time at which the workflow instance was created.</summary>
      <returns>A DateTime object that represents when the workflow instance was created.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.CreateHistoryDurationEvent(System.Int32,System.Object,Microsoft.SharePoint.SPMember,System.TimeSpan,System.String,System.String,System.String)">
      <summary>Writes a workflow history duration event to the specified workflow history list.</summary>
      <param name="eventId">The type of workflow event. </param>
      <param name="groupId">The ID of the group to which this workflow history duration event belongs.</param>
      <param name="user">The user who is responsible for the workflow history duration event.</param>
      <param name="duration">The duration of the workflow history duration event.</param>
      <param name="outcome">A description of the workflow event, limited to 255 characters. </param>
      <param name="description">A longer description of the workflow event.</param>
      <param name="otherData">Any other data that should be captured concerning the workflow history duration event. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.CreateHistoryEvent(Microsoft.SharePoint.SPWeb,System.Guid,System.Int32,Microsoft.SharePoint.SPMember,System.TimeSpan,System.String,System.String,System.String)">
      <summary>Writes a workflow history event to the specified workflow history list.</summary>
      <param name="web">The SharePoint site on which the workflow instance is located.</param>
      <param name="workflowId">The ID of the workflow instance that generated this workflow history event.  </param>
      <param name="eventId">The type of workflow event.  </param>
      <param name="user">The user who is responsible for the workflow history event.  </param>
      <param name="duration">The duration of the workflow history event.  </param>
      <param name="outcome">A description of the workflow event, limited to 255 characters. This information is displayed on the workflow status page.</param>
      <param name="description">A longer description of the workflow event. This information is displayed on the workflow status page.</param>
      <param name="otherData">Any other data that should be captured concerning the workflow history event. This information is not displayed on the workflow status page.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflow.CreateHistoryEvent(System.Int32,System.Object,Microsoft.SharePoint.SPMember,System.String,System.String,System.String)">
      <summary>Writes a workflow history event to the specified workflow history list.</summary>
      <param name="eventId">The type of workflow event.</param>
      <param name="groupId">The ID of the group to which this workflow history event belongs.</param>
      <param name="user">The user who is responsible for the workflow history event.</param>
      <param name="outcome">A description of the workflow event, limited to 255 characters. This information is displayed on the workflow status page.</param>
      <param name="description">A longer description of the workflow event. This information is displayed on the workflow status page.</param>
      <param name="otherData">Any other data that should be captured concerning the workflow history event. This information is not displayed on the workflow status page.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.HasNewEvents"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.HistoryList">
      <summary>Gets the list to which to log workflow history events for this workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the workflow history list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.HistoryListId">
      <summary>Gets the list ID of the list to which to log workflow history events for this workflow instance.</summary>
      <returns>A Guid that represents the workflow history list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.InstanceId">
      <summary>Gets the ID of this workflow instance.</summary>
      <returns>A Guid that represents the workflow instance ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.InternalState">
      <summary>Gets the current internal state of the workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowState" /> object that represents the workflow state.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.IsCompleted">
      <summary>True if the workflow instance has completed running; False if the workflow instance is still in progress.</summary>
      <returns>A Boolean that represents whether the workflow instance has completed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.IsLocked">
      <summary>True if the workflow instance is locked; False if it is not.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ItemGuid">
      <summary>Gets the ID of the item on which this workflow instance was created.</summary>
      <returns>A Guid that represents the item ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ItemId">
      <summary>Gets the list item ID of the item on which this workflow instance was created.</summary>
      <returns>An Integer that represents the list item ID of the item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ListId">
      <summary>Gets the ID of the list on which this workflow instance was created.</summary>
      <returns>A Guid that represents the list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Modifications">
      <summary>Gets a collection of the workflow modifications currently available (that is, in scope) for this workflow instance.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowModificationCollection" /> that represents the modification collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Modified">
      <summary>Gets the date and time of the latest modification to the workflow instance.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Owner"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.OwnerUser"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ParentAssociation">
      <summary>Gets the workflow association on which the workflow instance is based.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the parent workflow association.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ParentItem">
      <summary>Gets the list item on which this workflow instance was created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ParentList">
      <summary>Gets the list on which this workflow instance was created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.ParentWeb">
      <summary>Gets the SharePoint site on which this workflow instance was created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.SiteId">
      <summary>Gets the site collection on which this workflow instance was created.</summary>
      <returns>A Guid that represents the site ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.StatusUrl"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.TaskFilter">
      <summary>Gets or sets the filter criteria applied to the workflow task collection, such as to whom the workflow is assigned, and the workflow state.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowFilter" /> that represents the filter criteria.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.TaskList">
      <summary>Gets the workflow task list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> that represents the task list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.TaskListId">
      <summary>Gets the list ID of the workflow task list.</summary>
      <returns>A Guid that represents the task list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Tasks">
      <summary>Gets the collection of workflow tasks for this workflow instance.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the workflow task collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.VisibleParentItem"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.WebId">
      <summary>Gets the ID of the SharePoint site on which this workflow instance was created.</summary>
      <returns>A Guid that represents the Web ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflow.Xml">
      <summary>Returns a string that represents the workflow instance in XML format.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties">
      <summary>Represents the initial properties of the workflow instance as it starts, such as the user who added the workflow, and the list and item to which the workflow was added.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.AssociationData">
      <summary>Gets the association data passed to the workflow instance.</summary>
      <returns>A String that represents the association data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Context"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.HistoryList">
      <summary>Gets the list to which workflow history events are logged for the workflow.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the history list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.HistoryListId">
      <summary>Gets the ID of the list to which workflow history events are logged for the workflow.</summary>
      <returns>A Guid that represents the history list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.HistoryListUrl">
      <summary>Gets the URL of the list to which workflow history events are logged for the workflow.</summary>
      <returns>A String that represents the history list URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.InitiationData">
      <summary>Gets the initiation data passed to the workflow instance.</summary>
      <returns>A String that represents the initiation data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Item">
      <summary>Gets the list item on which the workflow instance is running.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPListItem" /> object that represents the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.ItemId">
      <summary>Gets the ID of the list item on which the workflow instance is running.</summary>
      <returns>A Guid that represents the ID of the list item.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.ItemUrl">
      <summary>Gets the URL of the list item on which the workflow instance is running.</summary>
      <returns>A String that represents the list item URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.List">
      <summary>Gets the list that contains the list item on which the workflow instance is running.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.ListId">
      <summary>Gets the ID of the list that contains the list item on which the workflow instance is running.</summary>
      <returns>A Guid that represents the list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.ListUrl">
      <summary>Gets the URL of the list that contains the list item on which the workflow instance is running.</summary>
      <returns>A String that represents the list URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Originator">
      <summary>Gets the user name of the user who initiated the workflow instance.</summary>
      <returns>A String that represents the user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.OriginatorEmail">
      <summary>Gets the e-mail address of the user who initiated the workflow instance.</summary>
      <returns>A String that represents the user e-mail address.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.OriginatorUser">
      <summary>Gets the user who initiated the workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPUser" /> object that represents the user.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Site">
      <summary>Gets the site collection on which the workflow instance is located.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.SiteId">
      <summary>Gets the ID of the site collection on which the workflow instance is located.</summary>
      <returns>A Guid that represents the site collection ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.SiteUrl">
      <summary>Gets URL of the site collection on which the workflow instance is located.</summary>
      <returns>A String that represents the site collection URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.TaskList">
      <summary>Gets the list on which workflow tasks for this workflow instance are created.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the task list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.TaskListId">
      <summary>Gets the ID of the list on which workflow tasks for this workflow instance are created.</summary>
      <returns>A Guid that represents the task list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.TaskListUrl">
      <summary>Gets the URL of the list on which workflow tasks for this workflow instance are created.</summary>
      <returns>A String that represents the task list URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.TemplateName">
      <summary>Gets the name of the workflow association from which the workflow instance was created.</summary>
      <returns>A String that represents the template name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Web">
      <summary>Gets the SharePoint site on which the workflow instance is located.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the SharePoint site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.WebId">
      <summary>Gets the ID of the SharePoint site on which the workflow instance is located.</summary>
      <returns>A Guid that represents the SharePoint site ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.WebUrl">
      <summary>Gets the URL of the SharePoint site on which the workflow instance is located.</summary>
      <returns>A String that represents the SharePoint site URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.Workflow">
      <summary>Gets the workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" /> object that represents the workflow instance.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties.WorkflowId">
      <summary>Gets ID of the workflow instance.</summary>
      <returns>A Guid that represents the workflow ID.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter">
      <summary>Provides values that enable you to filter workflow or workflow task collections based on to whom those workflows or tasks are assigned.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter.None"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter.CurrentUserAndGroups"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation">
      <summary>Represents the association of a workflow template with a specific list or content type, and that contains members that return custom information about that workflow's association with the specific list or content type. </summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AllowAsyncManualStart"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AllowManual">
      <summary>Gets and sets whether workflow instances based on this workflow association can be started manually. True to be able to start workflow instances manually.</summary>
      <returns>A Boolean that specifies whether the workflow can be started manually.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AssociationData">
      <summary>Gets or sets the association data for workflow instances based on this workflow association.</summary>
      <returns>A String representing the association data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Author">
      <summary>Returns the user ID of the author of the workflow association.</summary>
      <returns>An Integer that represents the user ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AutoCleanupDays"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AutoStartChange">
      <summary>True to have workflow instances based on this workflow associate start automatically when an item is changed.</summary>
      <returns>A Boolean that represents whether the workflow starts automatically when the item is changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.AutoStartCreate">
      <summary>True to have workflow instances based on this workflow associate start automatically when an item is created.</summary>
      <returns>A Boolean that represents whether the workflow starts automatically when a new item is created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.BaseId"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.BaseTemplate">
      <summary>Returns the workflow template on which this workflow association is based.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate" /> that represents the workflow template.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CompressInstanceData"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ContentTypePushDown"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Created">
      <summary>Returns the date and time at which the workflow association was created.</summary>
      <returns>A DateTime that represents when the workflow association was created.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CreateListAssociation(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,System.String,Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPList)">
      <summary>Creates a workflow association that can then be added to a SharePoint list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> that represents the workflow association.</returns>
      <param name="baseTemplate">The workflow template on which to base this workflow association.</param>
      <param name="name">The name to give this workflow association.</param>
      <param name="taskList">The task list on which to create workflow tasks for this workflow association.</param>
      <param name="historyList">The list to which to log workflow history events.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CreateListContentTypeAssociation(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,System.String,Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPList)">
      <summary>Creates a workflow association that can then be added to a list content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> that represents the workflow association.</returns>
      <param name="baseTemplate">The workflow template on which to base this workflow association.</param>
      <param name="name">The name to give this workflow association.</param>
      <param name="taskList">The task list on which to create workflow tasks for this workflow association.</param>
      <param name="historyList">The list to which to log workflow history events.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CreateSiteContentTypeAssociation(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,System.String,System.String,System.String)">
      <summary>Creates a workflow association that can then be added to a site content type.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> that represents the workflow association.</returns>
      <param name="baseTemplate">The workflow template on which to base this workflow association.</param>
      <param name="name">The name to give this workflow association.</param>
      <param name="strTaskList">The task list on which to create workflow tasks for this workflow association.</param>
      <param name="strHistoryList">The list to which to log workflow history events.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CreateWebAssociation(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,System.String,Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPList)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.CreateWebContentTypeAssociation(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,System.String,System.String,System.String)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Description">
      <summary>Gets and sets the description for the workflow association. This description is displayed in the Windows SharePoint Services user interface.</summary>
      <returns>A String that represents the description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Enabled"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.GloballyEnabled"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.HistoryListId">
      <summary>Gets the list ID of the list to which to log workflow history events for this workflow association.</summary>
      <returns>A Guid that represents the history list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.HistoryListTitle">
      <summary>Gets or sets the title of the list to which to log workflow history events for this workflow association.</summary>
      <returns>A String that represents the list title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Id">
      <summary>Returns the ID of the workflow association.</summary>
      <returns>A Guid that represents the workflow association ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.InstantiationUrl">
      <summary>Returns the URL of the workflow initiation form for the workflow association.</summary>
      <returns>A String that represents the initiation form URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.InternalName"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.IsDeclarative">
      <summary>Returns True if the workflow association is a declarative, files-based workflow, False if the workflow association is a compiled workflow assembly.</summary>
      <returns>A Boolean that represents whether the workflow is declarative.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Item(System.String)">
      <param name="property"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.LockItem"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.MarkedForDelete"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ModificationUrl">
      <summary>Gets the URL of the workflow modification form.</summary>
      <returns>A String that represents the workflow modification form URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Modified">
      <summary>Gets the date and time when the workflow association was last modified.</summary>
      <returns>A DateTime that represents when the workflow association was modified.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.Name">
      <summary>Gets or sets the name of the workflow association.</summary>
      <returns>A String that represents the workflow association name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ParentAssociationId"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ParentContentType"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ParentList">
      <summary>Returns the list on which the workflow association resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ParentSite">
      <summary>Returns the site collection on which the workflow association resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.ParentWeb">
      <summary>Returns the site on which the workflow association resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the SharePoint site.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.PermissionsManual"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.RunningInstances">
      <summary>Returns the number of in-progress workflow instances based on the workflow association.</summary>
      <returns>An Integer that represents the number of workflows.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SetHistoryList(Microsoft.SharePoint.SPList)">
      <summary>Specifies the list to which to log workflow history events for this workflow association.</summary>
      <param name="list">The list to which to log workflow history events.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SetTaskList(Microsoft.SharePoint.SPList)">
      <summary>Specifies the task list on which to create workflow tasks for this workflow association.</summary>
      <param name="list">The task list on which to create workflow tasks.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SiteId">
      <summary>Returns the site ID of the site collection on which the workflow association resides.</summary>
      <returns>A Guid that represents the site ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SiteOverQuota"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SiteWriteLocked"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.SoapXml">
      <summary>Returns a string that represents the workflow association definition in XML format.</summary>
      <returns>A String that represents the workflow definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.StatusColumn">
      <summary>True to display a status column for this workflow association in the user interface.</summary>
      <returns>A Boolean that represents whether to display a status column.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.StatusUrl">
      <summary>Specifies the URL of a custom workflow status page for the workflow.</summary>
      <returns>A String that represents the status page URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.System#Collections#IComparer#Compare(System.Object,System.Object)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.TaskListContentTypeId">
      <summary>Returns the content type ID of the content type assigned to the workflow task list.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the task list content type ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.TaskListId">
      <summary>Gets the list ID of the workflow task list.</summary>
      <returns>A Guid that represents the list ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.TaskListTitle">
      <summary>Gets or sets the title of the list on which to create workflow tasks for the workflow association.</summary>
      <returns>A String that represents the list title.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociation.WebId">
      <summary>Gets the ID of the site on which the workflow association resides.</summary>
      <returns>A Guid that represents the SharePoint site.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection">
      <summary>Represents the workflow associations on a SharePoint list.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.AddCore(Microsoft.SharePoint.Workflow.SPWorkflowAssociation,System.Guid,Microsoft.SharePoint.SPList,System.Boolean)">
      <param name="wa"></param>
      <param name="id"></param>
      <param name="list"></param>
      <param name="forceUtilityListCreation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Count">
      <summary>Gets the total number of workflow associations in the collection.</summary>
      <returns>An Integer that represents the number of associations.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.GetAssociationByBaseID(System.Guid)">
      <summary>Returns the workflow association based on workflow template ID.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the specified workflow association.</returns>
      <param name="baseTemplateId">The ID of the workflow template on which the desired workflow association is based.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.GetAssociationByName(System.String,System.Globalization.CultureInfo)">
      <summary>Returns the workflow association based on its name.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the specified workflow association.</returns>
      <param name="name">The name of the desired workflow association.</param>
      <param name="cultureInfo"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.GetAssociationCore(System.Guid,System.UInt32@,System.UInt32@,System.Object@)">
      <param name="associationIdToFetch"></param>
      <param name="columnCount"></param>
      <param name="rowCount"></param>
      <param name="variantAssociation"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.GetAssociationForListItemById(Microsoft.SharePoint.SPListItem,System.Guid)">
      <summary>Returns the specified workflow association for a given list item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> object that represents the specified workflow association.</returns>
      <param name="item">The list item for which to get the workflow association.</param>
      <param name="associationId">The ID of the workflow association.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Item(System.Guid)">
      <summary>Gets the specified workflow association.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> that represents the specified workflow association.</returns>
      <param name="associationId">The ID of the workflow association.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Item(System.Int32)">
      <summary>Gets the specified workflow association.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociation" /> that represents the specified workflow association.</returns>
      <param name="index">The index of the workflow association in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.ParentList">
      <summary>Gets the list in which the workflow association collection resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPList" /> object that represents the list.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.ParentSite">
      <summary>Gets the site collection on which the workflow association collection resides.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.SPSite" /> object that represents the site collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.ParentWeb">
      <summary>Gets the site on which the workflow association collection resides.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPWeb" /> object that represents the SharePoint site.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.SetUtilityLists(Microsoft.SharePoint.Workflow.SPWorkflowAssociation,System.Boolean)">
      <param name="wa"></param>
      <param name="forceUtilityListCreation"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.SoapXml">
      <summary>Gets a string the represents the workflow association collection in XML format.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.TrickleUpAssociations"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.UpdateCore(System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowAssociation,Microsoft.SharePoint.SPList)">
      <param name="id"></param>
      <param name="associationTemplate"></param>
      <param name="list"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration">
      <summary>Contains configuration properties of the workflow association.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.None"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.AutoStartAdd"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.AutoStartChange"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.AutoStartColumnChange"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.AllowManualStart"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.HasStatusColumn"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.LockItem"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.Declarative"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.NoNewWorkflows"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.MarkedForDelete"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.GloballyDisabled"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.CompressInstanceData"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.SiteOverQuota"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.SiteWriteLocked"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.AllowAsyncManualStart"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowAssociationCollection.Configuration.SkipContentTypePushDown"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection">
      <summary>A collection of the workflow instances that have run or are currently running on a list item.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPList)">
      <param name="list"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPList,System.Guid)">
      <param name="list"></param>
      <param name="associationId"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPListItem)">
      <param name="item"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowState)">
      <param name="item"></param>
      <param name="inclusiveFilterStates"></param>
      <param name="exclusiveFilterStates"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowState,System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.#ctor(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowState,System.Int32,System.Boolean)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.CopyTo(Microsoft.SharePoint.Workflow.SPWorkflow[],System.Int32)">
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.Count">
      <summary>Gets the total number of workflow instances in the collection.</summary>
      <returns>An Integer that represents the total number of workflow instances.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.ExclusiveFilterStates">
      <summary>Gets the workflow state criteria used to exclude workflow instances from the collection results set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowState" /> object that represents the workflow state criteria.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowCollection.GetInstanceIds">
      <summary>Gets a collection of the GUIDs for the workflow instances in the collection.</summary>
      <returns>A collection of the GUIDs that represent the workflow IDs of the workflow instances in the collection.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.InclusiveFilterStates">
      <summary>Gets the workflow state criteria used to include workflow instances in the collection results set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowState" /> object that represents the workflow state criteria.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.Item(System.Guid)">
      <summary>Gets the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" /> object that represents the workflow instance.</returns>
      <param name="instanceId">The ID of the workflow instance.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.Item(System.Int32)">
      <summary>Gets the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" /> object that represents the workflow instance.</returns>
      <param name="index">The index of the workflow instance in the collection.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowCollection.Xml">
      <summary>Returns a string that represents the workflow instance collection in XML format.</summary>
      <returns>A String that represents the workflow instance collection in XML format.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.NotApplicable"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.Completed"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.FailedOnStart"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.Errored"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.ExternallyTerminated"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType.InternallyTerminated"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.ActivationProperties">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.AssociationData">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.CompletionType">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.ErrorException">
      <returns>Returns <see cref="T:System.Exception" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.EventType">
      <returns>Returns <see cref="T:Microsoft.SharePoint.SPEventReceiverType" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.InitiationData">
      <returns>Returns <see cref="T:System.String" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.PostponedEvent">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.TerminatedByUserId">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowEventProperties.Workflow">
      <returns>Returns <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" />.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver.WorkflowCompleted(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver.WorkflowPostponed(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver.WorkflowStarted(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver.WorkflowStarting(Microsoft.SharePoint.Workflow.SPWorkflowEventProperties)">
      <param name="properties"></param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowFilter">
      <summary>Represents the filter criteria to apply to a workflow or workflow task collections, such as to whom the workflow is assigned, and the workflow state.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowFilter.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowFilter.#ctor(Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter)">
      <param name="filterAssignedTo"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowFilter.#ctor(Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowState)">
      <param name="inclusiveFilterStates"></param>
      <param name="exclusiveFilterStates"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowFilter.#ctor(Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowState,Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter)">
      <param name="inclusiveFilterStates"></param>
      <param name="exclusiveFilterStates"></param>
      <param name="filterAssignedTo"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowFilter.AssignedTo">
      <summary>Gets or sets the assigned-to criteria to be used to include workflows or workflow task in the collection results set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter" /> object that represents the assigned-to criteria.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowFilter.ExclusiveFilterStates">
      <summary>Gets or sets the workflow state criteria to be used to exclude workflows or workflow task from the collection results set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowState" /> object that represent the workflow state criteria.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowFilter.InclusiveFilterStates">
      <summary>Gets or sets the workflow state criteria to be used to include workflows or workflow task in the collection results set.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowState" /> object that represent the workflow state criteria.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType">
      <summary>Classifies the type of workflow history event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.None">
      <summary>There is no specific event type for this workflow event.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowStarted">
      <summary>The workflow event concerns the workflow instance being initiated.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowCompleted">
      <summary>The workflow event concerns the workflow instance being completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowCancelled">
      <summary>The workflow event concerns the workflow instance being cancelled.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowDeleted">
      <summary>The workflow event concerns the workflow instance being deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.TaskCreated">
      <summary>The workflow event concerns a workflow task being created.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.TaskCompleted">
      <summary>The workflow event concerns a workflow task being marked as complete.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.TaskModified">
      <summary>The workflow event concerns a workflow task being modified.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.TaskRolledBack">
      <summary>The workflow event concerns changes to a workflow task being rolled back.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.TaskDeleted">
      <summary>The workflow event concerns a workflow task being deleted.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowError">
      <summary>The workflow event concerns the workflow instance generating an error.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowHistoryEventType.WorkflowComment">
      <summary>The workflow event concerns a comment being written for the workflow instance.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver">
      <summary>An event receiver that is used to capture events that occur to specific workflow library items.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver.#ctor">
      <summary>Initializes a new instance of the <see cref="SPWorkflowLibraryEventReceiver" /> class.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver.ItemAdded(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Event that is raised when a new workflow item is created.</summary>
      <param name="properties">An SPItemEventProperties object that contains information about an item event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver.ItemFileMoved(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Event that is raised when a file is moved.</summary>
      <param name="properties">An SPItemEventProperties object that contains information about an item event.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver.ItemUpdated(Microsoft.SharePoint.SPItemEventProperties)">
      <summary>Event that is raised when a workflow item is modified.</summary>
      <param name="properties">An SPItemEventProperties object that contains information about an item event.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowManager">
      <summary>Contains members that enable you to centrally control the workflow templates and instances across a site collection.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CancelWorkflow(Microsoft.SharePoint.Workflow.SPWorkflow)">
      <summary>Cancels the specified workflow instance.</summary>
      <param name="workflow">The workflow instance you want to cancel.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflowAssociations(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,Microsoft.SharePoint.SPSite)">
      <summary>Returns the number of workflow associations, based on the specified workflow template, for the specified site collection.</summary>
      <returns>An Integer that represents the number of workflow associations.</returns>
      <param name="template">The workflow template for which you want the number of associations for this site collection.</param>
      <param name="site">The site collection for which you want the number of workflow associations based on the workflow template.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflows(Microsoft.SharePoint.SPContentType)">
      <summary>Returns the number and IDs of workflow instances for the specified content type.</summary>
      <returns>A Dictionary that represents the number and IDs of the workflow instances.</returns>
      <param name="ct">The content type.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflows(Microsoft.SharePoint.SPList)">
      <summary>Returns the number and IDs of workflow instances for the specified list.</summary>
      <returns>A Dictionary that represents the number and IDs of the workflow instances.</returns>
      <param name="list">The list for which you want the workflow instances.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflows(Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflows(Microsoft.SharePoint.Workflow.SPWorkflowAssociation)">
      <summary>Returns the number of workflow instances for the specified workflow association.</summary>
      <returns>An Integer that represents the number of workflow associations.</returns>
      <param name="association">The workflow association for which you want the number of workflow instances.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.CountWorkflows(Microsoft.SharePoint.Workflow.SPWorkflowTemplate,Microsoft.SharePoint.SPSite)">
      <summary>Returns the number of workflow instances for the specified workflow template, on the specified site collection.</summary>
      <returns>An Integer that represents the number of workflow associations.</returns>
      <param name="template">The workflow template for which you want the number of workflow instances.  </param>
      <param name="site">The site collection across which you want the number of workflow instances.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.Dispose"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.Dispose(System.Boolean)">
      <param name="disposing"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetItemActiveWorkflows(Microsoft.SharePoint.SPListItem)">
      <summary>Returns a collection of the workflow instances currently running on the specified list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection" /> object that represents the workflows running on the item.</returns>
      <param name="item">The list item for which you want to return active workflow instances.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetItemTasks(Microsoft.SharePoint.SPListItem)">
      <summary>Returns a collection of workflow tasks for the specified list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the workflow tasks for the item.</returns>
      <param name="item">The list item for which you want to return workflow tasks.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetItemTasks(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <summary>Returns a filtered collection of workflow tasks for the specified list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the workflow tasks for the item.</returns>
      <param name="item">The list item for which you want to return workflow tasks.</param>
      <param name="filter">The filter criteria to apply to the workflow collection, such as to whom the workflow is assigned, and the workflow state.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetItemWorkflows(Microsoft.SharePoint.SPListItem)">
      <summary>Returns a collection of all the workflow instances that have ever run on the specified list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection" /> object that represents the collection of workflow instances.</returns>
      <param name="item">The list item on which the workflows are or were running.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetItemWorkflows(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <summary>Returns a filtered collection of all the workflow instances that have ever run on the specified list item.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowCollection" /> object that represents the collection of workflow instances.</returns>
      <param name="item">The list item on which the workflows are or were running.  </param>
      <param name="filter">The filter criteria to apply to the workflow collection, such as to whom the workflow is assigned, and the workflow state.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowTasks(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflow)">
      <summary>Returns a collection of all tasks belonging to the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the collection of workflow tasks.</returns>
      <param name="item">The list item on which the workflow is running.  </param>
      <param name="workflow">The workflow instance for which you want the task collection returned.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowTasks(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflow,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <summary>Returns a filtered collection of the tasks belonging to the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the collection of workflow tasks.</returns>
      <param name="item">The list item on which the workflow is running.  </param>
      <param name="workflow">The workflow instance for which you want the task collection returned.  </param>
      <param name="filter">The filter criteria to apply the workflow task collection, such as to whom the workflow is assigned, and the workflow state.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowTasks(Microsoft.SharePoint.SPListItem,System.Guid)">
      <summary>Returns a collection of all tasks belonging to the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represent the collection of workflow tasks.</returns>
      <param name="item">The list item on which the workflow is running.  </param>
      <param name="workflowInstanceId">The ID of the workflow instance for which you want the task collection returned.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowTasks(Microsoft.SharePoint.SPListItem,System.Guid,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <summary>Returns a filtered collection of the tasks belonging to the specified workflow instance.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection" /> object that represents the collection of workflow tasks.</returns>
      <param name="item">The list item on which the workflow is running.  </param>
      <param name="workflowInstanceId">The ID of the workflow instance for which you want the task collection returned.  </param>
      <param name="filter">The filter criteria to apply to the workflow task collection, such as to whom the workflow is assigned, and the workflow state.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.GetWorkflowTemplatesByCategory(Microsoft.SharePoint.SPWeb,System.String)">
      <summary>Returns a collection of the workflow templates belonging to the specified category.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection" /> object that represents the collection of workflow templates.</returns>
      <param name="web">The SharePoint site for which you want to return workflow templates.  </param>
      <param name="strReqCategs">The category of workflow templates you want.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.IsNextStartPostponed(Microsoft.SharePoint.SPWeb)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.ModifyWorkflow(Microsoft.SharePoint.Workflow.SPWorkflow,Microsoft.SharePoint.Workflow.SPWorkflowModification,System.String)">
      <summary>Modifies the specified workflow instance, as specified in the context data.</summary>
      <param name="workflow">The workflow instance to modify.  </param>
      <param name="modification">The workflow modification.  </param>
      <param name="contextData">The context data for this modification.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.RemoveWorkflowFromListItem(Microsoft.SharePoint.Workflow.SPWorkflow)">
      <summary>Removes the specified workflow instance from the list item to which it was attached.</summary>
      <param name="workflow">The workflow instance to remove.  </param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowManager.ShuttingDown">
      <summary>True if Windows SharePoint Services is shutting down the workflow manager.</summary>
      <returns>A Boolean that represents whether the workflow manager is shutting down.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.StartWorkflow(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowAssociation,System.String)">
      <summary>Creates and starts a new workflow instance, based on the specified workflow association, on the specified list item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" /> object that represents the new workflow instance.</returns>
      <param name="item">The list item on which to start the workflow instance.  </param>
      <param name="association">The workflow association on which to base the new workflow instance.  </param>
      <param name="eventData"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.StartWorkflow(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowAssociation,System.String,System.Boolean)">
      <summary>Creates and starts a new workflow instance, based on the specified workflow association, on the specified list item.</summary>
      <returns>A <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflow" /> object that represents the new workflow instance.</returns>
      <param name="item">The list item on which to start the workflow instance.  </param>
      <param name="association">The workflow association on which to base the new workflow instance.  </param>
      <param name="eventData"></param>
      <param name="isAutoStart"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowManager.StartWorkflow(System.Object,Microsoft.SharePoint.Workflow.SPWorkflowAssociation,System.String,Microsoft.SharePoint.Workflow.SPWorkflowRunOptions)"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowModification">
      <summary>Represents a workflow modification.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModification.ContextData">
      <summary>The context data that the user submitted by using the modification form</summary>
      <returns>A String that represents the context data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModification.Id">
      <summary>The ID of the workflow modification.</summary>
      <returns>A Guid that represents the workflow modification ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModification.NameFormatData"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModification.TypeId"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowModificationCollection">
      <summary>Represents the collection of workflow modifications that are currently in scope for the workflow instance.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModificationCollection.Count">
      <summary>Gets the total number of workflow modifications in the collection.</summary>
      <returns>An Integer that represents the number of modifications.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModificationCollection.Item(System.Guid)">
      <summary>Gets the specified workflow modification.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowModification" /> object that represents the workflow modification.</returns>
      <param name="id">The ID of the workflow modification.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowModificationCollection.Item(System.Int32)">
      <summary>Gets the specified workflow modification.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowModification" /> object that represents the workflow modification.</returns>
      <param name="index">The index of the workflow modification in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType.None"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType.Start"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType.Load"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowRunOptions"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowRunOptions.Synchronous"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowRunOptions.SynchronousAllowPostpone"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowRunOptions.Asynchronous"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowService"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.AddBatch(Microsoft.SharePoint.Workflow.SPWorkflowService.BatchOperation,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.AfterWorkflowRun(System.Guid)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.BeforeWorkflowRun(Microsoft.SharePoint.Workflow.SPWorkflow,System.Workflow.Runtime.IPendingWork)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.CallEventHandler(System.Type,System.String,System.Object[],Microsoft.SharePoint.Workflow.SPWorkflow,System.String,System.Workflow.Runtime.IPendingWork,System.Object)"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.CreateSubscription(System.Workflow.Activities.MessageEventSubscription)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowService.CurrentWorkflow"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.DeleteSubscription(System.Guid)"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowService.m_web"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowService.ParentCollection"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowService.PendingWorkBatch"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.RaiseEvent(Microsoft.SharePoint.SPWeb,System.Guid,System.Type,System.String,System.Object[])"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowService.RaiseEvent(Microsoft.SharePoint.SPWeb,System.Int32,System.Guid,System.Type,System.String,System.Object[],Microsoft.SharePoint.Workflow.SPWorkflowRunOptions)"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowService.BatchOperation"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowServiceCollection"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowServiceCollection.Count"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowServiceCollection.Item(System.Guid)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowServiceCollection.Item(System.Int32)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowServiceCollection.Item(System.Type)"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowState">
      <summary>Provides workflow state values to specify for a workflow filter, either as inclusive or exclusive filter criteria. </summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.None">
      <summary>Include or exclude no workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Locked">
      <summary>Include or exclude all locked workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Running">
      <summary>Include or exclude all workflows or workflow tasks that are currently running from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Completed">
      <summary>Include or exclude all completed workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Cancelled">
      <summary>Include or exclude all cancelled workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Expiring">
      <summary>Include or exclude all workflows or workflow tasks that are currently expiring from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Expired">
      <summary>Include or exclude all expired workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Faulting">
      <summary>Include or exclude all workflows or workflow tasks that are currently faulting from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Terminated">
      <summary>Include or exclude all workflows or workflow tasks that have been terminated from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Suspended">
      <summary>Include or exclude all workflows or workflow tasks that have been suspended from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.Orphaned">
      <summary>Include or exclude all workflows or workflow tasks that have been orphaned from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.HasNewEvents">
      <summary>Include or exclude all workflows or workflow tasks that have new workflow events from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.NotStarted">
      <summary>Include or exclude all workflows or workflow tasks that have not yet started from the collection.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowState.All">
      <summary>Include or exclude all workflows or workflow tasks from the collection.</summary>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowStatus">
      <summary>The default values for SPWorkflowStatus class workflows.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.NotStarted">
      <summary>Workflow has not started.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.FailedOnStart">
      <summary>Indicates that the workflow encountered an error when it started.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.InProgress">
      <summary>Workflow is currently in progress.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.ErrorOccurred">
      <summary>An error occurred during the execution of the workflow.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.StoppedByUser">
      <summary>Workflow execution was halted by a specified user.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.Completed">
      <summary>Workflow completed.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.FailedOnStartRetrying">
      <summary>Indicates that the workflow is being retried after it failed to start.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.ErrorOccurredRetrying">
      <summary>Indicates that the workflow is being retried after an initial failure.</summary>
    </member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.ViewQueryOverflow"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowStatus.Max"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowTask">
      <summary>Represents a single workflow task for a given workflow instance.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTask.AlterTask(Microsoft.SharePoint.SPListItem,System.Collections.Hashtable,System.Boolean)">
      <summary>Updates the specified task with the specified property values.</summary>
      <param name="task"></param>
      <param name="htData"></param>
      <param name="fSynchronous"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTask.GetExtendedPropertiesAsHashtable(Microsoft.SharePoint.SPListItem)">
      <summary>Gets a hash table that represents the task’s extended properties collection.</summary>
      <param name="task">The workflow task. </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTask.GetWorkflowData(Microsoft.SharePoint.SPListItem)">
      <param name="task"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTask.WorkflowId">
      <summary>Gets the ID of the workflow to which this task belongs.</summary>
      <returns>A Guid that represents the workflow ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTask.Xml">
      <summary>Returns a string that represents the workflow task definition in XML format.</summary>
      <returns>A String that represents the workflow task definition.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection">
      <summary>Represents a collection of the workflow tasks for a workflow instance.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.#ctor(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <param name="item"></param>
      <param name="filter"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.#ctor(Microsoft.SharePoint.Workflow.SPWorkflowCollection,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <param name="workflows"></param>
      <param name="filter"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.CopyTo(Microsoft.SharePoint.Workflow.SPWorkflowTask[],System.Int32)">
      <param name="array"></param>
      <param name="index"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Count">
      <summary>Gets the total number of workflow tasks in the collection.</summary>
      <returns>An Integer that represents the number of tasks.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Delete(System.Int32)">
      <summary>Deletes the specified workflow task.</summary>
      <param name="iIndex">The index of the workflow task in the collection.</param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Init(Microsoft.SharePoint.Workflow.SPWorkflowCollection,Microsoft.SharePoint.Workflow.SPWorkflowFilter)">
      <param name="workflows"></param>
      <param name="filter"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Item(System.Guid)">
      <summary>Gets the specified workflow task.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTask" /> object that represents the workflow task.</returns>
      <param name="uniqueId">The ID of the workflow task. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Item(System.Int32)">
      <summary>Gets the specified workflow task.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTask" /> object that represents the workflow task.</returns>
      <param name="index">The index of the workflow task in the collection. </param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.Xml">
      <summary>Returns a string that represents the workflow task collection definition in XML format.</summary>
      <returns>A String that represents the task definition.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection.XmlDoc"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties">
      <summary>Represents the properties of a workflow task.</summary>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.#ctor"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.AssignedTo">
      <summary>Gets or sets the user name of the person to whom the workflow task is assigned.</summary>
      <returns>A String that represents the user name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.Description">
      <summary>Gets or sets the description of the workflow task.</summary>
      <returns>A String that represents the task description.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.DueDate">
      <summary>Gets or sets the date and time when the workflow task is due.</summary>
      <returns>A DateTime that represents when the task is due.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.EmailBody"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.ExtendedProperties">
      <summary>Gets a hash table that represents the collection of extended task properties as name-value pairs.</summary>
      <returns>A HashTable that represents the extended task properties.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <param name="info"></param>
      <param name="context"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.HasCustomEmailBody">
      <summary>Gets or sets whether the task has a custom e-mail body text. True if the task has a custom e-mail body.</summary>
      <returns>A Boolean that represents whether the task has a custom e-mail body text.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.OnBehalfEmail"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.OnBehalfReason"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.PercentComplete">
      <summary>Gets or set the percentage of the task that is complete.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.SendEmailNotification"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.StartDate">
      <summary>Get or sets the date and time when the task starts.</summary>
      <returns>A DateTime that represents when the task starts.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.TaskItemId">
      <summary>Gets or sets the ID of the workflow task.</summary>
      <returns>An Integer that represents the task ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.TaskType">
      <summary>Gets or sets the ID of the workflow task type in the workflow instance.</summary>
      <returns>An Integer that represents the task type ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties.Title">
      <summary>Gets or sets the title of the workflow task.</summary>
      <returns>A String that represents the task title.</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate">
      <summary>Represents a workflow template currently deployed on the SharePoint site, and contains members you can use to get or set information about the template, such as the instantiation data and the history and task lists for the template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AllowAsyncManualStart">
      <summary>True to allow Windows SharePoint Services to start the workflow asynchronously, even if the workflow was manually initiated.</summary>
      <returns>A Boolean that represents whether the workflow can be started asynchronously.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AllowDefaultContentApproval"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AllowManual">
      <summary>Gets and sets whether workflow instances based on this workflow template can be started manually. True to be able to start workflow instances manually.</summary>
      <returns>A Boolean that represents whether the workflow can be manually initiated.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AssociationData">
      <summary>Gets or sets the association data for workflow associations based on this workflow template.</summary>
      <returns>A String that represents the association data.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AssociationUrl">
      <summary>Gets the URL of the workflow association form to use with the workflow template.</summary>
      <returns>A String that represents the association form URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AutoCleanupDays"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AutoStartChange">
      <summary>True to have workflow instances based on this workflow template start automatically when an item is changed.</summary>
      <returns>A Boolean that represents whether to have workflow instances based on this workflow template start automatically when an item is changed.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.AutoStartCreate">
      <summary>True to have workflow instances based on this workflow template start automatically when an item is created.</summary>
      <returns>A Boolean that represents whether to have workflow instances based on this workflow template start automatically when an item is created.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.BaseId">
      <summary>Gets the workflow template ID.</summary>
      <returns>A Guid that represents the workflow template ID.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Clone">
      <summary>Creates a copy of the workflow template.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.CompressInstanceData"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Description">
      <summary>Gets and sets the description for the workflow template. This description is displayed in the Windows SharePoint Services user interface.</summary>
      <returns>A String that represents the workflow template description.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.GetStatusChoices(Microsoft.SharePoint.SPWeb)">
      <summary>Returns a string collection of the possible status choices for this workflow template.</summary>
      <returns>A StringCollection that represents the collection of status choices.</returns>
      <param name="web">The SharePoint site on which the workflow template is located.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Id">
      <summary>Gets the workflow template ID.</summary>
      <returns>A Guid that represents the workflow template ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.InstantiationUrl">
      <summary>Returns the URL of the workflow initiation form for the workflow template.</summary>
      <returns>A String that represents the initiation form URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.IsCategoryApplicable(System.String,System.String[])">
      <param name="strAllCategs"></param>
      <param name="rgReqCateg"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.IsDeclarative">
      <summary>Returns True if the workflow template is a declarative, files-based workflow, False if the workflow template is a compiled workflow assembly.</summary>
      <returns>A Boolean that represents whether the workflow is declarative.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Item(System.String)">
      <param name="property"></param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.ModificationUrl">
      <summary>Gets the URL of the workflow modification form.</summary>
      <returns>A String that represents the modification form URL.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Name">
      <summary>Gets the name of the workflow template.</summary>
      <returns>A String that represent the workflow template name.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.PermissionsManual"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.StatusColumn">
      <summary>True to display a status column for workflow instances based on this workflow template in the user interface.</summary>
      <returns>A Boolean that represents whether to display the status column.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.StatusUrl">
      <summary>Specifies the URL of a custom workflow status page for the workflow.</summary>
      <returns>A String that represents the status page URL.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.System#Collections#IComparer#Compare(System.Object,System.Object)"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.TaskListContentTypeId">
      <summary>Returns the content type ID of the content type assigned to the workflow task list.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.SPContentTypeId" /> object that represents the task list content type ID.</returns>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplate.Xml">
      <summary>Returns a string that represents the workflow template definition in XML format.</summary>
      <returns>A String that represents the workflow template definition</returns>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection">
      <summary>The collection of workflow templates currently deployed on a site.</summary>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.Count">
      <summary>Gets the total number of workflow templates in the collection.</summary>
      <returns>An Integer that represent the number of workflow templates.</returns>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.GetTemplateByBaseID(System.Guid)">
      <summary>Gets the workflow template based on template ID.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate" /> object that represents the workflow template.</returns>
      <param name="baseTemplateId">The ID of the workflow template to return.  </param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.GetTemplateByName(System.String,System.Globalization.CultureInfo)">
      <summary>Gets the workflow template based on its name.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate" /> object that represents the workflow template.</returns>
      <param name="name">The name of the workflow template to return.  </param>
      <param name="cultureInfo"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.InitializeDefaults"></member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.Item(System.Guid)">
      <summary>Gets the specified workflow template.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate" /> object that represents the workflow template.</returns>
      <param name="templateId">The ID of the workflow template.</param>
    </member>
    <member name="P:Microsoft.SharePoint.Workflow.SPWorkflowTemplateCollection.Item(System.Int32)">
      <summary>Gets the specified workflow template.</summary>
      <returns>An <see cref="T:Microsoft.SharePoint.Workflow.SPWorkflowTemplate" /> object that represents the workflow template.</returns>
      <param name="index">The index of the workflow template in the collection.</param>
    </member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowUserContext"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowUserContext.Initiator"></member>
    <member name="F:Microsoft.SharePoint.Workflow.SPWorkflowUserContext.Owner"></member>
    <member name="T:Microsoft.SharePoint.Workflow.SPWorkflowWorkflowRoleCreator"></member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowWorkflowRoleCreator.GetWorkflowRoleForGroups(Microsoft.SharePoint.SPWeb,System.String)">
      <param name="web"></param>
      <param name="Name"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowWorkflowRoleCreator.GetWorkflowRoleForPermission(Microsoft.SharePoint.SPList,Microsoft.SharePoint.SPBasePermissions)">
      <param name="list"></param>
      <param name="perm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowWorkflowRoleCreator.GetWorkflowRoleForPermission(Microsoft.SharePoint.SPListItem,Microsoft.SharePoint.SPBasePermissions)">
      <param name="item"></param>
      <param name="perm"></param>
    </member>
    <member name="M:Microsoft.SharePoint.Workflow.SPWorkflowWorkflowRoleCreator.GetWorkflowRoleForPermission(Microsoft.SharePoint.SPWeb,Microsoft.SharePoint.SPBasePermissions)">
      <param name="web"></param>
      <param name="perm"></param>
    </member>
  </members>
</doc>